freeradius.git
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-04 aland Y2K readiness statements are no longer relevant
2001-03-04 aland Removed dependence on pam_pwdb, as pam_unix_* does...
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 aland This file is no longer relevant. The rlm_ldap README...
2001-02-28 mmachadoAdded path to libltdl to find headers
2001-02-27 aland Added a few more cisco attributes
2001-02-26 cmiller Added comment suggesting use of clients.conf instead.
2001-02-26 cmiller Added two style hints.
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 aland removed unused header template files
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-22 mmachadoAdded driver option to sql config file
2001-02-21 mmachadoUpdated documentation and changed Makefile
2001-02-21 pamldap.attrmap now includes comments about using generic...
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 pamAdded ldap.attrmap which specifies mapping between...
2001-02-20 pamAttempt in better documenting rlm_ldap configuration...
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-09 aland Patch from Alan Curry, who thinks we shouldn't have...
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-08 cparker Added config options for 'rlm_attr_filter'. The modul...
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 aland commented out PAM bu default, as not all systems have it.
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-04 hartwick * Fix a grammatical error
2001-02-02 jcarnealUpdated items I knew (fairly sure anyway) were done.
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-30 jcarnealUpdated to reflect changes to the code.
2001-01-30 jcarnealUpdated to reflect (upcoming) changes to radius_xlat2().
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 cmillerAdded var/run and var/log/radacct to directory list.
2001-01-27 cmillerUncommented the leak-fix of two weeks ago, after testing.
2001-01-27 pamChanged strncasecmp() to strcasecmp() in ldap_pairget...
2001-01-27 cmillerFormatted code, loosely. s/ {8}/\t/g
2001-01-27 cmillerAdded assignment of config variable 'compat_mode' into...
2001-01-25 aland Create the '.../var/run' directory, so that the server...
2001-01-25 aland Moved a number of definitions from configure-time...
2001-01-24 aland added more debugging messages to tell people exactly...
2001-01-24 jcarnealFix for bug #107. Changed 'NULL' to '0' in accounting...
2001-01-24 miquels* Corrected spelling of my name in several .c files
2001-01-23 jcarnealJust a couple of tweaks...exception handling, etc.
2001-01-23 jcarnealFinishing up ODBC support to work for authentication...
2001-01-23 pacmanMoved group{}-handling into compile_modsingle so groups...
2001-01-23 pamFixed couple of incorect ldap_msgfree() invocations...
2001-01-22 pamTwo fixes in free() of unintialized structures.
2001-01-21 aland Fix for bug #105.
2001-01-21 aland removed Alan Curry's 'radutmp' from 'todo' to 'done'
2001-01-19 mmachadoFixed sql structure for mysql
2001-01-19 pamAdding Netscape Directory Server LDAP schema for RADIUS...
2001-01-16 jcarnealMaking a vain attempt to sync oracle with current drive...
2001-01-16 jcarnealAdding misc changes from David Kerry's Oracle patch...
2001-01-16 jcarnealThe humble beginnings of ODBC support for FreeRadius.
2001-01-15 mmachadoForgot to clean up mutexes, semaphores and conditional...
2001-01-15 jcarnealCommitting part of Oracle patch for David Kerry <davidk...
2001-01-15 pacmanFix a little header problem
2001-01-15 pacmanMoved all radutmp functionality from radiusd into rlm_r...
2001-01-12 cmillerCommented-out leak patch. It may be the wrong thing...
2001-01-12 cmillerThis file was awfully ugly; lots of space-indenting...
2001-01-12 cmillerPlugged leak in INCLUDEing empty files.
2001-01-11 cmillerSet better defaults for user, group, and lookup_hostnam...
2001-01-11 mmachadoRemoved socket used time calculations becuase they...
next