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
/
source4
/
lib
/
charcnv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5297: ensure pstring is not in the generated prototypes
Andrew Tridgell
1
-5
/
+0
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4124: include locale.h to get LC_ALL in include/system/iconv.h
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4123: set locale to C to ensure ascii string functions work
Andrew Tridgell
1
-0
/
+11
2007-10-10
r3598: hopefully fix the build on stratos
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3063: our default dos charset is CP850, but some systems don't have that, so
Andrew Tridgell
1
-0
/
+14
2007-10-10
r3061: change a debug to help track down a charset problem
Andrew Tridgell
1
-1
/
+2
2007-10-10
r2907: auto destroy iconv memory handles on exit, to make valgrind leak
Andrew Tridgell
1
-19
/
+26
2007-10-10
r2903: a considerably more efficient (both in terms of CPU and memory)
Andrew Tridgell
1
-17
/
+17
2007-10-10
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
1
-48
/
+156
2007-10-10
r2684: Free the right talloc context (don't panic when encountering illegal m...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
1
-6
/
+2
2007-10-10
r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a cast
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2638: do lazy initialisation of iconv handles, so we don't initialise a
Andrew Tridgell
1
-39
/
+29
2007-10-10
r2552: Character set conversion and string handling updates.
Andrew Bartlett
1
-292
/
+87
2007-10-10
r2380: nicer error reporting in convert_string()
Andrew Tridgell
1
-6
/
+9
2007-10-10
r2159: converted samba4 over to UTF-16.
Andrew Tridgell
1
-17
/
+17
2007-10-10
r2106: try to cope with a wider range of UTF-16 characters when we are using
Andrew Tridgell
1
-3
/
+5
2007-10-10
r1196: Remove unused pstring/fstring functions.
Andrew Bartlett
1
-45
/
+0
2007-10-10
r934: on ascii strings STR_TERMINATE_ASCII should trigger STR_TERMINATE behav...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r831: These functions duplicate the push/pull charcnv interfaces that we use
Andrew Bartlett
1
-83
/
+0
2003-12-16
added support for big-endian ucs2 strings (as used by big-endian
Andrew Tridgell
1
-0
/
+1
2003-08-15
more fixes from the IRIX compiler (thanks herb!)
Andrew Tridgell
1
-1
/
+1
2003-08-15
fixed some places where we don't brace (flags & STR_UNICODE)
Andrew Tridgell
1
-2
/
+2
2003-08-13
first public release of samba4 code
Andrew Tridgell
1
-0
/
+925