K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2003-01-19T04:13:51.000000Z
K 7
svn:log
V 312
Replace many uses of strncpy with strlcpy instead.  Replace some of them
after xmalloc with calls to xstrndup.  Replace all calls to strncat with
strlcat.  The remaining calls to strncpy in the INN source tree all appear
to be relying on the semantics of strncpy (some, for example, don't want
nul-termination).

END
