summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s4-waf: removed the XATTR and SASL aliasesAndrew Tridgell2010-10-211-1/+1
* lib: add UTIL_TEVENT to samba_sockets grouping libraryAndrew Tridgell2010-10-211-1/+1
* waf-build: create a samba_sockets grouping libraryAndrew Tridgell2010-10-211-0/+7
* waf: replace the is_bundled option with private_libraryAndrew Tridgell2010-10-213-4/+4
* s4-build: fixed some formattingAndrew Tridgell2010-10-213-5/+6
* build: subunit and popt need to be marked as private librariesAndrew Tridgell2010-10-212-4/+5
* replace: make libreplace a private libraryAndrew Tridgell2010-10-211-0/+1
* wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libsAndrew Tridgell2010-10-213-12/+15
* s4:lib/util/charset/iconv.c - remove a distinction which can never happenMatthias Dieter Wallnöfer2010-10-211-4/+1
* pytalloc: use talloc_unlink() to free py_talloc objectsKamen Mazdrashki2010-10-201-1/+3
* talloc: make header C++ safeSimo Sorce2010-10-201-0/+8
* s3: Don't use talloc_autofree_context in map_fileVolker Lendecke2010-10-201-1/+1
* uid_wrapper: The gid wrapper does not require a destructorVolker Lendecke2010-10-201-2/+2
* asn1_tests.c: Make test data static constKamen Mazdrashki2010-10-201-6/+6
* lib/util/asn1.c: comment spellingKamen Mazdrashki2010-10-201-1/+1
* replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell2010-10-193-1/+7
* tdb: Bump version to 1.2.7 after addition of pytdb.__version__.Jelmer Vernooij2010-10-171-1/+1
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-173-0/+148
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-173-150/+0
* s4:lib/util/util_ldb.c - remove unused "gendb_add_ldif" callMatthias Dieter Wallnöfer2010-10-171-17/+0
* s4:"wrap_casefold" - move it to "ldb_wrap.c" since it's only used thereMatthias Dieter Wallnöfer2010-10-171-5/+0
* s4-torture: fixed uninitialised variable errorAndrew Tridgell2010-10-131-1/+1
* lib/debug Add DEBUGC and DEBUGADDC as dummiesAndrew Bartlett2010-10-121-0/+4
* torture: Add debug on what we are removingMatthieu Patou2010-10-111-0/+1
* lib/torture: Add function to clean up the output directoryAndrew Bartlett2010-10-112-1/+66
* util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720).Jelmer Vernooij2010-10-111-0/+1
* libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.Jelmer Vernooij2010-10-111-1/+1
* util: Link headers to correct subsystem, fix formatting.Jelmer Vernooij2010-10-101-12/+12
* socket_wrapper: Make it work on freebsd for udp packetsStefan Metzmacher2010-10-101-1/+11
* talloc: Fix #include line in manpage.Jelmer Vernooij2010-10-091-1/+1
* pytalloc: Fix warning that we are subtracting void* pointersKamen Mazdrashki2010-10-081-1/+1
* tevent: Do not use talloc_autofree_contextVolker Lendecke2010-10-082-4/+3
* Move talloc_enable_null_tracking() to the s3 daemonsVolker Lendecke2010-10-081-7/+0
* waf: fixed exit status of test suitesAndrew Tridgell2010-10-072-4/+8
* tevent: Only call handlers that ask for eventsVolker Lendecke2010-10-061-1/+1
* idtree: fix right shift of signed ints, crash on large ids on AIXRusty Russell2010-10-061-1/+1
* lib/util/asn1: let asn1_peek_full_tag() return an error if we fail to parse t...Stefan Metzmacher2010-10-041-1/+13
* tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher2010-10-041-0/+1
* tdb: Only use system pytdb when using system tdb.Jelmer Vernooij2010-10-041-2/+2
* tdb: Support using system pytdb.Jelmer Vernooij2010-10-041-8/+9
* pytdb: Add __version__ attribute.Jelmer Vernooij2010-10-043-1/+10
* pytdb: Include Python.h first to prevent warning.Jelmer Vernooij2010-10-021-1/+1
* pytdb: Check errors after PyObject_New() callsKirill Smelkov2010-10-021-0/+7
* pytdb: Add support for tdb_repack()Kirill Smelkov2010-10-022-0/+15
* pytdb: Add TDB_INCOMPATIBLE_HASH open flagKirill Smelkov2010-10-021-0/+1
* s3: Fix a 64-bit BUGVolker Lendecke2010-10-021-1/+1
* samba: share select wrappers.Günther Deschner2010-10-014-2/+242
* subunit: Import new upstream snapshot (adds subunit_progress())Jelmer Vernooij2010-09-304-0/+80
* testtools: Import new upstream snapshot.Jelmer Vernooij2010-09-305-3/+49
* util: added BINARY_ARRAY_SEARCH_V()Andrew Tridgell2010-09-291-0/+16