summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-064-4/+19
|
* 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-065-18/+115
|
* 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: tdb does not depend on tallocAndrew Tridgell2010-04-061-1/+1
|
* build: added waf build rules for ldbAndrew Tridgell2010-04-065-19/+55
|
* 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-065-32/+128
|
* build: added some comments for tdb buildAndrew Tridgell2010-04-061-3/+15
|
* build: more binaries for waf tdb buildAndrew Tridgell2010-04-061-0/+12
|
* build: added waf build for tdbAndrew Tridgell2010-04-061-0/+24
|
* build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functionsAndrew Tridgell2010-04-064-81/+131
|
* build: updates to waf scripts for replace and tallocAndrew Tridgell2010-04-063-11/+17
|
* build: a first attempt at waf build for talloc and libreplaceAndrew Tridgell2010-04-063-0/+205
| | | | 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.
* socket-wrapper: not all systems have FIONREAD definedAndrew Tridgell2010-04-031-0/+2
| | | | tru64 for example
* debug: enable talloc loggingAndrew Tridgell2010-04-022-0/+15
| | | | we want to ensure talloc warnings are printed in the log
* talloc: a useful bit of debug codeAndrew Tridgell2010-04-021-0/+8
| | | | | this is useful when tracking down talloc loops. It is probably too expensive to have on by default.
* talloc: add a define for TALLOC_MAX_DEPTHAndrew Tridgell2010-04-022-1/+5
| | | | Thanks to the suggestion from simo
* talloc: change talloc minor version to 2.0.2Andrew Tridgell2010-04-021-1/+1
| | | | this has the talloc_is_parent() bugfix
* talloc: limit the depth that talloc will go for talloc_is_parent()Andrew Tridgell2010-04-021-2/+11
| | | | | | We have a bug in the dcerpc registry code that can cause a talloc loop that chews unlimited CPU because of talloc_is_parent() during a talloc_free()
* subunit: Include remainder of bindings and metadata.Jelmer Vernooij2010-03-3123-10/+1959
|
* testtools: Fix included testtools, for systems that don't have it.Jelmer Vernooij2010-03-3130-1/+679
|
* Put testtools directly under lib/ to make it easier to install from Samba 4.Jelmer Vernooij2010-03-3123-17/+19
|
* smbtorture: Report number of available tests in a testsuite using subunit.Jelmer Vernooij2010-03-313-1/+53
|