summaryrefslogtreecommitdiffstats
path: root/source/lib/replace
Commit message (Collapse)AuthorAgeFilesLines
* r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell2007-07-101-3/+2
|
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-07-102-2/+2
|
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-1024-24/+24
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-092-2/+2
| | | | Jeremy.
* r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam2007-06-062-0/+18
| | | | | | | | | | This fixes the build on a SuSE 6.1. :-) I guess this had been merely forgotten. But beware: The implementations of rep_pread and rep_pwrite are not thread safe. Michael
* r23310: sync lib/replace with SAMBA_4_0Stefan Metzmacher2007-06-0227-224/+361
| | | | metze
* r23304: merge from samba4:Stefan Metzmacher2007-06-021-3/+3
| | | | | | fix large file support on HP-UX 11.00 and 11.11 metze
* r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam2007-05-241-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 Adam2007-05-161-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:22394James Peach2007-04-201-0/+2
| | | | from SAMBA_3_0.
* r22299: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-04-172-0/+35
| | | | metze
* r22281: merge from samba4:Stefan Metzmacher2007-04-161-56/+254
| | | | | | add a lot more detailed strtoll() and strtoull() tests metze
* r22275: merge from samba4:Stefan Metzmacher2007-04-162-1/+11
| | | | | | | | - provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze
* r22272: merge from samba4: Stefan Metzmacher2007-04-162-0/+7
| | | | | | | | provide __location__ in replace.h and see how the build-farm likes this simpler version metze
* r22265: merge from samba4:Stefan Metzmacher2007-04-162-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 Metzmacher2007-04-161-7/+56
| | | | | | | - make the strtoll tests more verbose - add initial strtoull tests metze
* r22251: merge from samba4:Stefan Metzmacher2007-04-162-1/+7
| | | | | | add prototype of setenv metze
* r22248: merge from samba4:Stefan Metzmacher2007-04-161-1/+0
| | | | | | only test strtoll once metze
* r22245: merge from samba4:Stefan Metzmacher2007-04-161-2/+0
| | | | | | remove useless printf's metze
* r22241: merge from samba4:Stefan Metzmacher2007-04-161-2/+2
| | | | | | use strlcpy instead of strcpy to make the IBM checker happy metze
* r22228: merge from samba4:Stefan Metzmacher2007-04-152-1/+24
| | | | | | move discard_const macros to librelace metze
* r22225: merge from samba4:Stefan Metzmacher2007-04-151-5/+25
| | | | | | make comparing of struct tm more verbose and portable metze
* r22220: merge from samba4:Stefan Metzmacher2007-04-1511-15/+1426
| | | | | | - libreplace unsetenv() and strptime() replacements metze
* r22219: merge from samba3/4:Stefan Metzmacher2007-04-153-1/+17
| | | | | | merge stdint.h stdbool.h replacement fix to 3.0.25 branch metze
* r22150: remove netgr functions from libreplace they're not usedStefan Metzmacher2007-04-104-39/+2
| | | | | | | | in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze
* r21946: Missed the m4 change.Jeremy Allison2007-03-231-1/+2
| | | | Jeremy.
* r21936: Keeping up with Metze :-).Jeremy Allison2007-03-221-0/+4
| | | | Jeremy.
* r21177: Merge from SAMBA_3_0.Jeremy Allison2007-02-061-2/+4
| | | | | merged va_end() changes from Samba4 Jeremy.
* r20821: merge from samba4:Stefan Metzmacher2007-01-152-2/+3
| | | | | | | | - include system/aio.h - use full prototype for main - use ifdef instead if metze
* r20818: sync lib/replace with samba4Stefan Metzmacher2007-01-1512-40/+151
| | | | metze
* r20790: merge from samba4:Stefan Metzmacher2007-01-152-12/+0
| | | | | | - remove the epoll configure checks from libreplace metze
* r20384: merge from samba4:Stefan Metzmacher2006-12-281-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 warningsHerb Lewis2006-12-192-1/+2
|
* r20247: get rid of warning: value computed is not usedHerb Lewis2006-12-181-1/+1
|
* r19601: Fix protection from invalid struct tm values.Jeremy Allison2006-11-071-0/+10
| | | | | Backport from Samba4. Jeremy.
* r19385: These replaced symbols should have a rep_ prefix.James Peach2006-10-182-5/+5
|
* r19244: fix the build on systems with broken krb5Stefan Metzmacher2006-10-111-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 libreplaceStefan Metzmacher2006-10-111-0/+2
| | | | | | | this fixes the quota detection configure and maybe more configure tests metze
* r19235: merge from samba4:Stefan Metzmacher2006-10-111-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 Metzmacher2006-10-112-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 checkStefan Metzmacher2006-10-061-1/+1
| | | | metze
* r19125: merge from samba4Andrew Tridgell2006-10-062-26/+25
|
* r19121: try to get rid of the difference between in system/iconv.hStefan Metzmacher2006-10-061-6/+16
| | | | | | between samba 3 and 4. metze
* r19034: merge from samba4:Stefan Metzmacher2006-10-021-4/+6
| | | | | | prepare libreplace testsuite for usage in smbtorture metze
* r19031: merge from samba4:Stefan Metzmacher2006-10-021-2/+6
| | | | | | add test that opendir() on files sets errno = ENOTDIR metze
* r19030: merge missing stuff from samba4:Stefan Metzmacher2006-10-022-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 spacesVolker Lendecke2006-10-012-20/+20
|
* r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on ↵Volker Lendecke2006-09-302-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 Metzmacher2006-09-292-10/+9
| | | | | | - vsyslog takes a 'const char *format' metze
* r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke2006-09-291-0/+7
|