index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
charset
/
util_unistr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-18
charset: fixed a problem with the global use of the iconv_convenience structure
Andrew Tridgell
1
-1
/
+2
2009-12-18
Return NULL in strlower_talloc if src is NULL
Brendan Powers
1
-0
/
+4
2009-10-22
util: fixed place where we could look one byte past end of string
Andrew Tridgell
1
-1
/
+1
2009-04-23
Fix push_codepoint function without iconv_convenience.
Jelmer Vernooij
1
-1
/
+1
2009-04-23
Add a new non-convenience version of push_codepoint.
Jelmer Vernooij
1
-4
/
+9
2009-03-09
Fix prototype mismatch.
Jelmer Vernooij
1
-1
/
+1
2009-03-01
Use common header file for character set handling in Samba 3 and Samba 4.
Jelmer Vernooij
1
-30
/
+18
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
1
-18
/
+38
2009-03-01
Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.
Jelmer Vernooij
1
-1
/
+1
2009-03-01
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
1
-14
/
+15
2009-01-16
lib: add strlen_m_term_null from s3.
Günther Deschner
1
-0
/
+19
2008-10-24
Remove more global_loadparm instances, fix syntax errors.
Jelmer Vernooij
1
-4
/
+4
2008-10-24
Add version of next_codepoint without iconv_convenience.
Jelmer Vernooij
1
-12
/
+18
2008-10-24
Remove dependency of charset code on loadparm.
Jelmer Vernooij
1
-2
/
+5
2008-10-24
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
1
-20
/
+46
2008-10-24
Avoid retrieving iconv convenience during loops.
Jelmer Vernooij
1
-11
/
+15
2008-10-24
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
1
-0
/
+329
2008-10-24
Split up codepoints code, use consistent _m suffix.
Jelmer Vernooij
1
-117
/
+31
2008-10-24
Rename string_replace_w to string_replace_m, which is more correct.
Jelmer Vernooij
1
-1
/
+1
2008-10-24
Move charset library to top level.
Jelmer Vernooij
1
-0
/
+684