freeradius.git
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...
2002-12-03 aland Make the code a little prettier
2002-12-03 aland querystr is an array allocated on the stack, so doing
2002-12-03 aland If there's no query, then return an error
2002-12-03 aland Clean up on errors. Patch from David Kerry
2002-12-03 aland Code cleanups, reformatting, free memory on errors...
2002-12-03 aland When creating names for attributes which aren't in...
2002-12-03 aland Deleted unnecessary code.
2002-12-02 aland More explanation of round-robin and load balancing
2002-12-02 aland Use str2int stuff to parse values
2002-12-02 aland Deleted round-robin code, as we're about to commit...
2002-12-02 aland Added top-level 'snmp' configuration directive, so...
2002-12-02 aland Now that we have a real random number generator, use...
2002-12-02 aland Include Isaac random number generator, from
2002-12-02 aland Minor updates
2002-12-02 aland Make numbers unsigned 32-bit ints, to match the on...
2002-12-02 aland Attempted fix for undefined things.
2002-11-29 aland Added note about branch versus tag for releases
2002-11-29 aland Added 'last reply' field to 'realm' structure. Every...
2002-11-29 aland Added NULL destination for logging messages, so they...
2002-11-28 aland Allow status server to NOT core dump, if it's turned...
2002-11-28 aland Add more cases to the list of string types we handle.
2002-11-28 kkalevAdd a missing <?php tag. Bug noted by Simon Burns ...
2002-11-27 aland If no child is available, then keep looping.
2002-11-27 aland Added patch from Stocker Gernot to allow character...
2002-11-26 kkalevReplace single quotes with double quotes in log_badlogins
2002-11-26 kkalevRemember a few things in the user_test page. Also add...
2002-11-25 kkalevRearrange the checks for cisco routers
2002-11-25 kkalev* Use CISCO-POP-MGMT-MIB in snmpfinger instead of CISCO...
2002-11-24 kkalevWe don't need ORDER BY GroupName in show_groups.php3...
2002-11-24 kkalevWork even when register_globals if off. Suggestion...
2002-11-23 kkalevFix a typo in sql.attrmap. Fix by Evren Yurtesen <eyurt...
2002-11-21 kkalev* Remove one sql query from user_admin which was not...
next