freeradius.git
2004-02-29 kkalevAdd a timestamp and a timeout attribute in ippool_info...
2004-02-29 kkalevReplace user with username in postauth table. Patch...
2004-02-29 kkalev* Add a patch from Neil McCalden to not put spaces...
2004-02-27 aland Clean up the "done request" logic.
2004-02-27 aland If no -f is specified, we're reading from stdin.
2004-02-27 aland print out an error for people who specify an Auth...
2004-02-26 aland Now that EAP-GTC works with Meetinghouse, include it
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-26 aland Better deal with netmasks of 0.
2004-02-26 aland Fix a HUGE bug in ltdl, which would give the wrong...
2004-02-26 aland Added LOCAL realm to the standard configuration
2004-02-26 aland Add EAP-Type to the request packet pairs, even if...
2004-02-25 aland Multiple packets from a file are sent in series. ...
2004-02-25 aland Read multiple packets from one file.
2004-02-25 aland Restore old functionality: reading multiple packets...
2004-02-25 aland Move the packets to send into a list, rather than...
2004-02-25 aland NIL != NULL
2004-02-25 aland Fix a boundary condition. When the pair to replace...
2004-02-24 aland When using the tunneled reply, don't include Proxy...
2004-02-24 aland Some fairly serious changes to radclient. It still...
2004-02-24 aland If users set Proxy-To-Realm, and the realm is LOCAL...
2004-02-24 aland Added serv-side attribute Packet-Dst-Port, to set...
2004-02-24 aland More calls to free
2004-02-24 aland Updated debug messages
2004-02-24 aland Pull changelog from 0.9.3, for historical archiving
2004-02-24 aland Use the trapeze networks dictionary, too
2004-02-24 aland With the updated "hints" file handling, we shouldn...
2004-02-24 phampsonDebian: Correct build-dependancy on debhelper.
2004-02-23 aland Updates from Trapeze Networks
2004-02-23 aland Move code from main() to function send_request()
2004-02-23 aland Continue processing requests, even if the server doesn...
2004-02-23 aland Re-iterate the fact that they are Trapeze-specific...
2004-02-23 aland As posted to the list by Guy Davies
2004-02-23 aland After finding a request in the proxy tree, remove...
2004-02-23 aland Added node2data function.
2004-02-23 aland If the host isn't found, die.
2004-02-23 aland If nothing is in the buffer, deal with it.
2004-02-23 aland It's string, not integer.
2004-02-22 hartwick* Fix a couple of typos
2004-02-20 aland Set Message-Authenticator to a known value.
2004-02-20 aland Add "proxy_tunneled_request_as_eap" configuration...
2004-02-20 aland Clear RAD_REQUEST_OPTION_PROXY_EAP if we're not done...
2004-02-20 aland Define RAD_REQUEST_OPTION_PROXY_EAP, and don't get...
2004-02-20 cparker Added comment to explain that failover is not possible...
2004-02-19 aland Added rl_add_proxy() to request_list.c, and made radiu...
2004-02-19 aland Added "number of elements" function, maily for debugging.
2004-02-19 aland Added commented-out Red-black tree lookups for the...
2004-02-19 aland Updates before 1.0
2004-02-19 aland include propel dictionary
2004-02-19 aland Found on the net
2004-02-19 aland Whitespace changes
2004-02-19 aland in DICT_VENDOR, name is "name", not "vendorname"
2004-02-19 aland When creating attributes, parse things like Cisco...
2004-02-19 aland after malloc'ing "inst", return it in initiate.
2004-02-18 aland argc++ should have been argc--
2004-02-18 aland Build rbtree.c, too
2004-02-17 aland Clean up minor stuff
2004-02-17 aland Values are now looked up via RB-trees, too.
2004-02-17 aland Prefer the "-" attribute names over "_"
2004-02-17 aland Deleted duplicates
2004-02-17 aland Don't free things twice
2004-02-17 aland Made the red-black tree code "live" in dictionary...
2004-02-17 aland Minor comment updates
2004-02-16 aland Updates to use red-black trees in the dictionaries...
2004-02-16 aland A simple API for red-black trees. Tested somewhat...
2004-02-16 aland Removed/updated attributes with duplicate names
2004-02-14 aland Include types for FreeBSD.
2004-02-14 aland Patch from Florian Lohoff
2004-02-13 cparker Patch to correct windows MSCHAP issue, by adding ...
2004-02-10 wichertSmall changes to fix compiler warnings
2004-02-09 cparker Committing more man pages for modules.
2004-02-09 mcr missing Makefile added.
2004-02-09 cparker Additional man pages for modules.
2004-02-05 phampsonUpdate after changes to configure.in for openSSL detection.
2004-02-05 phampsonAllow EAP-SIM, EAP-TLS and EAP-TTLS to find the default...
2004-02-04 cparker Added additional config explanation.
2004-02-04 cparker Adding additional docs
2004-02-04 cparker Adding needed docs to prepare for 1.0 release.
2004-02-03 aland inet_aton is more portable than inet_pton
2004-02-02 aland Whoops... that's a typo
2004-01-30 aland Don't include libradius.h, radiusd.h includes it.
2004-01-30 mcr updated documentation slightly - to reflect that attri...
2004-01-30 mcr capture the RAND/SRES/Kc when we initialize the SIM
2004-01-30 mcr turn off extra debugging.
2004-01-30 mcr added rcsid.
2004-01-30 mcr documentation for rlm_sim_triplets.
2004-01-30 mcr new test case for simtriplets.dat based example.
2004-01-30 mcr describe this test case.
2004-01-30 mcr new module to read triplets out of a file for EAP...
2004-01-30 mcr added some debugging of why EAP-sim might not want to
2004-01-30 mcr fixed minor typo in comment.
2004-01-30 mcr added new option -X to turn on sha1_data_problems.
2004-01-30 mcr to further aid in debugging, dump the resulting key...
2004-01-29 aland Use ==, not =
2004-01-29 aland Generate proper dh. From Michael Brown
2004-01-28 aland the problem arises from the the krb5_data packet struc...
2004-01-28 aland Update with new comments
2004-01-28 aland Deleted lots of special-purpose code to do prefix...
2004-01-28 aland Reserver room for the trailing NUL byte, too
2004-01-28 aland Corrected typo
next