summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* charset/tests/iconv - Remove the "const" from "ptr_in" to prevent "discard_co...Matthias Dieter Wallnöfer2009-11-201-7/+7
* tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-11-202-8/+9
* util/strlist: Fix up "const" warnings in the string list and test codeMatthias Dieter Wallnöfer2009-11-203-26/+30
* tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTINGtdb-1.2.0Stefan Metzmacher2009-11-201-1/+1
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-11-205-3/+63
* New attempt at TDB transaction nesting allow/disallow.Ronnie Sahlberg2009-11-202-1/+14
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-11-201-4/+3
* fixed the buildAndrew Tridgell2009-11-181-0/+4
* s4/torture: add a new ulong parameteric torture optionAravind Srinivasan2009-11-171-0/+8
* Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/Volker Lendecke2009-11-142-25/+0
* Introduce tevent_req_poll_ntstatusVolker Lendecke2009-11-142-0/+25
* Introduce tevent_req_simple_finish_ntstatusVolker Lendecke2009-11-142-0/+22
* util: str_list_unique() bugfixKamen Mazdrashki2009-11-131-1/+1
* util: str_list_unique_2() test implementationKamen Mazdrashki2009-11-131-0/+33
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-123-3/+26
* tdb: Fix a C++ warningVolker Lendecke2009-11-081-1/+2
* lib/util Fix comments in rfc1738.c.Andrew Bartlett2009-11-041-3/+3
* tsocket: rewrite tsocket_guide.txt to reflect the current APIsStefan Metzmacher2009-11-031-467/+413
* tsocket_bsd: return -1 and set errno to ENAMETOOLONG if the unix path is too ...Stefan Metzmacher2009-11-031-1/+6
* tsocket: remove prototype of non-existing tsocket_address_inet_set_broadcast()Stefan Metzmacher2009-11-031-2/+0
* lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett2009-11-024-69/+71
* lib/util Add rfc1738 escape/unescape code from SquidAndrew Bartlett2009-11-021-0/+209
* tdb: update README a bitKirill Smelkov2009-10-291-8/+1
* 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 versiontalloc-2.0.1Simo 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