Deprecate attribute 'Password' in favor of 'User-Password'.
[freeradius.git] / src / modules / rlm_unix / rlm_unix.c
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2002-01-02 aland Much belated patch to add fgetpwent(), etc. compatibility,
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-11-07 aland If we're not caching the password, use fgetpwent(...
2001-10-25 aland Corrected typo in last commit
2001-10-25 aland write log message about invalid shells and invalid...
2001-10-22 aland Auto-reload for rlm_fastusers and rlm_unix
2001-10-09 hartwick * Remove some test code that was causing log files...
2001-10-01 hartwick Allow for specifying the path to the group file. ...
2001-09-06 aland Fix bug number 104 (hopefully). I don't have access...
2001-08-25 cparkerupdated module type to be 'RLM_TYPE_THREAD_USAFE' due...
2001-08-23 aland when updating the ut_name utmp entry, do NOT always...
2001-02-20 pacmanGet rid of references to my old address
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>
2001-01-07 pacman fwrite returns the number of items written, not the...
2001-01-06 hartwick * Fix a FIXME. Add some error checking and set the...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-21 pacman Fixed an error case that wasn't being handled properly...
2000-12-19 pacman Dead code removal
2000-11-20 aland added comment header with description of GPL.
2000-11-10 aland deleted hard-coded RADWTMP, and moved it to a configur...
2000-11-03 aland use new 'instance' for paircompare_register. This...
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-18 pacmanAllow multiple instances of "unix" module for authentic...
2000-10-18 aland replaced time(NULL) with request->timestamp
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland removed the check_items && reply_items from the author...
2000-10-01 jcarnealAdded user collision code to cached passwd. Changed...
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-08-18 aland Patch 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 we have a User-Name AND a Password attribute...
2000-05-03 aland renamed functions to avoid polluting the global name...
2000-05-03 aland use the new configuration file & parser for module...
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-03-07 aland modified utmp to look for HAVE_UTMPX_H, instead of...
2000-03-02 aland moved rad_getpwnam() out of util.c (and the main radiu...
2000-02-27 aland removed unnecessary UT_LINESIZE and UT_NAMESIZE, and...
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-01-31 aland include/radiusd.h
1999-08-16 alandInitial revision origin/aland