lib/util/charset Use push_string and talloc_strupper/strlower from common code
authorAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 02:29:12 +0000 (12:29 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 05:37:07 +0000 (07:37 +0200)
commit80f1d49b61560f326fb55f2df09cc4f30e7a85ea
tree5bc73a35dd8e5dc2169cfb11fbec8c7f632d1932
parent7c083caf741d4f12cdf630026e02d9f07a64d0fb
lib/util/charset Use push_string and talloc_strupper/strlower from common code

The only caller of push_string() (not to be confused with
push_string_check()) in the common code was encode_pw_buffer(), and it
didn't use the alignment or STR_UPPER flags.

The talloc_strupper() and talloc_strlower() functions are tested in
smbtorture, and are next_codepoint() based.

Andrew Bartlett
lib/util/charset/util_unistr.c
lib/util/charset/wscript_build
source3/Makefile.in
source3/include/proto.h
source3/lib/charcnv.c
source3/wscript_build