import from HEAD:
[freeradius.git] / src / include / libradius.h
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()
2005-05-27 aland Added simple, fast, non-cryptographic hash function
2005-04-20 aland Don't do #ifdef AF_INET6, as it's always defined now
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-02-16 aland Remove serious limits on the length of names in DICT_V...
2005-02-16 aland Removed restrictions on vendor name length. (realistic...
2005-02-14 aland Moved hex2bin && bin2hex here from multiple locations...
2004-12-18 phampsonAdd support so using autoheader to generate autoconf...
2004-12-14 wichertChange return type of ip_ntoa and ipv6_ntoa to const...
2004-09-07 aland Added rbtree_deletebydata()
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-17 aland Cleaned up ATTR_FLAGS
2004-05-28 phampsonMove (GPL'd) smbdes.c into the (GPL'd) modules that...
2004-03-08 aland Added 'const', for paranoia
2004-02-23 aland Added node2data function.
2004-02-19 aland Added "number of elements" function, maily for debugging.
2004-02-19 aland in DICT_VENDOR, name is "name", not "vendorname"
2004-02-17 aland Values are now looked up via RB-trees, too.
2004-02-17 aland Made the red-black tree code "live" in dictionary...
2003-12-19 aland Patch to change ctime_r to CTIME_R, which is now a...
2003-11-21 mcr match prototype to definition.
2003-11-20 mcr added defines for gcc extensions, so they can be used,
2003-10-31 mcr added pairbasicfree, pairreplace, lrad_hmac_sha1,...
2003-09-30 aland Fixed prototype to be sane, and made some more minor...
2003-09-15 aland Hokey hacks for IPv6 address printing & parsing.
2003-09-15 aland Patches to print/parse IPv6 interface ID's.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-09-02 cparkerQuiet compiler warnings when #if was used in place...
2003-06-26 aland the VENDOR macro operates on signed quantities, which is
2003-06-24 pnixonCrypt thread patch from Oliver Graf <ograf@rz-online...
next