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
/
source
/
lib
/
util_str.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r6014: rather large change set....
Gerald Carter
2007-10-10
1
-0
/
+14
*
r5961: final round of compiler warning fixes based on feedback from Jason Mader
Gerald Carter
2007-10-10
1
-1
/
+1
*
r5956: more compile warngin fixes from the Mr. Mader
Gerald Carter
2007-10-10
1
-3
/
+3
*
r5954: Fix some compiler warnings and add missing exclude-block in "net rpc
Günther Deschner
2007-10-10
1
-1
/
+1
*
r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r5158: BUG 2263: patch from Timur Bakeyev <timur@com.bat.ru> to guard base64_...
Gerald Carter
2007-10-10
1
-4
/
+10
*
r5066: A couple of small fixes from James Peach @ SGI.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r4746: add server support for lsa_enum_acct_rights(); last checkin for the night
Gerald Carter
2007-10-10
1
-0
/
+16
*
r4334: Fix for bugid #2186 - from Buck Huppmann <buckh@pobox.com>
Jeremy Allison
2007-10-10
1
-0
/
+8
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-19
/
+19
*
r2605: Fix stupid typo in back-port of Samba4 fix.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r2578: Pick up optimisation from Samba4 - thanks tridge !
Jeremy Allison
2007-10-10
1
-0
/
+12
*
r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.
Jeremy Allison
2007-10-10
1
-5
/
+8
*
r2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve errno in MB strupper_m...
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r2111: Fix memleak with valid names.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r2070: Let's try to overload srnlen and strndup for AIX where they are natly ...
Simo Sorce
2007-10-10
1
-2
/
+2
*
r1570: merging changes from 3.0.5
Gerald Carter
2007-10-10
1
-4
/
+12
*
r1087: BUG 1221: revert old change that used single and double quotes as deli...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
2007-10-10
1
-4
/
+2
*
r116: volker's patch for local group and group nesting
Gerald Carter
2007-10-10
1
-0
/
+18
*
r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.
Andrew Bartlett
2007-10-10
1
-0
/
+11
*
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
2004-03-13
1
-1
/
+0
*
Given how core this code is, I figure it should have it's own testsuite.
Andrew Bartlett
2004-03-09
1
-7
/
+11
*
JRA's recent strstr_m work really badly broke our string_sub code.
Andrew Bartlett
2004-03-09
1
-2
/
+10
*
Added strstr_m() function. Use in all places where we might run into mb
Jeremy Allison
2004-03-09
1
-4
/
+74
*
Missed SAFE_FREE (typo).
Jeremy Allison
2004-02-13
1
-1
/
+2
*
Added Andrew Bartlett's patch to use an allocated buffer for count_chars.
Jeremy Allison
2004-02-13
1
-2
/
+8
*
Fix final valgrind errors with #830. Catch mb conversion error that may not
Jeremy Allison
2004-02-04
1
-2
/
+16
*
Fix decoding of base64. We got the length wrong when the result was not
Volker Lendecke
2004-01-23
1
-0
/
+2
*
Fix for bug #922. Fast path not called for strlower_m() and strupper_m().
Jeremy Allison
2004-01-07
1
-2
/
+2
*
Fix bug 916 - do not perform a + -> space substitution for squid URL encoded
Andrew Bartlett
2003-12-25
1
-5
/
+0
*
Ensure that items in a list of strings containing whitespace
Gerald Carter
2003-11-22
1
-1
/
+1
*
Added useful information to debug lines.
Rafal Szczesniak
2003-11-19
1
-4
/
+4
*
Useful debug message. Patch by metze.
Rafal Szczesniak
2003-11-18
1
-2
/
+4
*
Squelch some warnings with more casty-foo.
Richard Sharpe
2003-11-13
1
-2
/
+2
*
Fix more 64-bit printf warnings.
Tim Potter
2003-11-03
1
-2
/
+3
*
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
[next]