summaryrefslogtreecommitdiff
path: root/lib/util/charset/convert_string.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-28util:charset: Remove unreachable code (CID 1272948)Joseph Sutton1-9/+0
2023-11-16util/charset: Remove unnecessary castJoseph Sutton1-1/+1
2023-10-26util/convert string: remove inaccurate misspelt commentDouglas Bagnall1-3/+0
2023-10-26util/charset: disambiguate docs for convert_string twinsDouglas Bagnall1-2/+5
2023-10-26lib/util/charset: @param typosDouglas Bagnall1-1/+1
2021-06-18util/charset: warn loudly on unexpected E2BIGDouglas Bagnall1-2/+2
2021-01-12lib: Avoid "includes.h" in lib/util/charset/Volker Lendecke1-1/+4
2020-01-21CVE-2019-14907 lib/util: Do not print the failed to convert string into the logsAndrew Bartlett1-18/+20
2019-06-11lib/util/charset: clang: Fix Value stored to 'reason' is never read warningNoel Power1-4/+4
2019-05-15util/charset/convert: do not pretend to reallocDouglas Bagnall1-16/+7
2019-05-15util/charset/convert: when retrying, retry from the startDouglas Bagnall1-1/+2
2019-05-15util/charset/convert: do not overflow dest len in corner caseDouglas Bagnall1-2/+2
2019-05-15util/charset/convert: do not overflow dest lenDouglas Bagnall1-1/+10
2019-05-15util/charset/convert_string: always set lengthDouglas Bagnall1-0/+3
2018-07-07lib:charset: Fix error messages from charset conversionChristof Schmitt via samba-technical1-0/+1
2015-06-09lib/util/charset: fix conversion failure loggingRalph Boehme1-1/+3
2012-06-15lib/util: Fix typo in comment.Jelmer Vernooij1-1/+1
2011-12-25lib/charset: Remove an unused variableVolker Lendecke1-0/+2
2011-06-24lib: Allow NULL converted_size in convert_string_tallocVolker Lendecke1-2/+6
2011-04-28lib/util/charset Add copyright headersAndrew Bartlett1-1/+2
2011-04-28lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearerAndrew Tridgell1-14/+28
2011-04-28lib/util/charset use convert_string.c in commonAndrew Bartlett1-2/+3
2011-04-28lib/util/charset Fix string termination conditions for UTF16 stringsAndrew Bartlett1-4/+4
2011-04-20lib/util/charset Always set *converted_size even on failureAndrew Bartlett1-4/+2
2011-04-20lib/util/charset create _handle functions for convert_string() et alAndrew Bartlett1-29/+86
2011-04-13s3-charcnv: Move convert_string() et al to lib/util/charsetAndrew Bartlett1-0/+467