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
*
fixed warnings on irix and crash bug on big endian machines
Andrew Tridgell
2001-12-20
1
-1
/
+5
*
much better auto-init of valid_table[]. This should just about remove
Andrew Tridgell
2001-12-20
1
-7
/
+43
*
mark '.' as a valid character
Andrew Tridgell
2001-12-20
1
-1
/
+1
*
The beginnings of alternative backends for winbindd
Andrew Tridgell
2001-12-01
1
-0
/
+17
*
fixed typo
Andrew Tridgell
2001-11-29
1
-1
/
+1
*
fixed toupper_w() and friends on big-endian
Andrew Tridgell
2001-11-29
1
-6
/
+6
*
2nd attempt at fixing lame char tables on big endian machines
Andrew Tridgell
2001-11-29
1
-6
/
+6
*
fixed lame char tables on big endian machines
Andrew Tridgell
2001-11-29
1
-5
/
+5
*
fixed some bugs.
Simo Sorce
2001-11-18
1
-9
/
+5
*
some bugfix and new functions,
Simo Sorce
2001-11-12
1
-3
/
+42
*
fixed, moved and added some functions
Simo Sorce
2001-11-10
1
-93
/
+112
*
Added missing strchr_wa.
Jeremy Allison
2001-11-04
1
-0
/
+5
*
a big one:
Simo Sorce
2001-11-04
1
-23
/
+182
*
remove {} from default valid char list
Andrew Tridgell
2001-11-04
1
-1
/
+1
*
old fixes I forgot to commit
Simo Sorce
2001-10-09
1
-5
/
+5
*
fixed lame valid table
Andrew Tridgell
2001-10-07
1
-2
/
+2
*
fixed basic ucs2 operation on big endian boxes. Still a bit more to
Andrew Tridgell
2001-10-03
1
-5
/
+5
*
switched over to a new method of handling uppercase/lowercase mappings
Andrew Tridgell
2001-10-03
1
-69
/
+70
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-3
/
+0
*
make strupper() and strlower() not modify the string if it doesn't
Andrew Tridgell
2001-09-30
1
-4
/
+14
*
- the inactive core of the new mangling code that use tdb
Simo Sorce
2001-09-25
1
-0
/
+107
*
fixes big endian unistring problems. Need to check that it didn't
Herb Lewis
2001-08-24
1
-2
/
+9
*
It looks like the rpc client code in libsmb hasn't been converted to the
Tim Potter
2001-07-20
1
-0
/
+10
*
removed some unnecessary code
Andrew Tridgell
2001-07-18
1
-10
/
+0
*
fixed strrchr_m
Andrew Tridgell
2001-07-06
1
-4
/
+3
*
unicode string length is twice longer ;-)
Jean-François Micouleau
2001-07-04
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-1573
/
+71
*
Added other_safe_chars to alpha_strcpy(). Needs testing but is a better
Jeremy Allison
2001-06-23
1
-2
/
+6
*
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
2001-06-21
1
-150
/
+0
*
Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion
Jeremy Allison
2001-06-12
1
-30
/
+16
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-2
/
+2
*
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
[next]