index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c...
Jeremy Allison
2014-08-06
1
-2
/
+27
*
lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co...
Jeremy Allison
2014-08-06
1
-1
/
+11
*
ctdb-locking: Add per database queues for pending and active lock requests
Amitay Isaacs
2014-08-04
2
-32
/
+82
*
ctdb-locking: Update a comment
Amitay Isaacs
2014-08-04
1
-1
/
+1
*
ctdb-locking: Simplify check for locks on record or database
Amitay Isaacs
2014-08-04
1
-3
/
+3
*
ctdb-locking: Decrement pending statistics when lock is scheduled
Amitay Isaacs
2014-08-04
1
-2
/
+2
*
ctdb-locking: Update ctdb statistics for all lock types
Amitay Isaacs
2014-08-04
1
-1
/
+1
*
ctdb-locking: Add DB lock requests to head of the pending queue
Amitay Isaacs
2014-08-04
1
-1
/
+8
*
ctdb-locking: Remove unused variable lock_num_pending
Amitay Isaacs
2014-08-04
2
-5
/
+0
*
ctdb-locking: Increase number of lock processes per database to 200
Amitay Isaacs
2014-08-04
1
-1
/
+1
*
ctdb-locking: Add new tunable LockProcessesPerDB
Amitay Isaacs
2014-08-04
3
-4
/
+3
*
ctdb-locking: Allocate lock request soon after allocating lock context
Amitay Isaacs
2014-08-04
1
-6
/
+6
*
ctdb-locking: Remove unused function find_lock_context()
Amitay Isaacs
2014-08-04
1
-53
/
+0
*
ctdb-locking: Schedule the next possible lock based on per-db limit
Amitay Isaacs
2014-08-04
1
-15
/
+5
*
ctdb-locking: Remove multiple lock requests per lock context (part 2)
Amitay Isaacs
2014-08-04
1
-20
/
+12
*
ctdb-locking: Remove multiple lock requests per lock context (part 1)
Amitay Isaacs
2014-08-04
1
-41
/
+29
*
ctdb-locking: Remove unused structure members
Amitay Isaacs
2014-08-04
1
-3
/
+0
*
ctdb-locking: Fix the lock_type_str corresponding to LOCK_ALLDB
Amitay Isaacs
2014-08-04
1
-1
/
+1
*
selftest: Improve check to detect if nmbd is working.
Andreas Schneider
2014-08-04
1
-10
/
+25
*
selftest: Use the actual name of the nmblookup binary.
Andreas Schneider
2014-08-04
1
-1
/
+1
*
lib: Remove unused nstrcpy
Volker Lendecke
2014-08-04
1
-5
/
+0
*
lib: Make DEBUG a subsystem of its own
Volker Lendecke
2014-08-02
1
-2
/
+7
*
lib: Make close_low_fd() independently linkable
Volker Lendecke
2014-08-01
6
-51
/
+101
*
debug: Use close_low_fd in reopen_logs_internal
Volker Lendecke
2014-08-01
1
-1
/
+1
*
lib: Use close_low_fd in close_low_fds
Volker Lendecke
2014-08-01
1
-33
/
+19
*
lib: Add close_low_fd
Volker Lendecke
2014-08-01
2
-0
/
+48
*
fix unstrcpy
Volker Lendecke
2014-08-01
1
-1
/
+1
*
samba: Retain case sensitivity of cifs client
Shirish Pargaonkar
2014-08-01
1
-1
/
+2
*
winbindd-irpc: Ensure not to call irpc_send_reply twice on error
Andrew Bartlett
2014-08-01
1
-0
/
+1
*
libcli/auth: Ensure that the dns_names in/out parameter is preserved
Andrew Bartlett
2014-08-01
1
-1
/
+8
*
waf: socket_wrapper should check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.
Andreas Schneider
2014-07-31
1
-0
/
+12
*
uwrap: Support dropping all supplemetary groups with setgroups()
Jakub Hrozek
2014-07-31
1
-2
/
+12
*
uwrap: Add logging if uwrap is enabled correctly.
Andreas Schneider
2014-07-31
1
-0
/
+8
*
uwrap: Log error if we are out of memory.
Andreas Schneider
2014-07-31
1
-0
/
+2
*
uwrap: Add a better logging function.
Andreas Schneider
2014-07-31
1
-8
/
+67
*
uwrap: Check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.
Andreas Schneider
2014-07-31
2
-0
/
+19
*
uwrap: Fall back to RTLD_NEXT if we can't find libc.
Andreas Schneider
2014-07-31
1
-4
/
+4
*
uwrap: Add mutex in uwrap_destructor().
Andreas Schneider
2014-07-31
1
-0
/
+2
*
uwrap: Fix memory leak on error.
Andreas Schneider
2014-07-31
1
-0
/
+1
*
debug: Avoid dependency on str_list_make
Volker Lendecke
2014-07-31
1
-41
/
+29
*
debug: Fix blank line endings
Volker Lendecke
2014-07-31
1
-3
/
+3
*
debug: Increase maximum header length
Volker Lendecke
2014-07-31
1
-1
/
+1
*
debug: In dbghdrclass, don't call strlen repeatedly
Volker Lendecke
2014-07-31
1
-20
/
+40
*
debug: Fix a typo
Volker Lendecke
2014-07-31
1
-1
/
+1
*
debug: Simplify debug_parse_levels
Volker Lendecke
2014-07-31
1
-6
/
+6
*
debug: Simplify Debug1() -- no va_args
Volker Lendecke
2014-07-31
1
-34
/
+18
*
debug: Remove an "else"
Volker Lendecke
2014-07-31
1
-1
/
+3
*
debug: Remove two pointless assignments
Volker Lendecke
2014-07-31
1
-2
/
+0
*
debug: Only call Debug1 once in dbghdrclass
Volker Lendecke
2014-07-31
1
-6
/
+9
*
debug: Move adding timeval and loglevel
Volker Lendecke
2014-07-31
1
-12
/
+11
[prev]
[next]