Check packet pointer in data2vp_any() before using, to allow the
[freeradius.git] / src / lib / radius.c
2012-02-03 Margaret WassermanCheck packet pointer in data2vp_any() before using...
2011-11-22 Alan T. DeKokShrink the size of the VALUE_PAIR structure
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-01 Alan T. DeKokFix strict aliasing complaint
2011-08-16 Alan T. DeKokFix compiler warnings
2011-08-09 Alan T. DeKokInitial support for integer64 data type
2011-07-09 Alan T. DeKokMake UDPfromto code build
2011-06-27 Alan T. DeKokFix calculation of response authenticator
2011-06-26 Phil Mayersexamples of Doxygen on the source base
2011-05-23 Alan T. DeKokPrint, parse, and encode, decode "long" attributes
2011-05-21 Alan T. DeKokCatch more corner cases
2011-05-16 Alan T. DeKokFix issues bound by clang
2011-05-12 Alan T. DeKokCUI is allowed to have zero-length
2011-05-03 Alan T. DeKokDon't decode attributes if there's no secret
2011-04-01 Alan T. DeKokSkip zero-length attributes
2011-03-25 Alan T. DeKokRemoved many VP_TRACE macros
2011-03-25 Alan T. DeKokFixed "encode TLV" API.
2011-03-24 Alan T. DeKokFix bugs in last commit
2011-03-24 Alan T. DeKokPrint out hex version of encoded attributes
2011-03-24 Alan T. DeKokPrint VSAs in a slightly better format
2011-03-24 Alan T. DeKokPrint hex versions of the packet for debug*4 (-x -x...
2011-03-16 Alan T. DeKokAllow VSAs of "evs" data type
2011-03-16 Alan T. DeKokSet "flags.is_tlv" correctly
2011-03-16 Alan T. DeKokFix TLV encoding.
2011-03-16 Alan T. DeKokVSA incomplete decode means decode the attribute as...
2011-03-16 Alan T. DeKokExpose rad_print_hex, and use it in radsniff
2011-03-15 Alan T. DeKokVP encoding routines now take "const" VP.
2011-03-15 Alan T. DeKokUpdate encoder/decode to use new wimax flags
2011-03-14 Alan T. DeKokIf the source address is INADDR_ANY, don't use udpfromto
2011-03-14 Alan T. DeKokMore sanity checks on decoding extended attrs
2011-02-28 Alan T. DeKokVendors using "format=1,1" can have attributes of type...
2011-02-23 Alan T. DeKokExpose digest_cmp function
2011-02-21 Alan T. DeKokPrint error if we can't send a packet in rad_send()
2011-02-10 Alan T. DeKokEnable udpfromto() for IPv6
2011-01-18 Alan T. DeKokMore sanity checks on attribute numbers
2010-11-26 Alan T. DeKokMore checks on attr length
2010-11-25 Alan T. DeKokIf the continued data is for an unknown attribute,...
2010-11-25 Alan T. DeKokThe vendor may be unknown
2010-11-22 Alan T. DeKokBe more careful about parsing raw attributes
2010-11-21 Alan T. DeKokHandle 16-bit attributes properly
2010-11-21 Alan T. DeKokDon't encode zero-length attributes
2010-11-21 Alan T. DeKokFixes for CUI and "continued" attributes
2010-11-20 Alan T. DeKokHandle nested TLVs of 4 deep.
2010-11-20 Alan T. DeKokCorrect bug in rad_tlv_ok(), and add more checks for...
2010-11-19 Alan T. DeKokComplete rewrite of RADIUS encode/decode routines.
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-09-17 Alan T. DeKokFix logic for using udpfromto
2010-09-09 Alan T. DeKokAdd support for extended attributes: draft-dekok-radext...
2010-08-25 Alan T. DeKokAdd warning message about packets being too long
2010-08-02 Alan T. DeKokManual merge of aec08bce7f
2010-07-15 Alan T. DeKokAllow 'octet' attributes to have a fixed length.
2010-06-28 Alan T. DeKokFix debug messages for incorrect shared secret
2010-06-15 Alan T. DeKokMore descriptive error messages
2010-05-31 Alan T. DeKokRemove all limitations on vendor IDs being less than 64K
2010-05-31 Alan T. DeKokNested TLVs 4 deep now work...
2010-05-31 Alan T. DeKokFix to encode properly
2010-05-31 Alan T. DeKokEnforce limitations
2010-05-31 Alan T. DeKokUse external array for shifting attributes to VPs
2010-05-31 Alan T. DeKokFix VSA tunnel encryption. Allow sub-TLVs to be encrypted
2010-05-31 Alan T. DeKokRenamed evil function to be less evil
2010-05-31 Alan T. DeKokDecode 3-level TLVs
2010-05-31 Alan T. DeKokNow properly handles continuation without memcmp &...
2010-05-31 Alan T. DeKokNow packing WiMAX TLVs, too
2010-05-31 Alan T. DeKokAdded support for non-TLV WiMAX VSAs
2010-05-31 Alan T. DeKokFirst stab at rewrite of vp2attr.
2010-05-31 Alan T. DeKokSimplify RFC format attributes
2010-05-31 Alan T. DeKokStart separating encoding of data from headers
2010-05-31 Alan T. DeKokNew macro
2010-05-31 Alan T. DeKokDon't do memcmp, it's stupid.
2010-05-31 Alan T. DeKokEnforce order on WiMAX VSAs, just like original code
2010-05-31 Alan T. DeKokAbstract wimax insanity on encoding into another function
2010-05-31 Alan T. DeKokDecode attributes properly
2010-05-31 Alan T. DeKokWe seem to have the encoding down pat.
2010-05-31 Alan T. DeKokSimplify handling of TLVs by post-facto corrections
2010-05-31 Alan T. DeKokBe more stringent about encoding TLVs
2010-05-31 Alan T. DeKokRemoved WiMAX continuation hacks.
2010-05-31 Alan T. DeKokvp2attr now takes an explicit buffer size
2010-05-31 Alan T. DeKokAdd mask to vp2tlv
2010-05-31 Alan T. DeKokFixed typo.
2010-05-31 Alan T. DeKokFirst hack to get second level TLVs working
2010-05-31 Alan T. DeKokReset vendorcode AFTER creating attribute
2010-05-31 Alan T. DeKokFix WiMAX encoding
2010-05-31 Alan T. DeKokMoved API to (attr, vendor), instead of just attr
2009-11-12 Alan T. DeKokFix WiMAX encoding bug introduced in 326a68b90a1a
2009-10-05 Alan T. DeKokCheck for undefined types, too
2009-10-03 Alan T. DeKokStart simplifying the code that encodes attributes
2009-08-15 Alan T. DeKokFix typo in last commit
2009-08-14 Alan T. DeKokChave the hash comparison algorithm to avoid timing...
2009-08-12 Alan T. DeKokMove "attr" to unsigned int
2009-05-27 Alan T. DeKokFixe typo
2009-05-27 Alan T. DeKokRead all of the packet using MSG_PEEK for dynamic clients
2009-05-20 Niko Tynimake_passwd: only use 'inlen' bytes of the input string
2009-03-17 Alan T. DeKokAdded API to allocate a reply packet from a request...
2009-03-06 Alan T. DeKokSkip creation of zero-sized VSAs
2009-02-26 Alan T. DeKokExport packet code table
2008-09-17 Alan T. DeKokDecode WiMAX non-TLV's properly.
2008-09-10 Alan T. DeKokCorrect conversion of WiMAX attributes to VP's
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-21 Alan T. DeKokPack/unpack WiMAX attributes into RADIUS packets
next