Wrap child spawning and registration in a plain vanilla critical-section
[freeradius.git] / src / main / radiusd.c
2001-07-05 cmillerWrap child spawning and registration in a plain vanilla...
2001-07-05 cmillerCorrected an interminable loop that happened when an...
2001-06-06 aland one attempt to solve the 'unresponsive child thread...
2001-06-04 aland Patch from Vesselin Atanasov <vesselin@bgnet.bg>,...
2001-06-01 aland if we're doing synchronous proxies, then do NOT send...
2001-05-29 aland If we've already sent a reply to the NAS, then do...
2001-05-24 aland Updated 'ignored' messages, to accurately describe...
2001-05-15 cmillerWe delay giving up root until after we can test for...
2001-05-11 cmillerPlatform-independent pthread_cancel()ling instead of...
2001-05-04 aland centralized the handling of the version number, prior...
2001-04-26 aland The second argument to 'bind' is 'struct sockaddr...
2001-04-26 aland We no longer have an accounting process, so it can...
2001-04-23 aland Enabled configurable control of whether or not unrespo...
2001-04-20 aland Corrected message warning about unresponsive children...
2001-04-16 cmillerPrinting a pid should be unsigned.
2001-04-02 aland When using threads, do NOT kill unresponsive children.
2001-03-26 aland Only send a duplicate reply IF such a reply exists...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-12 aland Enable logging to do to stderr, just like stdout.
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-20 pacmanGet rid of references to my old address
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-01-24 aland added more debugging messages to tell people exactly...
2001-01-15 pacmanMoved all radutmp functionality from radiusd into rlm_r...
2001-01-11 cmillerSet better defaults for user, group, and lookup_hostnam...
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-27 cparker fixed bug in rad_process() that caused proxy access...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-16 cmillerCosmetic nonchange to radiusd.c and updates to request_...
2000-12-06 cparkercparker - Fixed bug that caused proxy replies to be...
2000-12-01 aland added smux_failures && smux_max_failures to 'rad_snmp'
2000-11-30 aland minor updates (alignment, etc), based on warnings...
2000-11-30 aland made more variables 'const'
2000-11-30 aland corrected typo in SNMP data structure
2000-11-27 cmillerRemoved REQUEST struct's reference to next and prev...
2000-11-22 aland micro-patch from David Kerry <dk@snti.com>
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-20 aland <whew>! Finally made the 'request_list' structure...
2000-11-20 aland added a 'number' element to the REQUEST structure...
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-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 jcarnealJeff Carneal <jeff@apex.net>
2000-11-16 aland replaced all references to 'malloc' with 'rad_malloc'
2000-11-16 aland moved more code into the request_list source file...
2000-11-13 aland cleaned up & re-arranged more code, for refresh_request.
2000-11-13 aland new files to handle the REQUEST_LIST data structure...
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-09 aland move hostname_lookup config from radiusd.c to conffile.c
2000-11-08 aland support 'user' and 'group' directives, where the serve...
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 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-07 jcarnealJeff Carneal <jeff@apex.net>
2000-11-07 jcarnealJeff Carneal <jeff@apex.net>
2000-11-07 aland removed proxy_retry() function.
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 re-arranged code in rad_clean_list() to simplify it.
2000-11-06 aland moved the call to proxy_retry() into rad_clean_list...
2000-11-05 aland added code to setuptimeout() which makes it remember...
2000-11-03 aland only get the acct_port from /etc/services if we're...
2000-10-31 aland Moved rad_loweruser/rad_lowerpass to rad_lowerpair...
2000-10-30 jcarnealJeff Carneal <jeff@apex.net>
2000-10-26 aland clean up the handling of auth_port
2000-10-23 aland cleaned up #include files
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-23 aland make the requests unique if their source port is uniqu...
2000-10-20 aland added 'rfc_clean' function, to clean outgoing packets.
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-19 aland If we run out of requests, log an informational messag...
2000-10-19 pacmanAnother "pointer target types differ in signedness...
2000-10-18 cparkercparker: Minor reorganization to remove duplicated...
2000-10-18 cparkercparker: Updated files to allow proxy replies to be...
2000-10-18 hartwick Fix a couple of spelling mistakes in some comments.
2000-10-17 pacmanProvide the necessary hints for gcc -Wformat to work...
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-12 jcarnealFrom Jeff Carneal <jeff@apex.net>
2000-10-06 aland ip_getaddr() now returns INADDR_NONE if it was unable...
2000-10-03 aland SMUX patches from Jochen Friedrich <jochen+freeradius...
2000-10-02 aland more SNMP patches from Jochen Friedrich <jochen+freera...
2000-10-02 aland Create the request->reply data structure as soon as...
2000-09-30 jcarnealAdded DEBUG for user collide code
2000-09-26 aland snmp / SMUX changes to make the server listen on the...
2000-09-26 aland grr... corrected dumb typo
2000-09-26 aland print pid's as (int) to radiusd.pid
2000-09-25 aland cleaning up #include files
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-09-13 aland actually print out the error, if we have a problem...
2000-09-01 aland configuration option to turn DNS lookups on/off.
next