summaryrefslogtreecommitdiff
path: root/source3/lib/util_unistr.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison1-2/+2
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-5/+7
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-07-27When removing an 'unused' function, it helps to remove the 'unused' callers...Andrew Bartlett1-76/+0
2003-07-02Added fix for Japanese case names in statcache - these can changeJeremy Allison1-2/+29
2003-04-23Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett1-1/+4
2003-04-04check_dos_char: Change this to use a lazily-initialized lookup tableMartin Pool1-3/+49
2003-04-04check_dos_char: Export this function so that it can be tested inMartin Pool1-1/+1
2003-02-27Merge 1.100 patch from HEAD:Martin Pool1-8/+15
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-3/+10
2003-01-29Return 0 instead of crashing when a NULL source string is passedJeremy Allison1-0/+1
2002-11-08patches from UrbanGerald Carter1-0/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+10
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+41
2002-03-26OpenPrinter() merge from 2.2Gerald Carter1-0/+32
2002-03-21must use native endian index when creating default valid.dat table so itHerb Lewis1-2/+2
2002-03-06fixed the upper/lower case table generation on big-endian machinesHerb Lewis1-9/+26
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-20fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell1-1/+5
2001-12-20much better auto-init of valid_table[]. This should just about removeAndrew Tridgell1-7/+43
2001-12-20mark '.' as a valid characterAndrew Tridgell1-1/+1
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell1-0/+17
2001-11-29fixed typoAndrew Tridgell1-1/+1
2001-11-29fixed toupper_w() and friends on big-endianAndrew Tridgell1-6/+6
2001-11-292nd attempt at fixing lame char tables on big endian machinesAndrew Tridgell1-6/+6
2001-11-29fixed lame char tables on big endian machinesAndrew Tridgell1-5/+5
2001-11-18fixed some bugs.Simo Sorce1-9/+5
2001-11-12some bugfix and new functions,Simo Sorce1-3/+42
2001-11-10fixed, moved and added some functionsSimo Sorce1-93/+112
2001-11-04Added missing strchr_wa.Jeremy Allison1-0/+5
2001-11-04a big one:Simo Sorce1-23/+182
2001-11-04remove {} from default valid char listAndrew Tridgell1-1/+1
2001-10-09old fixes I forgot to commitSimo Sorce1-5/+5
2001-10-07fixed lame valid tableAndrew Tridgell1-2/+2
2001-10-03fixed basic ucs2 operation on big endian boxes. Still a bit more toAndrew Tridgell1-5/+5
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-69/+70
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-30make strupper() and strlower() not modify the string if it doesn'tAndrew Tridgell1-4/+14
2001-09-25- the inactive core of the new mangling code that use tdbSimo Sorce1-0/+107
2001-08-24fixes big endian unistring problems. Need to check that it didn'tHerb Lewis1-2/+9
2001-07-20It looks like the rpc client code in libsmb hasn't been converted to theTim Potter1-0/+10
2001-07-18removed some unnecessary codeAndrew Tridgell1-10/+0
2001-07-06fixed strrchr_mAndrew Tridgell1-4/+3
2001-07-04unicode string length is twice longer ;-)Jean-François Micouleau1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1573/+71
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison1-2/+6
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-150/+0
2001-06-12Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversionJeremy Allison1-30/+16
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-2/+2
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-69/+1