summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/replace
Commit message (Collapse)AuthorAgeFilesLines
* ctdb-build: Remove duplicate replace libraryAmitay Isaacs2014-06-2072-15062/+0
| | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org>
* 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>
* Fix CID 1138340 Resource leakVolker Lendecke2013-12-171-0/+1
| | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* Fix CID 1138341 Resource leakVolker Lendecke2013-12-171-0/+2
| | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* replace: Sync to latest replace from upstreamAmitay Isaacs2013-05-2940-4745/+1565
| | | | | | | | | | | | | 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-2656-540/+4301
| | | | (This used to be ctdb commit 17bcffab19fdbb435b4745ff90c327342bbbf0f8)
* Fix lib/replaceMartin Schwenke2011-11-115-3/+176
| | | | | | | | | | | | | | | | | Warnings are generated when compiling strptime.c. Why is it being compiled on Linux? strptime(3) has been in glibc for 15 years! It turns out that some of the test fragments were being looked for in lib/replace/test/ and some in lib/replace/tests/. In addition, test*/strptime.c was missing. Move the tests to lib/replace/test/ for consistency with upstream (Samba) and copy in test/strptime.c from Samba. Tweak repdir.m4 to handle the directory rename. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit aaf1ddfc83cf2ede29288baf04a1aa1c69a5cab5)
* Fix broken readdirMathieu Parent2011-10-121-3/+3
| | | | | | | | Submited by Lorenzo De Liso on <http://bugs.debian.org/603155> (originaly named 99-fix-broken-readdir-test.diff). Also reported as <https://bugzilla.samba.org/show_bug.cgi?id=7032>. (This used to be ctdb commit 29474420606e802c83b53ef5f8e372c8eeac83c1)
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-0/+3
| | | | | | | | | | | | | In Samba this is now called "tevent", and while we use the backwards compatibility wrappers they don't offer EVENT_FD_AUTOCLOSE: that is now a separate tevent_fd_set_auto_close() function. This is based on Samba version 7f29f817fa939ef1bbb740584f09e76e2ecd5b06. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (This used to be ctdb commit 85e5e760cc91eb3157d3a88996ce474491646726)
* Correction of spelling errors.Mathieu Parent2010-02-241-1/+1
| | | | | | | | | | | * interupted -> interrupted * dont -> don't (thanks to lintian) See https://bugzilla.samba.org/show_bug.cgi?id=6935 (This used to be ctdb commit 942f597dd343f21e2f0fc5d8116d929286db7413)
* 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 generated binary files.Michael Adam2009-05-132-0/+0
| | | | | | | | Noted by Mathieu Parent <math.parent@gmail.com> Michael (This used to be ctdb commit b321dfd1d23492169ac25ed901d49d7c69ad5340)
* autoconf: Make sure the result of the mkdir_has_mode test gets cached.Michael Adam2009-01-291-4/+4
| | | | | | | | | | | This fixes the autoconf 2.63 warning "suspicious cache-id, must contain _cv_ to be cached". Thanks to William Jojo <w.jojo@hvcc.edu> for reporting. Michael (This used to be ctdb commit f7be553ed0826d31759812d58db91589ccdf8a8c)
* Fix circular dependency error with autoconf 2.6.3.Andreas Schneider2009-01-161-0/+2
| | | | | | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> (cherry picked from commit b39611c36bb904774fd4032bf2f8003fbdeb5d34) Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit 02893e04154c0590b235082c5a6e5726ceb25dba)
* update from Samba4Andrew Tridgell2008-01-0526-203/+2427
| | | | (This used to be ctdb commit 298118c41bd33acd1a34a35a71a28451a45390c5)
* more merges for GPLv3 updateAndrew Tridgell2007-07-101-2/+1
| | | | (This used to be ctdb commit b7be4ee6c9a670cdf148fd36b092c3991a554964)
* update lib/replace from samba4Andrew Tridgell2007-07-1031-100/+117
| | | | (This used to be ctdb commit f0555484105668c01c21f56322992e752e831109)
* merge lib/replace from samba4Andrew Tridgell2007-05-3025-237/+346
| | | | (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)
* new files for updated events systemAndrew Tridgell2007-05-022-0/+1004
| | | | (This used to be ctdb commit 15d8308e5a0ce04351d70ac3dd25c7698931ebba)
* merge latest versions of lib/replace, lib/talloc, lib/tdb and lib/events ↵Andrew Tridgell2007-05-0210-41/+165
| | | | | | into ctdb bzr tree (This used to be ctdb commit eaea8a9fa8d2f5e08f3af619fa1008a663f39053)
* added make test and make valgrindtest targetsAndrew Tridgell2007-04-283-0/+0
| | | | (This used to be ctdb commit b69fb43643993ee5aaabf8711bb874f95d468f35)
* added copies of libs so can be built standaloneAndrew Tridgell2007-01-2555-0/+10637
(This used to be ctdb commit 0bf6e6cb371bb946ea8cc1d8c7a23a41ea715832)