index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
charset
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Free memory in charset torture test to satisfy sanitizer
Swen Schillig
2019-08-08
1
-0
/
+10
*
charset: add tests for Unicode NFC <-> NFD conversion
Ralph Boehme
2019-08-07
1
-0
/
+228
*
charset: add support for Unicode normalisation with libicu
Ralph Boehme
2019-08-07
3
-1
/
+178
*
lib/util/charset: clang: Fix Value stored to 'reason' is never read warning
Noel Power
2019-06-11
1
-4
/
+4
*
util/charset/torture: ensure each cp850 high bytes is 3 utf8 bytes
Douglas Bagnall
2019-05-15
1
-0
/
+52
*
util/charset/convert: do not pretend to realloc
Douglas Bagnall
2019-05-15
1
-16
/
+7
*
util/charset/convert: when retrying, retry from the start
Douglas Bagnall
2019-05-15
1
-1
/
+2
*
util/charset/convert: do not overflow dest len in corner case
Douglas Bagnall
2019-05-15
1
-2
/
+2
*
util/charset/convert: do not overflow dest len
Douglas Bagnall
2019-05-15
1
-1
/
+10
*
util/charset/convert_string: always set length
Douglas Bagnall
2019-05-15
1
-0
/
+3
*
lib:util: Use C99 initializer for weird_table in charset
Andreas Schneider
2019-01-28
1
-3
/
+13
*
lib:util: Use C99 initializer for builtin_functions in iconv
Andreas Schneider
2019-01-28
1
-14
/
+69
*
lib:util: Use #ifdef instead of #if for config.h definitions
Andreas Schneider
2018-11-28
2
-3
/
+3
*
lib:charset: Fix error messages from charset conversion
Christof Schmitt via samba-technical
2018-07-07
2
-3
/
+1
*
util/charset/iconv: use read_hex_bytes rather than sscanf
Douglas Bagnall
2018-05-31
1
-3
/
+6
*
lib:util: Add FALL_THROUGH statements in charset/charset_macosxfs.c
Andreas Schneider
2018-03-01
1
-6
/
+8
*
charset: fix str[n]casecmp_m() by comparing lower case values
Stefan Metzmacher
2017-09-15
1
-4
/
+28
*
charset/tests: also tests the system str[n]casecmp()
Stefan Metzmacher
2017-09-14
1
-0
/
+35
*
charset/tests: add more str[n]casecmp_m() tests to demonstrate the bug
Stefan Metzmacher
2017-09-14
1
-1
/
+7
*
charset/tests: assert the exact values of str[n]casecmp_m()
Stefan Metzmacher
2017-09-14
1
-17
/
+17
*
lib:charset: Remove use of talloc_autofree_context() for global_iconv_handle
Jeremy Allison
2017-04-18
1
-3
/
+9
*
lib:charset: Make global_iconv_handle private
Jeremy Allison
2017-04-18
2
-2
/
+1
*
lib:charset: Add utility functions reinit_iconv_handle() and free_iconv_handl...
Jeremy Allison
2017-04-18
2
-0
/
+23
*
lib: Avoid an includes.h
Volker Lendecke
2017-03-28
1
-1
/
+3
*
lib: Avoid an includes.h
Volker Lendecke
2017-03-28
1
-3
/
+5
*
util:charset: Return EILSEQ in smb_iconv() if newer libc is detected
Andreas Schneider
2017-02-01
2
-3
/
+23
*
lib/util/charset: Optimize next_codepoint for the ascii case
Volker Lendecke
2017-01-22
1
-0
/
+4
*
util: Fix the documentation of push_utf8_talloc()
Andreas Schneider
2016-09-09
1
-8
/
+17
*
lib: Give base64.c its own .h
Volker Lendecke
2016-05-04
1
-0
/
+1
*
CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytes
Douglas Bagnall
2015-12-09
1
-1
/
+4
*
CVE-2015-5330: strupper_talloc_n_handle(): properly count characters
Douglas Bagnall
2015-12-09
1
-1
/
+2
*
CVE-2015-5330: Fix handling of unicode near string endings
Douglas Bagnall
2015-12-09
4
-14
/
+25
*
Remove function name from callers of DBG_*
Christof Schmitt
2015-10-21
1
-2
/
+2
*
lib/util/charset: reduce loglevel for push_ucs2_talloc error
Ralph Boehme
2015-07-14
1
-2
/
+2
*
lib/util:charset/tests: improve strlen_m[_term[_null]]() testing
Stefan Metzmacher
2015-07-03
1
-1
/
+13
*
lib/util: let strlen_m_term[_null]() use strlen_m_ext_term[_null]()
Stefan Metzmacher
2015-07-03
1
-15
/
+2
*
lib/util: add strlen_m_ext_term_null() helper function
Stefan Metzmacher
2015-07-03
2
-1
/
+20
*
lib/util/charset: fix conversion failure logging
Ralph Boehme
2015-06-09
1
-1
/
+3
*
lib: load_case_tables() -> smb_init_locale()
Volker Lendecke
2015-03-24
2
-2
/
+2
*
lib: Remove load_case_tables_library()
Volker Lendecke
2015-03-24
2
-6
/
+0
*
lib: Convert [up|low]case.dat to C
Volker Lendecke
2015-03-24
1
-51
/
+16393
*
lib: Move get_iconv_handle() call down
Volker Lendecke
2015-03-23
1
-1
/
+3
*
lib: Fix blank line endings
Volker Lendecke
2014-12-09
1
-34
/
+34
*
lib: Fix a typo
Volker Lendecke
2014-12-09
1
-1
/
+1
*
lib: Simplify load_case_tables_library()
Volker Lendecke
2014-12-08
1
-8
/
+9
*
lib/util/tests: avoid some compiler warnings
Stefan Metzmacher
2014-11-14
1
-8
/
+11
*
charset: Avoid compiler warnings with --enable-developer
Martin Schwenke
2014-09-19
1
-2
/
+2
*
lib: strings: Simplify strcasecmp
Volker Lendecke
2014-08-06
1
-35
/
+13
*
s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...
Jeremy Allison
2014-08-06
1
-0
/
+12
*
lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c...
Jeremy Allison
2014-08-06
1
-2
/
+27
[next]