Jeff Carneal <jeff@apex.net>
[freeradius.git] / src / modules / rlm_files / rlm_files.c
2000-10-18 jcarnealJeff Carneal <jeff@apex.net>
2000-10-18 aland removed the old dynamic log code. It's no longer...
2000-10-18 hartwick Remove the detail file creation. This was moved to...
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland re-arranged code to make it work right
2000-10-02 aland removed the check_items && reply_items from the author...
2000-10-02 aland commited fix so that the module builds without the...
2000-10-01 jcarnealBugfix for DEFAULT users with user collision code
2000-09-30 jcarnealAdded user collision code for users file only
2000-09-14 aland updated 'compat' mode logic to hopefully work a little...
2000-09-13 aland don't run dynamic log code, as it should be re-written
2000-09-13 aland updated to use radlog() instead of log(), to avoid...
2000-09-06 aland added support for a Cistron 'compat' mode, so that...
2000-09-01 aland made pairlist_read take a PAIR_LIST **, and return...
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-21 aland corrected typos
2000-08-21 aland don't smash the operators any more. pairmove() now...
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-15 aland allow requests with NO User-Name attribute, as pointed...
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-04-21 aland use strerror(errno) on failure of fopen, so we get...
2000-04-03 aland look for check items in the reply item list, like...
2000-03-31 aland print out error message if we're unable to open the...
2000-03-02 aland made ip_hostname() take a buffer pointer, and a buffer...
2000-02-25 aland moved support for WITH_ASCEND_HACK (converting Ascend...
2000-02-25 aland massive conversion of types.
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-01-31 aland updated for new request->username
2000-01-29 aland This is the first step at getting rid of passing a...
2000-01-25 alandi do NOT smash the operators to '=' in paircmp...
1999-09-27 aland fixed functions declarations so their arguments and...
1999-09-24 ivanfmSmall fix in pipe opening.
1999-09-24 ivanfmIncluded option to pipe log to another program.
1999-09-24 ivanfmIncluded dynamic logging. with a simple text file confi...
1999-09-02 aland added bitch about check-items in the reply-item list.
1999-08-19 aland vp_prints now returns the number of characters it...
1999-08-16 alandInitial revision origin/aland