Age | Commit message (Expand) | Author | Files | Lines |
2011-07-19 | Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys... | Jeremy Allison | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -2/+2 |
2011-05-31 | s3-param Move init_iconv() to loadparm.c | Andrew Bartlett | 1 | -14/+0 |
2011-05-03 | lib/util/charset Use push_string and talloc_strupper/strlower from common code | Andrew Bartlett | 1 | -122/+0 |
2011-05-03 | s3-lib make push_ucs2() static | Andrew Bartlett | 1 | -1/+1 |
2011-04-28 | lib/util/charset Merge talloc-based pull and push charset functions | Andrew Bartlett | 1 | -115/+0 |
2011-04-20 | lib/util/charset create _handle functions for convert_string() et al | Andrew Bartlett | 1 | -12/+0 |
2011-04-14 | s3-lib Move unix_strlower and unix_strupper to their only users. | Andrew Bartlett | 1 | -41/+0 |
2011-04-13 | s3-charcnv: Move convert_string() et al to lib/util/charset | Andrew Bartlett | 1 | -445/+1 |
2011-04-13 | lib/util ucs2_align is identical, put it in common | Andrew Bartlett | 1 | -7/+0 |
2011-04-13 | lib/util/charset Move source3/lib/util_unistr.c to the common code. | Andrew Bartlett | 1 | -0/+39 |
2011-04-13 | s3-charcnv: make pull_ucs2 static | Andrew Bartlett | 1 | -1/+1 |
2011-03-30 | Fix convert_string() to take a *converted_size arg. and return a bool. | Jeremy Allison | 1 | -34/+40 |
2011-03-30 | Change convert_string_internal() and convert_string_error() to bool return. | Jeremy Allison | 1 | -51/+46 |
2011-03-30 | s3:lib make lazy_initialize_conv() static | Andrew Bartlett | 1 | -1/+1 |
2011-03-29 | charconv: Fix the slow-path character conversions | Volker Lendecke | 1 | -3/+3 |
2011-03-25 | Fix bug 8040 - smbclient segfaults when a Cyrillic netbios name or workgroup ... | Jeremy Allison | 1 | -2/+23 |
2011-03-25 | s3-charcnv: fixed converted_size return in fast paths | Andrew Tridgell | 1 | -9/+20 |
2011-03-25 | s3-charcnv: removed unused function | Andrew Tridgell | 1 | -7/+0 |
2011-03-25 | lib/util/charset rename iconv_convenience to iconv_handle | Andrew Bartlett | 1 | -7/+7 |
2011-03-25 | s3-charcnv: convert_string_internal() should not display errors | Andrew Tridgell | 1 | -31/+4 |
2011-03-25 | s3-string: removed the conv_silent global | Andrew Tridgell | 1 | -29/+17 |
2011-03-25 | s3-charcnv Add convert_string_error() | Andrew Bartlett | 1 | -18/+71 |
2011-03-25 | s3-string: sec_len==-1 support is no longer needed | Andrew Tridgell | 1 | -41/+20 |
2011-03-25 | s3-lib: make pull_ucs2_base_talloc static | Andrew Tridgell | 1 | -6/+6 |
2011-03-25 | s3-string: moved fstring functions into their own file | Andrew Tridgell | 1 | -105/+0 |
2011-03-24 | s3-charcnv: remove unused labels. | Günther Deschner | 1 | -6/+0 |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s... | Andrew Tridgell | 1 | -202/+26 |
2011-03-23 | s3-lib Remove the clobber_region() code. | Andrew Bartlett | 1 | -68/+22 |
2011-03-14 | Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on Samba | Jeremy Allison | 1 | -2/+6 |
2011-02-18 | lib/util/charset Add back setlocale(), but only when called from binaries | Andrew Bartlett | 1 | -1/+1 |
2011-02-18 | lib/util/charcnv Move iconv handle setup in common | Andrew Bartlett | 1 | -290/+12 |
2011-02-18 | s3-charcnv Don't genreate valid_table on the fly, rely on valid.dat | Andrew Bartlett | 1 | -9/+0 |
2011-02-18 | charset Remove use of {isupper,islower,toupper,tolower}_w functions | Andrew Bartlett | 1 | -1/+1 |
2010-11-03 | s3:lib/charcnv: clarify comments in next_codepoint_ext() | Michael Adam | 1 | -2/+2 |
2010-11-03 | s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext() | Michael Adam | 1 | -5/+5 |
2010-11-03 | s3:lib/charcnv: reformat comments in next_codepoint_ext() | Michael Adam | 1 | -12/+18 |
2010-11-03 | s3:lib/charcnv: add next_codepoint_ext() that accepts input charset. | Michael Adam | 1 | -11/+32 |
2009-07-25 | Use a switch statement in charset_name() | Volker Lendecke | 1 | -8/+24 |
2009-07-16 | Replace short-lived NULL talloc contexts with talloc_tos(). | Jeremy Allison | 1 | -4/+4 |
2009-06-10 | Make ctemp async. Fix the test to pass against W2K3. | Jeremy Allison | 1 | -3/+1 |
2009-06-08 | s3-charcnv: always talloc_free in convert_string_talloc() error path. | Günther Deschner | 1 | -2/+1 |
2009-06-08 | s3-charcnv: remove remaining malloc references in convert_string_talloc(). | Günther Deschner | 1 | -2/+2 |
2009-05-02 | Fix a malloc/talloc mixup | Volker Lendecke | 1 | -1/+1 |
2009-04-27 | s3-auth-charcnv: fix push_string(). Don't push to ucs2 and ascii after another. | Günther Deschner | 1 | -1/+2 |
2009-04-23 | charcnv: Import push_codepoint(). | Jelmer Vernooij | 1 | -0/+61 |
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -0/+38 |
2009-04-14 | s3:charcnv remove now unused malloc() based conversion functions | Andrew Bartlett | 1 | -39/+0 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -205/+43 |
2009-04-14 | Solve some of the conflict between Samba3 and Samba4 push_string | Andrew Bartlett | 1 | -5/+43 |