index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_unistr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
AS/U on a sparc now joins and authenticates against a Samba PDC !
Jeremy Allison
2001-03-15
1
-69
/
+1
*
Fixed reading of strings from big-endian RPC clients.
Jeremy Allison
2001-03-13
1
-0
/
+68
*
make ascii_to_unistr always use little-endian. This fn is never used
Andrew Tridgell
2001-02-21
1
-2
/
+5
*
initial client side unicode support (needed for netapp filer)
Andrew Tridgell
2001-02-20
1
-1
/
+1
*
Removed uninitialised variable.
Jeremy Allison
2000-12-20
1
-1
/
+0
*
A couple more UMR fixes.
Jeremy Allison
2000-12-18
1
-2
/
+2
*
Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing
Jeremy Allison
2000-12-15
1
-5
/
+5
*
lib/util_unistr.c:
Jean-François Micouleau
2000-12-15
1
-22
/
+21
*
Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.
Tim Potter
2000-12-01
1
-2
/
+3
*
Fixed nasty size wrong bug spotted by the eagle eyes of
Jeremy Allison
2000-10-10
1
-1
/
+1
*
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
2000-10-04
1
-4
/
+4
*
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
2000-10-03
1
-0
/
+14
*
fixed unistr_to_ascii to deal with NULL src strings
Gerald Carter
2000-08-12
1
-14
/
+14
*
Deal will NULL UNISTR in unistr_to_ascii
Gerald Carter
2000-08-10
1
-13
/
+21
*
More rpcclient merge issues:
Gerald Carter
2000-07-07
1
-0
/
+46
*
lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...
Jeremy Allison
2000-06-23
1
-1
/
+1
*
lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.
Jeremy Allison
2000-06-22
1
-48
/
+3
*
Getting back to a compilable state (not there yet but close).
Jeremy Allison
2000-06-01
1
-1
/
+1
*
unistr_to_dos not unistr_to_ascii
Luke Leighton
2000-05-27
1
-0
/
+22
*
Added unicode_to_dos_char() function to address converting single UNICODE
Jeremy Allison
2000-05-12
1
-0
/
+22
*
lib/util_unistr.c:
Jeremy Allison
2000-05-10
1
-11
/
+15
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
1
-23
/
+16
*
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
2000-04-22
1
-19
/
+12
*
use macros for table boundaries
Andrew Tridgell
2000-04-15
1
-6
/
+9
*
a quick hack to reduce the size of the unicode map table headers from
Andrew Tridgell
2000-04-15
1
-9
/
+39
*
added a cheap and nasty skip_unibuf() fn to allow easier merging from
Andrew Tridgell
2000-04-11
1
-0
/
+10
*
changed the definition of dos_PutUniCode
Andrew Tridgell
2000-03-27
1
-4
/
+9
*
Correctly convert from little-endian UNICODE to dos_codepage when doing
Jeremy Allison
2000-03-22
1
-0
/
+2
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
1
-51
/
+14
*
Hum, I should remove my gloves when I'm in front of an xterm :)
Jean-François Micouleau
2000-02-07
1
-2
/
+2
*
Jeremy can you check lib/util_unistr.c for codepages support ?
Jean-François Micouleau
2000-02-07
1
-0
/
+97
*
Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
2000-01-26
1
-3
/
+3
*
Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.
Jeremy Allison
1999-12-29
1
-37
/
+875
*
Fixed range checking in unicode to multibyte function. Oops.
Jeremy Allison
1999-12-23
1
-9
/
+15
*
Added wtoupper/wtolower.
Jeremy Allison
1999-12-23
1
-0
/
+19
*
Samba now includes a full ucs2 upper to lower case (and vica versa) map table.
Jeremy Allison
1999-12-23
1
-0
/
+56
*
include/includes.h: Trimmed down unicode directory entry to be POSIX complient.
Jeremy Allison
1999-12-22
1
-0
/
+14
*
Ok - we now have the following functions for UNICODE support :
Jeremy Allison
1999-12-22
1
-0
/
+127
*
Added new unicode functions - not used yet, but are the basis for the
Jeremy Allison
1999-12-21
1
-1
/
+209
*
Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.
Jeremy Allison
1999-12-13
1
-2
/
+2
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-194
/
+445
*
samuserset <username> -p password. YESSSSS :)
Luke Leighton
1999-11-04
1
-6
/
+16
*
had to move unistr2_dup(), unistr2_free() and unistr2_copy() into
Luke Leighton
1999-11-03
1
-0
/
+34
*
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
1999-10-30
1
-0
/
+23
*
- typecast malloc / Realloc issues.
Luke Leighton
1999-10-25
1
-8
/
+8
*
- added rudimentary CAP_UNICODE support because i thought it was part of
Luke Leighton
1999-10-07
1
-2
/
+3
*
Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. A
Matthew Chapman
1999-04-08
1
-2
/
+3
*
Always null-terminate strings.
Matthew Chapman
1999-02-15
1
-16
/
+33
*
const cast issues. [p.s - tidy work, matt!]
Luke Leighton
1999-02-12
1
-16
/
+31
*
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1999-02-12
1
-196
/
+114
[next]