summaryrefslogtreecommitdiff
path: root/source4/lib/replace/replace.h
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25911: Remove more fstring/pstring bad useage. Go talloc !Stefan Metzmacher1-1/+1
2007-12-21r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison1-0/+4
2007-12-21r25602: don't imply "system/network.h" within replace.h,Stefan Metzmacher1-3/+7
2007-12-21r25601: replace.h should never imply any "system/*.h"Stefan Metzmacher1-7/+2
2007-10-10r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna...Jelmer Vernooij1-5/+16
2007-10-10r25251: move macro defines to the end of replace.hStefan Metzmacher1-32/+35
2007-10-10r25210: fix typoStefan Metzmacher1-1/+1
2007-10-10r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part ofJelmer Vernooij1-0/+8
2007-10-10r24350: Remove offsetof() replacement to see if there are actually anyJelmer Vernooij1-4/+0
2007-10-10r24337: Make libreplace provide offsetof.Jelmer Vernooij1-0/+4
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam1-0/+10
2007-10-10r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flagsStefan Metzmacher1-0/+4
2007-10-10r23188: revert 23123 and 23118.Stefan Metzmacher1-10/+0
2007-10-10r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.plJelmer Vernooij1-0/+8
2007-10-10r23123: Fix two utterly simply typos that broke the whole build farm...Michael Adam1-2/+2
2007-10-10r23118: Make inet_pton and inet_ntop available through lib/replace.Michael Adam1-0/+10
2007-10-10r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam1-0/+6
2007-10-10r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher1-0/+29
2007-10-10r22273: - provide __LINESTR__ macroStefan Metzmacher1-1/+9
2007-10-10r22270: provide __location__ in replace.hStefan Metzmacher1-0/+4
2007-10-10r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0Stefan Metzmacher1-1/+1
2007-10-10r22250: try to fix the build on aix1 in the farmStefan Metzmacher1-1/+5
2007-10-10r22226: move discard_const macros to librelaceStefan Metzmacher1-0/+23
2007-10-10r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher1-0/+6
2007-10-10r21795: fix the prototype of unsetenv()...Stefan Metzmacher1-1/+1
2007-10-10r21793: add replacement for unsetenv()Stefan Metzmacher1-0/+5
2007-10-10r20981: Fix cut'n'paste error.James Peach1-1/+1
2007-10-10r19393: Add replacement function for socketpair()Jelmer Vernooij1-0/+4
2007-10-10r19242: merge from samba3:Stefan Metzmacher1-0/+2
2007-10-10r18999: merge from samba3:Stefan Metzmacher1-9/+8
2007-10-10r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke1-0/+7
2007-10-10r18970: avoid strndup and strnlen on AIX. They are quite broken. SeeAndrew Tridgell1-2/+4
2007-10-10r18862: as andrew pointed our on irc, if we are going to define _TRUE, thenAndrew Tridgell1-2/+2
2007-10-10r18861: merge from samba3Andrew Tridgell1-0/+11
2007-10-10r18675: merge from samba3:Stefan Metzmacher1-1/+17
2007-10-10r18674: merge from samba3,Stefan Metzmacher1-1/+1
2007-10-10r18518: we replace snprintf() if its not C99, so we should also add the rep_Andrew Tridgell1-2/+2
2007-10-10r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf doesStefan Metzmacher1-1/+2
2007-10-10r18458: move wins32 stuff to the top dirStefan Metzmacher1-1/+1
2007-10-10r18432: ensure roken doesn't try to include both inttypes.h and stdint.h. TheAndrew Tridgell1-0/+3
2007-10-10r18419: fix include paths of the configure testsStefan Metzmacher1-3/+3
2007-10-10r18383: ok we need _XOPEN_SOURCE 500 and include standards.h on Tru64Stefan Metzmacher1-0/+4
2007-10-10r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell1-1/+1
2007-10-10r18337: more -Ae tests in check_cc.m4Andrew Tridgell1-0/+4
2007-10-10r18335: more portable bool testsAndrew Tridgell1-2/+13
2007-10-10r18278: move more header checks and _GNU_SOURCE into libreplaceAndrew Tridgell1-0/+8
2007-10-10r18206: need rep_ macro for setlinebufAndrew Tridgell1-0/+5
2007-10-10r18205: need rep_ macros for seteuid and setegidAndrew Tridgell1-0/+10