New build path variable
[freeradius.git] / src / lib / misc.c
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