Release 1.0.0! At last!
[freeradius.git] / src /
2004-07-17 phampsonRelease 1.0.0! At last! release_1_0_0
2004-07-14 aland Length of match[i] = end - start, not just end.
2004-07-13 aland Copy one-line patch from the head
2004-07-06 aland Move patch from the head
2004-07-05 aland Move r1.159 from the head
2004-07-05 aland Move r1.323 to the branch, so it will build on systems...
2004-06-22 aland We don't look for -lcrypto any more on our own, as...
2004-06-22 aland Not needed
2004-06-22 aland pull diff from r1.62 to r1.63 from head
2004-06-15 aland Pull fixes from the head
2004-06-14 aland pull fix from the head
2004-06-14 aland Look for inet_ntop, too
2004-06-14 aland Pull fix from the head for inet_pton
2004-06-10 aland Pull patch from the head
2004-06-10 aland Pull fix from the head
2004-06-08 aland Pull fix from the head.
2004-06-03 phampsonPull from cvs HEAD:
2004-06-02 aland Pull fix from the head.
2004-06-02 aland Pull patches from the head
2004-06-02 aland Pull fix from the head
2004-06-02 aland Pull fix from the head
2004-06-01 aland Pull patches from the head
2004-06-01 aland Pull fixes from the head
2004-06-01 aland Pull fix for debugging assertions from the head
2004-06-01 phampsonImport fix from CVS HEAD v1.6
2004-05-31 aland Move fix from the head to the branch release_1_0_0_pre1
2004-05-31 phampsonRegenerate autoconf for pre1 release.
2004-05-31 3APA3A! ignoreempty configuration option added to avoid addit...
2004-05-30 phampsonFinish fixing rlm_eap_ttls' usage of rlm_eap_tls
2004-05-28 aland use Stripped-User-Name for proxied packets, independen...
2004-05-28 aland Changed "unsigned long" to "uint32_t", which is portable.
2004-05-28 phampsonAttempt to fix library loading for non-RTLD_GLOBAL...
2004-05-28 aland If new proxy FD's were allocated without the current...
2004-05-28 aland Get rid of "proxyfd", and use the new rad_listen_t...
2004-05-28 phampsonReplaced GPL'd snprintf.c in libradius with LGPL'd...
2004-05-28 phampsonMove (GPL'd) smbdes.c into the (GPL'd) modules that...
2004-05-28 phampsonMove (GPL'd) smbdes.c into the (GPL'd) modules that...
2004-05-28 phampsonPublic domain version of MD4 algorithm, from OpenBSD...
2004-05-28 phampsonOpen source MD5 implementation by Colin Plumb
2004-05-27 mgriegoReturn my_ok in case we changed the outcome of the...
2004-05-25 aland Update debug messages
2004-05-25 aland Only call xlat on quoted strings, and not on strings...
2004-05-25 phampsonSQL-Xlat support, avoid unneccessary stringcopy when...
2004-05-21 aland A little more backwards compatibility
2004-05-21 aland If the User-Password has zero length, encrypt 16 bytes...
2004-05-19 aland Made "live" new code to allocate packet Id's on a...
2004-05-18 phampsonFix lost-start Alive accounting packet handling.
2004-05-17 phampsonUpdate configure.in to check for initgroups()
2004-05-17 phampson= is not a safe character, it is the escape character.
2004-05-17 aland Don't declare variables in code. They got at the...
2004-05-16 aland Deleted unwanted fprintf
2004-05-16 aland Not all systems have initgroups.
2004-05-15 mgriegoDon't exit() on error in check_for_realm.
2004-05-15 mgriegoDon't exit() on failure in instantiate function, let...
2004-05-15 mgriegoDon't exit() from failures in the module, return RLM_MO...
2004-05-15 mgriegoDon't exit() if buildhash fails, return RLM_MODULE_FAIL.
2004-05-15 mgriegoDon't exit() on memory alloc failure, return RLM_MODULE...
2004-05-15 mgriegoDon't exit() on module failure, return RLM_MODULE_FAIL
2004-05-14 aland When deleting a request, do NOT clean up the proxy...
2004-05-14 aland Well, duh. Insert the entry into the tree after alloc...
2004-05-14 aland More debugging messages for new proxy ID allocation
2004-05-14 aland Moved rl_add_proxy from radiusd.c to proxy.c, so we can
2004-05-14 aland Initialize the mutex if we have pthread.h
2004-05-14 aland When over-writing data, free old data (if necessary...
2004-05-13 mgriegoAlso xlat attributes from hints file added to the reque...
2004-05-13 pnixonAdd new function and change schema to support Cisco...
2004-05-13 pnixonMove src/billing/pgsql-voip.conf to raddb/pgsql-voip...
2004-05-12 phampsonFix type in changelog: microtek => mikrotik
2004-05-12 aland Removed extraneous exit(0)
2004-05-10 aland It's an instance of the SQL module
2004-05-07 aland If the queue of requests to process gets too large...
2004-05-07 aland New (not compiled) code to allocate RADIUS Id's for...
2004-05-07 aland Use sockfd to manage trees for proxied packets, too
2004-05-06 aland Don't de-reference a pointer which may be NULL.
2004-05-05 aland re-arranged the code in eap_start.
2004-05-03 aland Corrected xlat of "Challenge", to use the "with_ntdoma...
2004-05-03 phampsonDon't barf if initgroups fails with EPERM:
2004-05-03 kkalevReturn NOTFOUND if we don't find a free address in...
2004-05-02 kkalevAdd backreferences in rlm_attr_rewrite stolen from...
2004-05-01 phampsonDocument what the unimplemented function is.
2004-05-01 phampsonUse initgroups to enable supplementary groups for switc...
2004-05-01 phampsonAdd support for Microtek NASs via SNMP to checkrad.pl
2004-04-30 aland Don't destroy attributes which may already be in a...
2004-04-30 aland Re-arranged, and sanity checked the attributes.
2004-04-30 kkalevSmall change to ldap_get_conn to fix problems on some...
2004-04-29 aland Re-run autoconf, from latest configure.in changes
2004-04-28 kkalevFix bug #28
2004-04-28 kkalevAdd a safe-characters configuration directive containin...
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 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 When copying an attribute, copy ALL of it, not just...
2004-04-21 kkalevUpdate a log message
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 kkalevAdd a per instance Ldap-Group attribute (of the form...
next