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