| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | build: add libresolv | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 | |
| | | ||||||
| * | build: on the fly dependency checking | Andrew Tridgell | 2010-04-06 | 1 | -12/+0 | |
| | | ||||||
| * | build: auto-remove circular dependencies | Andrew Tridgell | 2010-04-06 | 1 | -34/+68 | |
| | | ||||||
| * | build: check for circular build dependencies | Andrew Tridgell | 2010-04-06 | 1 | -5/+42 | |
| | | ||||||
| * | build: death to singletons | Andrew Tridgell | 2010-04-06 | 1 | -17/+24 | |
| | | ||||||
| * | build: simpler BUILD_SUBDIR | Andrew Tridgell | 2010-04-06 | 1 | -8/+3 | |
| | | ||||||
| * | build: more header checks | Andrew Tridgell | 2010-04-06 | 1 | -0/+10 | |
| | | ||||||
| * | build: use runonce for config checks | Andrew Tridgell | 2010-04-06 | 1 | -19/+31 | |
| | | ||||||
| * | build: added public_headers support | Andrew Tridgell | 2010-04-06 | 1 | -0/+4 | |
| | | ||||||
| * | build: added BUILD_SUBDIR() wrapper | Andrew Tridgell | 2010-04-06 | 1 | -0/+15 | |
| | | ||||||
| * | build: recognise manpages keyword | Andrew Tridgell | 2010-04-06 | 1 | -1/+2 | |
| | | ||||||
| * | build: added autoproto stub | Andrew Tridgell | 2010-04-06 | 1 | -2/+4 | |
| | | ||||||
| * | build: put config.h in top dir by default | Andrew Tridgell | 2010-04-06 | 1 | -2/+6 | |
| | | ||||||
| * | build: allow override of config.h location | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | build: more developer flags | Andrew Tridgell | 2010-04-06 | 1 | -3/+3 | |
| | | ||||||
| * | build: s4 wants config.h in include/ | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 | |
| | | ||||||
| * | build: add dummy flags for auto-generated scripts | Andrew Tridgell | 2010-04-06 | 1 | -7/+36 | |
| | | ||||||
| * | build: added ADD_CFLAGS() and started of Samba4 build | Andrew Tridgell | 2010-04-06 | 2 | -15/+112 | |
| | | ||||||
| * | build: SAMBA_BUILD_ENV() is now in conf.* | Andrew Tridgell | 2010-04-06 | 1 | -2/+1 | |
| | | ||||||
| * | build: moved lib -> shared | Andrew Tridgell | 2010-04-06 | 1 | -30/+15 | |
| | | | | | - remove lib dep creation, it's done by waf | |||||
| * | build: added waf build rules for ldb | Andrew Tridgell | 2010-04-06 | 2 | -10/+42 | |
| | | ||||||
| * | build: some more config checks | Andrew Tridgell | 2010-04-06 | 1 | -0/+5 | |
| | | ||||||
| * | build: added recursive library handling | Andrew Tridgell | 2010-04-06 | 1 | -1/+13 | |
| | | ||||||
| * | build: added target directory options | Andrew Tridgell | 2010-04-06 | 2 | -0/+22 | |
| | | ||||||
| * | build: neater way to find libreplace and start on tevent waf build | Andrew Tridgell | 2010-04-06 | 2 | -19/+72 | |
| | | ||||||
| * | build: added some comments for tdb build | Andrew Tridgell | 2010-04-06 | 1 | -3/+15 | |
| | | ||||||
| * | build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functions | Andrew Tridgell | 2010-04-06 | 3 | -69/+125 | |
| | | ||||||
| * | build: updates to waf scripts for replace and talloc | Andrew Tridgell | 2010-04-06 | 2 | -8/+16 | |
| | | ||||||
| * | build: a first attempt at waf build for talloc and libreplace | Andrew Tridgell | 2010-04-06 | 2 | -0/+178 | |
| | | | | | very rough so far | |||||
| * | lib/replace: Don't use StrnCpy inside crypt.c | Kai Blin | 2010-04-04 | 1 | -1/+1 | |
| | | | | | With this and the int32_t/int64_t change, talloc crossbuilds to android | |||||
| * | lib/replace: use correct inttypes in crypt.c | Kai Blin | 2010-04-04 | 1 | -2/+2 | |
| | | | | | This makes the android crossbuild slightly less broken. | |||||
| * | replace: allow memmem() with an empty string to return NULL | Andrew Tridgell | 2010-03-30 | 1 | -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 needed | Andrew Tridgell | 2010-03-29 | 2 | -6/+11 | |
| | | ||||||
| * | libreplace: strerror_r() is needed by heimdal on solaris8 | Andrew Tridgell | 2010-03-26 | 3 | -1/+14 | |
| | | ||||||
| * | libreplace: fixed declaration of dprintf() on FreeBSD | Andrew Tridgell | 2010-03-24 | 2 | -2/+12 | |
| | | ||||||
| * | replace: added get_current_dir_name() | Andrew Tridgell | 2010-03-05 | 3 | -0/+18 | |
| | | ||||||
| * | libreplace: Remove the obsolete signal type cast. | Andreas Schneider | 2010-02-23 | 3 | -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 Hards | 2010-02-22 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
| * | libreplace: add fdatasync() if not available | Andrew Tridgell | 2010-02-13 | 2 | -1/+5 | |
| | | ||||||
| * | libreplace: added replacements for dprintf() and vdprintf() | Andrew Tridgell | 2010-02-11 | 2 | -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_DISABLE | Stefan Metzmacher | 2010-02-08 | 1 | -2/+4 | |
| | | | | | metze | |||||
| * | libreplace: Attempt to fix bug 5910, detect a broken getaddrinfo | Volker Lendecke | 2010-02-08 | 1 | -0/+25 | |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
| * | Change uint_t to unsigned int in lib/replace | Matt Kraai | 2010-02-02 | 4 | -4/+1 | |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
| * | Revert "libreplace: fix unused varibale warning on IRIX" | Björn Jacke | 2010-01-26 | 1 | -2/+2 | |
| | | | | | this one was broken | |||||
| * | libreplace: fix unused varibale warning on IRIX | Björn Jacke | 2010-01-26 | 1 | -2/+2 | |
| | | ||||||
| * | libreplace: Fix a C++ warning | Volker Lendecke | 2010-01-23 | 1 | -2/+2 | |
| | | ||||||
| * | Work around bad use of autoconf interna | Lars Müller | 2010-01-18 | 1 | -13/+37 | |
| | | | | | | Merge fix made by Andreas Schwab <schwab@linux-m68k.org>. This change had been in use by SUSE since 2008-07-03. | |||||
| * | libreplace: some systems don't have memmem() | Andrew Tridgell | 2010-01-02 | 4 | -0/+68 | |
| | | | | | added rep_memmem() and a testsuite | |||||
| * | Output %p as unsigned in snprintf replacement. | Peter Rosin | 2009-12-19 | 1 | -0/+1 | |
| | | ||||||
| * | libreplace: added likely()/unlikely() macros for gcc | Andrew Tridgell | 2009-09-17 | 1 | -0/+19 | |
| | | | | | | | These macros allow the compile to better optimise code that has a lot of if statements. I particularly want to use this for our low level generated NDR code. | |||||
