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
r13622: Allow to rename machine accounts in a Samba Domain. This still uses the
Günther Deschner
1
-3
/
+8
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-5
/
+5
2007-10-10
r13393: Do not initialize the lp_svcctl_list() value since it is handled
Gerald Carter
1
-0
/
+3
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-12
/
+87
2007-10-10
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
1
-8
/
+8
2007-10-10
r12313: Introduce yet another copy of the string_sub function:
Volker Lendecke
1
-1
/
+73
2007-10-10
r9282: Whitespace.
Jeremy Allison
1
-10
/
+10
2007-10-10
r9271: Fix problems with german umlauts - strcmp_w was broken (needs to alway...
Jeremy Allison
1
-5
/
+5
2007-10-10
r9201: Ouch.... :-(
Volker Lendecke
1
-1
/
+1
2007-10-10
r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.
Volker Lendecke
1
-5
/
+11
2007-10-10
r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,
Günther Deschner
1
-3
/
+12
2007-10-10
r8506: BUG 2853: don't strip out characters like '$' from printer names
Gerald Carter
1
-3
/
+12
2007-10-10
r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)...
Jim McDonough
1
-0
/
+27
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-0
/
+66
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-11
/
+11
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
1
-11
/
+11
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-0
/
+14
2007-10-10
r5961: final round of compiler warning fixes based on feedback from Jason Mader
Gerald Carter
1
-1
/
+1
2007-10-10
r5956: more compile warngin fixes from the Mr. Mader
Gerald Carter
1
-3
/
+3
2007-10-10
r5954: Fix some compiler warnings and add missing exclude-block in "net rpc
Günther Deschner
1
-1
/
+1
2007-10-10
r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...
Gerald Carter
1
-1
/
+1
2007-10-10
r5158: BUG 2263: patch from Timur Bakeyev <timur@com.bat.ru> to guard base64_...
Gerald Carter
1
-4
/
+10
2007-10-10
r5066: A couple of small fixes from James Peach @ SGI.
Jeremy Allison
1
-2
/
+2
2007-10-10
r4746: add server support for lsa_enum_acct_rights(); last checkin for the night
Gerald Carter
1
-0
/
+16
2007-10-10
r4334: Fix for bugid #2186 - from Buck Huppmann <buckh@pobox.com>
Jeremy Allison
1
-0
/
+8
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-19
/
+19
2007-10-10
r2605: Fix stupid typo in back-port of Samba4 fix.
Jeremy Allison
1
-1
/
+1
2007-10-10
r2578: Pick up optimisation from Samba4 - thanks tridge !
Jeremy Allison
1
-0
/
+12
2007-10-10
r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.
Jeremy Allison
1
-5
/
+8
2007-10-10
r2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve errno in MB strupper_m...
Jeremy Allison
1
-0
/
+6
2007-10-10
r2111: Fix memleak with valid names.
Jeremy Allison
1
-0
/
+1
2007-10-10
r2070: Let's try to overload srnlen and strndup for AIX where they are natly ...
Simo Sorce
1
-2
/
+2
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
[next]