- added test for vasprintf
authorAndrew Tridgell <tridge@samba.org>
Sat, 28 Apr 2001 13:49:34 +0000 (13:49 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 28 Apr 2001 13:49:34 +0000 (13:49 +0000)
commitc7aeb2254dfc3cd0aa0b6c0bdd426f9323be0ddf
tree6c98186b10538cfda860895bea1cb92f5fadff95
parent338d5ca8addb3079e0ab4a68338596d6e3b17ddb
- added test for vasprintf
- cleaned up GNUC printf attribute macros
- added enum handling in mkproto
- removed non-vararg code
- made slprintf and vslprintf just macros for snprintf and vsnprintf
- don't need slprintf code any more
14 files changed:
source/configure
source/configure.in
source/include/config.h.in
source/include/debug.h
source/include/includes.h
source/include/proto.h
source/include/rpc_client_proto.h [new file with mode: 0644]
source/include/safe_string.h
source/include/smb.h
source/lib/debug.c
source/lib/slprintf.c
source/lib/snprintf.c
source/script/mkproto.awk
source/smbd/lanman.c