Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h. | Michael Adam | 2007-05-24 | 1 | -0/+6 |
| | | | | Fixing build of ldb for instance on some systems without dlfcn.h. | ||||
* | r22931: Fix logic in detection of the need to replace dlopen and friends. | Michael Adam | 2007-05-16 | 1 | -6/+7 |
| | | | | | | | Originally, dlfcn.o was only added to LIBREPLACEOBJ if dlopen was found in libdl but header dlfcn.h was not appropriate. Michael | ||||
* | r22415: Remove test directory once we are finished. Merge -r 22393:22394 | James Peach | 2007-04-20 | 1 | -0/+2 |
| | | | | from SAMBA_3_0. | ||||
* | r22299: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 2007-04-17 | 2 | -0/+35 |
| | | | | metze | ||||
* | r22281: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -56/+254 |
| | | | | | | add a lot more detailed strtoll() and strtoull() tests metze | ||||
* | r22275: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -1/+11 |
| | | | | | | | | - provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze | ||||
* | r22272: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -0/+7 |
| | | | | | | | | provide __location__ in replace.h and see how the build-farm likes this simpler version metze | ||||
* | r22265: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -2/+2 |
| | | | | | | | use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 and #ifndef doesn't work. metze | ||||
* | r22255: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -7/+56 |
| | | | | | | | - make the strtoll tests more verbose - add initial strtoull tests metze | ||||
* | r22251: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -1/+7 |
| | | | | | | add prototype of setenv metze | ||||
* | r22248: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -1/+0 |
| | | | | | | only test strtoll once metze | ||||
* | r22245: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -2/+0 |
| | | | | | | remove useless printf's metze | ||||
* | r22241: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -2/+2 |
| | | | | | | use strlcpy instead of strcpy to make the IBM checker happy metze | ||||
* | r22228: merge from samba4: | Stefan Metzmacher | 2007-04-15 | 2 | -1/+24 |
| | | | | | | move discard_const macros to librelace metze | ||||
* | r22225: merge from samba4: | Stefan Metzmacher | 2007-04-15 | 1 | -5/+25 |
| | | | | | | make comparing of struct tm more verbose and portable metze | ||||
* | r22220: merge from samba4: | Stefan Metzmacher | 2007-04-15 | 11 | -15/+1426 |
| | | | | | | - libreplace unsetenv() and strptime() replacements metze | ||||
* | r22219: merge from samba3/4: | Stefan Metzmacher | 2007-04-15 | 3 | -1/+17 |
| | | | | | | merge stdint.h stdbool.h replacement fix to 3.0.25 branch metze | ||||
* | r22150: remove netgr functions from libreplace they're not used | Stefan Metzmacher | 2007-04-10 | 4 | -39/+2 |
| | | | | | | | | in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze | ||||
* | r21946: Missed the m4 change. | Jeremy Allison | 2007-03-23 | 1 | -1/+2 |
| | | | | Jeremy. | ||||
* | r21936: Keeping up with Metze :-). | Jeremy Allison | 2007-03-22 | 1 | -0/+4 |
| | | | | Jeremy. | ||||
* | r21177: Merge from SAMBA_3_0. | Jeremy Allison | 2007-02-06 | 1 | -2/+4 |
| | | | | | merged va_end() changes from Samba4 Jeremy. | ||||
* | r20821: merge from samba4: | Stefan Metzmacher | 2007-01-15 | 2 | -2/+3 |
| | | | | | | | | - include system/aio.h - use full prototype for main - use ifdef instead if metze | ||||
* | r20818: sync lib/replace with samba4 | Stefan Metzmacher | 2007-01-15 | 12 | -40/+151 |
| | | | | metze | ||||
* | r20790: merge from samba4: | Stefan Metzmacher | 2007-01-15 | 2 | -12/+0 |
| | | | | | | - remove the epoll configure checks from libreplace metze | ||||
* | r20384: merge from samba4: | Stefan Metzmacher | 2006-12-28 | 1 | -5/+7 |
| | | | | | | | only try to find dlfcn.h if the dlopen symbol was found, it hopefully fixes systems where dlfcn.h but no library with dlopen metze | ||||
* | r20260: clean up a bunch of no previous prototype warnings | Herb Lewis | 2006-12-19 | 2 | -1/+2 |
| | |||||
* | r20247: get rid of warning: value computed is not used | Herb Lewis | 2006-12-18 | 1 | -1/+1 |
| | |||||
* | r19601: Fix protection from invalid struct tm values. | Jeremy Allison | 2006-11-07 | 1 | -0/+10 |
| | | | | | Backport from Samba4. Jeremy. | ||||
* | r19385: These replaced symbols should have a rep_ prefix. | James Peach | 2006-10-18 | 2 | -5/+5 |
| | |||||
* | r19244: fix the build on systems with broken krb5 | Stefan Metzmacher | 2006-10-11 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | we need to make sure HAVE_GSSAPI HAVE_KRB5_H HAVE_GSSAPI_H HAVE_GSSAPI_GSSAPI_GENERIC_H HAVE_GSSAPI_GSSAPI_H are not in config.h this adds 2 new macros to libreplace AC_REMOVE_DEFINE(), AC_REMOVE_INCLUDE() metze | ||||
* | r19240: move the NO_CONFIG_H check to libreplace | Stefan Metzmacher | 2006-10-11 | 1 | -0/+2 |
| | | | | | | | this fixes the quota detection configure and maybe more configure tests metze | ||||
* | r19235: merge from samba4: | Stefan Metzmacher | 2006-10-11 | 1 | -2/+2 |
| | | | | | | | | | fix configure test for net/if.h on some platforms AC_LANG_SOURCE() adds the content of confdefs.h in front of the compiled file metze | ||||
* | r19232: merge from samba4: | Stefan Metzmacher | 2006-10-11 | 2 | -16/+19 |
| | | | | | | | - machine/sys/getppdp.h workaround for HPUX 11.23 - more verbose check for net/if.h metze | ||||
* | r19130: fix the logic for the AC_PROG_CC_C99 check | Stefan Metzmacher | 2006-10-06 | 1 | -1/+1 |
| | | | | metze | ||||
* | r19125: merge from samba4 | Andrew Tridgell | 2006-10-06 | 2 | -26/+25 |
| | |||||
* | r19121: try to get rid of the difference between in system/iconv.h | Stefan Metzmacher | 2006-10-06 | 1 | -6/+16 |
| | | | | | | between samba 3 and 4. metze | ||||
* | r19034: merge from samba4: | Stefan Metzmacher | 2006-10-02 | 1 | -4/+6 |
| | | | | | | prepare libreplace testsuite for usage in smbtorture metze | ||||
* | r19031: merge from samba4: | Stefan Metzmacher | 2006-10-02 | 1 | -2/+6 |
| | | | | | | add test that opendir() on files sets errno = ENOTDIR metze | ||||
* | r19030: merge missing stuff from samba4: | Stefan Metzmacher | 2006-10-02 | 2 | -2/+10 |
| | | | | | | | - strnlen() and strndup() are broken on AIX - we need some extra CFLAGS on HPUX 11.11 metze | ||||
* | r19016: As per Samba4 coding standards, turn tabs into spaces | Volker Lendecke | 2006-10-01 | 2 | -20/+20 |
| | |||||
* | r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on ↵ | Volker Lendecke | 2006-09-30 | 2 | -0/+24 |
| | | | | | | | | | opendir returning ENOTDIR when the file opened is not a directory. Can we merge this back into Samba4? Volker | ||||
* | r18998: - make more usage of PRINTF_ATTRIBUTE() | Stefan Metzmacher | 2006-09-29 | 2 | -10/+9 |
| | | | | | | - vsyslog takes a 'const char *format' metze | ||||
* | r18991: Fix bug 4133 -- Thanks to Olaf Flebbe | Volker Lendecke | 2006-09-29 | 1 | -0/+7 |
| | |||||
* | r18961: merge from samba4: | Stefan Metzmacher | 2006-09-27 | 2 | -20/+20 |
| | | | | | | | fix caching of some configure tests AC_CACHE_CHECK() *needs* '_cv_' in the shell var to do caching... metze | ||||
* | r18958: merge from samba4: | Stefan Metzmacher | 2006-09-27 | 1 | -0/+4 |
| | | | | | | | | | we need to include unistd.h in system/network.h because it contains the ioctl() prototype on some systems and we need to make sure it gets included before socket_wrapper defines ioctl swrap_ioctl metze | ||||
* | r18953: sync socket_wrapper with samba4 | Stefan Metzmacher | 2006-09-27 | 1 | -0/+4 |
| | | | | metze | ||||
* | r18864: merge lib/replace changes from samba4 | Andrew Tridgell | 2006-09-24 | 4 | -6/+40 |
| | |||||
* | r18784: hopefully fix the BOOL bug on AIX | Stefan Metzmacher | 2006-09-21 | 1 | -0/+11 |
| | | | | metze | ||||
* | r18673: define the macros even if we don't define bool ourself | Stefan Metzmacher | 2006-09-19 | 1 | -2/+10 |
| | | | | metze | ||||
* | r18672: fix the build on Tru64 | Stefan Metzmacher | 2006-09-19 | 1 | -1/+8 |
| | | | | metze |