Add support so using autoheader to generate autoconf.h, and add
[freeradius.git] / src / include / libradius.h
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-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...
2003-04-21 aland Added defines for new packet types and port
2003-03-03 aland Removed DES from the MSCHAP module, and placed common...
2002-12-04 aland Added lrad_rand() function, which uses the internal...
2002-12-02 aland Include Isaac random number generator, from
2002-07-29 aland raddb/dictionary add encrypt flag for User-Password
2002-07-10 aland new function: pairparsevalue(), which parses a string...
2002-07-08 aland Finalize the radrelay additions, based on Cistron...
2002-07-04 aland Now that sha1 and md4 are in 'lib', their header files...
2002-03-06 aland Changed the default ports to 1812/1813, as most everyo...
2002-02-22 aland New functions: rad_lockfd() and rad_unlockfd(), to...
2002-02-19 aland Added define for librad_max_attributes
2002-01-12 3APA3A! rad_tunnel_pwdecode prototype changed
2001-11-08 cparker Added function prototypes for RFC2868 encryption/decry...
2001-11-01 cparker Added TAG_ANY attribute tag definition to allow tags...
2001-10-31 cparker Initial patch to allow support for RFC 2868 Tagged...
2001-10-30 aland Added ATTR_FLAGS data structure from Cistron, and...
2001-10-30 aland Removed mapping of vendor Private Enterprise Code...
2001-10-19 aland Remove buffer overflow caused by copying the secret...
2001-08-29 aland Added 'original' packet to rad_send(), so that it...
2001-08-28 aland Changed the tokens from being define's to enums. ...
2001-08-27 aland Added 'const' to more parameters.
2001-07-26 aland Preliminary EAP patch from Raghu <raghud@hereuare...
2001-05-01 aland If we're using local snprintf, ensure that we include...
2001-03-15 aland Include <inttypes.h> for Tru64 Unix.
2001-01-03 aland Patch from Kristina Pfaff-Harris <kristina@greatbasin...
2000-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-11-20 aland made a request_free() and rad_free() take a '**' point...
2000-10-30 jcarnealJeff Carneal <jeff@apex.net>
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-17 pacmanProvide the necessary hints for gcc -Wformat to work...
2000-09-25 aland added #if wrappers for #include files
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-18 aland use autoconf checks for <sys/time.h>, and <time.h...
2000-04-17 aland have the server actually check the authentication...
2000-03-30 aland there are FILE* handles here, so we've got to include...
2000-03-03 aland if 'uint32_t' isn't defined, then we default to make it
2000-03-02 aland made ip_hostname() take a buffer pointer, and a buffer...
2000-02-25 aland final stages of UINT4 -> uint32_t, and u_char -> uint8_t,
2000-02-25 aland massive conversion of types.
1999-12-16 aland moved auth.c to use new rad_chap_encode function
1999-12-16 aland wrote rad_chap_encode() function in lib/radius.c,...
1999-11-03 aland added more 'const'
1999-11-03 aland added more 'const'
1999-11-03 aland added more 'const'
1999-11-03 aland added a bunch of 'const'
1999-11-03 aland added a bunch of 'const'
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-09-23 alandnclude/libradius.h defines for u_char, u_short, and...
1999-09-21 alandinclude/libradius.h RADIUS_PACKET now has a sockfd...
1999-09-20 ivanfmIncluded definition of vp_prints_value()
1999-08-26 aland more updates for header files
1999-08-23 aland force WRONG passwords to be passed through librad_safe...
1999-08-19 aland vp_prints now returns the number of characters it...
1999-08-18 aland moved stuff around
1999-08-18 aland use the right define for librad_errstr: it's NOT a...
1999-08-18 aland moved the 'add attribute' and 'add vendor' code out to
1999-08-16 alandlibradius.h dies if it's included without a <sys/types...
1999-08-16 alandInitial revision origin/aland