Fix logic for using udpfromto
[freeradius.git] / src / lib / radius.c
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
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
next