Alloc connections pools in the NULL ctx
[freeradius.git] / src / lib / misc.c
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.
2003-09-15 aland Patches to print/parse IPv6 interface ID's.
2003-09-12 phampsonAdd LGPL boilerplate for files from which it is missing.
2003-06-26 aland more glibc stupidity.
2003-06-25 aland glibc returns an 'int' for gethostbyname_r(), NOT...
2003-06-22 phampsonFix detection of gethostbyaddr{,_r} to not prefer the...
2002-07-26 3APA3A! locking functions are changed to do fcntl if neither...
2002-07-08 aland Finalize the radrelay additions, based on Cistron...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-10 fcusack quiet compiler
2002-03-13 aland If GETHOSTBYADDRRSTYLE isn't defined, then don't compa...
2002-03-06 cmillerAdded tests to detect the style of gethostbyaddr_r...
2002-02-27 aland Minor fixups
2002-02-25 aland Check for gethostbyFOO_r(), and use them, if they...
2002-02-25 aland Corrected typo in function name
2002-02-22 aland New functions: rad_lockfd() and rad_unlockfd(), to...
2001-10-10 aland ensure we do htonl() where necessary
2000-12-01 aland oops... pass a pointer, not an int
2000-11-30 aland minor updates (alignment, etc), based on warnings...
2000-11-07 jcarnealJeff Carneal <jeff@apex.net>
2000-10-30 jcarnealJeff Carneal <jeff@apex.net>
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-06 aland one more update to ip_addr()
2000-10-06 aland ip_getaddr() now returns INADDR_NONE if it was unable...
2000-09-14 aland ALWAYS look up host names to IP addresses, otherwise...
2000-05-01 aland do the IP ntoa conversion ourselves. It's easier.
2000-04-18 aland removed <time.h> and <sys/time.h>, to let "libradius...
2000-03-02 aland made ip_hostname() take a buffer pointer, and a buffer...
2000-02-25 aland massive conversion of types.
1999-12-23 aland add '-n' option to the server, which REQUIRES all...
1999-11-03 aland added a bunch of 'const'
1999-11-03 aland deleted fake "prototype", as suggested by
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-19 miquels * Added some functions to missing.c: str[n]casecmp,
1999-09-19 ivanfmInclude missing.h - ivanfm - 1999-09-19
1999-08-29 aland updated rad_recv() to look for attributes having lengt...
1999-08-16 alandInitial revision origin/aland