freeradius.git
2003-10-14 aland Patch from Masao Nishiku to implement PEAP version...
2003-10-14 aland Changed to implement EAP MSCHAPv2 as Microsoft's versi...
2003-10-14 aland Updated in preparation for EAP MS-CHAP-V2 types
2003-10-14 kkalevAdd a sql_set_user in the postauth function
2003-10-13 phampsonFix up relocation of config.{sub,guess} to not be kille...
2003-10-13 phampsonRegenerate from configure.in after: Override GETHOSTBYA...
2003-10-13 phampsonOverride GETHOSTBYADDRSTYLE for FreeBSD to be BSD,...
2003-10-12 kkalevAdd an entry about the failed_logins page
2003-10-10 kkalevFix a small bug in bytes2str. It will now also show...
2003-10-09 phampsonClean up lib/ subdirectory when cleaning
2003-10-09 phampsonUpdate from rlm_ippool_tool.pod after: Add support...
2003-10-09 phampsonDelete leftover debugging gunk
2003-10-06 cparkerFixed bug in 'paircreate' where it did not copy the...
2003-10-06 kkalevMake clean_radacct and truncate_radacct work correctly
2003-10-06 kkalevDon't show an account as locked if Dialup-Access does...
2003-10-06 kkalevShow correct calculation of the montlhy usage time.
2003-10-05 kkalevAdd more comments in the admin.conf file
2003-10-05 kkalevAdd a configuration directive counter_monthly_calculate...
2003-10-04 phampsonfreeradius -h is no longer an error.
2003-10-04 phampsonRegenerate from configure.in after: Cosmetic fix to...
2003-10-04 phampsonCosmetic fix to BSD-style gethostby{addr,name} warning.
2003-10-04 phampsonRegenerate from aclocal.m4 after: Improve SNMP include...
2003-10-04 phampsonImprove SNMP include-file location detection; No longer...
2003-10-03 kkalev* Replace calls to exit() in counter_instantiate with...
2003-10-02 aland Make IPX filters work.
2003-10-02 phampsonUpdate to support rlm_ippool.c v1.24's database format.
2003-10-02 phampsonAdd support for adding entries to ippool databases.
2003-10-02 phampsonFix uninitialised value of ML-PPP count 'num';
2003-10-01 phampsonAdd database modification support to rlm_ippool_tool
2003-09-30 phampsonRegenerate from configure.in after addition of rlm_ippo...
2003-09-30 aland Fixed prototype to be sane, and made some more minor...
2003-09-30 phampsonAdd rlm_ippool_tool (nee ippool-tool/iptool) to FreeRADIUS.
2003-09-30 aland Re-write the "parse generic filter" function, and...
2003-09-30 kkalevMake it clear that the password_header directive is...
2003-09-30 aland Don't complain if the attribute is known, but isn...
2003-09-30 aland Removed non-existent file
2003-09-29 aland First pass at re-writing Ascend's horrible code.
2003-09-29 aland Increased the size of the temporary 'send packet'...
2003-09-29 aland Updated so it works
2003-09-29 kkalevAllow for defining the ldap_filter used when searching...
2003-09-27 aland memset is your friend.
2003-09-27 aland Initialize all entries of the data structure.
2003-09-26 aland Added more debug messages for people who out-smart...
2003-09-26 aland A few more checks to prevent people from doing crazy...
2003-09-26 aland Added MS-CHAP rfc
2003-09-26 kkalevCompile even if we don't have pthread's
2003-09-25 phampsonMake wait=no possible, and add an extra check for possi...
2003-09-25 phampsonDocument 'config' as a valid source/destination for...
2003-09-24 aland Improved debugging messages...
2003-09-24 aland If a request was rejected, do it only once.
2003-09-24 aland Added comma
2003-09-24 aland Minor update
2003-09-24 aland After setting new VP, don't add it to the end of the...
2003-09-24 aland version goes to stdout, not stderr.
2003-09-24 aland Return OK on success, instead of HANDLED
2003-09-24 phampsonReally fix the bare %{Attribute-Name} support.
2003-09-23 aland Check certificate revocation list
2003-09-23 aland Check certificate revocation list.
2003-09-23 aland Re-arranged 'enum' definitions to follow C standard...
2003-09-23 kkalevFix postauth to not leak ip's
2003-09-23 3APA3A! NULL terminator added to module_config
2003-09-23 kkalevCalculate weekly used time correctly (from Sunday 00...
2003-09-23 phampsonFix really stupid copy-paste mistake (mine).
2003-09-23 phampsonAdd support for post-auth query in rlm_sql
2003-09-23 phampsonUpdate to variable documentation to reflect recent...
2003-09-23 phampsonChange %{Attribute-Name} from scanning request valuepai...
2003-09-23 phampsonAdded support for %{check:Attribute-Name}
2003-09-22 kkalev* When we find a broken attribute and strlen(buf) ...
2003-09-19 aland Untested EAP-MS-CHAPv2 module, based on reading of...
2003-09-19 aland Added Auth-Type for MS-CHAP
2003-09-19 aland Added name & define for EAP-MSCHAP-V2
2003-09-19 aland Added mschap error
2003-09-19 aland Deleted unnecessary file
2003-09-19 phampsonAdd logrotate file for /var/log/freeradius/radiusd.log
2003-09-19 phampsonPrevent generation of src/modules/rlm_sql/drivers/lib...
2003-09-19 phampsonRemove last vestiges of Pre-Acct/Pre-Proxy/Post-Proxy...
2003-09-18 phampsonStupid typo fix. (POW_ -> PW_)
2003-09-18 phampsonAdd support for Post-Auth-Type REJECT substanza of...
2003-09-18 phampsonThese aren't supported eiter. They exist, but aren...
2003-09-18 cparker Added 'post-proxy' method to 'rlm_attr_filter' and...
2003-09-18 phampsonCorrect documentation to reflect server behaviour.
2003-09-18 phampsonChangelog entries which I forgot to commit at the time.
2003-09-18 phampsonUpdate to documentation for the module subgrouping...
2003-09-18 kkalevCheck if request->timestamp - {Acct-Delay-Time} < last_...
2003-09-18 aland Minor typo
2003-09-17 aland Added 3GPP dictionary.
2003-09-17 phampson#elifdef is not a valid preprocessor directive. Replace...
2003-09-16 aland Don't copy server-side attributes into the tunneled...
2003-09-15 aland Hokey hacks for IPv6 address printing & parsing.
2003-09-15 aland Patches to print/parse IPv6 interface ID's.
2003-09-15 aland First pass at allowing native support of IPv6 addresses.
2003-09-15 aland If we don't have threads, don't use pthread functions
2003-09-12 phampsonAdd LGPL boilerplate for files from which it is missing.
2003-09-12 kkalevConsider the account locked either if Dialup-Access...
2003-09-11 phampsonCorrect GPL boilerplate in files which had it wrong...
2003-09-11 phampsonAdd GNU GPLv2 boilerplate to the top of files which...
2003-09-10 aland More RADIUS RFC's
2003-09-10 aland New RFC's about RADIUS. 3579 and 3580 to follow when...
2003-09-10 aland Minor updates
2003-09-10 aland attributes of type 'int' require a value
next