freeradius.git
2000-11-16 aland updated for latest changes
2000-11-16 aland added PAM configuration section.
2000-11-16 aland allowed the PAM module to read it's Pam-Auth name...
2000-11-16 aland cleaned up the example module
2000-11-14 jcarnealJeff Carneal <jeff@apex.net>
2000-11-14 jcarnealJeff Carneal <jeff@apex.net>
2000-11-14 jcarnealAdded request_list.o to SERVER_OBJS.
2000-11-13 aland cleaned up & re-arranged more code, for refresh_request.
2000-11-13 aland removed old PAM code. It's now in rlm_pam
2000-11-13 aland new files to handle the REQUEST_LIST data structure...
2000-11-13 jcarnealJeff Carneal <jeff@apex.net>
2000-11-13 aland removed old 'radius_xlate' function, and replaced...
2000-11-13 aland deleted unneeded 'fixme', and cleaned up comments
2000-11-13 aland minor typo update
2000-11-13 aland removed extraneous 'VALUE_PAIR *reply' from radius_xla...
2000-11-10 jcarnealBugfix. Was creating 'detail' as directory.
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-11-10 aland added PW_TYPE_SUBSECTION for configuration file parser...
2000-11-10 aland removed dependence on RADIUS_PID, and get the config...
2000-11-10 jcarnealJeff Carneal <jeff@apex.net>
2000-11-10 aland removed duplicated 'read NAS' code from the source.
2000-11-10 aland removed a number of defines which are not needed any...
2000-11-10 aland removed dependencies on #define's for location of...
2000-11-10 aland removed dependence in #define's, for where the files...
2000-11-10 aland removed dependencies on hard-coded #define's. Use...
2000-11-10 aland deleted hard-coded RADWTMP, and moved it to a configur...
2000-11-10 hartwick * Update to reflect the use of rad_mkdir() to recursiv...
2000-11-10 pamFixed typo, which broke compilation of the module.
2000-11-09 aland moved rad_mkdir() to main/util.c, where other modules...
2000-11-09 aland removed old build_reply() function.
2000-11-09 aland added 'netmask' to RADCLIENT data structure.
2000-11-09 aland included header file for ntohl() macro
2000-11-09 aland added notes on using new ipaddr/netmask for client...
2000-11-09 aland added support for network masks to clients. We can...
2000-11-09 aland move hostname_lookup config from radiusd.c to conffile.c
2000-11-08 aland These files are no longer relevant. The new configura...
2000-11-08 aland support 'user' and 'group' directives, where the serve...
2000-11-08 aland new rad_mkdir() function. It works just like mkdir...
2000-11-08 aland make more functions and variables 'static'
2000-11-08 aland defined an SNMP data structure for auth/acct server...
2000-11-08 jcarnealJeff Carneal <jeff@apex.net>
2000-11-08 aland Deleted read_config_files(), and moved it's functionality
2000-11-08 hartwick * Clear up a warning in reread_config which was return...
2000-11-08 hartwick * Add client_walk() prototype.
2000-11-08 hartwick * Add a client_walk() function to walk the client...
2000-11-07 jcarnealJeff Carneal <jeff@apex.net>
2000-11-07 aland removed more traces of builddbm
2000-11-07 aland remove LDBM and BUILDDBM from the source tree
2000-11-07 aland removed LDBM and BUILDDBM from the source tree
2000-11-07 hartwick * Update some of the error messages to start with...
2000-11-07 jcarnealJeff Carneal <jeff@apex.net>
2000-11-07 jcarnealJeff Carneal <jeff@apex.net>
2000-11-07 aland removed proxy_retry() function.
2000-11-07 aland added configuration examples for the 'preprocess'...
2000-11-07 aland corrected typo
2000-11-07 aland removed WITH_DBM, and WITH_FOO_HACK from the top-level...
2000-11-07 aland added a configuration section parser for the module.
2000-11-07 aland moved cf_expand_variables.
2000-11-06 aland removed all DBM and NDBM code. If anyone wants to...
2000-11-06 aland removed un-necessary 'filename' variable.
2000-11-06 jcarnealJeff Carneal <jeff@apex.net>
2000-11-06 aland use '--mode=install $(INSTALL)', instead of plain...
2000-11-06 aland if our last sleep time was zero seconds, then re-calculate
2000-11-06 aland more cleanups, and ensured that any select() modificat...
2000-11-06 aland use --mode=install $(INSTALL) for libtool, instead...
2000-11-06 aland re-arranged code in rad_clean_list() to simplify it.
2000-11-06 aland moved the 'client' handling code to a new file: client.c
2000-11-06 aland moved the call to proxy_retry() into rad_clean_list...
2000-11-06 aland if we don't have any pthread libraries, remove all...
2000-11-05 aland added code to setuptimeout() which makes it remember...
2000-11-04 jcarnealJeff Carneal <jeff@apex.net>
2000-11-03 aland re-formatted the file to remove whitespace, and follow...
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
next