freeradius.git
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-21 jcarnealJeff Carneal <jeff@apex.net>
2000-11-21 aland removed 'allowed' and 'trusted' attributes from the...
2000-11-21 aland pull the definition for CC out of the top-level Make...
2000-11-21 aland more examples of realms
2000-11-21 aland minor re-formatting.
2000-11-21 aland radclient now does it's own encryption of the Password and
2000-11-21 aland when doing a rad_send(), do NOT encode the PW_PASSWORD...
2000-11-21 aland patch from David Kerry <dk@snti.com> to properly defin...
2000-11-21 aland ALWAYS use our own 'install-sh' program, as we cannot...
2000-11-21 aland updated dependencies on include files
2000-11-21 aland convince the thrice-damned ltldl code to actually...
2000-11-21 aland use the new 'request->number' to uniquely tag each...
2000-11-20 aland <whew>! Finally made the 'request_list' structure...
2000-11-20 aland removed old code handling stripped-user-name from...
2000-11-20 aland minor cleanups & touchups, to make the code simpler
2000-11-20 aland added comment header with description of GPL.
2000-11-20 aland updated arguments to pairfree()
2000-11-20 aland changes as per latest discussion on the list
2000-11-20 aland added a 'number' element to the REQUEST structure...
2000-11-20 aland walk over 255 or 256 ID's
2000-11-20 aland updated arguments to pairfree() and rad_free()
2000-11-20 aland updated the arguments to pairfree()
2000-11-20 aland updated arguments to pairfree()
2000-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-11-20 aland made a request_free() and rad_free() take a '**' point...
2000-11-18 jcarnealJeff Carneal <jeff@apex.net>
2000-11-18 jcarnealJeff Carneal <jeff@apex.net>
2000-11-18 jcarnealJeff Carneal <jeff@apex.net>
2000-11-17 aland new function: rl_num_requests(), which returns the...
2000-11-17 aland miscellanous cleanups, and do NOT set the timestamp...
2000-11-17 aland be a little neater about checking last_request in...
2000-11-17 jcarnealBugfix. pairfree(), not pairlist_free().
2000-11-17 aland Modified code to do intermediate processing of the...
2000-11-17 aland added rl_next() function, which walks through the...
2000-11-17 aland two new functions: radutmp_lock() and radutmp_unlock...
2000-11-17 jcarnealJeff Carneal <jeff@apex.net>
2000-11-17 aland update long name with network & mask
2000-11-16 aland added new 'component_names' array, which contains...
2000-11-16 aland removed multiple variables 'authorize', 'authenticate...
2000-11-16 aland replaced all references to 'malloc' with 'rad_malloc'
2000-11-16 aland minor cleanups
2000-11-16 aland point 'buf' to the answer
2000-11-16 aland new function: rad_malloc().
2000-11-16 aland removed the 'default_auth_type' from the main module...
2000-11-16 aland moved more code into the request_list source file...
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.
next