summaryrefslogtreecommitdiffstats
path: root/source/lib/dprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-291-1/+1
| | | | | | Thanks! Andrew Bartlett
* 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
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
|
* convert more code to using d_printfAndrew Tridgell2001-09-081-2/+2
|
* 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