index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
charset
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-30
iconv: fixed coverity issue CID1609382
Xavi Hernandez
1
-3
/
+7
2025-05-19
charset/tests: avoid static variables in test_buffer()
Stefan Metzmacher
1
-39
/
+105
2025-03-05
torture4: Test next_token_talloc() instead of next_token()
Volker Lendecke
1
-22
/
+64
2024-12-02
lib: Move some R/W "data" segment to R/O "text"
Volker Lendecke
1
-18
/
+18
2024-05-07
lib:util:tests: more tests for codepoint_cmpi
Douglas Bagnall
1
-1
/
+10
2024-04-10
torture:charset: test more of strcasecmp_m
Douglas Bagnall
1
-0
/
+3
2024-04-10
torture:charset: use < and > assertions for strncasecmp_m
Douglas Bagnall
1
-7
/
+7
2024-04-10
torture:charset: use < and > assertions for strcasecmp_m
Douglas Bagnall
1
-7
/
+7
2023-11-15
util/charset/tests: Add tests for UTF‐16 string length functions
Joseph Sutton
1
-0
/
+166
2023-10-26
util/charset/torture: test convert_string_talloc with emptyish strings
Douglas Bagnall
1
-0
/
+160
2023-04-14
lib:util: Fix code spelling
Andreas Schneider
1
-188
/
+188
2020-08-28
lib/util: remove extra safe_string.h file
Matthew DeVore
1
-0
/
+3
2019-08-08
util: Free memory in charset torture test to satisfy sanitizer
Swen Schillig
1
-0
/
+10
2019-08-07
charset: add tests for Unicode NFC <-> NFD conversion
Ralph Boehme
1
-0
/
+228
2019-05-15
util/charset/torture: ensure each cp850 high bytes is 3 utf8 bytes
Douglas Bagnall
1
-0
/
+52
2018-11-28
lib:util: Use #ifdef instead of #if for config.h definitions
Andreas Schneider
1
-1
/
+1
2017-09-14
charset/tests: also tests the system str[n]casecmp()
Stefan Metzmacher
1
-0
/
+35
2017-09-14
charset/tests: add more str[n]casecmp_m() tests to demonstrate the bug
Stefan Metzmacher
1
-1
/
+7
2017-09-14
charset/tests: assert the exact values of str[n]casecmp_m()
Stefan Metzmacher
1
-17
/
+17
2016-05-04
lib: Give base64.c its own .h
Volker Lendecke
1
-0
/
+1
2015-07-03
lib/util:charset/tests: improve strlen_m[_term[_null]]() testing
Stefan Metzmacher
1
-1
/
+13
2014-11-14
lib/util/tests: avoid some compiler warnings
Stefan Metzmacher
1
-8
/
+11
2014-08-06
s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...
Jeremy Allison
1
-0
/
+12
2014-04-02
lib/util/tests: add missing #include "torture/local/proto.h"
Stefan Metzmacher
1
-0
/
+1
2012-02-07
charset/tests: Add prototypes for test functions.
Jelmer Vernooij
2
-0
/
+7
2011-09-20
lib/util/charset: remove charset module loading
Andrew Bartlett
2
-16
/
+13
2011-09-10
lib/util/charset: the comparsion must be against our charset modules
Andrew Bartlett
1
-2
/
+2
2011-09-10
lib/util/charset Use name of ISO-8859-1 that matches our internal implementation
Andrew Bartlett
1
-44
/
+44
2011-09-10
lib/util/charset: Improve toture assertions in iconv test
Andrew Bartlett
1
-1
/
+14
2011-09-10
lib/util/charset Run charset sets with and without the system iconv
Andrew Bartlett
1
-11
/
+23
2011-06-23
lib/util/charset: Remove 'display charset'
Andrew Bartlett
1
-55
/
+55
2011-04-28
lib/util/charset Add tests for srclen=-1 behaviour.
Andrew Bartlett
1
-0
/
+443
2011-04-13
lib/util/charset Add many more charset tests
Andrew Bartlett
1
-15
/
+444
2011-04-13
lib/util/charset Rename convert_string test to allow a 'non_handle' test
Andrew Bartlett
1
-3
/
+2
2011-04-13
lib/util/charset Add more tests for convert_string_error_handle()
Andrew Bartlett
1
-0
/
+101
2011-04-13
lib/util/charset Add tests for convert_string_error_handle
Andrew Bartlett
1
-1
/
+68
2011-04-13
lib/util/charset Add expected values for upper/lower case tests
Andrew Bartlett
1
-0
/
+16
2011-03-31
lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et al
Andrew Bartlett
1
-0
/
+170
2011-03-31
lib/util/charset Add tests for strlen_m_ext() and convert_string_talloc()
Andrew Bartlett
1
-2
/
+87
2011-03-30
lib/util/charset Add tests for convert_string_talloc_handle()
Andrew Bartlett
1
-0
/
+418
2011-03-25
lib/util/charset rename iconv_convenience to iconv_handle
Andrew Bartlett
1
-2
/
+2
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-3
/
+3
2011-03-23
lib/util: Merge basic string length and comparison functions
Andrew Bartlett
1
-8
/
+8
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
2
-2
/
+2
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-5
/
+5
2009-11-20
charset/tests/iconv - Remove the "const" from "ptr_in" to prevent "discard_co...
Matthias Dieter Wallnöfer
1
-7
/
+7
2009-09-07
s4:tests/iconv - Fix a warning
Matthias Dieter Wallnöfer
1
-1
/
+2
2009-08-24
Fix make test.
Jeremy Allison
1
-0
/
+1
2009-04-23
Add a new non-convenience version of push_codepoint.
Jelmer Vernooij
1
-1
/
+1
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
1
-7
/
+4
[next]