freeradius.git
2000-11-03 aland removed unneeded 'init' routine
2000-11-03 aland removed un-needed 'init' routine
2000-11-03 aland update change I missed last time
2000-11-03 aland use new 'instance' for paircompare_register. This...
2000-11-03 aland removed global 'huntgroups' and 'hints'. Removed...
2000-11-03 aland made paircompare_register() take a 'void *instance...
2000-11-03 aland better handling of accounts with no passwords. There...
2000-11-03 aland only get the acct_port from /etc/services if we're...
2000-11-03 aland renamed Request-Src-IP-Address to Client-IP-Address...
2000-11-03 aland minor cleanups to the code
2000-11-01 aland added explanations about thread safe/unsafe module...
2000-11-01 aland marked the module as NOT thread-safe
2000-11-01 aland implement thread mutex locking/unlocking for modules...
2000-10-31 aland bug fix by Chad Miller <cmiller@surfsouth.com>
2000-10-31 aland bug fixes & updates by Nathan Neulinger <nneul@umr...
2000-10-31 aland in rad_getpass(), use the request->password if it...
2000-10-31 aland moved definitions from the global header file to the...
2000-10-31 aland Moved rad_loweruser/rad_lowerpass to rad_lowerpair...
2000-10-31 aland moved the kerberos data to the instantiation function...
2000-10-30 aland Minor clean ups. Made the context 'static'.
2000-10-30 aland made the string comparison case insensitive
2000-10-30 aland NS-MTA-MD5 password patch, from Brandon Lee Poyner...
2000-10-30 aland added definitions for NS-MTA-MD5-Password
2000-10-30 jcarnealJeff Carneal <jeff@apex.net>
2000-10-30 aland added user name to the error messages, and made 'user...
2000-10-30 aland Kerberos module, from Nathan <nneul@umr.edu>
2000-10-29 hartwick * Add a call to stat() to check for the existance...
2000-10-29 hartwick * Correct a bug introduced in 1.7. The wrong buffer was
2000-10-27 aland whoops... mistake
2000-10-27 aland added 'hup' command to rc script, which just sends...
2000-10-27 aland parse the first token immediately. This allows us...
2000-10-27 aland wrote new function cf_expand_variables(), to eliminate
2000-10-27 aland clean up the password handling, and set the 'password...
2000-10-27 aland if we fall off of the end of the function, return...
2000-10-26 aland clean up the handling of auth_port
2000-10-26 cparkercparker: updated 'rlm_realm' module to allow multiple...
2000-10-26 aland added 'lib' prefix to non-dynamic module names (librlm...
2000-10-26 aland added '-module' to libtool link flags
2000-10-26 aland bug fix from Adrian Pavlykevych <pam@polynet.lviv.ua>
2000-10-25 jcarnealJeff Carneal <jeff@apex.net>
2000-10-25 jcarnealJeff Carneal <jeff@apex.net>
2000-10-25 cparkercparker: updated sample configurations and documentati...
2000-10-25 cparkercparker: changed 'notsuffix' in realm struct to 'notre...
2000-10-24 aland moved code around, so that the error messages are...
2000-10-24 aland removed conf_read() definition. No one outside of...
2000-10-24 aland moved code around a bit, so there's only 1 call to...
2000-10-24 cparkercparker: updated 'radiusd.conf.in' to reflect the...
2000-10-24 aland*** empty log message ***
2000-10-24 cparkercparker: fixed $INCLUDE parsing for radius config...
2000-10-23 aland cleaned up #include files
2000-10-23 aland cleaned up error messages again.
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-23 aland changed hard-coded 'install' program to be $(INSTALL...
2000-10-23 aland check for a working INSTALL program, and set the appro...
2000-10-23 aland make the requests unique if their source port is uniqu...
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 aland added 'rfc_clean' function, to clean outgoing packets.
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 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 More descriptive text & documentation describing confi...
2000-10-19 cparkercparker: new configuration file containing 'clients...
2000-10-19 cparkercparker: new configuration file containing 'snmp'...
2000-10-19 cparkercparker: new config file containing the 'realm' config...
2000-10-19 aland If we run out of requests, log an informational messag...
2000-10-19 aland replaced strncpy with strNcpy.
2000-10-19 aland replaced strncpy with strNcpy
2000-10-19 aland updated include file order
2000-10-19 pacmanRemove knowledge of struct radutmp from rad_check_ts...
2000-10-19 pacmanMissing address-of operator in call to pairdelete
2000-10-19 pacmankilled one last remnant of the radutmp cache here in...
2000-10-19 hartwick Update the documentation to include the new dirperm...
2000-10-19 hartwick Remove the hardcoded permissions for the directories...
2000-10-19 pacmanAnother "pointer target types differ in signedness...
2000-10-19 pacmanTypo in rlm_detail config
2000-10-19 hartwick Remove an unused variable, VALUE_PAIR *tmp, from file_...
2000-10-18 hartwick Add netinet/in.h to get rid of a couple compiler warnings.
2000-10-18 hartwick Update the file for the rlm_detail file.
2000-10-18 jcarnealJeff Carneal <jeff@apex.net>
2000-10-18 jcarnealJeff Carneal <jeff@apex.net>
2000-10-18 cparkercparker: fixed bug in new function realm_findbyaddr()
2000-10-18 pacmanAllow multiple instances of "unix" module for authentic...
2000-10-18 cparkercparker: Minor reorganization to remove duplicated...
2000-10-18 cparkercparker: Updated files to allow proxy replies to be...
2000-10-18 aland replaced time(NULL) with request->timestamp
2000-10-18 aland clean up un-needed include files.
2000-10-18 aland added checks for SUNPro C, from "Kiernan, Alex" <alexk...
2000-10-18 aland cleaned up text
2000-10-18 hartwick Replace strchr() with strrchr()
next