Update the GPL boilerplate with the new address of the FSF.
[freeradius.git] / src / modules / rlm_pam / rlm_pam.c
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-21 nbk Update the pointer after realloc(3).
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-17 fcusack - allocate all responses, not just the ones we fill...
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-14 aland syslog_facility is in a new place
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-12-05 aland Call pam_end with proper return value, to let the...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-07-11 aland check & memset
2003-07-11 aland check & memset
2002-09-23 aland Use newly configured header files, so MacOS X will...
2002-09-11 aland The PAM libraries aren't thread-safe, so make rlm_pam...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2001-07-25 aland Patch based on one from Matthew Sayler <sayler@speedsi...
2001-07-24 aland Patch from Steve Langasek <vorlon@netexpress.net>.
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-02-07 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br>
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-20 aland added comment header with description of GPL.
2000-11-16 aland allowed the PAM module to read it's Pam-Auth name...
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-11 aland removed un-needed header files.
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-09-13 aland updated to use radlog() instead of log(), to avoid...
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-15 aland check if the request has a User-Name attribute AND...
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-01-31 aland include/radiusd.h
1999-11-25 aland updates for FreeBSD, based on suggestions by
1999-11-25 aland renamed to PAM_AUTH_ATTR
1999-11-24 aland use on-stack 'pam_conv' data structure, and define...
1999-11-24 aland Add in support for a Pam-Auth attribute, now that...
1999-08-18 aland there's no use checking for 'WITH_PAM' define, as...
1999-08-16 alandInitial revision origin/aland