mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
e6a85d128f
Drop the complexity associated with using awk to escape dots in IPv4 addresses to protect them from sed, and generate a grep -F filter instead. For listing, the pipeline is now longer, but the steps are now clearer: 1. List DB records 2. Extract keys 3. Keep only keys machine hosted public IPs 4. Parse out server IP and client IP 5. Sort Performance here isn't critical, so having clearer code is preferable. Use temporary files to avoid command-line length limits. Also, drop the cd to the queue directory during update. Signed-off-by: Martin Schwenke <mschwenke@ddn.com> Reviewed-by: Amitay Isaacs <amitay@gmail.com> |
||
---|---|---|
.. | ||
client | ||
common | ||
conf | ||
config | ||
doc | ||
event | ||
failover | ||
ib | ||
include | ||
protocol | ||
server | ||
tcp | ||
tests | ||
tools | ||
utils | ||
.bzrignore | ||
.gitignore | ||
configure | ||
configure.rpm | ||
COPYING | ||
Makefile | ||
README | ||
wscript |
This is the release version of CTDB, a clustered implementation of TDB database used by Samba and other projects to store temporary data. This software is freely distributable under the GNU public license, a copy of which you should have received with this software (in a file called COPYING). For documentation on CTDB, please visit CTDB website http://ctdb.samba.org.