Add "extern C {...} to header files for C++ builds.
[freeradius.git] / src / include / missing.h
2010-10-09 Alan T. DeKokAdd "extern C {...} to header files for C++ builds.
2010-06-28 Alan T. DeKokinterface is a #define on Mingw
2009-08-12 Alan T. DeKokMoved prototypes to a better place
2008-02-16 aland Move offsetof into missing.h, where it really belongs
2007-11-26 aland More fixes for -Werror
2007-11-26 aland More portability fixes
2007-10-29 aland lockf portability
2007-08-13 aland Pulled fix from branch_1_1
2007-08-03 aland Define DARWIN
2007-05-30 aland Use proper def for cygwin
2007-05-25 aland Include sys/socket.h
2007-05-25 aland Add a Cygwin check
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-04-14 aland Take care of more missing functions
2007-04-14 aland Define gettimeofday() for systems that don't have it
2007-04-14 aland Added more header files && libraries
2007-04-13 aland Clean up some header files
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-04-05 aland include <string.h> if necessary, too
2007-04-05 aland Include missing.h from libradius.h
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
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-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from 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:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-24 aland More definitions for systems that don't have them
2005-09-21 nbk Add more prototypes for replacement functions.
2005-04-21 aland socklen_t is already defined in autoconf.h
2005-04-21 raghu Protocol independent functions for IPv4.
2005-04-21 raghu More IPv6 stuff.
2005-04-20 aland define struct in6_addr if it's not defined. This...
2002-02-01 aland Moved the server to using ctime_r, instead of ctime...
2002-02-01 aland renamed 'clock' variable to quiet compiler warnings.
2002-02-01 aland Look for, and define localtime_r.
2001-03-08 aland Removed GDBM_SYNC, as only one module used it, and...
2001-03-07 aland Included a better fix for REG_EXTENDED
2001-03-07 cmillerSome GDBMs use synchronous access by default, it seems...
2001-03-07 aland If we have POSIX regular expressions, check if REG_EXT...
2000-11-22 aland added missing #endif
2000-11-22 aland if we do NOT have setlinebuf, but we DO have setvbuf...
2000-09-25 aland fixed typos
2000-09-25 aland changed hard-coded 0x7f00000001 to INADDR_LOOPBACK...
2000-08-18 miquels * Added trailing semicolons to function defs in src...
2000-07-28 aland added strsep(), which is a thread-safe replacement...
2000-03-07 aland double-check need for prototypes for getusershell...
2000-03-07 aland New macro which checks if a prototype is needed, which is
1999-10-14 aland ensure that RTLD_GLOBAL is defined, even if it isn't.
1999-10-14 aland added define for RTLD_GLOBAL on FreeBSD, as per
1999-09-19 miquels * Added some functions to missing.c: str[n]casecmp,
1999-09-19 ivanfm*** empty log message ***
1999-09-18 miquelsChange a couple of Makefile.ins to plain Makefiles