summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_muxStefan Metzmacher2011-09-153-6/+9
* s3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmitStefan Metzmacher2011-09-153-9/+19
* s3:libsmb: move cli->smb1.mid to cli->conn.smb1.midStefan Metzmacher2011-09-153-3/+5
* s3:libsmb: move cli->capabilities to cli->conn.smb1.capabilitiesStefan Metzmacher2011-09-153-17/+35
* s3:libsmb: move cli->protocol to cli->conn.protocolStefan Metzmacher2011-09-153-6/+7
* s3:libsmb: don't set cli->protocol in cli_state_create()Stefan Metzmacher2011-09-151-1/+0
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-1513-26/+22
* s3:libsmb: add basic max_protocol support in cli_negprot()Stefan Metzmacher2011-09-151-7/+15
* s3:libsmb: use local variables in cli_state_create()Stefan Metzmacher2011-09-153-21/+14
* s3:libsmb: use CAP_EXTENDED_SECURITY instead of cli->use_spnegoStefan Metzmacher2011-09-151-1/+1
* s3:libsmb: make use of SMB_CAP_BOTH/CLIENT_MASK in cli_session_setup_capabili...Stefan Metzmacher2011-09-151-13/+25
* s3:libsmb: calculate the negotiated SMB1 capabilities in cli_negprot_done()Stefan Metzmacher2011-09-151-6/+12
* s3:include: add some masks for SMB1 CAP_* flagsStefan Metzmacher2011-09-151-0/+25
* s3:libsmb: calculate all SMB1 capabilities we want to support for the connectionStefan Metzmacher2011-09-151-2/+24
* s3:libsmb: no need to reset capabilities in cli_session_setup_lanman2()Stefan Metzmacher2011-09-151-10/+0
* s3:libsmb: make sure we always set cli->capabilities at the end of cli_negpro...Stefan Metzmacher2011-09-151-3/+6
* Add a missing include file to two VFS modulesRichard Sharpe2011-09-152-0/+2
* Finish commit 8745c70d by Michael Adam.Jeremy Allison2011-09-152-9/+9
* s3:libsmb: remove unused cli->is_sambaStefan Metzmacher2011-09-143-31/+1
* s3:libsmb: align chunk_size for cli_pull/push() to a page size of 1024 bytesStefan Metzmacher2011-09-141-0/+8
* s3:client.h: remove unused definesStefan Metzmacher2011-09-141-9/+0
* s3:libsmb: let cli_write_max_bufsize() return the max number of possible bytesStefan Metzmacher2011-09-141-21/+28
* s3:libsmb: let cli_read_max_bufsize() return the max number of possible bytesStefan Metzmacher2011-09-141-16/+31
* s3:smbd: SMB ReadX with size > 0xffff should only possible for samba clients.Stefan Metzmacher2011-09-141-1/+10
* s3:smbd: remember the client unix capabilities on the connectionStefan Metzmacher2011-09-142-43/+44
* Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy...Jeremy Allison2011-09-141-0/+13
* libcli/auth: add some const to SMBNTencrypt_hash() and SMBNTencrypt()Stefan Metzmacher2011-09-142-4/+4
* s4:wrepl_server: return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-1/+1
* s4:libcli/wrepl: return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-3/+3
* s4:lib/messaging: let irpc handles return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-2/+2
* s4:librpc/rpc: return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-2/+2
* s3:winbindd: let wbint handles return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-2/+2
* s3:rpc_server: let rpcint handles return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-2/+2
* s3:rpc_client: return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-142-5/+5
* s3:libsmb: return NT_STATUS_CONNECTION_DISCONNECTED instead of NT_STATUS_CONN...Stefan Metzmacher2011-09-141-1/+1
* s3:torture/run_oplock4: don't set cli->use_level_II_oplocksStefan Metzmacher2011-09-141-3/+0
* s3:smb2_server: SMB2_OP_GETINFO doesn't require at least 1 dyn byteStefan Metzmacher2011-09-141-1/+13
* s3-libnet: add missing newlines in debug statement.Günther Deschner2011-09-141-2/+2
* s3:smbd: make use of better SMB signing negotiationStefan Metzmacher2011-09-144-4/+31
* s3:libsmb: make use of new advanded SMB signingStefan Metzmacher2011-09-144-57/+64
* s3:smb_signing: add support for easier negotiation of SMB signingStefan Metzmacher2011-09-145-37/+83
* s3:smbd: echo FLAGS2_SMB_SECURITY_SIGNATURES* and the signature field in the ...Stefan Metzmacher2011-09-141-3/+9
* tdb2: remove bogus leftover .orig file.Rusty Russell2011-09-141-618/+0
* Fix bug #8229 - git patch attached against 3.6.0-rc2 to fix 'widelinks' regre...Jeremy Allison2011-09-145-1/+67
* tdb_compat: change offset of CLEAR_IF_FIRST lock.Rusty Russell2011-09-141-2/+2
* tdb_compat: support tdb_reopen/tdb_reopen_all for TDB2Rusty Russell2011-09-142-3/+49
* util_tdb: return -1/0 from lock_with_timeout functions.Rusty Russell2011-09-141-2/+2
* dbwrap_tdb: handle tdb2 return values properly.Rusty Russell2011-09-141-4/+4
* tdb2: fix prototypes which return enum TDB_ERROR.Rusty Russell2011-09-142-10/+10
* tdb2: fix return handling in pytdb wrapper.Rusty Russell2011-09-141-8/+10