K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2016-01-24T00:58:52.864776Z
K 7
svn:log
V 430
Use a buffer properly for Site.FNLnames

We were using a buffer to store the space-separated list of feed
names to which a funnel feed was being sent, but only by directly
manipulating the underlying struct with (incorrect) uses of strlcpy
and strlcat.  Use the buffer API to manipulate this structure
correctly, and fix up the other places where "used" was incorrectly
used as the length of data in the buffer instead of "left".

END
