summaryrefslogtreecommitdiff
path: root/source/lib/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-11/+3
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-2/+10
* r23662: According to simo, check_dos_char is neededVolker Lendecke2007-10-101-0/+1
* r23660: Anybody know what check_dos_char() was used for? It wasn't called atVolker Lendecke2007-10-101-1/+0
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r22754: When processing a string, ensure we don't write one pastJeremy Allison2007-10-101-6/+15
* r18897: Fix valgrind bug found by Volker.Jeremy Allison2007-10-101-1/+5
* r18793: Fix BE string handling in the auto-generatedJeremy Allison2007-10-101-36/+49
* r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison2007-10-101-23/+76
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-7/+11
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter2007-10-101-0/+17
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-13/+12
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-10/+1
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-1/+1
* r5933: We were handling setting of EA's incorrectly - we should be able to setJeremy Allison2007-10-101-0/+15
* r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the localeJeremy Allison2007-10-101-0/+9
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* r3857: Shut up gcc about erroneous "used uninitialised" warning.Jeremy Allison2007-10-101-3/+3
* r2610: Even if we only use the fast-path (ascii only) thenJeremy Allison2007-10-101-0/+21
* r2392: Steal the nicer error message from Samba4 :-).Jeremy Allison2007-10-101-8/+12
* r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ...Jeremy Allison2007-10-101-5/+5
* r1684: Patch for bug #1578 based on fix from Alexander E. Patrakov,Jeremy Allison2007-10-101-12/+19
* r907: fixing browse.dat bug -- don't include the resouce byte from the netbio...Gerald Carter2007-10-101-1/+1
* "Fixing my FORTRAN". Ensure we always have some valid char converter for theJeremy Allison2004-04-011-4/+14
* Correctness patch from fumiya@miraclelinux.com to count characters correctly,Jeremy Allison2004-03-181-0/+3
* Remove excess logging when probing for the length of the next mb char.Jeremy Allison2004-03-171-0/+3
* Change check_path_syntax() to use the new next_mb_char_size() functionJeremy Allison2004-03-171-20/+4
* Add function next_mb_char_size() that returns a size_t of the number ofJeremy Allison2004-03-161-0/+24
* Fix check_path_syntax() for multibyte encodings which have no '\' as second b...Alexander Bokovoy2004-03-161-0/+20
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-131-0/+2
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-3/+6
* First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2004-03-131-1/+29
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-111-39/+63
* Fixup the allocate version of the function to do "crap" conversions too.Jeremy Allison2004-02-041-20/+83
* Working on #830. Cope with bad conversions better - don't just memcpy butJeremy Allison2004-02-041-10/+82
* the conversion from int to size_t in charcnv did not take into accountAndrew Tridgell2004-02-021-1/+1
* * BUG 446Gerald Carter2004-01-151-0/+4
* auth/auth_util.c:Andrew Bartlett2003-12-311-2/+2
* Get a little paranoid about memfree use in convert_string_allocate..Jeremy Allison2003-12-011-7/+6
* Fix a couple of warnings with casts.Richard Sharpe2003-11-131-2/+2
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* 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