summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tdb: add tests for double .close() in pytdbKirill Smelkov2009-10-291-0/+9
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-10-291-1/+3
* tdb: fix typo in python's Tdb.get() docstringKirill Smelkov2009-10-291-1/+1
* tdb: kill last bits from swigKirill Smelkov2009-10-292-6/+1
* tdb: detect tdb store of identical records and skipAndrew Tridgell2009-10-251-0/+20
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-10-239-54/+54
* util:ldb Allow multiple entries to be added in one LDIF snippitAndrew Bartlett2009-10-231-4/+7
* util: fixed place where we could look one byte past end of stringAndrew Tridgell2009-10-221-1/+1
* lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell2009-10-221-14/+30
* lib/tdb: add tdb_check()Rusty Russell2009-10-228-3/+441
* lib/tdb: add -t (always use transactions) option to tdbtortureRusty Russell2009-10-221-12/+29
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-10-229-40/+59
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-10-227-55/+402
* lib-util: check for too many combinations in generate_unique_strs()Andrew Tridgell2009-10-201-1/+10
* tdb: fixed the intermittent failure of tdbtorture in the build farmAndrew Tridgell2009-10-201-2/+5
* util: fixed generate_unique_strs() to be portableAndrew Tridgell2009-10-191-31/+13
* s4/asn1: Use explicite TALLOC_CTX in ber_write_OID functionsKamen Mazdrashki2009-10-163-16/+16
* talloc: Fix exports and increment talloc versionSimo Sorce2009-10-143-37/+40
* talloc: Make abi checks in release scriptSimo Sorce2009-10-141-0/+10
* talloc: Move release script under /script tooSimo Sorce2009-10-141-0/+0
* talloc: Change the way mksysms workSimo Sorce2009-10-143-36/+29
* Fix builds with external tdbSimo Sorce2009-10-111-1/+1
* Fix builds with external tallocSimo Sorce2009-10-091-1/+1
* asn1_tests: Fix typo in comment.Karolin Seeger2009-10-091-2/+2
* tdr: teach TDR about uint1632 enumsAndrew Tridgell2009-10-071-0/+10
* lib/tdr: get rid of build warning when using TDR_ALLOC macro.Günther Deschner2009-10-051-1/+1
* NULL is not a valid event context.Jeremy Allison2009-10-011-1/+1
* s4/asn1: ber_read_OID_String() to be based on _ber_read_OID_String_impl()Kamen Mazdrashki2009-10-011-30/+3
* s4/asn1: local TALLOC_CTX should be child of torture_contextKamen Mazdrashki2009-10-011-2/+2
* s4/asn1: fixed typo in torture messagesKamen Mazdrashki2009-10-011-2/+2
* s4/asn1: Added test for ber_read_partial_OID_String()Kamen Mazdrashki2009-10-011-0/+45
* s4/asn1: Added test for ber_read_OID_String()Kamen Mazdrashki2009-10-011-0/+32
* s4/asn1: Added test for ber_write_partial_OID_String()Kamen Mazdrashki2009-10-011-0/+74
* s4/asn1: Added test for ber_write_OID_String()Kamen Mazdrashki2009-10-011-0/+74
* s4/asn1: Added torture suite for ASN1Kamen Mazdrashki2009-10-011-0/+35
* util: strhex_to_str() fixed to handle '0x' correctlyKamen Mazdrashki2009-10-011-6/+6
* util: fixed compile time "discards qualifiers" warningKamen Mazdrashki2009-10-011-3/+3
* s4/drsuapi: ber_read_partial_OID_String() implementationKamen Mazdrashki2009-10-012-0/+37
* s4/drsuapi: Internal implementation for ber_read_OID_StringKamen Mazdrashki2009-10-011-0/+40
* s4/drsuapi: ber_write_partial_OID_String() implementationKamen Mazdrashki2009-10-012-0/+36
* s4:torture: data_blob_hex_string() output is now lowercase.Andrew Kroeger2009-09-301-1/+1
* pidl: Avoid using talloc_free as function pointer, since it may be aJelmer Vernooij2009-09-282-0/+12
* parmlist: Add more tests.Jelmer Vernooij2009-09-273-3/+92
* parmlist: Add basic tests for test_get_int().Jelmer Vernooij2009-09-271-0/+46
* util/parmlist: Add some more comments.Jelmer Vernooij2009-09-272-4/+36
* libutil: Add separate utility code for dealing with settings as aJelmer Vernooij2009-09-263-0/+102
* Fixing timeval calculationSimo Sorce2009-09-251-1/+1
* lib/util: fix build warning.Günther Deschner2009-09-251-1/+1
* Remove the const from the str_list_XXX functions thatJeremy Allison2009-09-242-24/+24
* s4-ldb: added a bunch more debug for DC joinAndrew Tridgell2009-09-221-2/+3