fixed snprintf.c for systems that have only some of the *printf() family of functions
authorAndrew Tridgell <tridge@samba.org>
Fri, 10 Oct 2003 05:40:32 +0000 (05:40 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 10 Oct 2003 05:40:32 +0000 (05:40 +0000)
commit89f7261ba589e5760b3cf9c3594eab9d7198dd7e
tree2b6dcf2a61440ee9ed973083339c98191df539cd
parent42dbb8e2eb11f14b07f17337ed256f4a3a2caad6
fixed snprintf.c for systems that have only some of the *printf() family of functions

cope with servers that return bogus (too large) values in max_xmit

cope with a couple more error conditions in RAW-SFILEINFO

better startup time heuristics in NBENCH
source/lib/snprintf.c
source/libcli/clireadwrite.c
source/torture/raw/setfileinfo.c
source/torture/torture.c