| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 3bffca8c17e441364525df115ee2ac16b5969e24)
|
|
|
|
|
|
| |
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 670ebada4bafe79bd535c9bb5cc2d5d49d646af3)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 94f1e02406c353c3a0235685acdd107ee5a7f285)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
(This used to be ctdb commit 844aa6300ee4d87561e698001ebc15ac1e455528)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
This reverts commit 4f7b39a4871af28df1c4545ec37db179fa47a7da.
(This used to be ctdb commit db7b96304e4725f29b12398b7582e385daed63ed)
|
|
|
|
| |
(This used to be ctdb commit 4f7b39a4871af28df1c4545ec37db179fa47a7da)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
(This used to be ctdb commit ff01a32db81b6c04d42634f5660181c270988264)
|
|
|
|
| |
(This used to be ctdb commit b7be4ee6c9a670cdf148fd36b092c3991a554964)
|
|
|
|
| |
(This used to be ctdb commit f0555484105668c01c21f56322992e752e831109)
|
|
|
|
|
|
| |
into ctdb bzr tree
(This used to be ctdb commit eaea8a9fa8d2f5e08f3af619fa1008a663f39053)
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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)
|
|/
|
|
| |
(This used to be ctdb commit 1e2802422794956827263265306952df5e69b377)
|
|
(This used to be ctdb commit 0bf6e6cb371bb946ea8cc1d8c7a23a41ea715832)
|