* Updated checkrad.pl.in - no need to edit Portmaster settings anymore
[freeradius.git] / src /
2001-03-22 miquels* Updated checkrad.pl.in - no need to edit Portmaster...
2001-03-20 cmillerRemoved fatal-looking error and added descriptive comme...
2001-03-20 hartwick * Add some additional debugging code to show what...
2001-03-19 jcarnealBug. Forgot to check a pointer before dereferencing it.
2001-03-19 aland Corrected functionality of Exec-Program-Wait, as the...
2001-03-18 aland Removed attempt to build drivers. gmake isn't coopera...
2001-03-17 aland If NOT using shared libraries, add '-dlpreopen' to...
2001-03-15 aland Patch to include function sql_destroy_socket(), from
2001-03-15 aland If RLM_SUBDIRS is defined, then recursively make ...
2001-03-15 aland Use $(INCLTDL) in the RLM_CFLAGS lines, so that we...
2001-03-15 aland Fix checks for regular expressions, found by
2001-03-15 aland Include <inttypes.h> for Tru64 Unix.
2001-03-14 aland Implemented callbacks for escape function.
2001-03-14 aland Renamed radius_xlat2 to radius_xlat, as the old radius...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-13 aland added RLM_INSTALL target, so that the modules can...
2001-03-13 cmillerFixed #include referring to renamed file.
2001-03-13 aland new 'with cisco VSA hack', based on a patch by
2001-03-13 hartwick * Add a check that prevents the server from seg faulti...
2001-03-13 aland Patch from Bernhard Reiter <bernhard@intevation.de>
2001-03-13 aland Patches from Yury Bokhoncovich <byg@center-f1.ru>
2001-03-13 aland Patch from Yury Bokhoncovich <byg@center-f1.ru>
2001-03-12 aland Minor code re-arrangements, to strip the user name...
2001-03-12 aland Enable logging to do to stderr, just like stdout.
2001-03-12 aland Replaced sprintf with snprintf
2001-03-12 aland Changed sprintf's to snprintf's, now that we have...
2001-03-12 aland Massive changes to get SNMP auto-configured && working.
2001-03-11 pamFixed bug which caused module to fail, if after ldap...
2001-03-10 pamAdded author of first LDAP patch to the credit/referenc...
2001-03-10 mmachadoModified the rlm_sql driver Makefiles to use the new...
2001-03-09 aland Added code back to make Password && CHAP-Password...
2001-03-09 aland If an 'authorize' module returns REJECT, then presume...
2001-03-09 aland Updated to remove all references to GDBM_SYNC
2001-03-08 mmachadoUpdated rlm_sql README. Fixed autoconf for sql drivers...
2001-03-08 aland More checks for IODBC, MySQL, and Oracle. I have...
2001-03-08 aland Removed GDBM_SYNC, as only one module used it, and...
2001-03-08 aland Preliminary checks for mysql libraries && header files.
2001-03-07 cmillerReordered "missing.h" after what it's #ifndef'ing for.
2001-03-07 aland Included a better fix for REG_EXTENDED
2001-03-07 aland Minor fix for apparent bug # 108
2001-03-07 cmillerSome GDBMs use synchronous access by default, it seems...
2001-03-07 aland If we have POSIX regular expressions, check if REG_EXT...
2001-03-06 cmillerChanged comments calling the code Cistron to FreeRADIUS...
2001-03-06 aland Made the 'counter' module a little more useful, and...
2001-03-06 aland Explicit initialization of static variables.
2001-03-05 aland Added preliminary code to re-set the database every...
2001-03-05 aland Added paircompare_register, so that we can examine...
2001-03-05 aland Initial stab at counting information.
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-03-05 cmiller Moved local #includes after global ones. (So "missing...
2001-03-01 aland Allow environment variable expansion in the configurat...
2001-03-01 cparker Updated the $INCLUDE code to allow for included files
2001-02-28 aland Do not treat 'Password' attributes as special any...
2001-02-28 mmachadoAdded path to libltdl to find headers
2001-02-23 aland Added HOSTINFO definition, which is a string like...
2001-02-23 aland Added portable 'snprintf' and 'vsnprintf' to the sourc...
2001-02-23 aland Added checks and extensions for future use of local...
2001-02-23 mmachadoSwitched back to new authorize code. $INCLUDE for sql...
2001-02-22 aland Made 'decode_attribute' take a 'const' as it's first...
2001-02-21 mmachadoUpdated documentation and changed Makefile
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-20 pam* Added patch by Hannu Laurila <hannu.laurila@japo...
2001-02-18 hartwick * Remove a bunch of variables that were included but...
2001-02-16 mmachadoOk, make system done, but have to figure out how to...
2001-02-16 mmachadosyntax error fix
2001-02-15 mmachadoAdded new Makefile system based on the rlm modules...
2001-02-15 aland Removed CR's from the source files, so that they're...
2001-02-15 mmachadoInital makefiles for drivers that don't work. HELP!
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-02-14 mmachadoFixed data type on error module call
2001-02-14 mmachadoReanmed sql_create_socket to sql_init_socket
2001-02-14 pacmanWas leaking on detach and destroy (or detach and instan...
2001-02-14 pacmanWas leaking memory on module unload
2001-02-13 mmachadoDynamically loadable database drivers support. Code...
2001-02-08 aland Fix a memory leak. If a file is $INCLUDEd, we have...
2001-02-08 aland Added '%s', so that the number of formats matched...
2001-02-08 cparker Cosmetic changes to the 'print_abinary' function to...
2001-02-07 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br>
2001-02-07 hartwick * Replace the call to malloc() with a call to rad_mall...
2001-02-06 hartwick * Replace a couple printf calls with fprintf(stderr)
2001-02-05 hartwick * Add the code to call read_radius_conf_file() instead...
2001-02-05 hartwick * Add conffile.o and files.o to radwho and radzap
2001-02-05 hartwick * Change the return value to return 0 instead of ...
2001-02-02 jcarnealOops, forgot these...
2001-02-02 jcarnealJeff Carneal <jeff@apex.net>
2001-02-02 jcarnealJeff Carneal <jeff@apex.net>
2001-02-02 aland complain if we were unable to allocate memory
2001-02-02 aland Complain if we were unable to allocate memory.
2001-02-02 hartwick * Make some formatting changes. Mainly in comments...
2001-02-02 hartwick * Fix a FIXME. If a varialble in the config file...
2001-02-01 aland Remove malloc.h from the includes, as it's not needed.
2001-02-01 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br...
2001-01-31 hartwick * Remove the FIXME comment. Ooops! :)
2001-01-31 hartwick * Fix a FIXME to put the Auth-Type at the first of...
2001-01-30 aland add example state, too.
2001-01-30 aland Added example code for sending Access-Challenges.
2001-01-29 aland Don't complain about unprintable characters in the...
2001-01-29 aland print out auth-type by name, not by value.
2001-01-27 cmillerUncommented the leak-fix of two weeks ago, after testing.
next