freeradius.git
2004-06-14 pnixonComment updates and automatic creation of plpgsql langu...
2004-06-14 pnixonDocumentation update/cleanup
2004-06-13 aland As found on the net, with edits
2004-06-11 aland Add support for ${Attribute-Name[2]}, which grabs...
2004-06-11 aland Make it build. Forgot to commit thgis yesterday
2004-06-11 aland Add $#{string}, which prints the number of characters...
2004-06-11 aland Added rlm_copy_packet, which is a trivial ~10-line...
2004-06-11 aland Added a trivial module to copy the request to the...
2004-06-10 aland Add two new fields to the REQUEST: module & component.
2004-06-10 aland Document new configuration items which allow logging...
2004-06-10 aland These don't need radlog_dest any more
2004-06-10 aland Permit logging to syslog, after:
2004-06-10 phampsonWe're really 1.1.0 now
2004-06-10 aland Don't leak memory if pairmove doesn't move
2004-06-10 aland Conditionally add Auth-Type.
2004-06-10 phampsonPut quotes around %{Acct-Delay-Time} in accounting_onof...
2004-06-09 aland When building statically, tell libtool to build a...
2004-06-09 aland Make common *after* creating man directories
2004-06-08 aland Check for old socket after initializing port
2004-06-08 phampsonImprove value naming slightly. L2TP values start with...
2004-06-08 phampsonRegenerate from configure.in using autoconf2.13 after:
2004-06-08 phampsonWe're now 1.1.0-pre0, as 1.0.0 has branched off.
2004-06-03 aland Added mschapv2
2004-06-03 aland Include EAP-GTC and PEAP
2004-06-03 phampsonUnbreak building of rlm_eap_ttls and rlm_eap_peap.
2004-06-03 aland Minor re-formatting, and updates from "barry"
2004-06-03 aland Include Valemount in standard dictionary.
2004-06-02 aland Assert that the names for VALUEs aren't numbers
2004-06-02 aland Update more names
2004-06-02 aland Update names for values
2004-06-02 aland In xlat_packet, allow xlat's of Packet-Type, even...
2004-06-02 aland Use $(EXEEXT) to enable it to work a little better...
2004-06-02 aland Actually set the port
2004-06-02 aland Make '-i' work again
2004-06-02 3APA3A! TTY-Level-Max, TTY-Level-Start
2004-06-02 3APA3A+ 2 redback attributes added
2004-06-01 aland u_int -> uint
2004-06-01 aland Pull similar fixes from the TTLS module, so that PEAP...
2004-06-01 aland Added code to help with assertions
2004-06-01 phampsonFix compilation under big endian systems.
2004-05-31 aland If the files in this directory are LGPL'd, we should...
2004-05-31 aland If there's a proxied packet, and we're still waiting...
2004-05-31 3APA3A! ignoreempty configuration option added
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 Include foundry dictionary in main dictionary
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-27 aland It's ipaddr, not string.
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 Corrected typo
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 phampsonRebuild configure from configure.in 1.198
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-17 aland "Password" attribute is encrypted, too
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 Updates from Joe Levy at SonicWall
2004-05-10 aland It's an instance of the SQL module
2004-05-08 phampsonRebuild configure against configure.in 1.197
2004-05-08 phampsonCorrectly identify system OpenSSL in top-level configure
2004-05-08 aland As found on the net, with edits to make it more compat...
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.
next