Jeff Carneal <jeff@apex.net>
[freeradius.git] / src / main / radiusd.c
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.
2000-09-01 aland add port numbers to log messages about requests from...
2000-09-01 aland the setuptimeout() difference MAY be negative, so...
2000-09-01 aland only kill all of the processes in the process group...
2000-09-01 aland corrected behaviour of setuptimeout() when the curreq...
2000-08-25 aland minor cleanups on code, with more comments, less globa...
2000-08-24 aland converted proxy_setuptimeout() to a *generic* setuptim...
2000-08-24 aland fix the server so that it sleeps for as long as possible
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-17 aland don't do proxy checks if the request is finished,...
2000-08-17 aland do NOT send a proxy retry packet if we've received...
2000-08-15 aland remove extra calls to sig_cleanup(). They shouldn...
2000-07-27 aland cleaned up the proxy_retry() function so that it ...
2000-07-27 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-26 aland remove more compiler warnings
2000-07-26 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-11 aland added 'magic' to REQUEST structure (if we're debugging...
2000-05-05 aland added global config 'lib_dir', in preparation for...
2000-05-04 aland fixed assertion bug, as pointed out on the list by
2000-05-03 aland removed '-c' option (but '-c is ignored for politeness)
2000-05-02 aland allow the user to selectively turn off proxying, and...
2000-05-01 aland more cleanups, deletions of useless code, additions...
2000-04-23 aland moved include of <sys/resource.h> to make it work...
2000-04-21 aland re-arranged some code to allow the configuration param...
2000-04-18 aland checks for <sys/wait.h>, as recommended by the autocon...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-17 aland print out WHICH IP address it's binding to, and allow the
2000-04-17 aland moved the 'write pid' code to a point where it writes the
2000-04-17 aland updated the configuration file parser so that it no...
2000-04-17 aland let the user-specific '-p port' on the command-line...
2000-04-17 aland have the server actually check the authentication...
2000-04-14 aland when rad_respond() is finished handling the request...
2000-04-14 aland if the server cannot handle the request (thread spawn...
2000-04-13 aland make rad_respond() take over all of the work of checki...
2000-04-12 aland only clean the request list AFTER servicing any incomi...
2000-04-07 aland added BOOLEAN type (yes/no) to the configuration parser
2000-04-07 aland use the correct variable name...
2000-04-06 aland removed un-needed parameter from 'thread_pool_init...
2000-04-06 aland enabled new configuration file support
2000-04-05 aland forcefully delete any duplicate requests when they...
2000-04-05 aland proper checks for proxy_receive, and replication.
2000-04-05 aland corrected proxy behaviour to not do stupid things...
2000-04-04 aland removed last touches of parts of old (now unused)...
2000-04-04 aland clean the thread pool occasionally.
2000-04-04 aland if the REQUEST_LIST is full, then force the server...
2000-04-04 aland updated to work with the new proxy code.
2000-04-04 aland make thread data malloc'd, so it sticks around after...
2000-04-04 aland patch to allow replies to make it to client for thread...
2000-04-04 aland first pass at updating the proxy code to work with...
2000-04-03 aland if we're using thread pools, then the work of rad_decode
2000-03-31 aland re-arranged code in 'rad_process' function to exit...
2000-03-31 aland changes for thread pools.
2000-03-30 aland Only write the PID file if we're running as a daemon.
2000-03-27 aland new function: rad_clean_list(). This implements much...
2000-03-15 aland Added REQUEST_LIST data structure, to replace the old
2000-03-07 aland instead of picking a random UDP port for proxying...
2000-03-03 aland added support for parsing strings from CONF_PARSER...
2000-03-03 aland removed old garbage code for parsing variables strings...
2000-03-02 aland removed 'already_proxied' variable from rad_process...
2000-03-01 jgolov Missing semi-colon added
2000-03-01 aland moved MAX_REQUEST_TIME, CLEANUP_DELAY, and MAX_REQUESTS to
2000-03-01 aland removed extra debugging messages about threads
2000-02-29 aland preliminary support (with lots of extra debug messages...
next