freeradius.git
2004-12-18 phampsonAdd support so using autoheader to generate autoconf...
2004-12-17 aland Remove rlm_x99_token. There's no maintainer, and...
2004-12-16 aland Remove DOS CR's
2004-12-16 aland Better text
2004-12-15 aland Fix minor typos
2004-12-15 aland Unlock mutex after updating structure, not before
2004-12-15 aland Unblock SIGCHLD when returning.
2004-12-14 aland Updated error messages for %{config:...}
2004-12-14 aland Made the name search a little more forgiving, so it...
2004-12-14 aland Update dict_attrbyname() to accept
2004-12-14 aland Additional comments about things we should eventually do
2004-12-14 wichertInclude crypt.h if it is available so we get a prototyp...
2004-12-14 wichertChange return type of ip_ntoa and ipv6_ntoa to const...
2004-12-13 kkalevVersion 1.0 of radsqlrelay.c No Makefile additions...
2004-12-09 aland No DOS nonsense.
2004-12-08 aland Calling policies is now done by foo(), not by "call...
2004-12-08 aland Look in /usr/include/et for krb5 headers, so that...
2004-12-08 kkalev* Add a snmp_clearsession which can disconnect a user...
2004-12-08 kkalevAlso delete sessions from sql_extra_servers. Add the...
2004-12-07 kkalevAdd a not about return-attribute being only integer...
2004-12-07 kkalevUpdate documentation
2004-12-07 kkalevAdd a return-attribute directive. That way we can send...
2004-12-07 aland Minor updates
2004-12-07 aland First stab at documentation.
2004-12-07 aland Document new load balancing among the modules
2004-12-06 aland whitespace
2004-12-06 kkalevPrint out statistics every so many packets if we are...
2004-12-06 kkalevinline ms_sleep and isdateline
2004-12-06 aland All policies have to be in named policies...
2004-12-05 aland Parse load-balance groups by parsing them as normal...
2004-12-05 aland Added some support for load balancing sections. Some...
2004-12-04 aland Sample of policy language
2004-12-04 aland First pass at a "policy language"
2004-12-03 aland Get less excited about % in strings...
2004-12-03 aland Change $(INSTALL) to $(LIBTOOL) --mode=install $(INSTALL)
2004-12-03 kkalevFix Bug #167
2004-12-01 aland Added Request-Processing-Stage as an xlat, in which...
2004-12-01 aland Line-based log module.
2004-11-30 pnixonadd a make target to install radwatch only
2004-11-30 kkalevUpdate documentation about read_groups
2004-11-30 kkalevUpdate configuration about read_groups
2004-11-30 kkalev* Add a default '1' in the priority column definition...
2004-11-30 pnixonUse freeradius Timestamp field as it implicitly has...
2004-11-26 pnixonClearer stats notification and some minor logic changes...
2004-11-25 pnixoncleanups and random hacking.
2004-11-24 pnixonFairly major update to support Cisco Gatekeeper billing...
2004-11-24 pnixonMinor logging change
2004-11-23 aland In paircompare, don't get excited if the first attribute
2004-11-23 aland Added support for Time-Of-Day, which takes HH:MM[:SS]
2004-11-21 aland Make "use_tunneled_reply" work properly for PEAP,...
2004-11-21 aland Make "use_tunneled_reply" work for MS-CHAPv2
2004-11-21 aland As found on the net, with edits to make it work with...
2004-11-21 aland Added xlat support for Packet-Authentication-Vector
2004-11-20 aland Use /dev/urandom, if it exists.
2004-11-18 phampsonAdd Suggests for php4-mysql | php4-pgsql to DialUpAdmin...
2004-11-10 aland radeapclient is built using libtool, so it should...
2004-11-10 aland Added future note
2004-11-09 kkalevInstead of a 'SELECT *' for the nas table support which...
2004-11-08 pnixonSupport (FreeRADIUS Style) Quintum VSAs
2004-11-03 kkalevAdd radiusReplyMessage as Reply-Message reply item...
2004-10-31 kkalevAdd NAS-IP-Address LDAP attribute. This closes BUG#143
2004-10-30 aland s/T_INVALID/T_OP_INVALID/g
2004-10-28 kkalevIn lib/sql/group_info.php3 only unset variables if...
2004-10-27 kkalevIn the show groups page, note that we only show groups...
2004-10-27 kkalevOn group creation, if member list is empty report that...
2004-10-25 kkalev* Add lib/sql/group_change.php3 to add and delete a...
2004-10-22 kkalevIn config.php3 remove whitespaces from $login. Don...
2004-10-21 pnixonAdded selectable database support
2004-10-21 aland Removed unnecessary if statement
2004-10-21 pnixonspelling mistake
2004-10-20 aland Don't mark a request finished until the post-proxy...
2004-10-20 aland include parsing for new proxy fail directive, which...
2004-10-20 aland Include request_process into radiusd
2004-10-20 aland Move yet more code around.
2004-10-20 aland move rad_respond() to threads.c. It's not the perfect...
2004-10-20 aland If we've rejected a request because it's taken too...
2004-10-20 aland More debug messages in request_reject
2004-10-20 aland When we're rejecting a request, include the reason...
2004-10-20 aland Updated debugging messages
2004-10-15 aland Allow modules in "authorize", etc. to have subsections...
2004-10-15 kkalevSmall type in login_time_create, close bug #141
2004-10-12 aland s/T_INVALID/T_OP_INVALID/
2004-10-07 pnixonSupport Quintum VSA's in the same manner as Cisco VSA...
2004-10-05 aland Removed extraneous bracket
2004-10-05 aland Use mutexes only if we have pthread.h
2004-10-05 aland Use new samba scheme, in addition to old one
2004-10-04 aland Build pton/ntop if the functions exist, AND AF_INET6...
2004-10-01 pnixonUpdate all mentions of h323confid to callid to match...
2004-09-29 aland If we're told to log passwords, and there's no User...
2004-09-29 aland May have failed to read a VP.
2004-09-29 kkalevIn sql_set_user in the radius_xlat don't call the escap...
2004-09-27 aland Remember that we initialized the pool
2004-09-24 aland Declaring zero-sized arrays is bad
2004-09-24 kkalevAdd a small documentation file about expiration
2004-09-23 aland Added a few more "magic" server-side expansions:
2004-09-22 aland Include the new VALUEs
2004-09-22 aland Moved label to a point where it made sense
2004-09-22 aland Moved the X-Ascend attributes to the bottom of the...
2004-09-22 aland Removed duplicate VALUE names
2004-09-22 aland Include code to make udpfromto work.
next