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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
util
/
charset
/
util_unistr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/util/charset Use push_string and talloc_strupper/strlower from common code
Andrew Bartlett
2011-05-03
1
-5
/
+5
*
Remove strlower_m() and strupper_m() from source4 and common code.
Andrew Bartlett
2011-05-03
1
-79
/
+0
*
lib/util/charset Merge talloc-based pull and push charset functions
Andrew Bartlett
2011-04-28
1
-94
/
+0
*
lib/util/charset use convert_string.c in common
Andrew Bartlett
2011-04-28
1
-65
/
+0
*
lib/util Move alpha_strcpy() from s3 into common code
Andrew Bartlett
2011-04-14
1
-46
/
+0
*
lib: Move next_token next to next_token_talloc
Volker Lendecke
2011-04-13
1
-47
/
+0
*
lib/util/charset Add convert_string_error()
Andrew Bartlett
2011-04-13
1
-0
/
+21
*
lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et al
Andrew Bartlett
2011-03-31
1
-5
/
+20
*
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
2011-03-30
1
-29
/
+39
*
lib/util/charset rename iconv_convenience to iconv_handle
Andrew Bartlett
2011-03-25
1
-20
/
+20
*
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
2011-03-24
1
-23
/
+19
*
lib/util: Merge basic string length and comparison functions
Andrew Bartlett
2011-03-23
1
-333
/
+1
*
lib/util/charcnv Move iconv handle setup in common
Andrew Bartlett
2011-02-18
1
-26
/
+0
*
lib/util/charset/util_unistr: clarify the comment header for strlen_m().
Michael Adam
2010-11-03
1
-5
/
+6
*
lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...
Michael Adam
2010-11-03
1
-0
/
+10
*
lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...
Michael Adam
2010-11-03
1
-10
/
+50
*
lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.
Michael Adam
2010-11-03
1
-0
/
+6
*
charset: fixed a problem with the global use of the iconv_convenience structure
Andrew Tridgell
2010-03-18
1
-1
/
+2
*
Return NULL in strlower_talloc if src is NULL
Brendan Powers
2009-12-18
1
-0
/
+4
*
util: fixed place where we could look one byte past end of string
Andrew Tridgell
2009-10-22
1
-1
/
+1
*
Fix push_codepoint function without iconv_convenience.
Jelmer Vernooij
2009-04-23
1
-1
/
+1
*
Add a new non-convenience version of push_codepoint.
Jelmer Vernooij
2009-04-23
1
-4
/
+9
*
Fix prototype mismatch.
Jelmer Vernooij
2009-03-09
1
-1
/
+1
*
Use common header file for character set handling in Samba 3 and Samba 4.
Jelmer Vernooij
2009-03-01
1
-30
/
+18
*
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
2009-03-01
1
-18
/
+38
*
Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.
Jelmer Vernooij
2009-03-01
1
-1
/
+1
*
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
2009-03-01
1
-14
/
+15
*
lib: add strlen_m_term_null from s3.
Günther Deschner
2009-01-16
1
-0
/
+19
*
Remove more global_loadparm instances, fix syntax errors.
Jelmer Vernooij
2008-10-24
1
-4
/
+4
*
Add version of next_codepoint without iconv_convenience.
Jelmer Vernooij
2008-10-24
1
-12
/
+18
*
Remove dependency of charset code on loadparm.
Jelmer Vernooij
2008-10-24
1
-2
/
+5
*
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
2008-10-24
1
-20
/
+46
*
Avoid retrieving iconv convenience during loops.
Jelmer Vernooij
2008-10-24
1
-11
/
+15
*
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
2008-10-24
1
-0
/
+329
*
Split up codepoints code, use consistent _m suffix.
Jelmer Vernooij
2008-10-24
1
-117
/
+31
*
Rename string_replace_w to string_replace_m, which is more correct.
Jelmer Vernooij
2008-10-24
1
-1
/
+1
*
Move charset library to top level.
Jelmer Vernooij
2008-10-24
1
-0
/
+684