summaryrefslogtreecommitdiff
path: root/source3/lib/util_unistr.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-19/+12
2000-04-15use macros for table boundariesAndrew Tridgell1-6/+9
2000-04-15a quick hack to reduce the size of the unicode map table headers fromAndrew Tridgell1-9/+39
2000-04-11added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell1-0/+10
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-4/+9
2000-03-22Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison1-0/+2
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-51/+14
2000-02-07Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau1-2/+2
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau1-0/+97
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-3/+3
1999-12-29Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1-37/+875
1999-12-23Fixed range checking in unicode to multibyte function. Oops.Jeremy Allison1-9/+15
1999-12-23Added wtoupper/wtolower.Jeremy Allison1-0/+19
1999-12-23Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison1-0/+56
1999-12-22include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison1-0/+14
1999-12-22Ok - we now have the following functions for UNICODE support :Jeremy Allison1-0/+127
1999-12-21Added new unicode functions - not used yet, but are the basis for theJeremy Allison1-1/+209
1999-12-13Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.Jeremy Allison1-2/+2
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-194/+445
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-6/+16
1999-11-03had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1-0/+34
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-0/+23
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-8/+8
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1-2/+3
1999-04-08Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. AMatthew Chapman1-2/+3
1999-02-15Always null-terminate strings.Matthew Chapman1-16/+33
1999-02-12const cast issues. [p.s - tidy work, matt!]Luke Leighton1-16/+31
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-196/+114
1999-02-11UNICODE issues.Luke Leighton1-7/+7
1999-02-11the UNICODE issue...Luke Leighton1-1/+27
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-38/+50
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-6/+6
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-1/+1
1998-11-10rpcclient registry commands.Luke Leighton1-0/+64
1998-11-05split string and unicode string routines into these files.Luke Leighton1-0/+186