summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: move xconn->msg_state to xconn->smb1.msg_stateStefan Metzmacher2014-08-062-19/+23
* s3:smbd: move sconn->smb1.unix_info.* to xconn->smb1.unix_info.*Stefan Metzmacher2014-08-062-18/+18
* s3:smbd: move sconn->smb1.echo_handler.* to xconn->smb1.echo_handler.*Stefan Metzmacher2014-08-065-82/+84
* s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_stateStefan Metzmacher2014-08-0610-38/+46
* s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*Stefan Metzmacher2014-08-067-31/+41
* s3:smbd: move sconn->smb1.negprot.* to xconn->smb1.negprot.*Stefan Metzmacher2014-08-066-45/+53
* s3:smbd: move sconn->status to xconn->transport.statusStefan Metzmacher2014-08-064-12/+16
* s3:smbd: move sconn->smb1.fde to xconn->transport.fdeStefan Metzmacher2014-08-063-12/+11
* s3:smbd: move sconn->sock to xconn->transport.sockStefan Metzmacher2014-08-068-43/+62
* s3:smbd: move sconn->nbt.* to xconn->transport.nbt.*Stefan Metzmacher2014-08-063-7/+9
* s3:smbd: avoid get_peer_addr() and use smbXsrv_connection_dbg()Stefan Metzmacher2014-08-063-75/+88
* s3:smbd: add smbXsrv_connection_dbg()Stefan Metzmacher2014-08-062-0/+25
* locking: posix_lock_list does not use "fsp"Volker Lendecke2014-08-061-4/+0
* locking: Avoid a pointless castVolker Lendecke2014-08-061-1/+1
* lib: strings: Simplify strcasecmpVolker Lendecke2014-08-061-35/+13
* s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...Jeremy Allison2014-08-061-0/+12
* 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