freeradius.git
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
2004-03-25 aland We now have a man page
2004-03-25 aland We now have man pages
2004-03-25 aland More updates
2004-03-25 aland We now have a man page. Updates should go there
2004-03-25 aland A bit of updates
2004-03-25 aland Interix requires -D_ALL_SOURCE, for reasons known...
2004-03-25 aland Updates
2004-03-25 aland Made rbtree code handling for proxying request live.
2004-03-25 aland Corrected typos, where 'test -f' didn't match 'echo'
2004-03-25 phampsonDocument -v option.
2004-03-25 phampsonAdd accounting_update_query_alt to rlm_sql, to catch...
2004-03-25 pnixonSome new Cisco VASs
2004-03-25 pnixonAdd new VSAs for CISCO SIP PROXY SERVER as defined...
2004-03-25 aland Install eap.conf, too
2004-03-24 aland Better linking of sub-modules, and added support for...
2004-03-24 aland Added extra LCRYPT, for systems which have problems...
2004-03-24 pnixonupdate strip_dot function to return NULL if it receives...
2004-03-24 pnixonChange H323DisconnectCause from VARCHAR(2) to VARCHAR...
2004-03-23 aland For '=~', add the matching sub-strings to the request...
2004-03-23 aland Preliminary support for xlat's of regex results: ...
2004-03-23 aland Include prototype for rl_add_proxy
2004-03-19 mcr signed/unsigned fixes.
2004-03-19 mcr as a result of incrementing the EAP-id each time, the
2004-03-19 mcr increment the EAP-id on each stage of the transaction.
next