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
/
source3
/
lib
/
charcnv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-24
libsmb: "clang-format" for an if-condition
Volker Lendecke
1
-2
/
+1
2024-06-24
lib: Remove pointless \ line endings
Volker Lendecke
1
-2
/
+2
2023-07-13
s3:lib: Fix code spelling
Andreas Schneider
1
-3
/
+3
2017-04-18
s3:lib:charcnv: Remove use of global global_iconv_handle
Jeremy Allison
1
-1
/
+1
2015-04-29
Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.
Richard Sharpe
1
-2
/
+2
2014-06-25
s3: smbd - fix processing of packets with invalid DOS charset conversions.
Jeremy Allison
1
-9
/
+17
2013-03-05
s3:lib/charcnv fix typo in pull_ascii_base_talloc()
Ralph Wuerthner
1
-1
/
+1
2012-12-21
s3-lib: Fix push_ucs2() for-loop.
Andreas Schneider
1
-2
/
+2
2012-08-22
Remove align_string(). No longer used.
Jeremy Allison
1
-11
/
+0
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
1
-1
/
+4
2012-02-18
Fix a bunch of "unused variable" warnings.
Jeremy Allison
1
-74
/
+0
2012-02-10
s3-charcnv: Remove unused rpcstr_push()
Andrew Bartlett
1
-8
/
+0
2012-02-10
s3-charcnv: Remove unused pull_string_fn
Andrew Bartlett
1
-35
/
+0
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
[next]