Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 1 | -1/+1 |
| | | | | default, rather than in preprocessor macros. | ||||
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵ | Andrew Tridgell | 2001-07-04 | 1 | -1/+1 |
| | | | | can't redefine them. damn. | ||||
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -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_sample | Andrew Tridgell | 2001-02-22 | 1 | -0/+2 |
| | |||||
* | fixed help string | Andrew Tridgell | 2000-08-09 | 1 | -1/+2 |
| | |||||
* | the smbw sample prog | Andrew Tridgell | 2000-07-06 | 1 | -0/+93 |