1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-22 16:59:09 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
79ec88f0da Store some path names in global variables initialized to configure
default, rather than in preprocessor macros.
-
c41fc06376 strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. -
debb471267 The big character set handling changeover!
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.
-
c43593ad06 fixed character set init in smbw_sample -
16afa46797 fixed help string -
0afcc0d336 the smbw sample prog -