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)
commit4e73a3c0feb47c761fdcded9e6c2ac6d32534d9b
tree567ab5fc754a3df597d07e2e5870fa0a35e2bf77
parentb382acea72c8cc8325142b4dc8e182c75f5e476b
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
(This used to be commit 89f7261ba589e5760b3cf9c3594eab9d7198dd7e)
source4/lib/snprintf.c
source4/libcli/clireadwrite.c
source4/torture/raw/setfileinfo.c
source4/torture/torture.c