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)
commit4586b8737a468fb33388740dee75fd37b3501bc1
tree709120c23716fa168d66895544deaff4fc731502
parentba91cb69be52f1dea802e1ed0f8bda30b0a25cb4
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.
(This used to be commit e2cb50af45be6683d02ab48a6648816ee3d52ab1)
source3/Makefile.in
source3/configure.in
source3/lib/slprintf.c
source3/lib/snprintf.c [new file with mode: 0644]