summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib:charcnv: Remove use of global global_iconv_handleJeremy Allison2017-04-181-1/+1
* Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe2015-04-291-2/+2
* s3: smbd - fix processing of packets with invalid DOS charset conversions.Jeremy Allison2014-06-251-9/+17
* s3:lib/charcnv fix typo in pull_ascii_base_talloc()Ralph Wuerthner2013-03-051-1/+1
* s3-lib: Fix push_ucs2() for-loop.Andreas Schneider2012-12-211-2/+2
* Remove align_string(). No longer used.Jeremy Allison2012-08-221-11/+0
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-74/+0
* s3-charcnv: Remove unused rpcstr_push()Andrew Bartlett2012-02-101-8/+0
* s3-charcnv: Remove unused pull_string_fnAndrew Bartlett2012-02-101-35/+0
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-191-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* s3-param Move init_iconv() to loadparm.cAndrew Bartlett2011-05-311-14/+0
* lib/util/charset Use push_string and talloc_strupper/strlower from common codeAndrew Bartlett2011-05-031-122/+0
* s3-lib make push_ucs2() staticAndrew Bartlett2011-05-031-1/+1
* lib/util/charset Merge talloc-based pull and push charset functionsAndrew Bartlett2011-04-281-115/+0
* lib/util/charset create _handle functions for convert_string() et alAndrew Bartlett2011-04-201-12/+0
* s3-lib Move unix_strlower and unix_strupper to their only users.Andrew Bartlett2011-04-141-41/+0
* s3-charcnv: Move convert_string() et al to lib/util/charsetAndrew Bartlett2011-04-131-445/+1
* lib/util ucs2_align is identical, put it in commonAndrew Bartlett2011-04-131-7/+0
* lib/util/charset Move source3/lib/util_unistr.c to the common code.Andrew Bartlett2011-04-131-0/+39
* s3-charcnv: make pull_ucs2 staticAndrew Bartlett2011-04-131-1/+1
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-34/+40
* Change convert_string_internal() and convert_string_error() to bool return.Jeremy Allison2011-03-301-51/+46
* s3:lib make lazy_initialize_conv() staticAndrew Bartlett2011-03-301-1/+1
* charconv: Fix the slow-path character conversionsVolker Lendecke2011-03-291-3/+3
* Fix bug 8040 - smbclient segfaults when a Cyrillic netbios name or workgroup ...Jeremy Allison2011-03-251-2/+23
* s3-charcnv: fixed converted_size return in fast pathsAndrew Tridgell2011-03-251-9/+20
* s3-charcnv: removed unused functionAndrew Tridgell2011-03-251-7/+0
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-251-7/+7
* s3-charcnv: convert_string_internal() should not display errorsAndrew Tridgell2011-03-251-31/+4
* s3-string: removed the conv_silent globalAndrew Tridgell2011-03-251-29/+17
* s3-charcnv Add convert_string_error()Andrew Bartlett2011-03-251-18/+71
* s3-string: sec_len==-1 support is no longer neededAndrew Tridgell2011-03-251-41/+20
* s3-lib: make pull_ucs2_base_talloc staticAndrew Tridgell2011-03-251-6/+6
* s3-string: moved fstring functions into their own fileAndrew Tridgell2011-03-251-105/+0
* s3-charcnv: remove unused labels.Günther Deschner2011-03-241-6/+0
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-202/+26
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-231-68/+22
* Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on SambaJeremy Allison2011-03-141-2/+6
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-181-1/+1
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-181-290/+12
* s3-charcnv Don't genreate valid_table on the fly, rely on valid.datAndrew Bartlett2011-02-181-9/+0
* charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett2011-02-181-1/+1
* s3:lib/charcnv: clarify comments in next_codepoint_ext()Michael Adam2010-11-031-2/+2
* s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()Michael Adam2010-11-031-5/+5
* s3:lib/charcnv: reformat comments in next_codepoint_ext()Michael Adam2010-11-031-12/+18
* s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-031-11/+32
* Use a switch statement in charset_name()Volker Lendecke2009-07-251-8/+24
* Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison2009-07-161-4/+4