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
2003-04-04
check_dos_char: Change this to use a lazily-initialized lookup table
Martin Pool
1
-3
/
+49
2003-04-04
check_dos_char: Export this function so that it can be tested in
Martin Pool
1
-1
/
+1
2003-02-27
Merge 1.100 patch from HEAD:
Martin Pool
1
-8
/
+15
2003-02-24
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
1
-3
/
+10
2003-01-29
Return 0 instead of crashing when a NULL source string is passed
Jeremy Allison
1
-0
/
+1
2002-11-08
patches from Urban
Gerald Carter
1
-0
/
+2
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-0
/
+10
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-0
/
+41
2002-03-26
OpenPrinter() merge from 2.2
Gerald Carter
1
-0
/
+32
2002-03-21
must use native endian index when creating default valid.dat table so it
Herb Lewis
1
-2
/
+2
2002-03-06
fixed the upper/lower case table generation on big-endian machines
Herb Lewis
1
-9
/
+26
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-12-20
fixed warnings on irix and crash bug on big endian machines
Andrew Tridgell
1
-1
/
+5
2001-12-20
much better auto-init of valid_table[]. This should just about remove
Andrew Tridgell
1
-7
/
+43
2001-12-20
mark '.' as a valid character
Andrew Tridgell
1
-1
/
+1
2001-12-01
The beginnings of alternative backends for winbindd
Andrew Tridgell
1
-0
/
+17
2001-11-29
fixed typo
Andrew Tridgell
1
-1
/
+1
2001-11-29
fixed toupper_w() and friends on big-endian
Andrew Tridgell
1
-6
/
+6
2001-11-29
2nd attempt at fixing lame char tables on big endian machines
Andrew Tridgell
1
-6
/
+6
2001-11-29
fixed lame char tables on big endian machines
Andrew Tridgell
1
-5
/
+5
2001-11-18
fixed some bugs.
Simo Sorce
1
-9
/
+5
2001-11-12
some bugfix and new functions,
Simo Sorce
1
-3
/
+42
2001-11-10
fixed, moved and added some functions
Simo Sorce
1
-93
/
+112
2001-11-04
Added missing strchr_wa.
Jeremy Allison
1
-0
/
+5
2001-11-04
a big one:
Simo Sorce
1
-23
/
+182
2001-11-04
remove {} from default valid char list
Andrew Tridgell
1
-1
/
+1
2001-10-09
old fixes I forgot to commit
Simo Sorce
1
-5
/
+5
2001-10-07
fixed lame valid table
Andrew Tridgell
1
-2
/
+2
2001-10-03
fixed basic ucs2 operation on big endian boxes. Still a bit more to
Andrew Tridgell
1
-5
/
+5
2001-10-03
switched over to a new method of handling uppercase/lowercase mappings
Andrew Tridgell
1
-69
/
+70
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-3
/
+0
2001-09-30
make strupper() and strlower() not modify the string if it doesn't
Andrew Tridgell
1
-4
/
+14
2001-09-25
- the inactive core of the new mangling code that use tdb
Simo Sorce
1
-0
/
+107
2001-08-24
fixes big endian unistring problems. Need to check that it didn't
Herb Lewis
1
-2
/
+9
2001-07-20
It looks like the rpc client code in libsmb hasn't been converted to the
Tim Potter
1
-0
/
+10
2001-07-18
removed some unnecessary code
Andrew Tridgell
1
-10
/
+0
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
[next]