freeradius.git
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...
2000-01-18 aland added 'prev' entry to REQUEST structure, so that we...
2000-01-14 aland actually get the data on MSG_PEEK, as some stupid...
2000-01-14 mmachadoActually working on the module again! :)
2000-01-13 aland the server now peeks at the request to see if it knows
2000-01-13 aland yet another typo in usage()
2000-01-13 aland corrected typo (whoops!)
2000-01-13 aland yes, let's add '-h', too.
2000-01-13 aland added -X option for users who INSIST on not reading...
2000-01-10 aland use the ':=' operator for Auth-Type, if it wasn't...
2000-01-07 aland updated with web page
2000-01-07 aland fixed bug, as pointed out by kota <kota@at.com.ua>
2000-01-06 aland added option '--with-threads' to allow people to NOT...
2000-01-04 miquels * Acend channels per line default should be 23, not 1
2000-01-03 miquels * Updated checkrad.pl.in
2000-01-03 alandconfigure.in pthread.h and libpthread
2000-01-03 aland removed the accounting process entirely (yay!)
2000-01-03 aland updated for function/library ordering, as suggested by
2000-01-03 aland fixed possible problem with Ascend configuration, as
1999-12-23 aland add '-n' option to the server, which REQUIRES all...
1999-12-22 aland renamed radrespond() to rad_process, and created new...
1999-12-22 aland corrected access bug which would deny access if there...
1999-12-22 aland we don't need the username hack functions any more
1999-12-22 aland defined Proxy-To-Realm and Replicate-To-Realm attributes.
1999-12-21 aland fixed bugs, as pointed out by kota <kota@at.com.ua>
1999-12-17 aland updated operators in check-item lines for new '==...
1999-12-17 aland do NOT close proxyfd in the accounting child, as it...
1999-12-17 aland fixed bug as pointed out by Alan Curry
1999-12-17 aland defined Packet-Type, added values for it, and made...
1999-12-17 alandinclude/radiusd.h new global variables proxy_port and...
1999-12-17 aland removed many explicit 'case PW_FOO' in paircmp(),...
1999-12-16 aland define '==' as a token
1999-12-16 aland moved auth.c to use new rad_chap_encode function
1999-12-16 aland wrote rad_chap_encode() function in lib/radius.c,...
1999-12-14 aland preliminary support for logging to syslog via '-l...
1999-12-14 aland implemented No-Such-Attribute: magic server configuration
1999-12-14 aland define the request->password element, and have it...
1999-12-14 aland added more 'static's
1999-12-14 accdiasAlan,
1999-12-07 aland merge of alpha code from Alan Curry. It doesn't build...
1999-12-02 jgolovRemoved some useless debugging in proxy.c
1999-12-02 jgolovAdded trusted tag to proxy_receive
1999-12-02 jgolovAdded check for trusted attribute in raddb/realms
1999-12-02 jgolovAdded trusted int to struct realm.
1999-11-28 jgolovFixed a misplaced quote and path to LDAP stuff.
1999-11-28 jgolovMany updates from Adrian Pavlykevych <pam@polynet.lviv.ua>
1999-11-25 aland updates for FreeBSD, based on suggestions by
1999-11-25 aland renamed to PAM_AUTH_ATTR
1999-11-24 aland when doing a pair copy, ignore operators =~ > >= ...
1999-11-24 aland if there's no range for NAS-Port-Id, then just do...
1999-11-24 aland use on-stack 'pam_conv' data structure, and define...
1999-11-24 aland Add in support for a Pam-Auth attribute, now that...
1999-11-24 aland minor changes to stop compiler warnings.
1999-11-24 aland check the time against when we received the reply...
1999-11-24 alandinclude/radiusd.h added 'config_items' to the REQUEST...
next