summaryrefslogtreecommitdiff
path: root/source3/lib/util_unistr.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-07-07More rpcclient merge issues:Gerald Carter1-0/+46
2000-06-23lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...Jeremy Allison1-1/+1
2000-06-22lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison1-48/+3
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-1/+1
2000-05-27unistr_to_dos not unistr_to_asciiLuke Leighton1-0/+22
2000-05-12Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison1-0/+22
2000-05-10lib/util_unistr.c:Jeremy Allison1-11/+15
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-23/+16
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