summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tevent: Fix a commentVolker Lendecke2009-12-081-1/+1
* util: str_list_unique() bugfixKamen Mazdrashki2009-11-261-1/+1
* util: str_list_unique_2() test implementationKamen Mazdrashki2009-11-261-0/+33
* lib/util Fix comments in rfc1738.c.Andrew Bartlett2009-11-261-3/+3
* lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett2009-11-264-69/+71
* lib/util Add rfc1738 escape/unescape code from SquidAndrew Bartlett2009-11-261-0/+209
* tdb: Fix a C++ warningVolker Lendecke2009-11-261-1/+2
* tdr: teach TDR about uint1632 enumsAndrew Tridgell2009-11-261-0/+10
* tsocket: rewrite tsocket_guide.txt to reflect the current APIsStefan Metzmacher2009-11-261-467/+413
* tsocket_bsd: return -1 and set errno to ENAMETOOLONG if the unix path is too ...Stefan Metzmacher2009-11-261-1/+6
* tsocket: remove prototype of non-existing tsocket_address_inet_set_broadcast()Stefan Metzmacher2009-11-261-2/+0
* tdb: detect tdb store of identical records and skipAndrew Tridgell2009-11-261-0/+20
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-11-269-54/+54
* lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell2009-11-261-14/+30
* lib/tdb: add tdb_check()Rusty Russell2009-11-268-3/+441
* lib/tdb: add -t (always use transactions) option to tdbtortureRusty Russell2009-11-261-12/+29
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-11-269-40/+59
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-11-267-55/+402
* util: fixed place where we could look one byte past end of stringAndrew Tridgell2009-11-261-1/+1
* lib-util: check for too many combinations in generate_unique_strs()Andrew Tridgell2009-11-261-1/+10
* tdb: fixed the intermittent failure of tdbtorture in the build farmAndrew Tridgell2009-11-261-2/+5
* util: fixed generate_unique_strs() to be portableAndrew Tridgell2009-11-261-31/+13
* Fix builds with external tdbSimo Sorce2009-11-261-1/+1
* Fix builds with external tallocSimo Sorce2009-11-261-1/+1
* lib/tdr: get rid of build warning when using TDR_ALLOC macro.Günther Deschner2009-11-261-1/+1
* NULL is not a valid event context.Jeremy Allison2009-11-261-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
* s4-util: windows only accepts lowercase hex encodings for extended DNsAndrew Tridgell2009-09-221-1/+4
* lib/tevent: a cleaner fix for be4ac227842530d484659f2db683453366326d8b segvRusty Russell2009-09-221-7/+1
* tdb:tdbtool: fix indentation.Michael Adam2009-09-211-178/+177
* tdb:tdbtool: add transaction_start/_commit/_cancel commands.Michael Adam2009-09-211-0/+21
* tdb:tdbtool: add the "speed" command to the help text.Michael Adam2009-09-211-0/+1
* async_sock: return -1/EPIPE if we're getting an end of file on read.Stefan Metzmacher2009-09-211-0/+4
* tevent: make sure we don't set errno within the signal handler function.Stefan Metzmacher2009-09-211-0/+3
* talloc: fixed talloc_disable_null_tracking()Andrew Tridgell2009-09-203-1/+30
* tdb: increase minor versionAndrew Tridgell2009-09-191-1/+1
* talloc: don't crash if f is NULL in talloc_report_*Andrew Tridgell2009-09-171-2/+4
* libreplace: added likely()/unlikely() macros for gccAndrew Tridgell2009-09-171-0/+19
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-172-0/+44
* lib/crypto: include aes.h into crypto.hStefan Metzmacher2009-09-161-1/+1
* tdb: allow reads after prepare commitAndrew Tridgell2009-09-151-8/+0
* talloc: when we enable NULL tracking, reparent the autofree contextAndrew Tridgell2009-09-151-0/+3