Free memory if out of memory
[freeradius.git] / src / modules / rlm_pam /
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-03-31 Alan T. DeKokRegenerated configure scripts using common version...
2008-07-09 Alan T. DeKokLots of .gitignore files
2007-09-25 aland We don't need to call openlog() any more.
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-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-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-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...
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-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-07-01 fcusackimport from branch_1_1:
2006-06-26 aland Updated after re-running with new autoconf
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-10 nbkPull from CVS 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-22 nbk Wipe out last vestiges of static/dynamic rules.
2006-01-04 fcusack pull in changes from 1.39 (remove GET_MEM)
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 nbk Generated by autoheaders 2.13
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-12-29 phampsonMore autoheader cleanups. Use autoheader for modules...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-07-06 phampsonRerun autoconf after acinlude.m4 1.27 "use ucd-snmp...
2004-06-15 vorlonautotools revamp:
2004-06-14 aland syslog_facility is in a new place
2004-06-08 phampsonRegenerate from configure.in using autoconf2.13 after:
2004-05-31 phampsonRegenerate autoconf for pre1 release.
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-24 aland Work around more stupid autoconf "helpfulness"
2002-09-23 aland Use newly configured header files, so MacOS X will...
2002-09-23 aland Look for <security/pam_appl.h> and <pam/pam_appl.h>
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-09-22 aland Make PAM work by checking for dlopen() in libdl, not...
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-07-11 cmillerTest for CC and CPP in the configure scripts, so basic...
2001-04-04 cmillerAdded PAM autoconfig.
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-12-17 cmiller Undoing my earlier m4ification of module configuration...
2000-12-16 cmiller*sigh* These are the changes to the way radiusd.conf...
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>
next