Remove use of strcpy() and sprintf().
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 15 Apr 2016 09:25:18 +0000 (11:25 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 15 Apr 2016 09:25:18 +0000 (11:25 +0200)
commitcd5f222cc4e769395a7c6c8646abefe1d657f844
treedd70cd7a2b2712e12d1f063d40ed343bc0c317f5
parentd4410d0cce40929db9a0ce7042ef962f1867234d
Remove use of strcpy() and sprintf().

Even though they were safe, compilers like to warn about them nowadays.
src/names.c
src/node.c
src/script.c
src/sptps.c
src/utils.c