freeradius.git
2004-04-28 kkalevAdd a patch from Nicolas Baradakis
2004-04-28 kkalevUpdate sql.conf with the safe-characters directive
2004-04-28 kkalevAdd a safe-characters configuration directive containin...
2004-04-28 kkalevAdd a comment about keeping the database in memory...
2004-04-28 kkalevAdd a one line patch from Martin Seine
2004-04-28 aland Corrected overloading of '1023' attribute. It would...
2004-04-26 aland For ProFTPd
2004-04-26 aland On unknown EAP code, smash it, and replace it with...
2004-04-23 aland Replaced an assertion with a run-time check, and error
2004-04-23 aland Deleted c++ comments
2004-04-22 aland Documented ntlm_auth
2004-04-22 aland Updated for latest changes
2004-04-22 aland When copying an attribute, copy ALL of it, not just...
2004-04-22 kkalevMake nas_list actually work
2004-04-21 phampsonDebian: Further freeradius-dialupadmin improvements.
2004-04-21 kkalevUpdate a log message
2004-04-21 phampsonDebian: Further freeradius-dialupadmin improvements.
2004-04-20 kkalevKeep the nas list in a separate array $nas_list. Update...
2004-04-19 aland Call post-auth after receiving an Access-Accept for...
2004-04-19 aland Correct the fix for checking MS-length.
2004-04-19 aland Check if *request_ptr is NULL, too
2004-04-19 kkalevApart from the 'return' action also allow a 'reject...
2004-04-19 kkalevUpdate documentation
2004-04-19 kkalevAdd a per instance Ldap-Group attribute (of the form...
2004-04-18 kkalevAdd support for sql based radius clients.
2004-04-18 kkalevAdd da_sql_escape_string for all relevant variables...
2004-04-18 phampsonDebian: More fixes to dialup-admin's packaging.
2004-04-18 phampsonDebian: Fix the freeradius-dialupadmin package
2004-04-17 kkalevFix small bugs in accounting.php3 and user_stats.php3...
2004-04-16 kkalevAdd a nas administration page for sql based clients
2004-04-15 aland Check socket handle before dereferencing it.
2004-04-15 aland Added URL to the bugs database
2004-04-15 aland Mark spare threads once per second.
2004-04-15 aland Added note about problems with LEAP
2004-04-15 aland Document Microsofts EAP-MS-CHAP-v2
2004-04-15 aland A little better checks for length.
2004-04-15 aland Deleted an assertion, as it gets caught in race condit...
2004-04-15 aland If ntlm_auth is configured, use it.
2004-04-14 aland A few more assertions about fake packets.
2004-04-14 aland Moved acct_unique to preacct, as it's *not* a "log...
2004-04-14 aland Include comments on how to add site-local attributes
2004-04-14 aland Pass REQUEST to paircmp()
2004-04-14 kkalevUpdate documentation
2004-04-14 kkalev- Add a patch from Tarun Bhushan <tarun.bhushan@macquar...
2004-04-13 aland Response from ntlm_auth is 33 characters, including...
2004-04-13 aland Added MS-CHAP-Use-NTLM-Auth attribute
2004-04-13 aland Run ntlm_auth to do authentication, and parse the...
2004-04-13 aland Calculate the NT hash-hash once, and use it elsewhere
2004-04-13 aland Re-arrange the code in preparation for more changes
2004-04-13 aland Corrected typo
2004-04-13 aland Moved documentation to a man page
2004-04-13 aland Pass the nt hash-hash into auth_response, rather than...
2004-04-13 aland Added dynamic xlat of strings from inside the MS-CHAP...
2004-04-12 aland Moved increment into mutex-protected section, in prepa...
2004-04-12 aland Replaced internal MD4/5 memcpy/memset with normal...
2004-04-12 aland Moved regex xlat's into thye new rbtree, too. This...
2004-04-12 aland Moved list of xlats from linked list to rbtree.
2004-04-12 aland Now that we have a "listener", with IP & port, set...
2004-04-12 aland When NOT using udpfromto in rad_recv(), set the dst_ip...
2004-04-12 aland Added a missing htonl (not strictly needed, but what...
2004-04-12 aland Now that we have multiple listening sockets, key off...
2004-04-12 aland Added more debug messages for people who misconfigure...
2004-04-12 phampsonDebian change: Package dialup_admin
2004-04-10 phampsonDebian change: Package dialup_admin
2004-04-09 pnixonAdd eap.conf to the SuSE build file
2004-04-08 mgriegoRemoved all references to redundant huntgroup_cmp funct...
2004-04-08 aland Only cancel running threads.
2004-04-08 mgriegoAdded misc-nas file for short notes on different NAS...
2004-04-07 aland Allow netmasks of /0.
2004-04-07 aland Check identity against certificate.
2004-04-07 aland And once more cleaned up handling of new "listen"...
2004-04-07 aland Cleaned up old_listen_init
2004-04-07 kkalevMove rlm_checkval to the stable modules
2004-04-06 aland Don't complain about old files if nothing was read...
2004-04-06 aland Removed examples. This file is deprecated
2004-04-06 aland Remove examples. This file is deprecated
2004-04-06 aland "listen" works
2004-04-06 kkalevAdd conf/username.mappings
2004-04-06 kkalevFix a few typos
2004-04-06 kkalev* Add a check_user_passwd() and a get_user_dn() functio...
2004-04-06 aland Document the "listen" directive
2004-04-06 aland Re-use socket FD's on HUP
2004-04-06 aland Deleted almost all knowledge of auth_port and acct_por...
2004-04-06 aland Fix SNMP build for new listen{} directives
2004-04-06 aland Implemented support for multiple listen{} directives.
2004-04-06 aland Prefer hard-coded data to offset, if given
2004-04-06 mcr when there are no attribues to encode, we still need to
2004-04-05 aland Document $(R)
2004-04-05 aland If the request queue is too large, complain, and disca...
2004-04-05 aland The REQUEST is in the 'req' variable, not in 'request'
2004-04-05 aland NOT match is NOT zero.
2004-04-04 pnixonAdd 7 new Juniper attributes
2004-04-03 kkalevAdd ldap_userdn as a configuration directive. If set...
2004-04-03 kkalev* Sort the servers list in failed_logins,user_stats...
2004-04-03 kkalevAdd a few comments on the user of the Ldap-UserDN attribute
2004-03-26 aland Documented %{0} etc.
2004-03-26 aland Allow only 0..8.
2004-03-25 aland We now have man pages
2004-03-25 aland We now have man pages
2004-03-25 aland We now have man pages
next