summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add release script for teventtevent-0.9.8Simo Sorce2009-09-041-0/+48
* tevent: change version to 0.9.8 after some critical bugs have been fixedStefan Metzmacher2009-09-041-1/+1
* report the location of the original talloc_free on double freetalloc-2.0.0Andrew Tridgell2009-09-041-11/+18
* Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison2009-09-031-2/+6
* One would expect I could spell my name...Michael Adam2009-08-301-1/+1
* One would expect I could spell my name.Michael Adam2009-08-301-1/+1
* tdb: move the original abi_checks script to script/abi_checks_gcc.shMichael Adam2009-08-301-0/+0
* tdb: run abi_checks as part of "make test".Michael Adam2009-08-301-0/+2
* tdb: remove files generated by "make abi_checks" in "make clean".Michael Adam2009-08-301-0/+2
* tdb: add a target "abi_checks" to tdb.Michael Adam2009-08-301-0/+4
* tdb: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam2009-08-301-0/+91
* tdb: add script to extract signatures from header files.Michael Adam2009-08-301-0/+178
* tdb: add scripts to extract library symbols (exports file) from headersMichael Adam2009-08-302-0/+121
* talloc: move the original abi_checks script to script/abi_checks_gcc.shMichael Adam2009-08-301-0/+0
* talloc: remove talloc_free from the exportsMichael Adam2009-08-301-1/+0
* talloc: run abi_checks as part of "make test"Michael Adam2009-08-301-0/+2
* talloc: remove files generated by "make abi_check" in "make clean"Michael Adam2009-08-301-0/+2
* talloc: add a target "abi_checks" to talloc.Michael Adam2009-08-301-0/+4
* talloc: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam2009-08-301-0/+91
* talloc: add script to extract signatures from header files.Michael Adam2009-08-301-0/+178
* talloc: add scripts to extract library symbols (exports file) from headersMichael Adam2009-08-302-0/+121
* tevent: Fix a segfault upon the first signalVolker Lendecke2009-08-291-0/+6
* lib/tevent: close pipe_fds on event_context destructionRusty Russell2009-08-281-0/+2
* lib/tevent: handle tevent_common_add_signal on different event contexts.Rusty Russell2009-08-282-14/+31
* lib/tevent: fix race with signals and tevent_common_add_signalRusty Russell2009-08-281-20/+20
* lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell2009-08-281-5/+7
* lib/tevent: remove spectacularly complicated manual subtractionRusty Russell2009-08-281-4/+1
* util: fix comment and clarify argument name in DLIST_DEMOTE()Michael Adam2009-08-271-3/+3
* Fix make test.Jeremy Allison2009-08-241-0/+1
* tevent: avoid using reserved c++ word.Günther Deschner2009-08-241-1/+1
* note the semantic change in talloc_free from 2.0Andrew Tridgell2009-08-242-8/+9
* fixed typo in talloc doc XMLAndrew Tridgell2009-08-241-1/+2
* LIBREPLACEOBJ now contains the full pathAndrew Tridgell2009-08-241-4/+1
* updated XML source for talloc man pageAndrew Tridgell2009-08-241-1/+73
* added talloc_set_log_* documentationAndrew Tridgell2009-08-241-0/+11
* updated talloc guide for recent API changesAndrew Tridgell2009-08-241-2/+54
* make lib/replace more usable in standalone buildsAndrew Tridgell2009-08-241-2/+2
* fixed getpass m4Andrew Tridgell2009-08-241-2/+2
* talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.xStefan Metzmacher2009-08-245-0/+89
* talloc: update talloc.exports and talloc.signaturesStefan Metzmacher2009-08-242-4/+8
* talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher2009-08-246-11/+72
* talloc: change version to 2.0.0Stefan Metzmacher2009-08-241-1/+1
* talloc: remove ABI compat functionsStefan Metzmacher2009-08-242-31/+0
* talloc: remove unused build dependecies to sambaStefan Metzmacher2009-08-241-18/+0
* talloc/testsuite: use talloc_set_log_fn() and log to stdoutStefan Metzmacher2009-08-241-0/+6
* talloc: add talloc_set_log_fn() and talloc_set_log_stderr()Stefan Metzmacher2009-08-242-12/+51
* talloc: let talloc_steal() only generate a warning if it's used with referencesStefan Metzmacher2009-08-241-2/+1
* talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher2009-08-241-6/+6
* talloc/testsuite: add infrastructure to test abortsStefan Metzmacher2009-08-241-0/+20
* talloc/testsuite: reset the globals after each subtestStefan Metzmacher2009-08-241-3/+29