summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-05s3:lib/charcnv fix typo in pull_ascii_base_talloc()Ralph Wuerthner1-1/+1
2012-12-21s3-lib: Fix push_ucs2() for-loop.Andreas Schneider1-2/+2
2012-08-22Remove align_string(). No longer used.Jeremy Allison1-11/+0
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+4
2012-02-18Fix a bunch of "unused variable" warnings.Jeremy Allison1-74/+0
2012-02-10s3-charcnv: Remove unused rpcstr_push()Andrew Bartlett1-8/+0
2012-02-10s3-charcnv: Remove unused pull_string_fnAndrew Bartlett1-35/+0
2011-07-19Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison1-1/+1
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+2
2011-05-31s3-param Move init_iconv() to loadparm.cAndrew Bartlett1-14/+0
2011-05-03lib/util/charset Use push_string and talloc_strupper/strlower from common codeAndrew Bartlett1-122/+0
2011-05-03s3-lib make push_ucs2() staticAndrew Bartlett1-1/+1
2011-04-28lib/util/charset Merge talloc-based pull and push charset functionsAndrew Bartlett1-115/+0
2011-04-20lib/util/charset create _handle functions for convert_string() et alAndrew Bartlett1-12/+0
2011-04-14s3-lib Move unix_strlower and unix_strupper to their only users.Andrew Bartlett1-41/+0
2011-04-13s3-charcnv: Move convert_string() et al to lib/util/charsetAndrew Bartlett1-445/+1
2011-04-13lib/util ucs2_align is identical, put it in commonAndrew Bartlett1-7/+0
2011-04-13lib/util/charset Move source3/lib/util_unistr.c to the common code.Andrew Bartlett1-0/+39
2011-04-13s3-charcnv: make pull_ucs2 staticAndrew Bartlett1-1/+1
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison1-34/+40
2011-03-30Change convert_string_internal() and convert_string_error() to bool return.Jeremy Allison1-51/+46
2011-03-30s3:lib make lazy_initialize_conv() staticAndrew Bartlett1-1/+1
2011-03-29charconv: Fix the slow-path character conversionsVolker Lendecke1-3/+3
2011-03-25Fix bug 8040 - smbclient segfaults when a Cyrillic netbios name or workgroup ...Jeremy Allison1-2/+23
2011-03-25s3-charcnv: fixed converted_size return in fast pathsAndrew Tridgell1-9/+20
2011-03-25s3-charcnv: removed unused functionAndrew Tridgell1-7/+0
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-7/+7
2011-03-25s3-charcnv: convert_string_internal() should not display errorsAndrew Tridgell1-31/+4
2011-03-25s3-string: removed the conv_silent globalAndrew Tridgell1-29/+17
2011-03-25s3-charcnv Add convert_string_error()Andrew Bartlett1-18/+71
2011-03-25s3-string: sec_len==-1 support is no longer neededAndrew Tridgell1-41/+20
2011-03-25s3-lib: make pull_ucs2_base_talloc staticAndrew Tridgell1-6/+6
2011-03-25s3-string: moved fstring functions into their own fileAndrew Tridgell1-105/+0
2011-03-24s3-charcnv: remove unused labels.Günther Deschner1-6/+0
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-202/+26
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett1-68/+22
2011-03-14Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on SambaJeremy Allison1-2/+6
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett1-1/+1
2011-02-18lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett1-290/+12
2011-02-18s3-charcnv Don't genreate valid_table on the fly, rely on valid.datAndrew Bartlett1-9/+0
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-1/+1
2010-11-03s3:lib/charcnv: clarify comments in next_codepoint_ext()Michael Adam1-2/+2
2010-11-03s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()Michael Adam1-5/+5
2010-11-03s3:lib/charcnv: reformat comments in next_codepoint_ext()Michael Adam1-12/+18
2010-11-03s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.Michael Adam1-11/+32
2009-07-25Use a switch statement in charset_name()Volker Lendecke1-8/+24
2009-07-16Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison1-4/+4
2009-06-10Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison1-3/+1
2009-06-08s3-charcnv: always talloc_free in convert_string_talloc() error path.Günther Deschner1-2/+1
2009-06-08s3-charcnv: remove remaining malloc references in convert_string_talloc().Günther Deschner1-2/+2