import from HEAD
[freeradius.git] / src / lib / radius.c
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-18 aland Calculate reply digest for Disconnect && CoA packets...
2006-09-11 aland get rid of race condition on proxying by moving the...
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-16 aland Verify Access-Challenge, too. Bug found by Mitaine...
2006-08-16 aland Verify Access-Challenge, too. That's a dumb bug,...
2006-07-28 aland Added support for native "byte" and "short", which...
2006-07-24 aland More checks for diameter length
2006-07-24 aland Decode multiple Diameter attributes from inside one...
2006-07-12 aland Implement initial support for Extended-Attribute,...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-16 aland If the packet fails verification, silently drop it.
2006-05-09 fcusackimport from HEAD:
2006-05-03 aland Whoops.. don't make abinary into octets when we receiv...
2006-05-03 aland Whoops.. don't make abinary into octets when we receiv...
2006-05-02 aland cleaner random stuff
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-07 aland Pull CoA fixes from the head
2006-03-07 aland Change CoF-* to CoA-*, because that's the proper name.
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-01-25 aland Pull rad_verify() out of rad_decode(), and update...
2006-01-24 aland Moved copied code in radsniff.c to rad_packet_ok()
2006-01-24 aland Be a little more paranoid about checking packet codes
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-19 aland Pull fixes from the head.
2005-12-12 nbk Keep IPv4 addresses in network byte order in vp->lvalu...
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-30 aland First pass at adding work on the 1.1.x branch.
2005-11-23 aland A little more generic way of truncating tunnel-passwor...
2005-11-22 aland Allow tunnel passwords to be longer than 16 characters...
2005-11-11 aland Include files used to build the server are now <freera...
2005-11-01 aland Add "format=" option to VENDOR statements in the dicti...
2005-10-26 aland Suppress sending attributes of zero length.
2005-10-26 aland Correct length bug in make_tunnel_passwd
2005-10-25 aland Now that we have rad_vp2attr, and it's clean, adding...
2005-10-25 aland rad_vp2attr now takes "const VALUE_PAIR *", so it...
2005-10-24 aland Clean up rad_vp2attr. This version is a LOT more...
2005-10-22 aland More code cleanups
2005-10-21 aland Moved code from rad_encode() to rad_vp2attr(), to...
2005-10-12 aland Type fixes
2005-10-10 aland Moved code out of rad_decode() into rad_attr2vp, so...
2005-09-14 aland More random changes to random
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-09-01 aland Churn the random pool less often
2005-08-31 aland Signed/unsigned issues. Use "uint8_t" in more places.
2005-08-30 aland We don't have differences between vendorpec & vendorco...
2005-08-26 aland Added comments
2005-08-19 aland Set authentication vector to zero for more packet...
2005-08-19 aland Calculate Message-Authenticator properly for Accountin...
2005-08-03 aland Don't have a 2-byte over-run read
2005-08-02 aland Parse Lucent 16-bit VSA's in rad_decode, too
2005-08-02 aland Create Lucent-style VSA's, too
2005-07-08 aland Pull "verify packet" into separate routine, to mirror...
2005-07-07 aland A bit better checks for packet length.
2005-07-07 aland Use MSG_PEEK to get the first 4 bytes of the packet...
2005-07-07 aland clarify rad_tunnel_pwdecode
2005-07-06 aland Re-write rad_pwencode() and rad_pwdecode() to be clear...
2005-06-14 aland More random hacking at random pools
2005-06-13 aland More hacks to random number stuff. We now have lrad_r...
2005-06-10 aland Update random vector & random number code, so that...
2005-05-27 aland Expose rad_encode() and rad_sign()
2005-05-27 aland clean up ifdef's and too many variables
2005-05-27 aland Update rad_sendto && rad_recvfrom, to not call udpfrom...
2005-05-27 aland Break rad_send() into rad_encode(), rad_sign(), and...
2005-05-13 raghuUse more generic sockaddr_storage structure instead...
2005-05-06 aland Many attribute types can't have "encrypt" flags, so...
2005-05-04 aland Corrected typo in #ifdef
2005-04-27 aland Make it build on non-IPv6-aware systems.
2005-04-21 aland Minor fixes to make new rad_recfrom function return...
2005-04-20 aland Fixed debugging messages
2005-04-19 raghu Initialize salen before calling getsockname
2005-04-19 aland Massive change to add foundational support for IPv6.
2004-12-19 aland Stir the random pool after getting a packet vector
2004-11-20 aland Use /dev/urandom, if it exists.
2004-09-29 aland Pull fix for pool initialization from the head
2004-09-27 aland Remember that we initialized the pool
2004-09-04 phampsonSilently drop packets with a bad Message-Authenticator...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
next