Re-arrange entries in the module_t structure, and do some
[freeradius.git] / src / modules / rlm_passwd / rlm_passwd.c
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-09-24 aland Declaring zero-sized arrays is bad
2004-06-10 aland Don't leak memory if pairmove doesn't move
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...