Updated Password-With-Header handling to make it more robust.
[freeradius.git] / src / modules / rlm_pap / rlm_pap.c
2010-07-19 Alan T. DeKokUpdated Password-With-Header handling to make it more...
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-02-04 Alan T. DeKokMake MS-CHAP call xlat on NT-Hash and LM-Password
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2008-06-30 aland Use new RDEBUG macro
2008-03-29 aland Return NOOP if there request is going to be proxied
2007-12-29 aland Print passwords if we have them
2007-12-15 aland Fix more warnings
2007-12-05 aland Signed / unsigned issues
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland More search and replace changes to clean up the code.
2007-11-23 aland Avoid OpenSSL compilation issues
2007-11-13 aland marked more modules HUP-safe
2007-11-11 aland Mark more modules "safe for -C"
2007-11-10 aland sprintf -> snprintf
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-05-02 aland Don't complain about no "known good" passwords for...
2007-04-20 aland Use new radius_paircreate() function.
2007-04-18 aland Cache DICT_VALUE for inst->name, so we don't call...
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-08 aland Corrected typo
2007-04-08 aland Corrected typo
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-05 aland Fix base64 decoding
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-12 aland Correctly parse Base64 encoded strings
2007-02-08 aland Don't leave 'vp' pointing to a deleted attribute
2007-02-08 aland Don't leave 'vp' pointing to a deleted attribute
2006-12-19 aland Updated functionality for rlm_pap
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-05 aland Cleartext-Password is a "known good" password, too
2006-08-22 aland Corrected typo in debugging message
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-08-14 aland Don't complain about Auth-Type Accept or Reject
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-01-30 aland Update warning message
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-21 nbk Fix compilation warnings.
2005-09-12 aland Don't call pairmake(), it's slow.
2005-09-01 aland octets fixes
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-08-17 aland Make the PAP module handle {crypt}, etc. headers,...
2005-04-27 aland Don't complain about passwords if the request is going to
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2005-03-29 aland Added support for NS-MTA-MD5-Passwords. This means...
2005-03-29 aland Don't print warning if we found a passwd
2005-02-18 aland re-arranged pap_authorize so that it will clean up...
2005-02-18 aland new pap authorize function, which looks for hashed...
2005-02-18 aland Support base64 encoding, via auto-discovery.
2005-02-18 aland Whoops... delete base64 stuff which was there by accident
2005-02-18 aland deleted hex2bin && bin2hex.
next