summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* ldb/tevent: Fix detection of waf paths.Jelmer Vernooij2010-09-282-2/+11
* tevent: Remove make targets that are not relevant for tevent.Jelmer Vernooij2010-09-281-8/+0
* tevent: Don't update Makefile/configure files.Jelmer Vernooij2010-09-282-2/+12
* tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher2010-09-281-0/+1
* Remove talloc_autofree_context() from pm_processVolker Lendecke2010-09-271-1/+1
* Lift talloc_autofree_context() from OpenConfFile()Volker Lendecke2010-09-271-3/+3
* libsmbconf: parse an empty share as empty share, not as NULL.Michael Adam2010-09-271-5/+1
* lib/util: change tevent_req_nterror() to a macroStefan Metzmacher2010-09-272-3/+10
* tdb: fix non-WAF build, commit 1.2.6 ABI file.Rusty Russell2010-09-272-1/+62
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-09-276-6/+23
* tdb: automatically identify Jenkins hash tdbsRusty Russell2010-09-271-14/+27
* tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell2010-09-277-18/+447
* lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag()Stefan Metzmacher2010-09-262-0/+85
* pyteven: Fix build warnings.Jelmer Vernooij2010-09-251-6/+16
* Check in configure/Makefile for those projects that have waf as primary build...Jelmer Vernooij2010-09-252-0/+71
* pytevent: Add more tests.Jelmer Vernooij2010-09-252-2/+81
* pytevent: Fill in client side fnuctions.Jelmer Vernooij2010-09-251-52/+393
* tevent: Add infrastructure for python bindings.Jelmer Vernooij2010-09-252-1/+418
* tevent: Switch to using waf by default.Jelmer Vernooij2010-09-252-14/+15
* talloc: Add a warning about talloc_autofree_context() and dlclose()Volker Lendecke2010-09-242-0/+22
* tdb: add restoreVolker Lendecke2010-09-235-2/+310
* torture: Remove unused variable.Jelmer Vernooij2010-09-231-1/+0
* lib-subunit: fixed build on systems without subunit devel libraryAndrew Tridgell2010-09-231-4/+2
* smbtorture: Report times.Jelmer Vernooij2010-09-223-5/+39
* torture: Use system subunit library if available.Jelmer Vernooij2010-09-222-1/+14
* smbtorture: Use subunit C library.Jelmer Vernooij2010-09-222-28/+27
* libreplace: fix endless strerror_r has been redefined warnings on AIXBjörn Jacke2010-09-221-0/+1
* torture: Remove active_testname variable.Jelmer Vernooij2010-09-212-22/+1
* torture: Fix running individual tests.Jelmer Vernooij2010-09-213-28/+70
* strlist: Make test names unique.Jelmer Vernooij2010-09-211-2/+8
* tevent: include libreplace heade before tevent headerBjörn Jacke2010-09-211-1/+1
* pytalloc: Add default compare function.Jelmer Vernooij2010-09-212-1/+15
* pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij2010-09-202-11/+0
* lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner2010-09-201-1/+1
* s3: Fix the charset_pull routine (bug 7531)Volker Lendecke2010-09-191-1/+1
* testtools: Import newer upstream revision.Jelmer Vernooij2010-09-194-37/+78
* pytdb: Make filename argument optional.Jelmer Vernooij2010-09-192-13/+15
* pytdb: Add support for tdb_freelist_size()Kirill Smelkov2010-09-192-0/+9
* pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-09-192-0/+18
* pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-09-192-0/+30
* pytdb: Update open flags to match those for tdb_open() in tdb.hKirill Smelkov2010-09-191-0/+6
* pytdb: Fix repr segfault for internal dbKirill Smelkov2010-09-192-1/+11
* pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-09-192-0/+27
* lib/util: usec_time_diff takes arguments the other way round than TvalDiff didBjörn Jacke2010-09-171-1/+1
* s3/s4: merge msleep and smb_msleepBjörn Jacke2010-09-162-8/+43