Can't remove lvalue completely until we've audited the code
[freeradius.git] / src / include / libradius.h
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:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
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-24 aland Moved copied code in radsniff.c to rad_packet_ok()
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-12 aland Functions needed for new rlm_digest
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-30 aland Pull rbtree.c from the CVS head, to get fixes for...
2005-11-30 aland First pass at adding work on the 1.1.x branch.
2005-11-14 aland Have the thread queue handler use fifos, rather than...
2005-11-11 aland Include files used to build the server are now <freera...
2005-11-01 aland Add "format=" option to VENDOR statements in the dicti...
2005-10-25 aland Now that we have rad_vp2attr, and it's clean, adding...
2005-10-25 aland rad_vp2attr now takes "const VALUE_PAIR *", so it...
2005-10-21 aland Moved code from rad_encode() to rad_vp2attr(), to...
2005-10-19 aland New paircmp() function, which compares two pairs,...
2005-10-10 aland Moved code out of rad_decode() into rad_attr2vp, so...
2005-10-05 nbk Delete #include "autoconf.h" from other header files...
2005-09-21 nbk Move prototypes for {sn,vsn}printf to missing.h
2005-09-16 aland Use closefrom(), which is guaranteed to close all...
2005-09-15 aland Add new hash table function so that small amounts...
2005-09-13 aland Move request list to using hashes. It ends up being...
2005-09-09 aland Added more functions
2005-09-08 aland Added hash table implement that mirrors rbtree stuff...
2005-09-01 aland Updated vp_filter.
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-09-01 nbk snprintf() and vsnprintf() replacements were not compi...
2005-08-31 aland uint8_t fixes
2005-08-31 aland Signed/unsigned issues. Use "uint8_t" in more places.
2005-08-30 aland We don't have differences between vendorpec & vendorco...
2005-08-22 aland Remove more unused, and unnecesary functions
2005-08-22 aland Get rid of ip_hostname, which is an old IPv4-only...
2005-08-10 aland Put vendors into rbtree_t, too.
2005-08-02 aland More sanity checking on the attribute numbers, so...
2005-07-08 aland Pull "verify packet" into separate routine, to mirror...
2005-06-13 aland More hacks to random number stuff. We now have lrad_r...
2005-05-27 aland Expose rad_encode() and rad_sign()
next