freeradius.git
2000-03-07 aland modified utmp to look for HAVE_UTMPX_H, instead of...
2000-03-04 aland moved LIBS to RLM_LIBS
2000-03-03 aland added support for parsing strings from CONF_PARSER...
2000-03-03 aland if 'uint32_t' isn't defined, then we default to make it
2000-03-03 aland added test for AR, so we can find it on systems such as
2000-03-03 aland UINT4 -> uint32_t mapping change
2000-03-03 aland removed old garbage code for parsing variables strings...
2000-03-03 aland added entries for max_request_time, etc., which were...
2000-03-03 aland added CONF_PARSER data structure, so that the user...
2000-03-02 aland added attribute Request-Src-IP-Address, which rlm_prep...
2000-03-02 aland removed 'already_proxied' variable from rad_process...
2000-03-02 aland rlm_preprocess has moved it's preprocessing from the...
2000-03-02 aland add a NAS-IP-Address to the incoming request if the...
2000-03-02 aland made ip_hostname() take a buffer pointer, and a buffer...
2000-03-02 aland removed $(RLM_LIBS) from the rule for linking a static...
2000-03-02 aland moved rad_getpwnam() out of util.c (and the main radiu...
2000-03-02 aland moved the function 'auth_name' to put the output strin...
2000-03-02 aland when churning the internal random pool, make sure...
2000-03-02 aland re-worked to get rid of static buffers.
2000-03-02 aland added documentation for the format of ascend binary...
2000-03-02 aland ignore CR's in addition to LF's.
2000-03-02 aland modified radius_xlate() to NOT use a static buffer...
2000-03-01 jgolov Missing semi-colon added
2000-03-01 aland make sure that 'configure' depends on the new 'aclocal...
2000-03-01 aland look for uint8_t and uin32_t in <inttypes.h>, as well...
2000-03-01 aland add @LIBS@, for any generic libraries which may be...
2000-03-01 aland patches to include $(CLFAGS), as given for Solaris, by
2000-03-01 aland updated as of latest changes
2000-03-01 aland moved MAX_REQUEST_TIME, CLEANUP_DELAY, and MAX_REQUESTS to
2000-03-01 aland allow passing of NULL section to cf_pair_find(), in...
2000-03-01 aland removed extra debugging messages about threads
2000-03-01 aland updated to check for pthread functions in -lc_r, on...
2000-03-01 aland updates to export functions used by rlm_realm
2000-02-29 aland preliminary support (with lots of extra debug messages...
2000-02-29 aland more descriptive error messages
2000-02-29 aland remove ALL references to '.so'
2000-02-29 aland deleted offending reference to '.so'
2000-02-29 aland added definition 'dynlibext', so that we can tell...
2000-02-29 aland for systems which are too broken to define UT_LINESIZE...
2000-02-29 aland moved the RUT_NAMESIZE definition to use the actual...
2000-02-29 jgolov Added function dump_config
2000-02-29 jgolovFixed function names for new conffile
2000-02-28 aland renamed module LIBS definition to RLM_LIBS, to avoid...
2000-02-28 aland renamed the CLIENT structure to RADCLIENT, as CLIENT...
2000-02-28 aland fixed implementation of WITH_ASCEND_HACK, as pointed...
2000-02-27 aland removed unnecessary UT_LINESIZE and UT_NAMESIZE, and...
2000-02-27 aland updated to remove '-w' flag to grep, and replaced...
2000-02-27 aland added '-dlopen' flag, as per complaints noted by libto...
2000-02-26 miquelsPorted some fixes from the upcoming radiusd-cistron...
2000-02-25 aland renamed sun_signal() to reset_signal(). Added checks...
2000-02-25 aland updated the random_vector() function so that it doesn...
2000-02-25 aland moved handling of NULL realm to realm_find. If it...
2000-02-25 aland moved support for WITH_ASCEND_HACK (converting Ascend...
2000-02-25 aland final stages of UINT4 -> uint32_t, and u_char -> uint8_t,
2000-02-25 aland massive conversion of types.
2000-02-25 aland Updated the configuration scripts after reading the...
2000-02-24 aland made the new configuration file handler part of the...
2000-02-24 aland remove the target file before creating a soft link...
2000-02-23 aland moved the build over to using libtool.
2000-02-22 aland added Microsoft's VSA's, from draft-ietf-radius-ms...
2000-02-21 aland set a variable LIBTOOL in Make.inc.in, so that the...
2000-02-21 aland New files which are used by libtool from REAL cross...
2000-02-16 aland updated for what's done, and what still needs doing.
2000-02-16 aland corrected typo, as pointed out by Greg Dickson <witchy...
2000-02-11 aland added more template entries. They're commented out...
2000-02-10 aland cleaned up, and added "Realm" attribute to the request...
2000-02-10 aland updates for proxy retries
2000-02-05 aland added functionality for Proxy-To-Realm and Replicate...
2000-02-04 aland 'install' rules now creates directories, too.
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-02-04 aland new files for Proxy-To and Replicate-To support, by...
2000-02-02 aland add explicit cf_pair_add() function.
2000-02-02 aland corrected typo
2000-02-02 aland updated for new username && password in REQUEST structure
2000-02-02 aland only print out host names if UT_HOSTSIZE is defined.
2000-02-02 aland removed gcc-specific compiler flags.
2000-02-02 aland don't use BASH extensions in a /bin/sh script.
2000-02-02 aland added NSLLIB and SOCKETLIB for Solaris, as suggested by
2000-02-02 aland removed non-ANSI trailing commas from 'enum' declarations.
2000-02-02 aland removed bogus check, as pointed out by Alan Curry.
2000-02-02 aland change 'cd $dir;foo' to 'cd $dir && foo', as suggested by
2000-02-01 aland regularized configuration names to:
2000-02-01 aland minor updates so name && password aren't passed explic...
2000-01-31 aland updates for new request->username
2000-01-31 aland updated for new request->username
2000-01-31 aland include/radiusd.h
2000-01-31 aland Ensure that the modules get re-built if the server...
2000-01-31 aland look for the canonical User-Name in the User-Name...
2000-01-31 aland include/radiusd.h
2000-01-30 jgolovAdded basic ldap module config
2000-01-30 jgolovChanged rlm_ldap to use conffile instead of raddb/ldaps...
2000-01-29 jgolov*** empty log message ***
2000-01-29 jgolovconffile.c was written by Jesper Nielsen <jln@wol.dk>
2000-01-29 jgolovAdded radius.conf to raddb/
2000-01-29 aland This is the first step at getting rid of passing a...
2000-01-28 aland removed PAM handling, and added operator initializatio...
2000-01-25 alandi do NOT smash the operators to '=' in paircmp...
2000-01-24 aland changes to make it build on OpenBSD, as suggested by
2000-01-20 aland did 'strdup(valstr)' in filterBinary function, so...
2000-01-20 aland Added Acct-Session-Start-Time attribute. This will...
next