summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/talloc/talloc.h
Commit message (Collapse)AuthorAgeFilesLines
* ctdb-build: Remove duplicate talloc libraryAmitay Isaacs2014-06-201-1883/+0
| | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org>
* talloc: Sync to talloc 2.0.8 from upstreamAmitay Isaacs2013-05-291-16/+188
| | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 3bffca8c17e441364525df115ee2ac16b5969e24)
* lib/talloc: Sync talloc from samba git treeAmitay Isaacs2012-04-131-29/+45
| | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 670ebada4bafe79bd535c9bb5cc2d5d49d646af3)
* talloc: update to 2.0.3 version from SAMBARusty Russell2010-08-181-61/+1583
| | | | | | | | | This is based on SAMBA as at revision 2de63aa2801a907905b3e05557074af5b896d486. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (This used to be ctdb commit cecd93be0a0aab868430dd43f8276bfb4e35f02e)
* Import "talloc_array_length" from upstream tallocVolker Lendecke2009-12-121-0/+1
| | | | (This used to be ctdb commit 844aa6300ee4d87561e698001ebc15ac1e455528)
* more merges for GPLv3 updateAndrew Tridgell2007-07-101-2/+1
| | | | (This used to be ctdb commit b7be4ee6c9a670cdf148fd36b092c3991a554964)
* update lib/replace from samba4Andrew Tridgell2007-07-101-1/+1
| | | | (This used to be ctdb commit f0555484105668c01c21f56322992e752e831109)
* merge latest versions of lib/replace, lib/talloc, lib/tdb and lib/events ↵Andrew Tridgell2007-05-021-6/+10
| | | | | | into ctdb bzr tree (This used to be ctdb commit eaea8a9fa8d2f5e08f3af619fa1008a663f39053)
* - merge volkers debug changesAndrew Tridgell2007-04-181-0/+1
| | | | | | | | | | | | | - fixed memory leaks in the 3 packet receive routines. The problem was that the ctdb_call logic would occasionally complete and free a incoming packet, which would then be freed again in the packet receive routine. The solution is to make the packet a child of a temporary context in the receive routine then free that temporary context. That allows other routines to keep or free the packet if they want to, while allowing us to safely free it (via a free of the temporary context) in the receive function (This used to be ctdb commit 304aaaa7235febbe97ff9ecb43875b7265ac48cd)
* added copies of libs so can be built standaloneAndrew Tridgell2007-01-251-0/+168
(This used to be ctdb commit 0bf6e6cb371bb946ea8cc1d8c7a23a41ea715832)