Signed / unsigned fixes and function prototypes
[freeradius.git] / src / include / libradius.h
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-09-09 Alan T. DeKokAdd support for extended attributes: draft-dekok-radext...
2010-08-02 Alan T. DeKokManual merge of aec08bce7f
2010-07-15 Alan T. DeKokAllow 'octet' attributes to have a fixed length.
2010-05-31 Alan T. DeKokRemove all limitations on vendor IDs being less than 64K
2010-05-31 Alan T. DeKokMake this unsigned, too
2010-05-31 Alan T. DeKokvp2attr now takes an explicit buffer size
2010-05-31 Alan T. DeKokMoved API to (attr, vendor), instead of just attr
2010-03-06 Alan T. DeKokAdd IPv6 "scope" for link-local addresses.
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
2009-09-15 DanteAllow TCP code to build if WITH_TCP is defined
2009-08-12 Alan T. DeKokRemove final restrictions on attributes > 32767
2009-08-12 Alan T. DeKokMove "attr" to unsigned int
2009-08-12 Alan T. DeKokAdd "const" and remove compiler warningsy
2009-07-03 Alan T. DeKokAllow UTF-8 in SQL log
2009-03-17 Alan T. DeKokAdded API to allocate a reply packet from a request...
2009-02-26 Alan T. DeKokExport packet code table
2008-09-13 Alan T. DeKokAdded more 'const'
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-21 Alan T. DeKokDefine COMBO IP, Signed, and TLV types
2008-06-19 aland Remove length restrictions on dictionary names
2008-06-10 aland There are more and more conversions from sockaddr to
2008-05-10 aland DEBUG macro is used even in non-debug builds. This...
2008-04-17 aland API to copy just one VP.
2008-03-06 aland Added fr_printf_log function, to permit libfreeradius...
2008-01-03 aland Updated copyrights
2008-01-01 aland Add "require_message_authenticator" to client config...
2007-12-17 aland Added vp_print_name(). Made vp_prints() use it if...
2007-12-15 aland Added more 'const'
2007-12-05 aland Remove 'caseless' from VALUE_PAIR flags. It's not...
2007-11-25 aland More changes from previous commit
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland More search and replace changes to clean up the code.
2007-11-23 aland Avoid OpenSSL compilation issues
2007-08-13 aland Pulled fix from branch_1_1
2007-05-30 aland Expose pairalloc()
2007-05-30 aland Dang... forgot to commit something else
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-04-30 aland New function to discard a RADIUS packet.
2007-04-24 aland added functions to peek at the head of the queue,...
2007-04-23 aland Moved 'hash' to before 'vector', as it was right next...
2007-04-20 aland Can't remove lvalue completely until we've audited...
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-20 aland Removed "lvalue" from the VALUE_PAIR structure. This...
2007-04-18 aland Squeeze a few more cycles out of the event handler...
2007-04-18 aland New function to return rbnode_t * when a node is inserted.
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-04-05 aland Include missing.h from libradius.h
2007-04-03 aland corrected typo
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 strNcpy is no longer used. Delete it
2007-02-09 aland Define dict_free
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-20 aland fix stdarg.h
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-28 aland Added support for native "byte" and "short", which...
2006-07-13 aland Hack for Breezecom nonsense
2006-07-13 aland Make VENDOR publicly accessible, it's needed.
2006-07-13 aland Pull off the top bit, too for VENDOR, due to recent...
2006-07-12 aland Implement initial support for Extended-Attribute,...
2006-07-01 fcusackimport from branch_1_1:
2006-06-16 aland Added "hash" back to RADIUS_PACKET, for speed.
2006-06-15 aland Port update hash code (using hash && compare callbacks...
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-16 aland If the packet fails verification, silently drop it.
2006-05-09 fcusackimport from HEAD:
2006-04-13 aland Added lrad_hash_string() from the head
2006-04-13 aland*** empty log message ***
2006-04-12 aland New growing hash functions, and other code to use...
2006-04-12 aland Make the hash tables dynamically growable, with bug...
2006-03-29 aland Port re-sizable hash tables from CVS head
2006-03-29 fcusackimport from HEAD:
2006-03-24 aland Port closefrom() patches from the head
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
next