index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_str.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
Jeremy Allison
2003-09-13
1
-3
/
+12
*
Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. Revered
Jeremy Allison
2003-09-12
1
-1
/
+1
*
Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@...
Jeremy Allison
2003-09-10
1
-0
/
+1
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
1
-2
/
+73
*
fix bug 397: use a variant of alloc_sub_basic() for string lists.
Gerald Carter
2003-09-05
1
-0
/
+30
*
Hand optimisatinos for strrchr_m using the properties we know about MB
Jeremy Allison
2003-09-05
1
-11
/
+47
*
Fastpath strchr_m for ASCII.
Jeremy Allison
2003-09-04
1
-0
/
+13
*
Used cachegrind to track down some bottlenecks.
Jeremy Allison
2003-09-04
1
-1
/
+10
*
Fix up overlapping memcpy -> memmove found by valgrind.
Jeremy Allison
2003-09-03
1
-1
/
+3
*
fix bug 289; make sure to reset the offset into a string when reallocating space
Gerald Carter
2003-08-25
1
-1
/
+2
*
get rid of more compiler warnings
Herb Lewis
2003-08-15
1
-7
/
+7
*
get rid of const as these things really are not const
Herb Lewis
2003-08-15
1
-5
/
+5
*
Use push_ucs2_allocate(), rather than convert_string_allocate() directly.
Andrew Bartlett
2003-07-27
1
-37
/
+5
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
1
-1
/
+1
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
1
-1
/
+1
*
Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.
Andrew Bartlett
2003-07-19
1
-11
/
+24
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-3
/
+3
*
Added fix for Japanese case names in statcache - these can change
Jeremy Allison
2003-07-02
1
-0
/
+20
*
large change:
Gerald Carter
2003-06-25
1
-21
/
+38
*
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
2003-05-12
1
-0
/
+22
*
merge in metze' smbcquotas patch from HEAD
Gerald Carter
2003-04-15
1
-3
/
+3
*
Don't set zero length for the base64 decoded string (fixes swat auth).
Andrew Bartlett
2003-04-02
1
-2
/
+2
*
(merge from HEAD)
Andrew Bartlett
2003-03-24
1
-2
/
+22
*
use strnlen to prevent coredumps
Jim McDonough
2003-03-19
1
-3
/
+3
*
Merge mbp's HEAD changes.
Jeremy Allison
2003-03-18
1
-33
/
+71
*
Merge in the developer string options from HEAD. We need to ensure 3.0
Jeremy Allison
2003-03-18
1
-47
/
+51
*
Merge from (earlier) HEAD - doxygen.
Andrew Bartlett
2003-03-17
1
-6
/
+8
*
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
2003-02-24
1
-122
/
+129
*
base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().
Jim McDonough
2003-02-18
1
-1
/
+1
*
merge from head
Andrew Tridgell
2003-02-07
1
-2
/
+6
*
Merge from HEAD:
Andrew Bartlett
2003-01-28
1
-0
/
+94
*
Janitorial duty...
Jeremy Allison
2003-01-17
1
-4
/
+8
*
*lots of small merges form HEAD
Gerald Carter
2003-01-15
1
-5
/
+17
*
Merge from HEAD - whitespace :-)
Andrew Bartlett
2003-01-04
1
-1
/
+0
*
Merge from HEAD - mimir's new gencache based namecache code.
Andrew Bartlett
2003-01-04
1
-0
/
+152
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-2
/
+2
*
Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.
Andrew Bartlett
2003-01-03
1
-2
/
+2
*
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
2002-12-11
1
-0
/
+11
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-7
/
+8
*
Added const. Anal formatting fixup.
Jeremy Allison
2002-10-02
1
-175
/
+222
*
syncing up with HEAD. Seems to be a lot of differences creeping in
Gerald Carter
2002-10-01
1
-2
/
+2
*
Updates from Samba HEAD:
Andrew Bartlett
2002-10-01
1
-6
/
+6
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-72
/
+93
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-18
/
+314
*
added strndup() for systems that don't have it
Andrew Tridgell
2002-04-11
1
-0
/
+19
*
this adds a completely new hash based mangling scheme
Andrew Tridgell
2002-04-11
1
-0
/
+20
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
minor fixes
Simo Sorce
2002-01-25
1
-3
/
+4
*
Roll back PSTRING_SANCTIFY patch; just leave non-controversial type
Martin Pool
2002-01-16
1
-2
/
+2
*
Add constness to filenames passed to functions.
Martin Pool
2002-01-15
1
-0
/
+25
[next]