Updated xxx_authenticate() to accept check/reply pairs
[freeradius.git] / src /
2000-10-01 jcarnealUpdated xxx_authenticate() to accept check/reply pairs
2000-10-01 jcarnealChanged module_authenicate function to accept check...
2000-10-01 jcarnealChanged rad_check_password() to pass user_reply to...
2000-10-01 jcarnealChanged module_authenticate function parameters
2000-09-30 jcarnealAdded user collision code for users file only
2000-09-30 jcarnealAdded DEBUG for user collide code
2000-09-30 jcarnealAdded --with-user-collide
2000-09-29 jcarnealAdded trivial patch to show which list a module is...
2000-09-29 aland added 'static const char rcsid[]', so we can tell...
2000-09-29 aland minor bug fix by Jochen Friedrich <jochen+freeradius...
2000-09-28 jcarnealAdded ability to send multiple, distinct packets.
2000-09-26 aland snmp / SMUX changes to make the server listen on the...
2000-09-26 aland minor cleanups and code changes
2000-09-26 aland new header file, for simplicity
2000-09-26 aland added WITH_SNMP to output
2000-09-26 aland smux header file, from patch by
2000-09-26 aland adding SNMP / SMUX support to the server, from patches by
2000-09-26 aland first step of snmp/smux patches from
2000-09-26 aland grr... corrected dumb typo
2000-09-26 aland print pid's as (int) to radiusd.pid
2000-09-25 aland added targets for radzap.o and radwho.o
2000-09-25 aland re-arranged #include lines
2000-09-25 aland added explicit targets for conffile.c, log.c, and...
2000-09-25 aland cleaning up #include files
2000-09-25 aland updated rcsid, instead of sccs_id
2000-09-25 aland cleaning up #include files
2000-09-25 aland cleaning up #includes
2000-09-25 aland re-arranging header files
2000-09-25 aland cleaning up #include files, moving them around, deleti...
2000-09-25 aland added #if wrappers for #include files
2000-09-25 aland fixed typos
2000-09-25 aland changed hard-coded 0x7f00000001 to INADDR_LOOPBACK...
2000-09-25 aland if the realm is a LOCAL one, then still add the 'Realm...
2000-09-14 aland ALWAYS look up host names to IP addresses, otherwise...
2000-09-14 aland updated 'compat' mode logic to hopefully work a little...
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-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-06 aland added support for a Cistron 'compat' mode, so that...
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 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 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 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 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 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-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 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 ...
next