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_str.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1570: merging changes from 3.0.5
Gerald Carter
1
-4
/
+12
2007-10-10
r1087: BUG 1221: revert old change that used single and double quotes as deli...
Gerald Carter
1
-1
/
+1
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
1
-4
/
+2
2007-10-10
r116: volker's patch for local group and group nesting
Gerald Carter
1
-0
/
+18
2007-10-10
r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.
Andrew Bartlett
1
-0
/
+11
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
1
-1
/
+0
2004-03-09
Given how core this code is, I figure it should have it's own testsuite.
Andrew Bartlett
1
-7
/
+11
2004-03-09
JRA's recent strstr_m work really badly broke our string_sub code.
Andrew Bartlett
1
-2
/
+10
2004-03-09
Added strstr_m() function. Use in all places where we might run into mb
Jeremy Allison
1
-4
/
+74
2004-02-13
Missed SAFE_FREE (typo).
Jeremy Allison
1
-1
/
+2
2004-02-13
Added Andrew Bartlett's patch to use an allocated buffer for count_chars.
Jeremy Allison
1
-2
/
+8
2004-02-04
Fix final valgrind errors with #830. Catch mb conversion error that may not
Jeremy Allison
1
-2
/
+16
2004-01-23
Fix decoding of base64. We got the length wrong when the result was not
Volker Lendecke
1
-0
/
+2
2004-01-07
Fix for bug #922. Fast path not called for strlower_m() and strupper_m().
Jeremy Allison
1
-2
/
+2
2003-12-25
Fix bug 916 - do not perform a + -> space substitution for squid URL encoded
Andrew Bartlett
1
-5
/
+0
2003-11-22
Ensure that items in a list of strings containing whitespace
Gerald Carter
1
-1
/
+1
2003-11-19
Added useful information to debug lines.
Rafal Szczesniak
1
-4
/
+4
2003-11-18
Useful debug message. Patch by metze.
Rafal Szczesniak
1
-2
/
+4
2003-11-13
Squelch some warnings with more casty-foo.
Richard Sharpe
1
-2
/
+2
2003-11-03
Fix more 64-bit printf warnings.
Tim Potter
1
-2
/
+3
2003-09-13
Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
Jeremy Allison
1
-3
/
+12
2003-09-12
Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. Revered
Jeremy Allison
1
-1
/
+1
2003-09-10
Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@...
Jeremy Allison
1
-0
/
+1
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
1
-2
/
+73
2003-09-05
fix bug 397: use a variant of alloc_sub_basic() for string lists.
Gerald Carter
1
-0
/
+30
2003-09-05
Hand optimisatinos for strrchr_m using the properties we know about MB
Jeremy Allison
1
-11
/
+47
2003-09-04
Fastpath strchr_m for ASCII.
Jeremy Allison
1
-0
/
+13
2003-09-04
Used cachegrind to track down some bottlenecks.
Jeremy Allison
1
-1
/
+10
2003-09-03
Fix up overlapping memcpy -> memmove found by valgrind.
Jeremy Allison
1
-1
/
+3
2003-08-25
fix bug 289; make sure to reset the offset into a string when reallocating space
Gerald Carter
1
-1
/
+2
2003-08-15
get rid of more compiler warnings
Herb Lewis
1
-7
/
+7
2003-08-15
get rid of const as these things really are not const
Herb Lewis
1
-5
/
+5
2003-07-27
Use push_ucs2_allocate(), rather than convert_string_allocate() directly.
Andrew Bartlett
1
-37
/
+5
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
1
-1
/
+1
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
1
-1
/
+1
2003-07-19
Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.
Andrew Bartlett
1
-11
/
+24
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-3
/
+3
2003-07-02
Added fix for Japanese case names in statcache - these can change
Jeremy Allison
1
-0
/
+20
2003-06-25
large change:
Gerald Carter
1
-21
/
+38
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
1
-0
/
+22
2003-04-15
merge in metze' smbcquotas patch from HEAD
Gerald Carter
1
-3
/
+3
2003-04-02
Don't set zero length for the base64 decoded string (fixes swat auth).
Andrew Bartlett
1
-2
/
+2
2003-03-24
(merge from HEAD)
Andrew Bartlett
1
-2
/
+22
2003-03-19
use strnlen to prevent coredumps
Jim McDonough
1
-3
/
+3
2003-03-18
Merge mbp's HEAD changes.
Jeremy Allison
1
-33
/
+71
2003-03-18
Merge in the developer string options from HEAD. We need to ensure 3.0
Jeremy Allison
1
-47
/
+51
2003-03-17
Merge from (earlier) HEAD - doxygen.
Andrew Bartlett
1
-6
/
+8
2003-02-24
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
1
-122
/
+129
2003-02-18
base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().
Jim McDonough
1
-1
/
+1
2003-02-07
merge from head
Andrew Tridgell
1
-2
/
+6
[next]