summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
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 Tridgell4-4/+19
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 Tridgell5-18/+115
2010-04-06build: SAMBA_BUILD_ENV() is now in conf.*Andrew Tridgell1-2/+1
2010-04-06build: moved lib -> sharedAndrew Tridgell1-30/+15
- remove lib dep creation, it's done by waf
2010-04-06build: tdb does not depend on tallocAndrew Tridgell1-1/+1
2010-04-06build: added waf build rules for ldbAndrew Tridgell5-19/+55
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 Tridgell5-32/+128
2010-04-06build: added some comments for tdb buildAndrew Tridgell1-3/+15
2010-04-06build: more binaries for waf tdb buildAndrew Tridgell1-0/+12
2010-04-06build: added waf build for tdbAndrew Tridgell1-0/+24
2010-04-06build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functionsAndrew Tridgell4-81/+131
2010-04-06build: updates to waf scripts for replace and tallocAndrew Tridgell3-11/+17
2010-04-06build: a first attempt at waf build for talloc and libreplaceAndrew Tridgell3-0/+205
very rough so far
2010-04-04lib/replace: Don't use StrnCpy inside crypt.cKai Blin1-1/+1
With this and the int32_t/int64_t change, talloc crossbuilds to android
2010-04-04lib/replace: use correct inttypes in crypt.cKai Blin1-2/+2
This makes the android crossbuild slightly less broken.
2010-04-03socket-wrapper: not all systems have FIONREAD definedAndrew Tridgell1-0/+2
tru64 for example
2010-04-02debug: enable talloc loggingAndrew Tridgell2-0/+15
we want to ensure talloc warnings are printed in the log
2010-04-02talloc: a useful bit of debug codeAndrew Tridgell1-0/+8
this is useful when tracking down talloc loops. It is probably too expensive to have on by default.
2010-04-02talloc: add a define for TALLOC_MAX_DEPTHAndrew Tridgell2-1/+5
Thanks to the suggestion from simo
2010-04-02talloc: change talloc minor version to 2.0.2Andrew Tridgell1-1/+1
this has the talloc_is_parent() bugfix
2010-04-02talloc: limit the depth that talloc will go for talloc_is_parent()Andrew Tridgell1-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()
2010-03-31subunit: Include remainder of bindings and metadata.Jelmer Vernooij23-10/+1959
2010-03-31testtools: Fix included testtools, for systems that don't have it.Jelmer Vernooij30-1/+679
2010-03-31Put testtools directly under lib/ to make it easier to install from Samba 4.Jelmer Vernooij23-17/+19
2010-03-31smbtorture: Report number of available tests in a testsuite using subunit.Jelmer Vernooij3-1/+53
2010-03-31subunit: Also import copies of filters and perl module.Jelmer Vernooij13-1/+1002
2010-03-30replace: allow memmem() with an empty string to return NULLAndrew Tridgell1-1/+3
This is how FreeBSD behaves. We don't rely on it returning the string in Samba.
2010-03-30charset: look for the codepages in the right placeAndrew Tridgell1-2/+2
selftest runs from source3/source4. The codepages when not installed are in ../codepages
2010-03-29subunit: Update to newer upstream version.Jelmer Vernooij5-3/+50
2010-03-29s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij113-0/+16825
This also avoids it from being installed if it's already present on the system.
2010-03-29s4-waf: use the libreplace strerror_r if neededAndrew Tridgell2-6/+11
2010-03-29pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell1-1/+1
When we have a system talloc library, we still need to grab pytalloc.h from lib/talloc. We don't want to just use -Ilib/talloc, as otherwise we'll get the in-tree talloc.h which may not be compatible with the system talloc.h So we need to give the path to pytalloc.h
2010-03-29talloc: testsuite should use <talloc.h> not "talloc.h"Andrew Tridgell1-1/+1
if we are using the system talloc, the testsuite needs to use the system talloc.h
2010-03-26tdb: update exports and signatures filesSimo Sorce2-0/+2
2010-03-26tdb: Add a non-blocking version of tdb_transaction_startVolker Lendecke6-8/+24