freeradius.git
2000-04-25 aland add checks for missing autoconf, autoheader, and aclocal.
2000-04-25 aland shell script wrapper for a number of common missing...
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-04-24 aland when doing a $INCLUDE file, ensure that the 'file...
2000-04-24 aland updated for latest pairread() functionality
2000-04-24 aland more sanity checking of commas, etc. on the PAIRLIST...
2000-04-23 aland moved include of <sys/resource.h> to make it work...
2000-04-22 aland one last change to make shared libraries install happily
2000-04-22 aland moved the 'install' rules from the Makefile to 'rules...
2000-04-22 aland added commands in the 'install' rule, so that modules...
2000-04-21 aland if we can't open the logging directory, then complain...
2000-04-21 aland re-arranged some code to allow the configuration param...
2000-04-21 aland cleaned up for compiler warnings
2000-04-21 aland use strerror(errno) on failure of fopen, so we get...
2000-04-20 aland added installation rules for the man pages
2000-04-20 aland moving these over to the 'man' directory
2000-04-20 aland moved the man pages to the 'man' directory, and out...
2000-04-19 aland removed extraneous 'n' from the command-line option...
2000-04-18 aland sys/wait.h checks
2000-04-18 aland checks for <sys/wait.h>, as recommended by the autocon...
2000-04-18 aland checks for sys/wait.h
2000-04-18 aland don't add a Proxy-To-Realm attribute if it's a LOCAL...
2000-04-18 aland removed <time.h> and <sys/time.h>, to let "libradius...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-18 aland checks for <time.h> and <sys/time.h>, as described...
2000-04-18 aland use autoconf checks for <sys/time.h>, and <time.h...
2000-04-17 aland added bind_address directive
2000-04-17 aland parse IP addresses in the configuration file, too.
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 added lots more text describing what the configuration...
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 check the authentication vector of replies, too.
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 more paranoid 'const'
2000-04-13 aland added 'const' to statically defined constant character...
2000-04-13 aland added more 'const' to ensure that constant buffers...
2000-04-13 aland updated to allow 'make distclean' to sort of work...
2000-04-13 aland make rad_respond() take over all of the work of checki...
2000-04-13 aland additional debugging messages which make my life easier
2000-04-13 aland updated the scripts.
2000-04-13 aland updates to allow 'make install' to sort of work.
2000-04-13 aland hey, let's update it so that it actually works...
2000-04-13 aland create the $(libdir) prior top copying files there..
2000-04-13 aland Hmm... let's create the $(raddbdir) directory, before...
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...
next