freeradius.git
2000-09-14 aland updated 'distclean' for new location of libltdl
2000-09-14 aland use variables LIBLTDL and INCLTDL, instead of hard...
2000-09-14 aland moved libltdl up a directory, to keep the GNU libtool
2000-09-14 aland find and substitute the variable top_builddir
2000-09-14 aland check if libltdl is to be installable, and set LIBLTDL...
2000-09-13 aland don't run dynamic log code, as it should be re-written
2000-09-13 aland updated to use radlog() instead of log(), to avoid...
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-07 aland a number of more updates to clean up the man pages
2000-09-07 aland formatting changes
2000-09-07 aland set Auth-Type := again...
2000-09-06 aland Cistron 'users' file compatibility mode is off, by...
2000-09-06 aland added support for a Cistron 'compat' mode, so that...
2000-09-06 aland more documentation, more examples
2000-09-05 aland Place-holder file for accounting users file
2000-09-05 aland added even more text. It might actually make sense...
2000-09-05 aland more minor updates
2000-09-05 aland New documentation describing the format of the 'users...
2000-09-05 aland added a lot of text describing the format of the confi...
2000-09-05 aland updated the Auth-Type attributes to use ':=' and ...
2000-09-05 aland *add* in the auth-tyep attribute, and don't *over...
2000-09-05 aland update the configuration file reader to ignore semi...
2000-09-05 pamFixed compilation for OpenLDAP _without_ Cyrus SASL...
2000-09-01 aland configuration option to turn DNS lookups on/off.
2000-09-01 aland configuration option to turn DNS lookups on or 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 add destination port to the debugging output, so we can
2000-09-01 aland made pairlist_read take a PAIR_LIST **, and return...
2000-09-01 aland corrected behaviour of setuptimeout() when the curreq...
2000-08-31 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-31 aland cleaned up option handling to make somewhat more sense
2000-08-31 aland made the dictionary case insensitive, by default....
2000-08-31 aland made internal version of strncasecmp actually case...
2000-08-31 aland made all of the 'strcmp' operations use DICT_STRCMP...
2000-08-25 aland minor cleanups on code, with more comments, less globa...
2000-08-25 aland print out thread numbers, not pthread_id. pthread_id...
2000-08-25 aland renamed a few variables for RFC complicance.
2000-08-25 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland cleaned up the handling of proxy replies, so that...
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-24 aland if the packet code is well-known (i.e. a standard...
2000-08-24 aland minor re-arrangements
2000-08-22 aland added more value names for integer attributes, as...
2000-08-22 aland corrected typo in trusted stuff
2000-08-21 aland corrected typos
2000-08-21 aland don't smash the operators any more. pairmove() now...
2000-08-21 aland cleaned up code a little.
2000-08-21 aland allow += in check item lists, too
2000-08-21 aland when doing a pairmove(), the relational operators...
2000-08-21 aland added the libdir definition
2000-08-21 aland Allows realms to work in "trusted" mode.
2000-08-21 aland follow the libltdl instructions a little better, by...
2000-08-21 aland don't do internal module handling any more. libltdl...
2000-08-21 aland we don't handle static/compile-time modules ourselves...
2000-08-21 aland allow libltdl to decide which paths to search when...
2000-08-18 aland remove extraneous ntohl(), from a patch by Alan Curry.
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-18 aland added line numbers to configuration sections and value...
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-18 miquels * Added trailing semicolons to function defs in src...
2000-08-17 aland additional documentation (i.e. comments) as to what...
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-16 aland removed comment about the secret not working
2000-08-16 aland actually go parse the proxy/realm secret.
2000-08-16 aland increased the size of the log buffer, to allow more...
2000-08-16 aland updated pairread() so that it allows empty strings...
2000-08-16 aland do NOT return EOL if the parsed string is empty. ...
2000-08-15 aland remove extra calls to sig_cleanup(). They shouldn...
2000-08-15 aland define socklen_t as 'int', if the system doesn't have it.
2000-08-12 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-12 aland Patches for CFLAGS to use -pthread and -D_THREAD_SAFE...
2000-08-11 aland ensure that libtool installs the radiusd binary, as...
2000-08-10 aland explicitely clear out entries in REQUEST structure...
2000-08-08 aland corrected typo
2000-08-08 aland don't bother using MODULE_* stuff any more, libtool...
2000-08-08 aland added debugging message about initializing the thread...
2000-08-03 aland remove another reference to DYNAMIC_MODULES
2000-07-30 aland remove DYNAMIC_MODULES checking. libtool should do...
2000-07-28 aland added strsep(), which is a thread-safe replacement...
2000-07-28 aland removed all knowledge about dlopen() and friends from the
2000-07-28 aland removed all dependencies on dlopen() and friends....
2000-07-28 aland include libltdl in the compiler includes, and include...
2000-07-27 aland cleaned up the proxy_retry() function so that it ...
2000-07-27 aland removed the #if 0 stuff, as the code I wrote was broken,
2000-07-27 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-26 aland removed erroneous change
2000-07-26 aland remove more compiler warnings
2000-07-26 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-26 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-26 aland preliminary template for moving the dictionary initial...
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-07-18 aland replace '-nt' with 'find -newer', as per comments...
2000-07-05 aland updated for list which doesn't exist any more.
2000-06-25 aland corrected definition of ipaddr variable, as pointed...
next