summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/replace/system
Commit message (Collapse)AuthorAgeFilesLines
* auth: Remove plaintext OSF1 password supportAndrew Bartlett2014-04-151-3/+0
| | | | | | | | The WAF build does not have the code to detect getprpwnam on which this is based, and so this is dead code. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* replace: Sync to latest replace from upstreamAmitay Isaacs2013-05-295-44/+102
| | | | | | | | | | | | | The latest commits affecting lib/replace remove autoconf build from Samba tree. So using following commit as a sync point. commit 9ddfd7d8784e6f546628f48990b69ee2850be52d Author: Andrew Bartlett <abartlet@samba.org> Date: Wed May 22 17:23:30 2013 +1000 Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 506b27c944b4031e8a325816bd12abddd442a0bb)
* update lib/replace to current upstream version (samba master)Michael Adam2011-11-2611-148/+344
| | | | (This used to be ctdb commit 17bcffab19fdbb435b4745ff90c327342bbbf0f8)
* update from Samba4Andrew Tridgell2008-01-056-17/+305
| | | | (This used to be ctdb commit 298118c41bd33acd1a34a35a71a28451a45390c5)
* update lib/replace from samba4Andrew Tridgell2007-07-1018-54/+36
| | | | (This used to be ctdb commit f0555484105668c01c21f56322992e752e831109)
* merge lib/replace from samba4Andrew Tridgell2007-05-3018-201/+292
| | | | (This used to be ctdb commit d1a0bcbe331b05ad7a3f5f7a33e4c9b5242c43f2)
* - added a EVENT_FD_AUTOCLOSE flag that allows you to tell the event system ↵Andrew Tridgell2007-05-051-0/+4
| | | | | | | | to close the fd automatically when a fd_event is freed. This prevents races which can lead to epoll missing events - added autoconf rules for automatically building with epoll support (This used to be ctdb commit 4d113298b26f7163992f2e47429c953bd4f957c9)
* merge latest versions of lib/replace, lib/talloc, lib/tdb and lib/events ↵Andrew Tridgell2007-05-022-1/+6
| | | | | | into ctdb bzr tree (This used to be ctdb commit eaea8a9fa8d2f5e08f3af619fa1008a663f39053)
* added copies of libs so can be built standaloneAndrew Tridgell2007-01-2520-0/+1172
(This used to be ctdb commit 0bf6e6cb371bb946ea8cc1d8c7a23a41ea715832)