Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_passwd / rlm_passwd.c
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-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:
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-10-27 nbk Don't fclose() a file stream more than once.
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-19 aland Mark filenames in CONF_PARSER as PW_TYPE_FILENAME...
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-08-03 aland Don't set auth-type. It's almost always wrong
2005-07-11 aland Be less verbose
2005-06-01 aland Don't log endless informational messages.
2005-05-13 aland Type check fixes.
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2004-12-19 aland Don't declare zero-length arrays
2004-09-24 aland Declaring zero-sized arrays is bad
2004-06-10 aland Pull patch from the head
2004-06-10 aland Don't leak memory if pairmove doesn't move
2004-06-10 aland Pull fix from the head
2004-06-10 aland Conditionally add Auth-Type.
2004-05-31 3APA3A! ignoreempty configuration option added to avoid addit...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-09-23 3APA3A! NULL terminator added to module_config
2003-09-11 phampsonAdd GNU GPLv2 boilerplate to the top of files which...
2003-06-27 3APA3A! LINFO changed to L_DBG than adding new valuepair
2003-06-24 3APA3A+ Patch to add attributes to any list: request_itmes...
2003-06-21 3APA3A! memory management patch from Michael Chernyakhovsky...
2003-06-04 3APA3A+ support for = flag in field description to add item...
2003-04-18 aland End the list of configuration parameters.
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-07-17 3APA3A+ support for 'delimiter' configuration option
2002-06-03 aland Do NOT call rad_free(). Instead, call free(). rad_fr...
2002-01-24 3APA3Arlm_passwd allows to authorize user via any pwd-like...