summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_unistr.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...Jeremy Allison2000-06-231-1/+1
* lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison2000-06-221-48/+3
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-1/+1
* unistr_to_dos not unistr_to_asciiLuke Leighton2000-05-271-0/+22
* Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison2000-05-121-0/+22
* lib/util_unistr.c:Jeremy Allison2000-05-101-11/+15
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-23/+16
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-19/+12
* use macros for table boundariesAndrew Tridgell2000-04-151-6/+9
* a quick hack to reduce the size of the unicode map table headers fromAndrew Tridgell2000-04-151-9/+39
* added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell2000-04-111-0/+10
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-4/+9
* Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-0/+2
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-51/+14
* Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau2000-02-071-2/+2
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-071-0/+97
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-261-3/+3
* Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1999-12-291-37/+875
* Fixed range checking in unicode to multibyte function. Oops.Jeremy Allison1999-12-231-9/+15
* Added wtoupper/wtolower.Jeremy Allison1999-12-231-0/+19
* Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison1999-12-231-0/+56
* include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison1999-12-221-0/+14
* Ok - we now have the following functions for UNICODE support :Jeremy Allison1999-12-221-0/+127
* Added new unicode functions - not used yet, but are the basis for theJeremy Allison1999-12-211-1/+209
* Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.Jeremy Allison1999-12-131-2/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-194/+445
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-6/+16
* had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1999-11-031-0/+34