Fixes from clang / scan-build
[freeradius.git] / src / lib / packet.c
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-04-29 Alan T. DeKokWork around for bug #35.
2010-02-04 Alan T. DeKokFixes to build without TCP
2010-02-04 Alan T. DeKokMore useful errors
2009-10-20 Alan T. DeKokCheck src_port, not dst_port
2009-09-27 Alan T. DeKokInclude proto in API, no matter what build options
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
2009-09-15 DanteAllow the packet API to auto-discover TCP
2009-08-18 Alan T. DeKokFix more typos
2009-08-18 Alan T. DeKokFixed typo
2009-08-18 Alan T. DeKokTurn off the DF bit.
2009-05-21 Alan T. DeKokAllow src_ipaddr to be specified for home servers
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-07-18 Alan T. DeKokBuild on systems without IPv6 support
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-01-01 aland Add "require_message_authenticator" to client config...
2007-11-23 aland More changes to make a common naming scheme. This...
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-23 aland We don't need to hash the ID twice
2007-04-16 nbk Include missing header "udpfromto.h".
2007-04-11 aland move lrad_ipaddr_cmp() from packet.c to misc.c, make...
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-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-03-12 aland Initialize pd. Return 0 on error, rather than -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-14 aland Don't free the ID, it's allocated as part of a larger...
2007-02-12 aland Free allocated memory
2007-02-06 aland Don't copy too much data && crash the client
2007-02-06 aland Build on non-IPv6 aware systems
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-05 aland use struct sockaddr_storage, not struct sockaddr.
2006-10-05 aland don't call librad_log
2006-09-11 aland abstract IP address comparisons
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-27 aland Corrected typo
2006-06-27 aland Clean up API for packet list stuff, and a minor bug.
2006-06-16 aland Added "hash" back to RADIUS_PACKET, for speed.
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.