summaryrefslogtreecommitdiffstats
path: root/source3/lib/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison2003-09-131-24/+51
* Fix mb bug in fast path code. strlen_w() returns number of *characters*Jeremy Allison2003-09-101-3/+3
* Fix valgrind-found read of uninit variable (ensure length is right).Jeremy Allison2003-09-081-3/+3
* More cachegrind tuning, plus fix an error message.Jeremy Allison2003-09-051-11/+32
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-4/+2
* More hand-tuning of the fastpath. Don't do strlen() when we're doingJeremy Allison2003-09-041-12/+27
* Remove convert_string_internal completely from fast path when processingJeremy Allison2003-09-041-10/+18
* Used cachegrind to track down some bottlenecks.Jeremy Allison2003-09-041-11/+94
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-231-0/+10
* Shut conversion errors up when initialising tables.Jeremy Allison2003-08-211-12/+24
* Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison2003-08-201-34/+92
* Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett2003-07-271-8/+4
* Some small fixes to our charset conversion code:Andrew Bartlett2003-07-271-50/+70
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-3/+3
* - added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)Andrew Tridgell2003-06-301-0/+24
* reverted locale patch put in by jht (originally from vorlon).Andrew Tridgell2003-06-161-37/+0
* Patch from vorlon@debian.org, see bugzilal #122John Terpstra2003-06-151-0/+37
* Fix for valgrind - when doing a srvstr_push we must zero fillJeremy Allison2003-06-061-0/+13
* - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell2003-06-061-1/+1
* fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
* Another attempt at undoing my bogus patch 1.55.2.19Tim Potter2003-05-081-0/+2
* Whoops - that wasn't a whitespace syncup after all.Tim Potter2003-05-071-0/+2
* Whitespace syncup.Tim Potter2003-04-281-4/+0
* Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett2003-04-231-0/+4
* Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer,Andrew Bartlett2003-04-221-12/+33
* Merge across tridge's Realloc fix.Jeremy Allison2003-04-141-3/+3
* Export lazy_initialize_conv so that it can be called fromMartin Pool2003-04-041-1/+5
* lazy_initialize_conv: Remove redundant call to init_valid_table,Martin Pool2003-04-041-4/+6
* Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij2003-03-201-1/+1
* Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison2003-03-181-103/+12
* Merge documentation from HEADMartin Pool2003-02-241-6/+13
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-83/+92
* Add comment about Samba character sets, from explanation by abartlet.Martin Pool2003-02-241-0/+13
* Merge from HEAD - pull_ucs2_talloc() should pull to a char**, not a void**Jeremy Allison2003-02-121-2/+2
* Merge of signed/unsigned fixes from HEAD.Andrew Bartlett2003-02-011-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-6/+6
* Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-2/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-4/+6
* sync 3.0 branch with headJelmer Vernooij2002-08-171-9/+10
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-6/+30
* add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett2002-03-251-0/+58
* Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and tallocAndrew Bartlett2002-03-231-1/+86
* Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants.Andrew Bartlett2002-03-011-4/+14
* This should kill off the 'cannot convert' error messages on non-iconv hosts.Andrew Bartlett2002-03-011-1/+1
* Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explictAndrew Bartlett2002-02-191-1/+67
* better debug messages!Simo Sorce2002-02-041-0/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1