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