summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2010-04-06build: on the fly dependency checkingAndrew Tridgell1-12/+0
2010-04-06build: auto-remove circular dependenciesAndrew Tridgell1-34/+68
2010-04-06build: check for circular build dependenciesAndrew Tridgell1-5/+42
2010-04-06build: death to singletonsAndrew Tridgell1-17/+24
2010-04-06build: simpler BUILD_SUBDIRAndrew Tridgell1-8/+3
2010-04-06build: more header checksAndrew Tridgell1-0/+10
2010-04-06build: use runonce for config checksAndrew Tridgell1-19/+31
2010-04-06build: added public_headers supportAndrew Tridgell1-0/+4
2010-04-06build: added BUILD_SUBDIR() wrapperAndrew Tridgell1-0/+15
2010-04-06build: recognise manpages keywordAndrew Tridgell1-1/+2
2010-04-06build: added autoproto stubAndrew Tridgell1-2/+4
2010-04-06build: put config.h in top dir by defaultAndrew Tridgell1-2/+6
2010-04-06build: allow override of config.h locationAndrew Tridgell1-1/+1
2010-04-06build: more developer flagsAndrew Tridgell1-3/+3
2010-04-06build: s4 wants config.h in include/Andrew Tridgell1-2/+2
2010-04-06build: add dummy flags for auto-generated scriptsAndrew Tridgell1-7/+36
2010-04-06build: added ADD_CFLAGS() and started of Samba4 buildAndrew Tridgell2-15/+112
2010-04-06build: SAMBA_BUILD_ENV() is now in conf.*Andrew Tridgell1-2/+1
2010-04-06build: moved lib -> sharedAndrew Tridgell1-30/+15
2010-04-06build: added waf build rules for ldbAndrew Tridgell2-10/+42
2010-04-06build: some more config checksAndrew Tridgell1-0/+5
2010-04-06build: added recursive library handlingAndrew Tridgell1-1/+13
2010-04-06build: added target directory optionsAndrew Tridgell2-0/+22
2010-04-06build: neater way to find libreplace and start on tevent waf buildAndrew Tridgell2-19/+72
2010-04-06build: added some comments for tdb buildAndrew Tridgell1-3/+15
2010-04-06build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functionsAndrew Tridgell3-69/+125
2010-04-06build: updates to waf scripts for replace and tallocAndrew Tridgell2-8/+16
2010-04-06build: a first attempt at waf build for talloc and libreplaceAndrew Tridgell2-0/+178
2010-04-04lib/replace: Don't use StrnCpy inside crypt.cKai Blin1-1/+1
2010-04-04lib/replace: use correct inttypes in crypt.cKai Blin1-2/+2
2010-03-30replace: allow memmem() with an empty string to return NULLAndrew Tridgell1-1/+3
2010-03-29s4-waf: use the libreplace strerror_r if neededAndrew Tridgell2-6/+11
2010-03-26libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell3-1/+14
2010-03-24libreplace: fixed declaration of dprintf() on FreeBSDAndrew Tridgell2-2/+12
2010-03-05replace: added get_current_dir_name()Andrew Tridgell3-0/+18
2010-02-23libreplace: Remove the obsolete signal type cast.Andreas Schneider3-13/+4
2010-02-22Spelling fixes for libreplace.Brad Hards2-2/+2
2010-02-13libreplace: add fdatasync() if not availableAndrew Tridgell2-1/+5
2010-02-11libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2-1/+32
2010-02-08libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLEStefan Metzmacher1-2/+4
2010-02-08libreplace: Attempt to fix bug 5910, detect a broken getaddrinfoVolker Lendecke1-0/+25
2010-02-02Change uint_t to unsigned int in lib/replaceMatt Kraai4-4/+1
2010-01-26Revert "libreplace: fix unused varibale warning on IRIX"Björn Jacke1-2/+2
2010-01-26libreplace: fix unused varibale warning on IRIXBjörn Jacke1-2/+2
2010-01-23libreplace: Fix a C++ warningVolker Lendecke1-2/+2
2010-01-18Work around bad use of autoconf internaLars Müller1-13/+37
2010-01-02libreplace: some systems don't have memmem()Andrew Tridgell4-0/+68
2009-12-19Output %p as unsigned in snprintf replacement.Peter Rosin1-0/+1
2009-09-17libreplace: added likely()/unlikely() macros for gccAndrew Tridgell1-0/+19
2009-09-15libreplace: white space cleanupsBjörn Jacke2-12/+12