summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c...Jeremy Allison2014-08-061-2/+27
* lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co...Jeremy Allison2014-08-061-1/+11
* ctdb-locking: Add per database queues for pending and active lock requestsAmitay Isaacs2014-08-042-32/+82
* ctdb-locking: Update a commentAmitay Isaacs2014-08-041-1/+1
* ctdb-locking: Simplify check for locks on record or databaseAmitay Isaacs2014-08-041-3/+3
* ctdb-locking: Decrement pending statistics when lock is scheduledAmitay Isaacs2014-08-041-2/+2
* ctdb-locking: Update ctdb statistics for all lock typesAmitay Isaacs2014-08-041-1/+1
* ctdb-locking: Add DB lock requests to head of the pending queueAmitay Isaacs2014-08-041-1/+8
* ctdb-locking: Remove unused variable lock_num_pendingAmitay Isaacs2014-08-042-5/+0
* ctdb-locking: Increase number of lock processes per database to 200Amitay Isaacs2014-08-041-1/+1
* ctdb-locking: Add new tunable LockProcessesPerDBAmitay Isaacs2014-08-043-4/+3
* ctdb-locking: Allocate lock request soon after allocating lock contextAmitay Isaacs2014-08-041-6/+6
* ctdb-locking: Remove unused function find_lock_context()Amitay Isaacs2014-08-041-53/+0
* ctdb-locking: Schedule the next possible lock based on per-db limitAmitay Isaacs2014-08-041-15/+5
* ctdb-locking: Remove multiple lock requests per lock context (part 2)Amitay Isaacs2014-08-041-20/+12
* ctdb-locking: Remove multiple lock requests per lock context (part 1)Amitay Isaacs2014-08-041-41/+29
* ctdb-locking: Remove unused structure membersAmitay Isaacs2014-08-041-3/+0
* ctdb-locking: Fix the lock_type_str corresponding to LOCK_ALLDBAmitay Isaacs2014-08-041-1/+1
* selftest: Improve check to detect if nmbd is working.Andreas Schneider2014-08-041-10/+25
* selftest: Use the actual name of the nmblookup binary.Andreas Schneider2014-08-041-1/+1
* lib: Remove unused nstrcpyVolker Lendecke2014-08-041-5/+0
* lib: Make DEBUG a subsystem of its ownVolker Lendecke2014-08-021-2/+7
* lib: Make close_low_fd() independently linkableVolker Lendecke2014-08-016-51/+101
* debug: Use close_low_fd in reopen_logs_internalVolker Lendecke2014-08-011-1/+1
* lib: Use close_low_fd in close_low_fdsVolker Lendecke2014-08-011-33/+19
* lib: Add close_low_fdVolker Lendecke2014-08-012-0/+48
* fix unstrcpyVolker Lendecke2014-08-011-1/+1
* samba: Retain case sensitivity of cifs clientShirish Pargaonkar2014-08-011-1/+2
* winbindd-irpc: Ensure not to call irpc_send_reply twice on errorAndrew Bartlett2014-08-011-0/+1
* libcli/auth: Ensure that the dns_names in/out parameter is preservedAndrew Bartlett2014-08-011-1/+8
* waf: socket_wrapper should check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.Andreas Schneider2014-07-311-0/+12
* uwrap: Support dropping all supplemetary groups with setgroups()Jakub Hrozek2014-07-311-2/+12
* uwrap: Add logging if uwrap is enabled correctly.Andreas Schneider2014-07-311-0/+8
* uwrap: Log error if we are out of memory.Andreas Schneider2014-07-311-0/+2
* uwrap: Add a better logging function.Andreas Schneider2014-07-311-8/+67
* uwrap: Check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.Andreas Schneider2014-07-312-0/+19
* uwrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-07-311-4/+4
* uwrap: Add mutex in uwrap_destructor().Andreas Schneider2014-07-311-0/+2
* uwrap: Fix memory leak on error.Andreas Schneider2014-07-311-0/+1
* debug: Avoid dependency on str_list_makeVolker Lendecke2014-07-311-41/+29
* debug: Fix blank line endingsVolker Lendecke2014-07-311-3/+3
* debug: Increase maximum header lengthVolker Lendecke2014-07-311-1/+1
* debug: In dbghdrclass, don't call strlen repeatedlyVolker Lendecke2014-07-311-20/+40
* debug: Fix a typoVolker Lendecke2014-07-311-1/+1
* debug: Simplify debug_parse_levelsVolker Lendecke2014-07-311-6/+6
* debug: Simplify Debug1() -- no va_argsVolker Lendecke2014-07-311-34/+18
* debug: Remove an "else"Volker Lendecke2014-07-311-1/+3
* debug: Remove two pointless assignmentsVolker Lendecke2014-07-311-2/+0
* debug: Only call Debug1 once in dbghdrclassVolker Lendecke2014-07-311-6/+9
* debug: Move adding timeval and loglevelVolker Lendecke2014-07-311-12/+11