summaryrefslogtreecommitdiffstats
path: root/lib/replace
Commit message (Collapse)AuthorAgeFilesLines
...
* build: make CHECK_FUNCS_IN() smarter about mandatory librariesAndrew Tridgell2010-04-061-18/+38
|
* build: added gettext/libintl to libreplaceAndrew Tridgell2010-04-061-1/+2
|
* build: add LIBREPLACE_EXTAndrew Tridgell2010-04-061-1/+7
|
* build: added ASN1 and ERRTABLE build targetsAndrew Tridgell2010-04-061-6/+49
|
* build: auto-strip empty dependenciesAndrew Tridgell2010-04-061-0/+10
|
* build: added LIBREPLACE_NETWORKAndrew Tridgell2010-04-061-1/+9
|
* build: don't distinguish system and local libs in wscript filesAndrew Tridgell2010-04-061-7/+19
|
* build: add libresolvAndrew Tridgell2010-04-061-0/+2
|
* build: on the fly dependency checkingAndrew Tridgell2010-04-061-12/+0
|
* build: auto-remove circular dependenciesAndrew Tridgell2010-04-061-34/+68
|
* build: check for circular build dependenciesAndrew Tridgell2010-04-061-5/+42
|
* build: death to singletonsAndrew Tridgell2010-04-061-17/+24
|
* build: simpler BUILD_SUBDIRAndrew Tridgell2010-04-061-8/+3
|
* build: more header checksAndrew Tridgell2010-04-061-0/+10
|
* build: use runonce for config checksAndrew Tridgell2010-04-061-19/+31
|
* build: added public_headers supportAndrew Tridgell2010-04-061-0/+4
|
* build: added BUILD_SUBDIR() wrapperAndrew Tridgell2010-04-061-0/+15
|
* build: recognise manpages keywordAndrew Tridgell2010-04-061-1/+2
|
* build: added autoproto stubAndrew Tridgell2010-04-061-2/+4
|
* build: put config.h in top dir by defaultAndrew Tridgell2010-04-061-2/+6
|
* build: allow override of config.h locationAndrew Tridgell2010-04-061-1/+1
|
* build: more developer flagsAndrew Tridgell2010-04-061-3/+3
|
* build: s4 wants config.h in include/Andrew Tridgell2010-04-061-2/+2
|
* build: add dummy flags for auto-generated scriptsAndrew Tridgell2010-04-061-7/+36
|
* build: added ADD_CFLAGS() and started of Samba4 buildAndrew Tridgell2010-04-062-15/+112
|
* build: SAMBA_BUILD_ENV() is now in conf.*Andrew Tridgell2010-04-061-2/+1
|
* build: moved lib -> sharedAndrew Tridgell2010-04-061-30/+15
| | | | - remove lib dep creation, it's done by waf
* build: added waf build rules for ldbAndrew Tridgell2010-04-062-10/+42
|
* build: some more config checksAndrew Tridgell2010-04-061-0/+5
|
* build: added recursive library handlingAndrew Tridgell2010-04-061-1/+13
|
* build: added target directory optionsAndrew Tridgell2010-04-062-0/+22
|
* build: neater way to find libreplace and start on tevent waf buildAndrew Tridgell2010-04-062-19/+72
|
* build: added some comments for tdb buildAndrew Tridgell2010-04-061-3/+15
|
* build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functionsAndrew Tridgell2010-04-063-69/+125
|
* build: updates to waf scripts for replace and tallocAndrew Tridgell2010-04-062-8/+16
|
* build: a first attempt at waf build for talloc and libreplaceAndrew Tridgell2010-04-062-0/+178
| | | | very rough so far
* lib/replace: Don't use StrnCpy inside crypt.cKai Blin2010-04-041-1/+1
| | | | With this and the int32_t/int64_t change, talloc crossbuilds to android
* lib/replace: use correct inttypes in crypt.cKai Blin2010-04-041-2/+2
| | | | This makes the android crossbuild slightly less broken.
* replace: allow memmem() with an empty string to return NULLAndrew Tridgell2010-03-301-1/+3
| | | | | This is how FreeBSD behaves. We don't rely on it returning the string in Samba.
* s4-waf: use the libreplace strerror_r if neededAndrew Tridgell2010-03-292-6/+11
|
* libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell2010-03-263-1/+14
|
* libreplace: fixed declaration of dprintf() on FreeBSDAndrew Tridgell2010-03-242-2/+12
|
* replace: added get_current_dir_name()Andrew Tridgell2010-03-053-0/+18
|
* libreplace: Remove the obsolete signal type cast.Andreas Schneider2010-02-233-13/+4
| | | | | AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal handlers to return void, only K&R returned int.
* Spelling fixes for libreplace.Brad Hards2010-02-222-2/+2
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* libreplace: add fdatasync() if not availableAndrew Tridgell2010-02-132-1/+5
|
* libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2010-02-112-1/+32
| | | | | | these are very useful for writing files with formatted writes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLEStefan Metzmacher2010-02-081-2/+4
| | | | metze
* libreplace: Attempt to fix bug 5910, detect a broken getaddrinfoVolker Lendecke2010-02-081-0/+25
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Change uint_t to unsigned int in lib/replaceMatt Kraai2010-02-024-4/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>