* Fix a couple of typos
[freeradius.git] / src /
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-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 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 Don't free things twice
2004-02-17 aland Made the red-black tree code "live" in dictionary...
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-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 mcr missing Makefile added.
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-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 capture the RAND/SRES/Kc when we initialize the SIM
2004-01-30 mcr turn off extra debugging.
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-28 aland the problem arises from the the krb5_data packet struc...
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
2004-01-28 aland Having eap_type2name return a "static" buffer is a...
2004-01-28 aland A slightly different way to build radeapclient, which...
2004-01-27 aland If we get unexpected tunneled data, print it out when...
2004-01-27 aland Minor cleanups to messages
2004-01-27 phampsonFix missing make dependancy on radeapclient when instal...
2004-01-26 aland Use User-Name, not stripped-user-name.
2004-01-23 aland Properly initialize a variable
2004-01-23 aland Some systems need -lcrypt for the client...
2004-01-23 aland Don't use strncpy
2004-01-23 aland Update cheesy strNcpy to NOT call strncpy, which zero...
2004-01-23 aland Define HAVE_OPENSSL_SSL_H, too
2004-01-22 aland More attempts to get MySQL working
2004-01-22 aland Install radeapclient, too
2004-01-21 aland ${module.submodule.item} now works properly
2004-01-21 aland Enhanced configuration file variable expansion, hopefully
2004-01-21 mcr fixed "ChalX" to "RandX".
2004-01-20 aland Look for stripped user name, then user name, in group...
2004-01-19 aland Don't return "OK" until the TLV success packet was...
2004-01-16 kkalevres should be int not unsigned
2004-01-13 aland Look for mysql_config, and believe it, if it exists.
2004-01-13 aland Move the "waitpid" code to after the check for error...
2004-01-12 aland Make !* work.
2004-01-12 aland Correct type of PID used in signal handler.
2004-01-12 aland Print timestamp as an unsigned long, which works a...
2004-01-12 aland When printing 'size_t' numbers, we *really* should...
2004-01-12 aland Cleaned up request handling logic. I'm not sure what...
2004-01-12 aland Allow "redundant", "group", and "append" as section...
2004-01-12 aland Reserve priority zero for future use
2004-01-12 aland Minor formatting to be pretty
2004-01-12 aland Pass *all* VP's to the exec'd program, instead of...
2004-01-12 aland FCNTL locks work across processes. For threads, we...
2004-01-12 aland Make unlimited login-time work.
2004-01-08 aland If there are no OpenSSL libraries, don't include them.
2004-01-07 aland Look for openssl/rand.h, too.
2004-01-07 aland Hoist OpenSSL checks from a number of different places...
2004-01-07 aland A little cleaner check for identity & username.
2004-01-07 aland Updated the debugging message to make a little more...
2004-01-07 aland When finding MS-CHAP attributes, do "Auth-Type = MSCHA...
2004-01-05 aland When we have a stop record, don't compare it to unused...
2004-01-05 aland Removed restriction that there be no more than 32...
2004-01-05 aland Updated "readvp2" (only used by radclient) to be a...
2004-01-05 aland Add UDPFROMTO stuff.
2004-01-05 aland Now that we handle things a little better, don't do...
2004-01-05 aland Include PEAP & MSCHAPv2 EAP sub-types, too.
2004-01-02 cparkerAdded 'accounting' and 'pre-proxy' method calls.
2004-01-02 aland Build it only if WITH_UDPFROMTO is defined
2003-12-29 mcr added test-SIM case.
2003-12-29 mcr if the un-marshalling fails, then fail the packet.
2003-12-22 kkalevMisplaced arguments in strncpy
2003-12-19 aland Patch from Tiago Pierezan Camargo
2003-12-19 aland Potential patch
2003-12-19 aland Allow integer timestamps, too.
2003-12-19 aland Removed last vestiges of NAS-Port-Id meaning the integ...
2003-12-19 aland Patch to change ctime_r to CTIME_R, which is now a...
2003-12-19 aland Minor cleanups
2003-12-16 mcr what to put into /etc/raddb/users for eapsim-XX tests.
2003-12-16 mcr test cases for EAP-SIM.
2003-12-15 aland Set src IP & port for reply, based on the dst IP ...
2003-12-15 aland Include udpfromto.c
next