Change behaviour so that if user/group are specified in config, the
[freeradius.git] / src / main / radiusd.c
2002-06-25 cparker Change behaviour so that if user/group are specified...
2002-06-20 aland If we receive a duplicate reply from the home server...
2002-06-04 cparker Correct order of arguments to debug statement.
2002-06-03 aland In refresh_request(), if the home server never respond...
2002-06-03 aland Don't bother reprocessing usernames/passwords through the
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-05-22 aland Enable new code to handle forking child programs,...
2002-05-14 aland Re-arrange some of the code in rad_check_list() to...
2002-05-09 aland If we're proxying, we may not be able to sleep forever...
2002-05-06 aland If we're delaying the reject message, then don't delet...
2002-03-20 aland Removed references to 'nas_name2', and "NAS" in log...
2002-03-08 aland Use maxfd+1 for select
2002-03-07 aland Fix a logic bug in refresh_request(). If the request...
2002-03-06 aland Don't use a hard-coded '32' for the select over the...
2002-02-19 aland In proxy_send(), if there is no realm to proxy the...
2002-02-19 aland Corrected logic in delay request code.
2002-02-18 aland There are cases where IF all of the matching realms...
2002-02-18 aland Sanity checks and more cleanups for new "reject_delay"
2002-02-18 aland New security configuration items: max_attributes ...
2002-01-29 aland Try s slightly different way of closing stdin, stdout...
2002-01-14 3APA3A! Cosmetic changes to prevent warnings during compilation
2001-12-20 aland If a request hangs around for more than max_request_time,
2001-11-20 cmillerClose STD{IN,OUT,ERR} if not running in debug mode...
2001-11-07 aland Hmm... pid may be unsigned apparently. So checking...
2001-11-06 aland Threads don't block SIGCHLD.
2001-10-31 aland After reading the configuratio files, IF we're not...
2001-10-31 aland In pairmove2, if given Vendor-Specific, then move...
2001-10-31 aland Small bugfix by "Nikolay P. Romanyuk" <mag@vtelecom.ru>
2001-10-30 aland Added 'radlog_dest' variable, so we can set the destin...
2001-10-24 aland If we've received a reply from the home server after...
2001-10-10 aland removed erroneous printfs
2001-09-26 aland Added "secret" top-level configuration item "debug_level".
2001-09-21 aland When trapping a signal, don't SIGKILL children on...
2001-09-19 aland Configurable fail-over on multiple proxy hosts.
2001-09-13 aland There appear to be problems with conflicting authentic...
2001-09-11 aland Declare a function before it's used.
2001-09-10 aland Patch from Raghu <raghud@hereuare.com>
2001-09-08 aland For non-threaded code, set 'req->finished = TRUE'...
2001-09-06 aland removed WITH_DBM from the code, as if it's ever done...
2001-09-05 aland Enable Access-Challenge to work, and pass through...
2001-08-29 aland Added 'original' packet to rad_send(), so that it...
2001-08-17 aland Change instances of 'assert' to 'rad_assert', so that...
2001-08-15 aland Updated to NOT leak small amount of memory when the...
2001-08-14 aland When doing proxying synchronously, we still need to...
2001-08-13 aland If we're logging a message before the logger has been...
2001-08-07 aland deleted references to HAVE_THREAD_POOL. We now assume...
2001-07-24 aland Patch from Steve Langasek <vorlon@netexpress.net>.
2001-07-23 aland Update child thread code, so that it minimizes the...
2001-07-13 cmillerRoland H\"anel <roland.haenel@qsc.de> reported that...
2001-07-12 aland quench log messages for unresponsive children
2001-07-06 cmillerneeds_child_cleanup was unreachable, and DS' return...
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>
next