One more bug fix
[freeradius.git] / src /
2006-08-22 aland Be a little more paranoid about initialization.
2006-08-22 aland Corrected typo in debugging message
2006-08-22 aland Allow empty check lines.
2006-08-22 aland Be a little more aggressive about shrinking...
2006-08-22 aland Free more entries in the config.
2006-08-21 nbk Don't link mainconfig.lo to radrelay, it's not necessary.
2006-08-16 nbk Regenerate radpaths.h if a later run of ./configure...
2006-08-16 aland Verify Access-Challenge, too. That's a dumb bug,...
2006-08-16 pnixonMajor updates to module to make it standalone. It no...
2006-07-17 aland Check header length, too
2006-07-14 aland Add Alvarion hack to preaccounting
2006-07-13 aland Hack for Breezecom nonsense
2006-07-13 aland Rename index to count, to avoid compiler warnings.
2006-07-07 aland un-break last change
2006-07-07 aland Remove ${srcdir} stuff, which isn't necessary, and...
2006-07-07 fcusack Update for branch_1_1 (vp_strvalue, FR header locations).
2006-07-06 aland make reconfig
2006-07-06 aland A better way to do "make reconfig", that doesn't miss...
2006-07-06 aland Add reconfig target
2006-07-06 aland Pull reconfig from head
2006-07-06 aland port reconfig target from head
2006-07-05 aland Update for new hash table
2006-07-01 fcusack fix (reverse) selection of challenge and response...
2006-06-26 aland Updated after re-running with new autoconf
2006-06-26 aland Use -I rather than -l with autoconf
2006-06-15 aland Port update hash code (using hash && compare callbacks...
2006-06-12 nbk Don't use a "config.h" file when it's not needed.
2006-06-12 nbk Get only the mandatory variables from configure.
2006-06-02 nbk Regenerate from configure.in using autoheader 2.13.
2006-06-01 fcusackimport from HEAD:
2006-06-01 fcusack update rlm_otp implementation to talk to otpd instead of
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-30 aland Update docs on how it works
2006-05-30 aland More descriptive error message
2006-05-27 aland Be a little smarter about allowing VALUE names that...
2006-05-25 nbk The variable $? in "make" is different from $? in... release_1_1_2
2006-05-25 nbk The variable $? in "make" is different from $? in...
2006-05-24 aland Pull fix from the head
2006-05-24 aland Be smarter about returning error codes, so that SQL...
2006-05-21 nbk Regenerate from configure.in 1.5.4.1 using autoconf...
2006-05-21 nbk Regenerate from configure.in 1.9.4.1 using autoconf...
2006-05-21 nbk Regenerate from configure.in 1.2.4.1 using autoconf...
2006-05-21 nbkPull from CVS head:
2006-05-21 bjordanov Make %RAD_REQUEST read-write
2006-05-20 nbk Drop unused config entries.
2006-05-20 nbk Drop unused config entries.
2006-05-19 aland Pull tagged VSA fix from the head
2006-05-19 aland Allow tagged VSA's, because Juniper uses them.
2006-05-19 nbk Don't use the option -static anymore when linking...
2006-05-19 nbk Don't use the option -static anymore when linking...
2006-05-19 nbk Define a function log_debug() which is an unresolved...
2006-05-19 nbk Define a function log_debug() which is an unresolved...
2006-05-19 nbk Don't use rad_assert in libeap, it's a server-only...
2006-05-19 nbk Don't use rad_assert in libeap, it's a server-only...
2006-05-16 aland If the packet fails verification, silently drop it.
2006-05-11 aland Be a little more careful about returning DICT_V...
2006-05-11 aland Be a little more careful about returning DICT_VALUEs
2006-05-10 fcusack fix the supposed typo which wasn't a typo:
2006-05-10 fcusack fix compiler warnings (and one typo)
2006-05-10 fcusack udpate comments re: thread_pool.active_threads and...
2006-05-10 fcusack delete_thread(): clarify thread exit comments
2006-05-09 aland Fix linked list code for EAP handlers.
2006-05-09 aland Fix linked list code for EAP handlers.
2006-05-09 fcusackimport from HEAD:
2006-05-09 fcusack update cardops keystring2keyblock method to take a...
2006-05-08 aland Initialize flags.
2006-05-08 aland Initialize flags.
2006-05-05 aland Don't de-reference request->username if it's NULL
2006-05-05 aland Don't de-reference request->username if it's NULL
2006-05-03 aland If abinary is 0x..., then make it type "octets"
2006-05-03 aland Whoops.. don't make abinary into octets when we receiv...
2006-05-03 aland Whoops.. don't make abinary into octets when we receiv...
2006-05-03 aland Allow 0x... for abinary
2006-05-03 aland Better printing of octets
2006-05-03 aland Better printing of octets
2006-05-03 aland Initialize error string to something sane
2006-05-03 aland Initialize error string to something sane
2006-05-03 aland Allow hex data in abinary attributes, to be more flexible.
2006-05-02 aland mainconfig.radiusd_conf is dynamically allocated,...
2006-05-02 aland cleaner random stuff
2006-05-02 aland signed/unsigned fixes
2006-05-01 aland Pull fix for #298 from the head
2006-05-01 aland Catch NULL arg and return. This fixes bug #298
2006-05-01 aland Signed/unsigned fixes
2006-04-28 aland Corrected typo. This fixes bug #363
2006-04-28 aland Add check_cert_issuer config option to rlm_eap_tls
2006-04-28 aland Add cipher_list to list of config options
2006-04-28 aland Add check_cert_issuer config option to rlm_eap_tls.
2006-04-28 aland Remove rlm_eap_tls conf from eap_tls.h
2006-04-28 aland Whoops... more dumb things to fix
2006-04-28 aland Whoops, the name is "linelog", not "example"
2006-04-28 aland Added escape function, so embedded \n's and other...
2006-04-27 aland Pull load cipher list from CVS head.
2006-04-27 aland Move rlm_eap_tls configuration to it's private header...
2006-04-27 aland Move cbtls_verify to rlm_eap_tls, where it won't pollute
2006-04-27 aland Move cbtls_verify to rlm_eap_tls, where it won't pollute
2006-04-27 aland Move cbtls_verify to rlm_eap_tls, where it won't pollute
2006-04-27 aland Print SSL errors to radius.log, rather than stderr.
2006-04-27 aland Print SSL errors to radius.log, rather than stderr.
2006-04-27 aland Pull diff from -r1.34 to -r1.35 from cvs head
next