summaryrefslogtreecommitdiff
path: root/source3/lib/iconv.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23572: Ensure we obey Unicode consortium restrictions. CodeJeremy Allison1-15/+22
2007-10-10r20133: get rid of defined but not used warning - static function only usedHerb Lewis1-5/+2
2007-10-10r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green1-0/+2
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-8/+8
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-1/+1
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r2231: Fix iconv.c to use the Samba-supplied uint8 type not the uint8_t type,...Paul Green1-4/+4
2007-10-10r2163: converted samba3 to use the new utf-16 aware iconv code. Also changedAndrew Tridgell1-64/+208
2007-10-10r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ...Jeremy Allison1-24/+55
2007-10-10r938: on an error save the original errno before calling iconv to resetHerb Lewis1-1/+5
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-1/+1
2004-02-04Working on #830. Cope with bad conversions better - don't just memcpy butJeremy Allison1-1/+0
2003-12-10Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happierAlexander Bokovoy1-0/+28
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-0/+6
2003-09-27iconv isn't const safe. Neither should smb_iconv be.Jeremy Allison1-1/+1
2003-09-15Alias charset 646 internally as it is same as ASCII. Should solve Solaris pro...Alexander Bokovoy1-0/+1
2003-07-14Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang...Tim Potter1-21/+11
2003-07-13Fix compiler warning.Rafal Szczesniak1-11/+21
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-7/+8
2003-04-24Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij1-10/+5
2003-04-16Add support for the new modules system to lib/iconv.c (merge from HEAD)Jelmer Vernooij1-151/+130
2003-03-07Patch from Michael Steffens. In his own words :Jeremy Allison1-3/+3
2003-02-27Doxygen merge from headMartin Pool1-5/+6
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-20much better auto-init of valid_table[]. This should just about removeAndrew Tridgell1-1/+7
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis1-2/+2
2001-09-29Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett1-1/+1
2001-09-25allow all ucs2 chars in utf8, rather than mapping some to a singleAndrew Tridgell1-10/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell1-2/+2
2001-07-22changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell1-71/+186
2001-07-22switch from UCS2 to UCS-2LEAndrew Tridgell1-15/+1
2001-07-06fixed a silly bug in the internal UTF8 implementationAndrew Tridgell1-1/+14
2001-07-06added some comments and removed an unnecessary checkAndrew Tridgell1-3/+2
2001-07-05optimised the 7 bit case for utf8 conversionAndrew Tridgell1-4/+4
2001-07-05make sure we reset the shift state on error for charsets like SJISAndrew Tridgell1-1/+10
2001-07-04added builtin support for UTF8Andrew Tridgell1-1/+115
2001-07-04more portability fixesAndrew Tridgell1-4/+2
2001-07-04portability fixesAndrew Tridgell1-4/+9
2001-07-04got rid of __FUNCTION__ debugAndrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-0/+346