summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-10-21replace: make libreplace a private libraryAndrew Tridgell1-0/+1
2010-10-21wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libsAndrew Tridgell3-12/+15
2010-10-21s4:lib/util/charset/iconv.c - remove a distinction which can never happenMatthias Dieter Wallnöfer1-4/+1
2010-10-20pytalloc: use talloc_unlink() to free py_talloc objectsKamen Mazdrashki1-1/+3
2010-10-20talloc: make header C++ safeSimo Sorce1-0/+8
2010-10-20s3: Don't use talloc_autofree_context in map_fileVolker Lendecke1-1/+1
2010-10-20uid_wrapper: The gid wrapper does not require a destructorVolker Lendecke1-2/+2
2010-10-20asn1_tests.c: Make test data static constKamen Mazdrashki1-6/+6
2010-10-20lib/util/asn1.c: comment spellingKamen Mazdrashki1-1/+1
2010-10-19replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell3-1/+7
2010-10-17tdb: Bump version to 1.2.7 after addition of pytdb.__version__.Jelmer Vernooij1-1/+1
2010-10-17Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer3-0/+148
2010-10-17s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer3-150/+0
2010-10-17s4:lib/util/util_ldb.c - remove unused "gendb_add_ldif" callMatthias Dieter Wallnöfer1-17/+0
2010-10-17s4:"wrap_casefold" - move it to "ldb_wrap.c" since it's only used thereMatthias Dieter Wallnöfer1-5/+0
2010-10-13s4-torture: fixed uninitialised variable errorAndrew Tridgell1-1/+1
2010-10-12lib/debug Add DEBUGC and DEBUGADDC as dummiesAndrew Bartlett1-0/+4
2010-10-11torture: Add debug on what we are removingMatthieu Patou1-0/+1
2010-10-11lib/torture: Add function to clean up the output directoryAndrew Bartlett2-1/+66
2010-10-11util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720).Jelmer Vernooij1-0/+1
2010-10-11libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.Jelmer Vernooij1-1/+1
2010-10-10util: Link headers to correct subsystem, fix formatting.Jelmer Vernooij1-12/+12
2010-10-10socket_wrapper: Make it work on freebsd for udp packetsStefan Metzmacher1-1/+11
2010-10-09talloc: Fix #include line in manpage.Jelmer Vernooij1-1/+1
2010-10-08pytalloc: Fix warning that we are subtracting void* pointersKamen Mazdrashki1-1/+1
2010-10-08tevent: Do not use talloc_autofree_contextVolker Lendecke2-4/+3
2010-10-08Move talloc_enable_null_tracking() to the s3 daemonsVolker Lendecke1-7/+0
2010-10-07waf: fixed exit status of test suitesAndrew Tridgell2-4/+8
2010-10-06tevent: Only call handlers that ask for eventsVolker Lendecke1-1/+1
2010-10-06idtree: fix right shift of signed ints, crash on large ids on AIXRusty Russell1-1/+1
2010-10-04lib/util/asn1: let asn1_peek_full_tag() return an error if we fail to parse t...Stefan Metzmacher1-1/+13
2010-10-04tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher1-0/+1
2010-10-04tdb: Only use system pytdb when using system tdb.Jelmer Vernooij1-2/+2
2010-10-04tdb: Support using system pytdb.Jelmer Vernooij1-8/+9
2010-10-04pytdb: Add __version__ attribute.Jelmer Vernooij3-1/+10
2010-10-02pytdb: Include Python.h first to prevent warning.Jelmer Vernooij1-1/+1
2010-10-02pytdb: Check errors after PyObject_New() callsKirill Smelkov1-0/+7
2010-10-02pytdb: Add support for tdb_repack()Kirill Smelkov2-0/+15
2010-10-02pytdb: Add TDB_INCOMPATIBLE_HASH open flagKirill Smelkov1-0/+1
2010-10-02s3: Fix a 64-bit BUGVolker Lendecke1-1/+1
2010-10-01samba: share select wrappers.Günther Deschner4-2/+242
2010-09-30subunit: Import new upstream snapshot (adds subunit_progress())Jelmer Vernooij4-0/+80
2010-09-30testtools: Import new upstream snapshot.Jelmer Vernooij5-3/+49
2010-09-29util: added BINARY_ARRAY_SEARCH_V()Andrew Tridgell1-0/+16
2010-09-28ldb/tevent: Fix detection of waf paths.Jelmer Vernooij2-2/+11
2010-09-28tevent: Remove make targets that are not relevant for tevent.Jelmer Vernooij1-8/+0
2010-09-28tevent: Don't update Makefile/configure files.Jelmer Vernooij2-2/+12
2010-09-28tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher1-0/+1
2010-09-27Remove talloc_autofree_context() from pm_processVolker Lendecke1-1/+1
2010-09-27Lift talloc_autofree_context() from OpenConfFile()Volker Lendecke1-3/+3