New build path variable
[freeradius.git] / src / lib / misc.c
2010-06-28 Alan T. DeKokBuild on systems without fcntl
2010-03-06 Alan T. DeKokAdd IPv6 "scope" for link-local addresses.
2009-01-30 Alan T. DeKokCorrected typo
2008-12-01 Alan T. DeKokMore memory initialization
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-06-10 aland There are more and more conversions from sockaddr to
2008-01-10 aland One more for -Wunused
2008-01-10 aland Fix compile warnings on some platforms
2007-11-26 aland More fixes for -Werror
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-08-13 aland Pulled fix from branch_1_1
2007-06-25 aland More IPv6 macros
2007-05-30 aland Added checks for sockaddr_in6
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-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-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 strNcpy is no longer used. Delete it
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-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-10 fcusack fix compiler warnings (and one typo)
2006-05-09 fcusackimport from 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-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
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-09 nbk maxfd might have been uninitialized.
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:
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-11 aland Include files used to build the server are now <freera...
2005-10-28 aland Correct typo in closefrom
2005-09-16 aland Use closefrom(), which is guaranteed to close all...
2005-09-12 aland Move hash functions to hash.c
2005-08-31 aland uint8_t fixes
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-22 nbk Add an assertion (n > 0) in strNcpy(), it may help...
2005-07-08 aland New function lrad_hash_fold(). Not used, but it shoul...
2005-05-27 aland Expose rad_encode() and rad_sign()
2005-05-27 aland Added simple, fast, non-cryptographic hash function
2005-05-13 raghuAdded inet_pton6() (Got the code from internet) and...
2005-05-06 aland call freeaddrinfo, so we don't leak memory
2005-05-04 aland make ip_hton() [our host to IP address wrapper] call...
2005-05-03 aland Set AF
2005-05-03 aland Call normal functions to turn host/ip into struct
2005-04-27 aland Bug fixes for code which implements unavailable functions
2005-04-27 aland Make it build on non-IPv6-aware systems.
2005-04-20 aland inet_pton && inet_ntop fixes
2005-04-20 aland We now always have inet_ntop, even if it's our own...
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-02-14 aland corrected typo
2005-02-14 aland Moved hex2bin && bin2hex here from multiple locations...
2004-12-14 wichertChange return type of ip_ntoa and ipv6_ntoa to const...
2004-10-04 aland Pull fix from the head
2004-10-04 aland Build pton/ntop if the functions exist, AND AF_INET6...
2004-06-14 aland pull fix from the head
2004-06-14 aland Corrected typo, for inet_ntop
2004-04-12 aland Added a missing htonl (not strictly needed, but what...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-23 aland Update cheesy strNcpy to NOT call strncpy, which zero...
2003-09-15 aland Hokey hacks for IPv6 address printing & parsing.
next