summaryrefslogtreecommitdiff
path: root/source4/lib/charcnv.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4124: include locale.h to get LC_ALL in include/system/iconv.hAndrew Tridgell1-1/+1
2007-10-10r4123: set locale to C to ensure ascii string functions workAndrew Tridgell1-0/+11
2007-10-10r3598: hopefully fix the build on stratosAndrew Tridgell1-0/+1
2007-10-10r3063: our default dos charset is CP850, but some systems don't have that, soAndrew Tridgell1-0/+14
2007-10-10r3061: change a debug to help track down a charset problemAndrew Tridgell1-1/+2
2007-10-10r2907: auto destroy iconv memory handles on exit, to make valgrind leakAndrew Tridgell1-19/+26
2007-10-10r2903: a considerably more efficient (both in terms of CPU and memory)Andrew Tridgell1-17/+17
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-48/+156
2007-10-10r2684: Free the right talloc context (don't panic when encountering illegal m...Jelmer Vernooij1-1/+1
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-6/+2
2007-10-10r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a castAndrew Tridgell1-1/+1
2007-10-10r2638: do lazy initialisation of iconv handles, so we don't initialise aAndrew Tridgell1-39/+29
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-292/+87
2007-10-10r2380: nicer error reporting in convert_string()Andrew Tridgell1-6/+9
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-17/+17
2007-10-10r2106: try to cope with a wider range of UTF-16 characters when we are usingAndrew Tridgell1-3/+5
2007-10-10r1196: Remove unused pstring/fstring functions.Andrew Bartlett1-45/+0
2007-10-10r934: on ascii strings STR_TERMINATE_ASCII should trigger STR_TERMINATE behav...Andrew Tridgell1-1/+1
2007-10-10r831: These functions duplicate the push/pull charcnv interfaces that we useAndrew Bartlett1-83/+0
2003-12-16added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell1-0/+1
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-1/+1
2003-08-15fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell1-2/+2
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+925