summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/talloc
Commit message (Collapse)AuthorAgeFilesLines
* talloc: Sync to talloc 2.0.8 from upstreamAmitay Isaacs2013-05-2938-309/+3034
| | | | | | 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-138-182/+813
| | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 670ebada4bafe79bd535c9bb5cc2d5d49d646af3)
* lib/talloc: Remove the files required to build talloc as a libraryAmitay Isaacs2012-04-1311-5022/+0
| | | | | | | Since talloc library will never be built from ctdb sources, we don't need the build related files. (This used to be ctdb commit 2cd6a7ce648c1d2cc4d5580c3809858c100fa930)
* build: Use system talloc library if availableAmitay Isaacs2012-03-301-19/+44
| | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 94f1e02406c353c3a0235685acdd107ee5a7f285)
* talloc: update to 2.0.3 version from SAMBARusty Russell2010-08-1812-329/+4443
| | | | | | | | | 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)
* talloc: save errno over talloc_freeRusty Russell2009-12-071-1/+6
| | | | | | | | | | As we start to use errno more, it's a huge pain if talloc_free() can blatt it (esp. destructors). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (This used to be ctdb commit 76a0ca77feba14e1e1162c195ffbdf516e62aa4d)
* Revert "try to restart statd everytime it fails, not just the first time"Ronnie Sahlberg2009-09-152-114/+299
| | | | | | This reverts commit 4f7b39a4871af28df1c4545ec37db179fa47a7da. (This used to be ctdb commit db7b96304e4725f29b12398b7582e385daed63ed)
* try to restart statd everytime it fails, not just the first timeRonnie Sahlberg2009-09-152-299/+114
| | | | (This used to be ctdb commit 4f7b39a4871af28df1c4545ec37db179fa47a7da)
* Update outdated autotools helper files.Mathieu Parent2009-09-092-114/+299
| | | | | | | | | This fixes https://bugzilla.samba.org/show_bug.cgi?id=6370 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536256 Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit 4899a888d4e2c31b4bd7220f3cd8936168942e61)
* remove a incorrectly added fileAndrew Tridgell2007-10-191-36/+0
| | | | (This used to be ctdb commit ff01a32db81b6c04d42634f5660181c270988264)
* more merges for GPLv3 updateAndrew Tridgell2007-07-109-29/+108
| | | | (This used to be ctdb commit b7be4ee6c9a670cdf148fd36b092c3991a554964)
* update lib/replace from samba4Andrew Tridgell2007-07-108-8/+8
| | | | (This used to be ctdb commit f0555484105668c01c21f56322992e752e831109)
* merge latest versions of lib/replace, lib/talloc, lib/tdb and lib/events ↵Andrew Tridgell2007-05-0212-78/+90
| | | | | | into ctdb bzr tree (This used to be ctdb commit eaea8a9fa8d2f5e08f3af619fa1008a663f39053)
* - merge volkers debug changesAndrew Tridgell2007-04-182-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * Some more debug and two memleak fixesVolker Lendecke2007-04-171-1/+1
|/ | | | (This used to be ctdb commit 1e2802422794956827263265306952df5e69b377)
* added copies of libs so can be built standaloneAndrew Tridgell2007-01-2521-0/+9195
(This used to be ctdb commit 0bf6e6cb371bb946ea8cc1d8c7a23a41ea715832)