summaryrefslogtreecommitdiffstats
path: root/source3/lib/dprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-031-5/+2
| | | | | functions (This used to be commit 1cf3228fdc20f0314d1f8e71ad710a5e548b3f72)
* Don't forget the semicolon, you fool!Jim McDonough2002-05-171-1/+1
| | | | (This used to be commit 1c9387330f776b9b96714f9c9c62087bbd32f7b6)
* Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough2002-05-171-1/+7
| | | | | when it exists. (This used to be commit 85ab07bdc1b2ce7b2c1b8197fad45124b1460dca)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-291-1/+1
| | | | | | | Thanks! Andrew Bartlett (This used to be commit f019bed7663b4a20c1b5ab6b59fcadda17b89acd)
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-2/+9
| | | | | of gettext for internationalisation support. There is more to do (This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9)
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
| | | | (This used to be commit 60e907b7e8e1c008463a88ed2b076344278986ef)
* convert more code to using d_printfAndrew Tridgell2001-09-081-2/+2
| | | | (This used to be commit 60d297303488ed583537ca2853828fccd6da2ade)
* added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-071-0/+104
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 (This used to be commit 266d8e67669adb329f25676c4bc4d4c50f223428)