import from HEAD
[freeradius.git] / src / modules / rlm_pap / rlm_pap.c
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.
2005-02-08 aland Now that we have MD5-Password and SHA-Password, along...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-08-27 aland Fix compiler warnings.
2004-08-11 kkalevIn rlm_mschap always register the mschap xlat. If we...
2004-02-29 kkalevAlso be able to use Crypt-Password attribute.
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-07-07 aland check & memset
2003-06-24 pnixonCrypt thread patch from Oliver Graf <ograf@rz-online...
2003-01-23 aland Don't use strncmp.
2002-12-07 aland If the password in the request->config list exists...
2002-10-22 kkalevOnly destroy the mutex if we have PAP as encryption...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-07-11 aland Added ifdef's around pthread-specific functions.
2002-07-11 kkalevFix a stupid bug when seting the last character of...
2002-06-25 kkalevDeclare rlm_pap thread safe
2002-06-25 kkalevAdd a mutex around crypt so that we can make rlm_pap...
2002-06-20 kkalevAdd SHA1 support. Declare the module thread unsafe...
2002-05-29 fcusack Change Module-Message to Module-Failure-Message,
2001-12-25 kkalevAdd the rlm_pap module. Support multiple encryption...