Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | More spelling and grammer from Vance. <vance@digital-host.net> | Andrew Bartlett | 2001-10-29 | 1 | -1/+1 |
| | | | | | | Thanks! Andrew Bartlett | ||||
* | first step in converting the head branch to use lang_tdb.c instead | Andrew Tridgell | 2001-10-11 | 1 | -2/+9 |
| | | | | of gettext for internationalisation support. There is more to do | ||||
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -4/+4 |
| | |||||
* | convert more code to using d_printf | Andrew Tridgell | 2001-09-08 | 1 | -2/+2 |
| | |||||
* | added "display charset" option in smb.conf, along with d_printf() | Andrew Tridgell | 2001-09-07 | 1 | -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 |