freeradius.git
2000-04-13 aland added installation rules for files in the ./raddb...
2000-04-12 aland we don't need pthread_cancel() any more.
2000-04-12 aland re-ordered the code to prevent possible race conditions.
2000-04-12 aland removed need for pthread_cancel and pthread_join....
2000-04-12 aland only clean the request list AFTER servicing any incomi...
2000-04-12 aland When telling the main server how long to wait in the...
2000-04-12 aland removed duplicate define for WITH_THREAD_POOL
2000-04-11 aland Renamed configuration file to 'radiusd.conf'
2000-04-10 aland renamed 'reallyclean' to 'distclean'
2000-04-10 aland initialize the number of threads to start to 5.
2000-04-10 aland Corrected to let it build with sem_init and -lposix4...
2000-04-10 aland check for sem_init in -lposix4, as that's what Solaris...
2000-04-07 aland more configuration changes and documentation
2000-04-07 aland added BOOLEAN type (yes/no) to the configuration parser
2000-04-07 aland added allowances for variable substitution via ${foo}
2000-04-07 aland updated for new configuration names. Took hints from...
2000-04-07 aland renamed some configuration variable names, fixed an...
2000-04-07 aland look up the base attributes 0...255 in O(1) time,...
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 new confguration for thread pools.
2000-04-06 aland use the new configuration file parser code.
2000-04-06 aland add 'rcsid' stuff
2000-04-06 aland new configuration file has been integrated into the...
2000-04-06 aland enabled new configuration file support
2000-04-06 aland don't use 'strlen' on vp->strvalue, as it may be rando...
2000-04-05 aland free user_reply structure, to prevent memory leaks.
2000-04-05 aland free the proxy reply, too
2000-04-05 aland forcefully delete any duplicate requests when they...
2000-04-05 aland replication checks for proxy_receive, too.
2000-04-05 aland proper checks for proxy_receive, and replication.
2000-04-05 aland remove untrusted attributes, again.
2000-04-05 aland check for pthread_cancel, and work around it if it...
2000-04-05 aland corrected proxy behaviour to not do stupid things...
2000-04-05 aland cleaned up one memory leak in proxy code, by decoding...
2000-04-05 aland we don't need to retain a copy of the proxy request...
2000-04-05 aland moved request->proxy to request->proxy_reply, to refle...
2000-04-05 aland free the reply packet, so we don't have a nast memory...
2000-04-04 aland when trying to copy one VP, don't call paircopy()...
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 The programs depend on the autoconf.h header file...
2000-04-04 aland if the REQUEST_LIST is full, then force the server...
2000-04-04 aland a better check for the same thing
2000-04-04 aland updated to work with the new proxy code.
2000-04-04 aland don't check for realm if there's no User-Name attribute...
2000-04-04 aland no more need for NSLLIB or SOCKETLIB
2000-04-04 aland no need any more for seperate NSLLIB or SOCKETLIB...
2000-04-04 aland If we're using thread pools, check for sem_init()...
2000-04-04 aland make thread data malloc'd, so it sticks around after...
2000-04-04 aland added xlat support for %{Attribute-Name}, so %u is...
2000-04-04 aland new server configuration attributes: Add-Suffix and...
2000-04-04 aland add '%U' to radius_xlat, too.
2000-04-04 aland allow xlat of Stripped-User-Name for '%U'
2000-04-04 aland patch to allow replies to make it to client for thread...
2000-04-04 aland ensure that uint8_t and uint32_t are defined on all...
2000-04-04 aland first pass at updating the proxy code to work with...
2000-04-03 aland add WITH_THREAD_POOL, so that configure can pick up...
2000-04-03 aland if no '@', don't wipe it out.
2000-04-03 aland if we're using thread pools, then the work of rad_decode
2000-04-03 aland moved some code around. There shouldn't be any functi...
2000-04-03 aland include 'threads.o' in the main server. It's an empty...
2000-04-03 aland more cleanups of rlm_realm. Moved the common code...
2000-04-03 aland moved checks for realm 'LOCAL' from proxy.c to rlm_realm.
2000-04-03 aland 'htons' doesn't work for 32-bit quantities. Use ...
2000-04-03 aland look for check items in the reply item list, like...
2000-04-03 aland moved Fall-Through, Add-Port-To-IP-Address, Exec-Program,
2000-04-03 aland moved Huntgroup-Name from 221 to 1031, to be like...
2000-04-03 aland made the module initialization LAST, after all of the
2000-04-02 aland If there's a "request->proxy" entry, then this request...
2000-04-01 aland only look for thread pools if requested to.
2000-03-31 aland added 'secret' element to the REALM structure. The...
2000-03-31 aland made rlm_realm strip the User-Name of the '@realm...
2000-03-31 aland re-arranged code in proxy_send() so that it doesn...
2000-03-31 aland re-arranged code in 'rad_process' function to exit...
2000-03-31 aland changes for thread pools.
2000-03-31 aland fix bug with local configuration never making it to...
2000-03-31 aland we don't have to walk the VP list by hand, we can...
2000-03-31 aland print out error message if we're unable to open the...
2000-03-30 aland Only write the PID file if we're running as a daemon.
2000-03-30 aland new option: --with-thread-pool (default=no).
2000-03-30 aland there are FILE* handles here, so we've got to include...
2000-03-27 aland new function: rad_clean_list(). This implements much...
2000-03-27 aland updated with '-i' parameter, to set the request ID.
2000-03-27 aland fixed core dump when no auth item, as noted on the...
2000-03-17 mmachadoFixed coredump and dict lookup problem. The module...
2000-03-17 mmachadoAdd new code, compiles with NO warnings. Untested but...
2000-03-16 mmachadoCompiles with new ICRADIUS code, but BADLY BROKEN....
2000-03-16 aland corrected definition of alrm_handler() to be of type...
2000-03-16 aland make function take 'void', instead of nothing.
2000-03-15 aland Added REQUEST_LIST data structure, to replace the old
2000-03-11 aland tell configuration scripts to substitute LIBS in Make...
2000-03-08 aland arg, got rid of stupid rule
2000-03-08 aland updated to handle passwords properly for multiple...
2000-03-08 aland added descriptive text to the 'usage()' function,...
2000-03-07 aland took an idea from XTRadius. When doing an Exec-Progra...
2000-03-07 aland instead of picking a random UDP port for proxying...
2000-03-07 aland double-check need for prototypes for getusershell...
2000-03-07 aland more hacks to make it work on Linux, and work around...
2000-03-07 aland gcc -> cc, as it's more sane.
next