libreplace: replace inet_ntoa() when it is missing
[jelmer/samba4-debian.git] / source / lib / replace / replace.h
2008-03-18 Michael Adamlibreplace: replace inet_ntoa() when it is missing
2008-03-14 Michael Adamlibreplace: add an inet_aton() function that calls...
2008-02-27 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-26 Michael Adamlibreplace: Add tests for connect and gethostbyname.
2008-01-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-15 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2008-01-15 Jeremy AllisonAlways define PATH_MAX. Makes code simpler (removes
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26495: Add defines for getifaddrs/freeifaddrs.
2007-12-21 Stefan Metzmacherr25911: Remove more fstring/pstring bad useage. Go...
2007-12-21 Jeremy Allisonr25892: Keep the tdb code in sync between 3.2.x and...
2007-12-21 Stefan Metzmacherr25602: don't imply "system/network.h" within replace.h,
2007-12-21 Stefan Metzmacherr25601: replace.h should never imply any "system/*.h"
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25543: Merge libreplace support for inet_pton, inet_nt...
2007-10-10 Stefan Metzmacherr25251: move macro defines to the end of replace.h
2007-10-10 Stefan Metzmacherr25210: fix typo
2007-10-10 Jelmer Vernooijr25017: Move MAXHOSTNAMELEN definition to replace.h...
2007-10-10 Jelmer Vernooijr24350: Remove offsetof() replacement to see if there...
2007-10-10 Jelmer Vernooijr24337: Make libreplace provide offsetof.
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Michael Adamr23363: Activate rep_pread and rep_pwrite in lib/replac...
2007-10-10 Stefan Metzmacherr23208: on some HP-UX boxes dlfcn.h is available and...
2007-10-10 Stefan Metzmacherr23188: revert 23123 and 23118.
2007-10-10 Jelmer Vernooijr23175: Handle PKG_CONFIG_PATH not set yet - fixes...
2007-10-10 Michael Adamr23123: Fix two utterly simply typos that broke the...
2007-10-10 Michael Adamr23118: Make inet_pton and inet_ntop available through...
2007-10-10 Michael Adamr23108: Add defines of RTLD_NOW and RTLD_GLOBAL to...
2007-10-10 Stefan Metzmacherr22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros...
2007-10-10 Stefan Metzmacherr22273: - provide __LINESTR__ macro
2007-10-10 Stefan Metzmacherr22270: provide __location__ in replace.h
2007-10-10 Stefan Metzmacherr22263: use AC_HAVE_DECL() because AC_CHECK_DECLS(...
2007-10-10 Stefan Metzmacherr22250: try to fix the build on aix1 in the farm
2007-10-10 Stefan Metzmacherr22226: move discard_const macros to librelace
2007-10-10 Stefan Metzmacherr22215: add strptime replacement to libreplace based...
2007-10-10 Stefan Metzmacherr21795: fix the prototype of unsetenv()...
2007-10-10 Stefan Metzmacherr21793: add replacement for unsetenv()
2007-10-10 James Peachr20981: Fix cut'n'paste error.
2007-10-10 Jelmer Vernooijr19393: Add replacement function for socketpair()
2007-10-10 Stefan Metzmacherr19242: merge from samba3:
2007-10-10 Stefan Metzmacherr18999: merge from samba3:
2007-10-10 Volker Lendecker18991: Fix bug 4133 -- Thanks to Olaf Flebbe
2007-10-10 Andrew Tridgellr18970: avoid strndup and strnlen on AIX. They are...
2007-10-10 Andrew Tridgellr18862: as andrew pointed our on irc, if we are going...
2007-10-10 Andrew Tridgellr18861: merge from samba3
2007-10-10 Stefan Metzmacherr18675: merge from samba3:
2007-10-10 Stefan Metzmacherr18674: merge from samba3,
2007-10-10 Andrew Tridgellr18518: we replace snprintf() if its not C99, so we...
2007-10-10 Stefan Metzmacherr18472: - use STDC_HEADERS for stdlib.h and stddef...
2007-10-10 Stefan Metzmacherr18458: move wins32 stuff to the top dir
2007-10-10 Andrew Tridgellr18432: ensure roken doesn't try to include both inttyp...
2007-10-10 Stefan Metzmacherr18419: fix include paths of the configure tests
2007-10-10 Stefan Metzmacherr18383: ok we need _XOPEN_SOURCE 500 and include standa...
2007-10-10 Andrew Tridgellr18343: fixed setlinebuf() prototype, added test for...
2007-10-10 Andrew Tridgellr18337: more -Ae tests in check_cc.m4
2007-10-10 Andrew Tridgellr18335: more portable bool tests
2007-10-10 Andrew Tridgellr18278: move more header checks and _GNU_SOURCE into...
2007-10-10 Andrew Tridgellr18206: need rep_ macro for setlinebuf
2007-10-10 Andrew Tridgellr18205: need rep_ macros for seteuid and setegid
2007-10-10 Andrew Tridgellr18160: - pread and pwrite replacements need to be...
2007-10-10 Andrew Tridgellr18129: moved the system includes into libreplace ...
2007-10-10 Andrew Tridgellr18111: base inclusion of replacement printf fns on...
2007-10-10 Andrew Tridgellr18081: libreplace now uses config.h again
2007-10-10 Andrew Tridgellr18067: some tweaks for irix and hpux
2007-10-10 Jelmer Vernooijr18039: Include header with time_t if needed.
2007-10-10 Jelmer Vernooijr18031: Merge my replace fixes:
2007-10-10 James Peachr16556: Add mkdtemp to libreplace. This is apparantly...
2007-10-10 Jelmer Vernooijr15986: Declare struct tm
2007-10-10 Andrew Tridgellr15953: our timegm() replacement still doesn't work...
2007-10-10 Andrew Tridgellr15882: I forgot to add in this prototype for strtok_r()
2007-10-10 Jelmer Vernooijr15868: Add replacement macro for __STRING()
2007-10-10 Stefan Metzmacherr15280: - remove the 2nd check for __FUNCTION__
2007-10-10 Jelmer Vernooijr15226: Fix order of typedef specification - caught...
2007-10-10 Jelmer Vernooijr15224: Check whether -MT is actually supported by...
2007-10-10 Jelmer Vernooijr15203: Allow system 'bool' type to be defined in anoth...
2007-10-10 Jelmer Vernooijr15200: Move MIN/MAX macros to libreplace as some syste...
2007-10-10 Jelmer Vernooijr15000: Move some more autoconf tests out of build...
2007-10-10 Jelmer Vernooijr14999: Remove more unused autoconf code
2007-10-10 Jelmer Vernooijr14844: Support a stdbool.h replacement in lib/replace/
2007-10-10 Jelmer Vernooijr13577: Move some (possibly system-defined) defines...
2007-10-10 Stefan Metzmacherr12814: we need this here too, as we'll include replace...
2007-10-10 Jelmer Vernooijr12801: Some more include/ cleanups (remove unused...
2007-10-10 Stefan Metzmacherr12364: add UINT32_MAX and UINT64_MAX replacement defines
2007-10-10 Jelmer Vernooijr12216: Couple of small fixes: reduce include/includes...
2007-10-10 Andrew Tridgellr10896: added a strcasestr() replacement function
2007-10-10 Jelmer Vernooijr10664: Include limits.h in replace.h for HOST_NAME_MAX
2007-10-10 Jelmer Vernooijr10476: Move some more types to libreplace. Fix missing...
2007-10-10 Jelmer Vernooijr10453: Fix the build
2007-10-10 Jelmer Vernooijr10438: Move portability functions to lib/replace/...
2007-10-10 Andrew Tridgellr8465: once we define socklen_t, then tell other includ...
2007-10-10 Andrew Tridgellr8458: next target is irix - this gets the socket wrapp...
2007-10-10 Andrew Tridgellr8450: more configure tests for solaris. It now builds...
2007-10-10 Andrew Tridgellr8420: slowly getting my way through some more heimdal...
2007-10-10 Andrew Tridgellr8418: PRINTF_ATTRIBUTE declaration has to come before...
2007-10-10 Andrew Tridgellr8417: fixed handling of PRINTF_ATTRIBUTE for heimdal...
next