Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: added waf build rules for ldb | Andrew Tridgell | 5 | -19/+55 | |
2010-04-06 | build: some more config checks | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: added recursive library handling | Andrew Tridgell | 1 | -1/+13 | |
2010-04-06 | build: added target directory options | Andrew Tridgell | 2 | -0/+22 | |
2010-04-06 | build: neater way to find libreplace and start on tevent waf build | Andrew Tridgell | 5 | -32/+128 | |
2010-04-06 | build: added some comments for tdb build | Andrew Tridgell | 1 | -3/+15 | |
2010-04-06 | build: more binaries for waf tdb build | Andrew Tridgell | 1 | -0/+12 | |
2010-04-06 | build: added waf build for tdb | Andrew Tridgell | 1 | -0/+24 | |
2010-04-06 | build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functions | Andrew Tridgell | 4 | -81/+131 | |
2010-04-06 | build: updates to waf scripts for replace and talloc | Andrew Tridgell | 3 | -11/+17 | |
2010-04-06 | build: a first attempt at waf build for talloc and libreplace | Andrew Tridgell | 3 | -0/+205 | |
very rough so far | |||||
2010-04-04 | lib/replace: Don't use StrnCpy inside crypt.c | Kai Blin | 1 | -1/+1 | |
With this and the int32_t/int64_t change, talloc crossbuilds to android | |||||
2010-04-04 | lib/replace: use correct inttypes in crypt.c | Kai Blin | 1 | -2/+2 | |
This makes the android crossbuild slightly less broken. | |||||
2010-04-03 | socket-wrapper: not all systems have FIONREAD defined | Andrew Tridgell | 1 | -0/+2 | |
tru64 for example | |||||
2010-04-02 | debug: enable talloc logging | Andrew Tridgell | 2 | -0/+15 | |
we want to ensure talloc warnings are printed in the log | |||||
2010-04-02 | talloc: a useful bit of debug code | Andrew Tridgell | 1 | -0/+8 | |
this is useful when tracking down talloc loops. It is probably too expensive to have on by default. | |||||
2010-04-02 | talloc: add a define for TALLOC_MAX_DEPTH | Andrew Tridgell | 2 | -1/+5 | |
Thanks to the suggestion from simo | |||||
2010-04-02 | talloc: change talloc minor version to 2.0.2 | Andrew Tridgell | 1 | -1/+1 | |
this has the talloc_is_parent() bugfix | |||||
2010-04-02 | talloc: limit the depth that talloc will go for talloc_is_parent() | Andrew Tridgell | 1 | -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-31 | subunit: Include remainder of bindings and metadata. | Jelmer Vernooij | 23 | -10/+1959 | |
2010-03-31 | testtools: Fix included testtools, for systems that don't have it. | Jelmer Vernooij | 30 | -1/+679 | |
2010-03-31 | Put testtools directly under lib/ to make it easier to install from Samba 4. | Jelmer Vernooij | 23 | -17/+19 | |
2010-03-31 | smbtorture: Report number of available tests in a testsuite using subunit. | Jelmer Vernooij | 3 | -1/+53 | |
2010-03-31 | subunit: Also import copies of filters and perl module. | Jelmer Vernooij | 13 | -1/+1002 | |
2010-03-30 | replace: allow memmem() with an empty string to return NULL | Andrew Tridgell | 1 | -1/+3 | |
This is how FreeBSD behaves. We don't rely on it returning the string in Samba. | |||||
2010-03-30 | charset: look for the codepages in the right place | Andrew Tridgell | 1 | -2/+2 | |
selftest runs from source3/source4. The codepages when not installed are in ../codepages | |||||
2010-03-29 | subunit: Update to newer upstream version. | Jelmer Vernooij | 5 | -3/+50 | |
2010-03-29 | s4-python: Move dnspython to lib/, like the other Python modules | Jelmer Vernooij | 113 | -0/+16825 | |
This also avoids it from being installed if it's already present on the system. | |||||
2010-03-29 | s4-waf: use the libreplace strerror_r if needed | Andrew Tridgell | 2 | -6/+11 | |
2010-03-29 | pytalloc: allow for using a system libtalloc-dev with pytalloc | Andrew Tridgell | 1 | -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-29 | talloc: testsuite should use <talloc.h> not "talloc.h" | Andrew Tridgell | 1 | -1/+1 | |
if we are using the system talloc, the testsuite needs to use the system talloc.h | |||||
2010-03-26 | tdb: update exports and signatures files | Simo Sorce | 2 | -0/+2 | |
2010-03-26 | tdb: Add a non-blocking version of tdb_transaction_start | Volker Lendecke | 6 | -8/+24 | |
2010-03-26 | s3-smbd: Don't close stdout if we want to log to stdout. | Andreas Schneider | 2 | -5/+7 | |
2010-03-26 | tevent: added tevent_re_initialise() | Andrew Tridgell | 2 | -0/+17 | |
This allows us to re-initialise a tevent context without destroying the pointer. That means that if someone keeps a long term ptr to the event context across a fork it will still work. This also brings the memory handling in single and standard process models much closer together, which means less bugs that we don't find with make test. | |||||
2010-03-26 | util: on FreeBSD true is in /usr/bin. Use execvp to find it | Andrew Tridgell | 1 | -1/+1 | |
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 3 | -27/+29 | |
These were causing thousands of warnings on solaris8 | |||||
2010-03-26 | libreplace: strerror_r() is needed by heimdal on solaris8 | Andrew Tridgell | 3 | -1/+14 | |
2010-03-26 | tsocket: not all systems have IPV6_V6ONLY | Andrew Tridgell | 1 | -2/+2 | |
2010-03-25 | tdb: Fix indentation in tdb_new_database() | Volker Lendecke | 1 | -1/+1 | |
2010-03-25 | Fix some nonempty blank lines | Volker Lendecke | 10 | -45/+44 | |
2010-03-25 | python: use '#!/usr/bin/env python' to cope with varying install locations | Andrew Tridgell | 3 | -3/+3 | |
this should be much more portable | |||||
2010-03-24 | libreplace: fixed declaration of dprintf() on FreeBSD | Andrew Tridgell | 2 | -2/+12 | |
2010-03-24 | build: fixed nss_wrapper on solaris | Andrew Tridgell | 1 | -0/+4 | |
solaris has different getpwnam_r syntax | |||||
2010-03-22 | convert_string_talloc_convenience - print out the input buffer in a better ↵ | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
way (using dump_data since it isn't always directly readable) | |||||
2010-03-22 | tdb: Fix bug 7248, avoid the nanosleep dependency | Volker Lendecke | 1 | -4/+4 | |
2010-03-22 | lib/util: add allocate_anonymous_shared() | Stefan Metzmacher | 2 | -0/+33 | |
metze | |||||
2010-03-21 | Fix an uninitialized variable | Volker Lendecke | 1 | -0/+4 | |
2010-03-21 | Use TALLOC_FREE in talloc_pop() | Volker Lendecke | 1 | -2/+1 | |
2010-03-21 | Use calloc instead of ZERO_STRUCTP in talloc_stackframe_create() | Volker Lendecke | 1 | -7/+5 | |