summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-27libsmbconf: parse an empty share as empty share, not as NULL.Michael Adam1-5/+1
2010-09-27lib/util: change tevent_req_nterror() to a macroStefan Metzmacher2-3/+10
2010-09-27tdb: fix non-WAF build, commit 1.2.6 ABI file.Rusty Russell2-1/+62
2010-09-27tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell6-6/+23
2010-09-27tdb: automatically identify Jenkins hash tdbsRusty Russell1-14/+27
2010-09-27tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell7-18/+447
2010-09-26lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag()Stefan Metzmacher2-0/+85
2010-09-25pyteven: Fix build warnings.Jelmer Vernooij1-6/+16
2010-09-25Check in configure/Makefile for those projects that have waf as primary build...Jelmer Vernooij2-0/+71
2010-09-25pytevent: Add more tests.Jelmer Vernooij2-2/+81
2010-09-25pytevent: Fill in client side fnuctions.Jelmer Vernooij1-52/+393
2010-09-25tevent: Add infrastructure for python bindings.Jelmer Vernooij2-1/+418
2010-09-25tevent: Switch to using waf by default.Jelmer Vernooij2-14/+15
2010-09-24talloc: Add a warning about talloc_autofree_context() and dlclose()Volker Lendecke2-0/+22
2010-09-23tdb: add restoreVolker Lendecke5-2/+310
2010-09-23torture: Remove unused variable.Jelmer Vernooij1-1/+0
2010-09-23lib-subunit: fixed build on systems without subunit devel libraryAndrew Tridgell1-4/+2
2010-09-22smbtorture: Report times.Jelmer Vernooij3-5/+39
2010-09-22torture: Use system subunit library if available.Jelmer Vernooij2-1/+14
2010-09-22smbtorture: Use subunit C library.Jelmer Vernooij2-28/+27
2010-09-22libreplace: fix endless strerror_r has been redefined warnings on AIXBjörn Jacke1-0/+1
2010-09-21torture: Remove active_testname variable.Jelmer Vernooij2-22/+1
2010-09-21torture: Fix running individual tests.Jelmer Vernooij3-28/+70
2010-09-21strlist: Make test names unique.Jelmer Vernooij1-2/+8
2010-09-21tevent: include libreplace heade before tevent headerBjörn Jacke1-1/+1
2010-09-21pytalloc: Add default compare function.Jelmer Vernooij2-1/+15
2010-09-20pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij2-11/+0
2010-09-20lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner1-1/+1
2010-09-19s3: Fix the charset_pull routine (bug 7531)Volker Lendecke1-1/+1