Age | Commit message (Expand) | Author | Files | Lines |
2008-05-07 | libreplace: always provide utime() and utimes() | Stefan Metzmacher | 1 | -0/+10 |
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 1 | -1/+1 |
2008-03-18 | libreplace: move rep_socketpair() to its own module. | Michael Adam | 1 | -1/+1 |
2008-03-18 | libreplace: replace inet_ntoa() when it is missing | Michael Adam | 1 | -1/+1 |
2008-03-14 | libreplace: add an inet_aton() function that calls inet_pton(). | Michael Adam | 1 | -0/+5 |
2008-02-26 | libreplace: Add tests for connect and gethostbyname. | Michael Adam | 1 | -0/+10 |
2008-01-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -0/+4 |
2008-01-15 | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 1 | -0/+4 |
2007-12-21 | r26495: Add defines for getifaddrs/freeifaddrs. | Jelmer Vernooij | 1 | -0/+10 |
2007-12-21 | r25911: Remove more fstring/pstring bad useage. Go talloc ! | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25892: Keep the tdb code in sync between 3.2.x and 4.0. | Jeremy Allison | 1 | -0/+4 |
2007-12-21 | r25602: don't imply "system/network.h" within replace.h, | Stefan Metzmacher | 1 | -3/+7 |
2007-12-21 | r25601: replace.h should never imply any "system/*.h" | Stefan Metzmacher | 1 | -7/+2 |
2007-10-10 | r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna... | Jelmer Vernooij | 1 | -5/+16 |
2007-10-10 | r25251: move macro defines to the end of replace.h | Stefan Metzmacher | 1 | -32/+35 |
2007-10-10 | r25210: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r24350: Remove offsetof() replacement to see if there are actually any | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r24337: Make libreplace provide offsetof. | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h. | Michael Adam | 1 | -0/+10 |
2007-10-10 | r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flags | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r23188: revert 23123 and 23118. | Stefan Metzmacher | 1 | -10/+0 |
2007-10-10 | r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.pl | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r23123: Fix two utterly simply typos that broke the whole build farm... | Michael Adam | 1 | -2/+2 |
2007-10-10 | r23118: Make inet_pton and inet_ntop available through lib/replace. | Michael Adam | 1 | -0/+10 |
2007-10-10 | r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h. | Michael Adam | 1 | -0/+6 |
2007-10-10 | r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 1 | -0/+29 |
2007-10-10 | r22273: - provide __LINESTR__ macro | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r22270: provide __location__ in replace.h | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22250: try to fix the build on aix1 in the farm | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r22226: move discard_const macros to librelace | Stefan Metzmacher | 1 | -0/+23 |
2007-10-10 | r22215: add strptime replacement to libreplace based on the patch | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r21795: fix the prototype of unsetenv()... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21793: add replacement for unsetenv() | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r20981: Fix cut'n'paste error. | James Peach | 1 | -1/+1 |
2007-10-10 | r19393: Add replacement function for socketpair() | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r19242: merge from samba3: | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r18999: merge from samba3: | Stefan Metzmacher | 1 | -9/+8 |
2007-10-10 | r18991: Fix bug 4133 -- Thanks to Olaf Flebbe | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r18970: avoid strndup and strnlen on AIX. They are quite broken. See | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r18862: as andrew pointed our on irc, if we are going to define _TRUE, then | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r18861: merge from samba3 | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r18675: merge from samba3: | Stefan Metzmacher | 1 | -1/+17 |
2007-10-10 | r18674: merge from samba3, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18518: we replace snprintf() if its not C99, so we should also add the rep_ | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf does | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r18458: move wins32 stuff to the top dir | Stefan Metzmacher | 1 | -1/+1 |