changed strlcat() and strlcpy() to have the same semantics as the
authorAndrew Tridgell <tridge@samba.org>
Sat, 14 Nov 1998 23:31:58 +0000 (23:31 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 14 Nov 1998 23:31:58 +0000 (23:31 +0000)
commit37f9805dabba76b7a00bd2a0227762f6f239b598
tree2fe8e857cbe11030c3ae0256923c882f4b50f555
parentb5f9e67d57f4e507dcb339a838c959244951f25f
changed strlcat() and strlcpy() to have the same semantics as the
OpenBSD functions of the same name.

changed slprintf() to take buffer length rather than buffer length -1
14 files changed:
authenticate.c
exclude.c
flist.c
generator.c
io.c
lib/compat.c
loadparm.c
log.c
mkproto.awk
receiver.c
rsync.c
sender.c
socket.c
util.c