freeradius.git
2003-01-24 aland Now that we have ${datadir}, we can install the docume...
2003-01-24 aland Don't make the HTML versions of the RFC's unless speci...
2003-01-24 aland OK, datadir is now ${prefix}/share, which is what...
2003-01-24 aland Patch from Wichert Akkerman to increase the size of...
2003-01-24 pamChanged instruction flow in ldap_groupcmp() to improve...
2003-01-24 pamMake more consistent use of defines in buffer size...
2003-01-24 pamRemove search/replace generated typo
2003-01-23 aland Re-formatted, and added more attributes found on the...
2003-01-23 aland Don't use strncmp.
2003-01-23 aland Make 'datadir' point to '.../share/freeradius', instead of
2003-01-23 aland Add preliminary stage of 'exec' module, which currentl...
2003-01-23 aland Modified the 'exec program' functionality to be thread...
2003-01-23 aland More hacks for hacking fork() to work with threaded...
2003-01-23 aland Updated the install, config file, and config reader...
2003-01-23 aland Delete these files from raddb, as they're being moved...
2003-01-22 aland Don't say how to include it in the main dictionary...
2003-01-22 aland More vendor dictionaries found on the net.
2003-01-21 aland More attributes found on the net.
2003-01-21 aland Updated with dictionaries and entries from Yard RADIUS
2003-01-21 aland Cleanups & additions from Wichert Akkerman
2003-01-21 aland Updated with more descriptions and examples from Chris...
2003-01-21 kkalevStress out the fact that the Pool-Name attribute is...
2003-01-20 aland Updated for latest set of fixes to MAC OSX.
2003-01-20 aland Added notes about why you don't want users to authenti...
2003-01-20 pamDocumented Ldap-Group hadnling group DNs
2003-01-20 pamExtend ldap_groupcmp to handle DNs as Ldap-Group attribute.
2003-01-17 aland Mark some targets as phony, so that case-insensitive...
2003-01-17 aland Darwin is a BSD-style OS, so utmp doesn't have ut_user...
2003-01-16 kkalevAdd a few comments about PostAuth-Type,Acct-Type and...
2003-01-14 kkalevWork even if we have multiple attributes
2003-01-14 kkalevAdd support for Acct-Type,Session-Type and PostAuth...
2003-01-13 aland Reset vp->strvalue after adding port to IP address...
2003-01-13 aland When we set the IP address in vp->lvalue, set the...
2003-01-13 kkalevFix a small problem with debugging
2003-01-13 cmillerdebian: rename daemon to "freeradiusd" to be polite...
2003-01-12 kkalevFix a small bug in lib/ldap/create_user.php3. Unset...
2003-01-12 kkalevAdd a missing {
2003-01-12 kkalevMake things a little bit more simple in lib/ldap/change...
2003-01-12 kkalevAdd a few missing {
2003-01-11 kkalevDon't include user_info.php3 in the user_test page.
2003-01-11 kkalevAdd ldap_debug in admin.conf
2003-01-11 kkalevIn debug, output the sql queries in italic. Refer to...
2003-01-11 kkalev* Add a directive ldap_debug. Add debuging statements...
2003-01-11 kkalevAlso update the admin.conf
2003-01-11 kkalevAdd a directive sql_debug. Add debuging statements...
2003-01-10 aland Added notes from the list
2003-01-10 kkalevCreate a daily instance of the counter module and also...
2003-01-10 fcusackbreak stale locks on syncdata
2003-01-09 aland One more delete of builddbm stuff
2003-01-09 aland Removed builddbm. It hasn't been used for ages.
2003-01-08 aland Removed unnecessary variable to simplify things.
2003-01-06 pnixonUpdate logrotate to rotate sqltrace.sql
2003-01-06 kkalevMove the files module in the correct place in the autho...
2003-01-06 kkalevDelete duplicate attributes from the radiusprofile...
2003-01-02 aland make octet counter bigint, to allow it to grow past 2G.
2003-01-02 aland Correct typo in syntax, and check for pid file before...
2003-01-01 kkalevIn log_badlogins create a separate sql input file for...
2002-12-30 kkalevAdd sql_connect_timeout and sql_extra_servers configura...
2002-12-28 kkalevAdd more error messages when interacting with the SQL...
2002-12-28 kkalevOnly run for Accounting-Stop packets in accounting
2002-12-24 kkalevSet default values for the server and basedn parameters
2002-12-24 aland Define 'datadir' in make files.
2002-12-23 aland Add calls to the new post_proxy section.
2002-12-23 aland Now that we're about to add post-proxying, add a confi...
2002-12-23 aland Update text for new proxying
2002-12-22 kkalevAdd sql_use_http_credentials configuration directive...
2002-12-20 kkalevMake schema work for openldap 2.1. Patch from Wolfgang...
2002-12-20 aland Patch to look for dbm functions in std libs
2002-12-19 kkalevCheck that the reset time is not never before reseting...
2002-12-18 aland Meaningless white-space changes
2002-12-11 aland Clean ups and code re-arrangements
2002-12-11 aland Made the name buffer a little bigger...
2002-12-11 aland Remove commented-out code
2002-12-11 aland Use 'sizeof', instead of hard-coded numbers.
2002-12-10 kkalevPut the counter module in the end of the authorize...
2002-12-10 aland Trivial fix to print error message, from Thomas Krantz
2002-12-10 aland Data is int, not int*
2002-12-10 aland SQL doesn't do authentication, so change that in the...
2002-12-09 aland Use the correct string for error printing, instead...
2002-12-09 aland Don't try to use radlog_dir in a debugging/error messa...
2002-12-09 aland Updated with latest set of changes from Boian Jordanov
2002-12-09 aland Updated with patch from Wichert Akkerman
2002-12-07 aland If the password in the request->config list exists...
2002-12-06 aland Sanity check load-balancing for realms
2002-12-06 aland Check for NULL pointers before calling free
2002-12-06 cparkerUpdated to perform an 'sql_close' on each socket before...
2002-12-06 aland Added comments on unique ID's, from
2002-12-05 aland Added 'case sensitive' configuration item, which shoul...
2002-12-05 aland Canonicalize *both* usernames before doing comparisons
2002-12-04 aland Add VENDOR wrapper, so that the USR attributes are...
2002-12-04 aland Slightly more descriptive error message
2002-12-04 kkalevAdd support for mikrotik routers in checkrad. This...
2002-12-04 aland Updated note on openSSL version
2002-12-04 aland Wake up any sleeping realms.
2002-12-04 aland New load balancing code, based on scattering the proxied
2002-12-04 aland Added lrad_rand() function, which uses the internal...
2002-12-04 aland Removed 'max proxies', as there's no need for a hard...
2002-12-04 aland Delete unused variables, and use the main config to...
2002-12-04 aland Deleted unused variables
2002-12-04 aland Allow lines in the various 'users' files to be 8k...
next