summaryrefslogtreecommitdiffstats
path: root/source/lib/util_unistr.c
Commit message (Expand)AuthorAgeFilesLines
* OpenPrinter() merge from 2.2Gerald Carter2002-03-261-0/+32
* must use native endian index when creating default valid.dat table so itHerb Lewis2002-03-211-2/+2
* fixed the upper/lower case table generation on big-endian machinesHerb Lewis2002-03-061-9/+26
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-201-1/+5
* much better auto-init of valid_table[]. This should just about removeAndrew Tridgell2001-12-201-7/+43
* mark '.' as a valid characterAndrew Tridgell2001-12-201-1/+1
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-011-0/+17
* fixed typoAndrew Tridgell2001-11-291-1/+1
* fixed toupper_w() and friends on big-endianAndrew Tridgell2001-11-291-6/+6
* 2nd attempt at fixing lame char tables on big endian machinesAndrew Tridgell2001-11-291-6/+6
* fixed lame char tables on big endian machinesAndrew Tridgell2001-11-291-5/+5
* fixed some bugs.Simo Sorce2001-11-181-9/+5
* some bugfix and new functions,Simo Sorce2001-11-121-3/+42
* fixed, moved and added some functionsSimo Sorce2001-11-101-93/+112
* Added missing strchr_wa.Jeremy Allison2001-11-041-0/+5
* a big one:Simo Sorce2001-11-041-23/+182
* remove {} from default valid char listAndrew Tridgell2001-11-041-1/+1
* old fixes I forgot to commitSimo Sorce2001-10-091-5/+5
* fixed lame valid tableAndrew Tridgell2001-10-071-2/+2
* fixed basic ucs2 operation on big endian boxes. Still a bit more toAndrew Tridgell2001-10-031-5/+5
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-69/+70
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* make strupper() and strlower() not modify the string if it doesn'tAndrew Tridgell2001-09-301-4/+14
* - the inactive core of the new mangling code that use tdbSimo Sorce2001-09-251-0/+107
* fixes big endian unistring problems. Need to check that it didn'tHerb Lewis2001-08-241-2/+9
* It looks like the rpc client code in libsmb hasn't been converted to theTim Potter2001-07-201-0/+10
* removed some unnecessary codeAndrew Tridgell2001-07-181-10/+0
* fixed strrchr_mAndrew Tridgell2001-07-061-4/+3
* unicode string length is twice longer ;-)Jean-François Micouleau2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-1573/+71
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-231-2/+6
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-150/+0
* Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversionJeremy Allison2001-06-121-30/+16
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-2/+2
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-69/+1
* Fixed reading of strings from big-endian RPC clients.Jeremy Allison2001-03-131-0/+68
* make ascii_to_unistr always use little-endian. This fn is never usedAndrew Tridgell2001-02-211-2/+5
* initial client side unicode support (needed for netapp filer)Andrew Tridgell2001-02-201-1/+1
* Removed uninitialised variable.Jeremy Allison2000-12-201-1/+0
* A couple more UMR fixes.Jeremy Allison2000-12-181-2/+2
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-151-5/+5
* lib/util_unistr.c:Jean-François Micouleau2000-12-151-22/+21
* Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.Tim Potter2000-12-011-2/+3
* Fixed nasty size wrong bug spotted by the eagle eyes ofJeremy Allison2000-10-101-1/+1
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-4/+4
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-0/+14
* fixed unistr_to_ascii to deal with NULL src stringsGerald Carter2000-08-121-14/+14
* Deal will NULL UNISTR in unistr_to_asciiGerald Carter2000-08-101-13/+21
* More rpcclient merge issues:Gerald Carter2000-07-071-0/+46