summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/crypto: link in AES crypto for s4 as well.Günther Deschner2009-09-161-1/+2
* lib/crypto: add aes encryption routines to main cryto lib.Günther Deschner2009-09-164-0/+1462
* libreplace: white space cleanupsBjörn Jacke2009-09-152-12/+12
* libcli:nbt put util_net.c protos in new header fileAndrew Bartlett2009-09-152-21/+46
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-152-2/+138
* Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJMatt Kraai2009-09-147-14/+14
* tevent:mksyms: fix spelling...Michael Adam2009-09-112-2/+2
* talloc:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion argsMichael Adam2009-09-111-1/+1
* talloc:mksigs: normalize bool -> _BoolMichael Adam2009-09-111-0/+3
* talloc:mksigs: ignore symbols (like _DEPRECATED_) after closing function pare...Michael Adam2009-09-111-0/+1
* talloc:mksigs: correctly ignode multiline function typedefsMichael Adam2009-09-111-5/+5
* talloc:mksigs: ignore struct forward declarations.Michael Adam2009-09-111-0/+1
* talloc:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-09-111-2/+2
* talloc:mksyms: allow double pointer return value of functions.Michael Adam2009-09-111-1/+1
* tdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion argsMichael Adam2009-09-111-1/+1
* tdb:mksigs: normalize bool -> _BoolMichael Adam2009-09-111-0/+3
* tdb:mksigs: ignore symbols (like _DEPRECATED_) after closing function parenth...Michael Adam2009-09-111-0/+1
* tdb:mksigs: correctly ignode multiline function typedefsMichael Adam2009-09-111-5/+5
* tdb:mksigs: ignore struct forward declarations.Michael Adam2009-09-111-0/+1
* tdb:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-09-111-2/+2
* tdb:mksyms: allow double pointer return value of functions.Michael Adam2009-09-111-1/+1
* tevent:signatures: add _tevent_req_cancel and tevent_req_set_cancel_fnMichael Adam2009-09-111-0/+2
* tevent:exports: add _tevent_req_cancel and tevent_req_set_cancel_fn.Michael Adam2009-09-111-0/+2
* tevent:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion argsMichael Adam2009-09-111-1/+1
* tevent:mksigs: normalize bool -> _BoolMichael Adam2009-09-111-0/+3
* tevent:mksigs: ignore symbols (like _DEPRECATED_) after closing function pare...Michael Adam2009-09-111-0/+1
* tevent:mksigs: correctly ignode multiline function typedefsMichael Adam2009-09-111-5/+5
* tevent:mksigs: ignore struct forward declarations.Michael Adam2009-09-111-0/+1
* tevent:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-09-111-2/+2
* tevent:mksyms: allow double pointer return value of functions.Michael Adam2009-09-111-1/+1
* tevent: add abi_checks to "make test"Michael Adam2009-09-111-0/+2
* tevent: remove filese generated by "make abi_checks" in "make clean".Michael Adam2009-09-111-0/+2
* tevent: add a make target "make abi_checks"Michael Adam2009-09-111-0/+4
* tevent: move the original abi_checks script to script/abi_checks_gcc.shMichael Adam2009-09-111-0/+0
* tevent: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam2009-09-111-0/+91