Check packet pointer in data2vp_any() before using, to allow the
[freeradius.git] / src / lib / radius.c
2008-06-10 aland Use new functions to copy sockaddr to ipaddr
2008-05-29 aland Use memcpy to avoid strict C aliasing. In this case,
2008-04-11 aland Be a little more generous
2008-03-06 aland Added fr_printf_log function, to permit libfreeradius...
2008-02-26 aland Clean up warning messages.
2008-02-05 aland Don't print out internal attributes when sending packets
2008-02-05 aland Allow raw attributes to be sent if the server was...
2008-01-31 aland Don't create attributes of zero length.
2008-01-01 aland Add "require_message_authenticator" to client config...
2007-12-15 aland Allow tunnel password encrypted attributes in
2007-12-06 aland Updated log message
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-25 aland Fixed compiler warnings so it now builds with -Werror
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland Avoid OpenSSL compilation issues
2007-11-23 aland Handle EAGAIN in recfrom, in preparation for non-block...
2007-09-25 aland Pass src port to udpfromto, also.
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-30 aland New function to discard a RADIUS packet.
2007-04-20 aland Removed the "verified" field from RADIUS_PACKET, as...
2007-04-20 aland Added rad_recv_header() function, which calls MSG_PEEK...
2007-04-17 aland Replace vp->lvalue with vp->vp_*, in preparation for...
2007-04-14 aland Removed unused label
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland more sanity checks
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland Remove diameter hack. The new radext extended attribu...
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-13 aland Port Status-Server requirements for Message-Authenticator
2007-02-13 aland Message-Authenticator is required in Status-Server...
2007-02-08 aland If a packet is too long, truncate at the last good...
2007-02-08 aland If a packet is too long, truncate at the last good...
2006-11-28 aland If less than 4 bytes are read, tell the caller...
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
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.
next