added a vsnprintf() implementation from cvslock. See the notes on the
authorAndrew Tridgell <tridge@samba.org>
Mon, 26 Oct 1998 23:40:33 +0000 (23:40 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 26 Oct 1998 23:40:33 +0000 (23:40 +0000)
commite2cb50af45be6683d02ab48a6648816ee3d52ab1
treed60faac9acd5caa0810be2beea5b9952faf0a88e
parentfae161b9051c3ea8aa129bdb3df11d215007723d
added a vsnprintf() implementation from cvslock. See the notes on the
license at the top of lib/snprintf.c

I've always been slightly uneasy about our half-baked vslprintf()
implementation and the risks on platforms that don't have vsnprintf()
so when I saw this code in another GPLd package I wanted it for Samba.
source/Makefile.in
source/configure.in
source/lib/slprintf.c
source/lib/snprintf.c [new file with mode: 0644]