diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-07-27 02:28:25 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-07-27 02:28:25 +0000 |
commit | 455bb6de903ca3950d965b29190c09f116d91889 (patch) | |
tree | 997319ee22f82f2d2e1c06c365b71c8f385c48ad /source3/passdb/pdb_get_set.c | |
parent | 422c2467a0d23c91feb5008ac2244b4054c27b43 (diff) | |
download | samba-455bb6de903ca3950d965b29190c09f116d91889.tar.gz samba-455bb6de903ca3950d965b29190c09f116d91889.tar.bz2 samba-455bb6de903ca3950d965b29190c09f116d91889.zip |
Some small fixes to our charset conversion code:
- Treat the NMB names in the 'session request' packet as 'ASCII'. This means
that we do not get invalid multibyte from the wire, even if we truncate
in the conversion. (Otherwise we panic when we try to strupper_m it).
- Remove acnv_uxu2(), as it was duplicated by push_ucs2_allocate()
- Remove acnv_dosu2(), as it is not used.
- In push_ucs2(), with the STR_UPPER flag, do the case conversion *after*
the UCS2 conversion, when it we know that the length can't change. Also
faster, as we don't need to do another 2 UCS2 conversions.
Andrew Bartlett
(This used to be commit 912035af1178424583d0bf887a391a0cac2acd87)
Diffstat (limited to 'source3/passdb/pdb_get_set.c')
0 files changed, 0 insertions, 0 deletions