import from HEAD:
[freeradius.git] / src / modules / rlm_files / rlm_files.c
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-14 aland Cleaned up the code so it has one code base for all...
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-18 aland Renamed paircmp to paircompare, as we should probably...
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-01 aland Removed usercollide functionality. It can be done...
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2004-10-20 aland Pull diff -r1.61 -r1.62 from the HEAD
2004-10-20 aland Updated debugging messages
2004-03-12 aland Minor formatting
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-07-07 aland check & memset
2002-08-14 aland Added new function: 'pairxlatmove', which works like...
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-08-16 aland When processing the acct_users file, actually *keep...
2001-07-01 cmillerGive more useful information (in a clearer format)...
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-27 cmillerFormatted code, loosely. s/ {8}/\t/g
2001-01-27 cmillerAdded assignment of config variable 'compat_mode' into...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-02 jcarnealFixed teensy memory leaks on char *compat_mode.
2000-11-20 aland added comment header with description of GPL.
2000-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-11-10 aland removed dependence in #define's, for where the files...
2000-11-06 aland removed all DBM and NDBM code. If anyone wants to...
2000-10-23 aland cleaned up #include files
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-19 aland updated include file order
2000-10-19 hartwick Remove an unused variable, VALUE_PAIR *tmp, from file_...
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