summaryrefslogtreecommitdiffstats
path: root/source/utils/smbw_sample.c
Commit message (Collapse)AuthorAgeFilesLines
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-1/+1
| | | | default, rather than in preprocessor macros.
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵Andrew Tridgell2001-07-041-1/+1
| | | | can't redefine them. damn.
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
| | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation.
* fixed character set init in smbw_sampleAndrew Tridgell2001-02-221-0/+2
|
* fixed help stringAndrew Tridgell2000-08-091-1/+2
|
* the smbw sample progAndrew Tridgell2000-07-061-0/+93