summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/replace.h
Commit message (Expand)AuthorAgeFilesLines
* libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-071-0/+10
* use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-171-1/+1
* libreplace: move rep_socketpair() to its own module.Michael Adam2008-03-181-1/+1
* libreplace: replace inet_ntoa() when it is missingMichael Adam2008-03-181-1/+1
* libreplace: add an inet_aton() function that calls inet_pton().Michael Adam2008-03-141-0/+5
* libreplace: Add tests for connect and gethostbyname.Michael Adam2008-02-261-0/+10
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2008-01-151-0/+4
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2008-01-151-0/+4
* r26495: Add defines for getifaddrs/freeifaddrs.Jelmer Vernooij2007-12-211-0/+10
* r25911: Remove more fstring/pstring bad useage. Go talloc !Stefan Metzmacher2007-12-211-1/+1
* r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison2007-12-211-0/+4
* r25602: don't imply "system/network.h" within replace.h,Stefan Metzmacher2007-12-211-3/+7
* r25601: replace.h should never imply any "system/*.h"Stefan Metzmacher2007-12-211-7/+2
* r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna...Jelmer Vernooij2007-10-101-5/+16
* r25251: move macro defines to the end of replace.hStefan Metzmacher2007-10-101-32/+35
* r25210: fix typoStefan Metzmacher2007-10-101-1/+1
* r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part ofJelmer Vernooij2007-10-101-0/+8
* r24350: Remove offsetof() replacement to see if there are actually anyJelmer Vernooij2007-10-101-4/+0
* r24337: Make libreplace provide offsetof.Jelmer Vernooij2007-10-101-0/+4
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam2007-10-101-0/+10
* r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flagsStefan Metzmacher2007-10-101-0/+4
* r23188: revert 23123 and 23118.Stefan Metzmacher2007-10-101-10/+0
* r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.plJelmer Vernooij2007-10-101-0/+8
* r23123: Fix two utterly simply typos that broke the whole build farm...Michael Adam2007-10-101-2/+2
* r23118: Make inet_pton and inet_ntop available through lib/replace.Michael Adam2007-10-101-0/+10
* r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam2007-10-101-0/+6
* r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-10-101-0/+29
* r22273: - provide __LINESTR__ macroStefan Metzmacher2007-10-101-1/+9
* r22270: provide __location__ in replace.hStefan Metzmacher2007-10-101-0/+4
* r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0Stefan Metzmacher2007-10-101-1/+1
* r22250: try to fix the build on aix1 in the farmStefan Metzmacher2007-10-101-1/+5
* r22226: move discard_const macros to librelaceStefan Metzmacher2007-10-101-0/+23
* r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher2007-10-101-0/+6
* r21795: fix the prototype of unsetenv()...Stefan Metzmacher2007-10-101-1/+1
* r21793: add replacement for unsetenv()Stefan Metzmacher2007-10-101-0/+5
* r20981: Fix cut'n'paste error.James Peach2007-10-101-1/+1
* r19393: Add replacement function for socketpair()Jelmer Vernooij2007-10-101-0/+4
* r19242: merge from samba3:Stefan Metzmacher2007-10-101-0/+2
* r18999: merge from samba3:Stefan Metzmacher2007-10-101-9/+8
* r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke2007-10-101-0/+7
* r18970: avoid strndup and strnlen on AIX. They are quite broken. SeeAndrew Tridgell2007-10-101-2/+4
* r18862: as andrew pointed our on irc, if we are going to define _TRUE, thenAndrew Tridgell2007-10-101-2/+2
* r18861: merge from samba3Andrew Tridgell2007-10-101-0/+11
* r18675: merge from samba3:Stefan Metzmacher2007-10-101-1/+17
* r18674: merge from samba3,Stefan Metzmacher2007-10-101-1/+1
* r18518: we replace snprintf() if its not C99, so we should also add the rep_Andrew Tridgell2007-10-101-2/+2
* r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf doesStefan Metzmacher2007-10-101-1/+2
* r18458: move wins32 stuff to the top dirStefan Metzmacher2007-10-101-1/+1