Quiet many instances of "warning: passing arg N of str___ discards const from
[freeradius.git] / src / main / files.c
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-12 jcarnealJeff Carneal <jeff@apex.net>
2000-09-25 aland cleaning up #include files
2000-09-25 aland changed hard-coded 0x7f00000001 to INADDR_LOOPBACK...
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-09-05 aland *add* in the auth-tyep attribute, and don't *over...
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-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-24 aland when doing a $INCLUDE file, ensure that the 'file...
2000-04-24 aland more sanity checking of commas, etc. on the PAIRLIST...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-11 aland Renamed configuration file to 'radiusd.conf'
2000-04-06 aland enabled new configuration file support
2000-04-03 aland 'htons' doesn't work for 32-bit quantities. Use ...
2000-04-03 aland made the module initialization LAST, after all of the
2000-03-31 aland added 'secret' element to the REALM structure. The...
2000-03-02 aland made ip_hostname() take a buffer pointer, and a buffer...
2000-03-01 aland updates to export functions used by rlm_realm
2000-02-28 aland renamed the CLIENT structure to RADCLIENT, as CLIENT...
2000-02-25 aland moved handling of NULL realm to realm_find. If it...
2000-02-25 aland massive conversion of types.
2000-02-24 aland made the new configuration file handler part of the...
2000-02-05 aland added functionality for Proxy-To-Realm and Replicate...
2000-01-10 aland use the ':=' operator for Auth-Type, if it wasn't...
1999-12-23 aland add '-n' option to the server, which REQUIRES all...
1999-12-02 jgolovAdded check for trusted attribute in raddb/realms
1999-11-03 aland added more 'static' and 'const'
1999-10-05 aland corrected typo that prevented modules from loading
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-09-20 aland use librad error messages when complaining about parse...
1999-08-26 aland updated realms, clients, and naslist reading routines
1999-08-19 aland vp_prints now returns the number of characters it...
1999-08-18 aland bring out the dict_init() error messages to the user...
1999-08-16 alandInitial revision origin/aland