summaryrefslogtreecommitdiffstats
path: root/source/lib/charcnv.c
Commit message (Collapse)AuthorAgeFilesLines
* r5933: We were handling setting of EA's incorrectly - we should be able to setJeremy Allison2005-03-221-0/+15
| | | | | | | a list. Also not converting names from DOS CP to UNIX CP correctly. This code doesn't quite work yet but it's a work in progress to be fixed tomorrow (don't want to lose it). Jeremy.
* r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the ↵Jeremy Allison2004-12-101-0/+9
| | | | | | | locale is reset to C to get ASCII-compatible toupper/lower functions. Jeremy.
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-5/+5
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3857: Shut up gcc about erroneous "used uninitialised" warning.Jeremy Allison2004-11-181-3/+3
| | | | Jeremy.
* r2610: Even if we only use the fast-path (ascii only) thenJeremy Allison2004-09-241-0/+21
| | | | | we still need to set errno = E2BIG when we overflow. Jeremy.
* r2392: Steal the nicer error message from Samba4 :-).Jeremy Allison2004-09-171-8/+12
| | | | Jeremy.
* r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ↵Jeremy Allison2004-08-301-5/+5
| | | | | | | | in sync :-). try to cope with a wider range of UTF-16 characters when we are using an external libiconv library. Jeremy.
* r1684: Patch for bug #1578 based on fix from Alexander E. Patrakov,Jeremy Allison2004-08-101-12/+19
| | | | | | <patrakov@ums.usu.ru>. Main change, hardcode replacement char to '_' as I really don't want a new parameter. Jeremy.
* r907: fixing browse.dat bug -- don't include the resouce byte from the ↵Gerald Carter2004-05-261-1/+1
| | | | netbios name when pulling a string from a packet (jra, please double check this
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+1339
metze