summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tevent: add script to extract signatures from header files.Michael Adam2009-09-111-0/+178
* tevent: add scripts to extract library symbols (exports file) from headersMichael Adam2009-09-112-0/+121
* util_strlist: Add some more "const"s - small correctionMatthias Dieter Wallnöfer2009-09-101-1/+1
* util_strlist: Add some more "const"sMatthias Dieter Wallnöfer2009-09-102-22/+27
* s4/torture: add new torture_assert_*_todo() macrosSteven Danneman2009-09-081-0/+38
* lib/util: add unique string generator helper functionSteven Danneman2009-09-082-0/+69
* socket_wrapper: swrap_read() should use SWRAP_RECV* for swrap_dump_packet()Stefan Metzmacher2009-09-081-5/+3
* Add read() to socketwrapper. Metze please check.Jeremy Allison2009-09-072-1/+38
* s4:tests/iconv - Fix a warningMatthias Dieter Wallnöfer2009-09-071-1/+2
* lib/tdr: fix the build with --enable-automatic-dependenciesStefan Metzmacher2009-09-071-1/+1
* tdb: fix c++ build warning.Günther Deschner2009-09-071-2/+2
* s4: Fix "Small memory leak after calling several times lp_update"Inra2009-09-072-37/+20
* util:tests: Correct time tests for negative UTC offsets.Andrew Kroeger2009-09-051-2/+23