1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Tridgell
1cf3228fdc put the ifdef for HAVE_VA_COPY in one place rather than in lots of
functions
-
Jim McDonough
1c9387330f Don't forget the semicolon, you fool! -
Jim McDonough
85ab07bdc1 Fix usage of va_list passed as an arg. Use __va_copy before using it
when it exists.
-
Tim Potter
6a58c9bd06 Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
-
Andrew Bartlett
f019bed766 More spelling and grammer from Vance. <vance@digital-host.net>
Thanks!

Andrew Bartlett
-
Andrew Tridgell
ab7f67677a first step in converting the head branch to use lang_tdb.c instead
of gettext for internationalisation support. There is more to do
-
Simo Sorce
60e907b7e8 move to SAFE_FREE() -
Andrew Tridgell
60d2973034 convert more code to using d_printf -
Andrew Tridgell
266d8e6766 added "display charset" option in smb.conf, along with d_printf()
which should now be used instead of DEBUG(0) or printf() for
interactive messages

I have only converted client.c to use d_printf(), and the code hasn't
had much testing yet. Eventually we want all interactive code to use
d_printf(), plus SWAT
-