summaryrefslogtreecommitdiff
path: root/source3/lib/util_unistr.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison1-0/+68
2001-02-21make ascii_to_unistr always use little-endian. This fn is never usedAndrew Tridgell1-2/+5
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell1-1/+1
2000-12-20Removed uninitialised variable.Jeremy Allison1-1/+0
2000-12-18A couple more UMR fixes.Jeremy Allison1-2/+2
2000-12-15Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison1-5/+5
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-22/+21
2000-12-01Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.Tim Potter1-2/+3
2000-10-10Fixed nasty size wrong bug spotted by the eagle eyes ofJeremy Allison1-1/+1
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-4/+4
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison1-0/+14
2000-08-12fixed unistr_to_ascii to deal with NULL src stringsGerald Carter1-14/+14
2000-08-10Deal will NULL UNISTR in unistr_to_asciiGerald Carter1-13/+21