working toward abstraction layer between radius sql module and actual db API
[freeradius.git] / src /
1999-08-18 mmachadoworking toward abstraction layer between radius sql...
1999-08-18 aland made a number of functions static, as they're not...
1999-08-18 aland moved stuff around
1999-08-18 aland return error messages on recvfrom() socket error
1999-08-18 aland look up port names "radius" and "radacct", so that...
1999-08-18 aland added ldap. Who knows if it works?
1999-08-18 aland there's no use checking for 'WITH_PAM' define, as...
1999-08-18 aland include a sample snip of over-riding the TARGET definition
1999-08-18 aland bring out the dict_init() error messages to the user...
1999-08-18 aland use the right define for librad_errstr: it's NOT a...
1999-08-18 aland allowed for the possibility we might be logging log...
1999-08-18 mmachadoSorry Alan! Added stuff to use checkconfig to see if...
1999-08-18 aland moved the 'add attribute' and 'add vendor' code out to
1999-08-18 aland added new option to radclient: -f.
1999-08-17 aland allow server variables/functions to be exported to...
1999-08-17 aland don't hard-code which modules to make. Instead,
1999-08-17 aland allow for the possibility that some peopke might not...
1999-08-17 mmachadorlm_mysql.c now compiles. Had to move over to new REQUE...
1999-08-17 aland added more errors and warning messages for malformed...
1999-08-17 aland Timeout fixes from Stephen Langasek, with one or two...
1999-08-17 aland spelling corrections.
1999-08-17 aland modifications to allow better making of modules
1999-08-17 aland Wrote LOTS of documentation in the example Makefile.
1999-08-17 aland updated everything to use alanconf.
1999-08-17 mmachadoStill A LOT of work to be done. I need to review the...
1999-08-16 alandlibradius.h dies if it's included without a <sys/types...
1999-08-16 aland added more error messages to valuepair.c
1999-08-16 mmachadoadding mysql module based on icradius 0.8
1999-08-16 alandInitial revision origin/aland