Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: added ASN1 and ERRTABLE build targets | Andrew Tridgell | 2010-04-06 | 1 | -6/+49 | |
| | ||||||
* | build: auto generate ASN1 and ET rules | Andrew Tridgell | 2010-04-06 | 1 | -5/+37 | |
| | ||||||
* | build: auto-strip empty dependencies | Andrew Tridgell | 2010-04-06 | 1 | -0/+10 | |
| | ||||||
* | build: added LIBREPLACE_NETWORK | Andrew Tridgell | 2010-04-06 | 1 | -1/+9 | |
| | ||||||
* | build: don't distinguish system and local libs in wscript files | Andrew Tridgell | 2010-04-06 | 2 | -9/+20 | |
| | ||||||
* | build: add heimdal_build | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 | |
| | ||||||
* | build: add libresolv | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 | |
| | ||||||
* | build: fixed handling of heimdal_build/internal.mk | Andrew Tridgell | 2010-04-06 | 2 | -11/+76 | |
| | ||||||
* | build: LIBLDB hack not needed any more | Andrew Tridgell | 2010-04-06 | 1 | -8/+0 | |
| | ||||||
* | build: on the fly dependency checking | Andrew Tridgell | 2010-04-06 | 2 | -15/+0 | |
| | ||||||
* | build: improve the wscript generator | Andrew Tridgell | 2010-04-06 | 2 | -0/+9 | |
| | ||||||
* | build: auto-remove circular dependencies | Andrew Tridgell | 2010-04-06 | 1 | -34/+68 | |
| | ||||||
* | build: check for circular build dependencies | Andrew Tridgell | 2010-04-06 | 2 | -5/+45 | |
| | ||||||
* | 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 | 2 | -1/+15 | |
| | ||||||
* | build: added BUILD_SUBDIR() wrapper | Andrew Tridgell | 2010-04-06 | 7 | -69/+84 | |
| | ||||||
* | build: recognise manpages keyword | Andrew Tridgell | 2010-04-06 | 3 | -3/+15 | |
| | ||||||
* | build: added autoproto stub | Andrew Tridgell | 2010-04-06 | 2 | -2/+12 | |
| | ||||||
* | build: LIBLDB alias | Andrew Tridgell | 2010-04-06 | 1 | -0/+8 | |
| | ||||||
* | build: added top level script | Andrew Tridgell | 2010-04-06 | 1 | -0/+64 | |
| | ||||||
* | 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 | 2 | -15/+3 | |
| | ||||||
* | build: add dummy flags for auto-generated scripts | Andrew Tridgell | 2010-04-06 | 1 | -7/+36 | |
| | ||||||
* | build: first attempt at a script to auto-convert config.mk files to wscript | Andrew Tridgell | 2010-04-06 | 3 | -0/+408 | |
| | ||||||
* | build: added ADD_CFLAGS() and started of Samba4 build | Andrew Tridgell | 2010-04-06 | 7 | -20/+151 | |
| | ||||||
* | 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: tdb does not depend on talloc | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: added waf build rules for ldb | Andrew Tridgell | 2010-04-06 | 8 | -34/+76 | |
| | ||||||
* | 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 | 3 | -0/+65 | |
| | ||||||
* | build: neater way to find libreplace and start on tevent waf build | Andrew Tridgell | 2010-04-06 | 5 | -32/+128 | |
| | ||||||
* | build: added waf to the tree, so everyone uses the same version | Andrew Tridgell | 2010-04-06 | 2 | -0/+1 | |
| | ||||||
* | build: added some comments for tdb build | Andrew Tridgell | 2010-04-06 | 1 | -3/+15 | |
| | ||||||
* | build: more binaries for waf tdb build | Andrew Tridgell | 2010-04-06 | 1 | -0/+12 | |
| | ||||||
* | build: added waf build for tdb | Andrew Tridgell | 2010-04-06 | 1 | -0/+24 | |
| | ||||||
* | build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functions | Andrew Tridgell | 2010-04-06 | 4 | -81/+131 | |
| | ||||||
* | build: updates to waf scripts for replace and talloc | Andrew Tridgell | 2010-04-06 | 3 | -11/+17 | |
| | ||||||
* | build: a first attempt at waf build for talloc and libreplace | Andrew Tridgell | 2010-04-06 | 3 | -0/+205 | |
| | | | | very rough so far | |||||
* | s4-smbtorture: fix correct result error code in SetForm spoolss test. | Günther Deschner | 2010-04-06 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s4-smbtorture: fix two context arguments in RPC-SAMSYNC test. | Günther Deschner | 2010-04-06 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows ioctls we support. | Jeremy Allison | 2010-04-05 | 1 | -0/+52 | |
| | | | | | | Based on a patch reported and tested by Ira Cooper <samba@ira.wakeful.net>. Jeremy. | |||||
* | selftest: Remove python2.4-isms | Jelmer Vernooij | 2010-04-06 | 2 | -5/+7 | |
| | ||||||
* | Fix issue with aio where r/w lock wasn't kept across aio read operations. | Jeremy Allison | 2010-04-05 | 3 | -51/+110 | |
| | | | | | | | | Change schedule_aio_read_and_X/schedule_aio_write_and_X to return NTSTATUS. Move the grant and release of the lock into the aio code. Jeremy |