summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_unistr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-0/+23
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-8/+8
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-2/+3
* Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. AMatthew Chapman1999-04-081-2/+3
* Always null-terminate strings.Matthew Chapman1999-02-151-16/+33
* const cast issues. [p.s - tidy work, matt!]Luke Leighton1999-02-121-16/+31
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-196/+114
* UNICODE issues.Luke Leighton1999-02-111-7/+7
* the UNICODE issue...Luke Leighton1999-02-111-1/+27
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-101-38/+50
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-6/+6
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-1/+1
* rpcclient registry commands.Luke Leighton1998-11-101-0/+64
* split string and unicode string routines into these files.Luke Leighton1998-11-051-0/+186