summaryrefslogtreecommitdiffstats
path: root/source/lib/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2005-02-101-0/+1
* r5297: ensure pstring is not in the generated prototypesAndrew Tridgell2005-02-101-5/+0
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2005-01-071-1/+1
* r4124: include locale.h to get LC_ALL in include/system/iconv.hAndrew Tridgell2004-12-101-1/+1
* r4123: set locale to C to ensure ascii string functions workAndrew Tridgell2004-12-101-0/+11
* r3598: hopefully fix the build on stratosAndrew Tridgell2004-11-071-0/+1
* r3063: our default dos charset is CP850, but some systems don't have that, soAndrew Tridgell2004-10-191-0/+14
* r3061: change a debug to help track down a charset problemAndrew Tridgell2004-10-191-1/+2
* r2907: auto destroy iconv memory handles on exit, to make valgrind leakAndrew Tridgell2004-10-111-19/+26
* r2903: a considerably more efficient (both in terms of CPU and memory)Andrew Tridgell2004-10-111-17/+17
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2004-10-081-48/+156
* r2684: Free the right talloc context (don't panic when encountering illegal m...Jelmer Vernooij2004-09-271-1/+1
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2004-09-271-6/+2
* r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a castAndrew Tridgell2004-09-261-1/+1
* r2638: do lazy initialisation of iconv handles, so we don't initialise aAndrew Tridgell2004-09-261-39/+29
* r2552: Character set conversion and string handling updates.Andrew Bartlett2004-09-231-292/+87
* r2380: nicer error reporting in convert_string()Andrew Tridgell2004-09-171-6/+9
* r2159: converted samba4 over to UTF-16. Andrew Tridgell2004-09-011-17/+17
* r2106: try to cope with a wider range of UTF-16 characters when we are usingAndrew Tridgell2004-08-301-3/+5
* r1196: Remove unused pstring/fstring functions.Andrew Bartlett2004-06-191-45/+0
* r934: on ascii strings STR_TERMINATE_ASCII should trigger STR_TERMINATE behav...Andrew Tridgell2004-05-281-1/+1
* r831: These functions duplicate the push/pull charcnv interfaces that we useAndrew Bartlett2004-05-231-83/+0
* r6: merge in the samba4 HEAD branch from cvsCVS Import User2004-04-041-701/+288
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+1339