perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_pap / rlm_pap.c
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...