summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-08-30One would expect I could spell my name...Michael Adam1-1/+1
2009-08-30One would expect I could spell my name.Michael Adam1-1/+1
2009-08-30tdb: move the original abi_checks script to script/abi_checks_gcc.shMichael Adam1-0/+0
2009-08-30tdb: run abi_checks as part of "make test".Michael Adam1-0/+2
2009-08-30tdb: remove files generated by "make abi_checks" in "make clean".Michael Adam1-0/+2
2009-08-30tdb: add a target "abi_checks" to tdb.Michael Adam1-0/+4
2009-08-30tdb: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam1-0/+91
2009-08-30tdb: add script to extract signatures from header files.Michael Adam1-0/+178
2009-08-30tdb: add scripts to extract library symbols (exports file) from headersMichael Adam2-0/+121
2009-08-30talloc: move the original abi_checks script to script/abi_checks_gcc.shMichael Adam1-0/+0
2009-08-30talloc: remove talloc_free from the exportsMichael Adam1-1/+0
2009-08-30talloc: run abi_checks as part of "make test"Michael Adam1-0/+2
2009-08-30talloc: remove files generated by "make abi_check" in "make clean"Michael Adam1-0/+2
2009-08-30talloc: add a target "abi_checks" to talloc.Michael Adam1-0/+4
2009-08-30talloc: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam1-0/+91
2009-08-30talloc: add script to extract signatures from header files.Michael Adam1-0/+178
2009-08-30talloc: add scripts to extract library symbols (exports file) from headersMichael Adam2-0/+121
2009-08-29tevent: Fix a segfault upon the first signalVolker Lendecke1-0/+6
2009-08-28lib/tevent: close pipe_fds on event_context destructionRusty Russell1-0/+2
2009-08-28lib/tevent: handle tevent_common_add_signal on different event contexts.Rusty Russell2-14/+31
2009-08-28lib/tevent: fix race with signals and tevent_common_add_signalRusty Russell1-20/+20
2009-08-28lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell1-5/+7
2009-08-28lib/tevent: remove spectacularly complicated manual subtractionRusty Russell1-4/+1
2009-08-27util: fix comment and clarify argument name in DLIST_DEMOTE()Michael Adam1-3/+3
2009-08-24Fix make test.Jeremy Allison1-0/+1
2009-08-24tevent: avoid using reserved c++ word.Günther Deschner1-1/+1
2009-08-24note the semantic change in talloc_free from 2.0Andrew Tridgell2-8/+9
2009-08-24fixed typo in talloc doc XMLAndrew Tridgell1-1/+2
2009-08-24LIBREPLACEOBJ now contains the full pathAndrew Tridgell1-4/+1
2009-08-24updated XML source for talloc man pageAndrew Tridgell1-1/+73
2009-08-24added talloc_set_log_* documentationAndrew Tridgell1-0/+11
2009-08-24updated talloc guide for recent API changesAndrew Tridgell1-2/+54
2009-08-24make lib/replace more usable in standalone buildsAndrew Tridgell1-2/+2
2009-08-24fixed getpass m4Andrew Tridgell1-2/+2
2009-08-24talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.xStefan Metzmacher5-0/+89
2009-08-24talloc: update talloc.exports and talloc.signaturesStefan Metzmacher2-4/+8
2009-08-24talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher6-11/+72
2009-08-24talloc: change version to 2.0.0Stefan Metzmacher1-1/+1
2009-08-24talloc: remove ABI compat functionsStefan Metzmacher2-31/+0
2009-08-24talloc: remove unused build dependecies to sambaStefan Metzmacher1-18/+0
2009-08-24talloc/testsuite: use talloc_set_log_fn() and log to stdoutStefan Metzmacher1-0/+6
2009-08-24talloc: add talloc_set_log_fn() and talloc_set_log_stderr()Stefan Metzmacher2-12/+51
2009-08-24talloc: let talloc_steal() only generate a warning if it's used with referencesStefan Metzmacher1-2/+1
2009-08-24talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher1-6/+6
2009-08-24talloc/testsuite: add infrastructure to test abortsStefan Metzmacher1-0/+20
2009-08-24talloc/testsuite: reset the globals after each subtestStefan Metzmacher1-3/+29
2009-08-24talloc: call return after abort, because an overloaded abort function might n...Stefan Metzmacher1-0/+4
2009-08-24talloc: report the size of reference handles as 0Stefan Metzmacher1-1/+3
2009-08-24talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...Stefan Metzmacher1-2/+15
2009-08-21Fix for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison1-17/+54