summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:libsmb: Add in the core of the libsmb client SMB2 functions.Jeremy Allison2013-08-157-7/+2543
* s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison2013-08-155-105/+166
* s3:client: fix compiler warningStefan Metzmacher2013-08-151-1/+2
* s3:client: use the default io sizeStefan Metzmacher2013-08-151-1/+1
* s3:libsmb: remove unused cli_readall*Stefan Metzmacher2013-08-151-119/+0
* s3:libsmb: rewrite cli_pull* to use smb1cli_conn_req_possible()Stefan Metzmacher2013-08-151-171/+246
* s3:libsmb: rewrite cli_push* to use smb1cli_conn_req_possible()Stefan Metzmacher2013-08-151-101/+187
* libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher2013-08-151-2/+4
* libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison2013-08-152-17/+34
* libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison2013-08-152-9/+12
* s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.Jeremy Allison2013-08-151-0/+4
* s3:libsmb: make use of lp_cli_{min,max}protocol() in SMBC_server_internal()Stefan Metzmacher2013-08-151-3/+3
* s3:libsmb: use lp_cli_minprotocol() in do_connect()Stefan Metzmacher2013-08-151-1/+2
* s3:winbindd: make use of lp_cli_{min,max}protocol()Stefan Metzmacher2013-08-151-2/+3
* s3:lib/netapi: make use of lp_cli_maxprotocol()Stefan Metzmacher2013-08-151-1/+1
* s3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS on successful negprot.Jeremy Allison2013-08-152-0/+15
* s3:libsmb: Modify cli_start_connection_connected() to use lp_cli_minprotocol(...Jeremy Allison2013-08-151-1/+2
* s3:lib: remove unused interpret_protocol()Stefan Metzmacher2013-08-152-26/+0
* s3:torture: avoid interpret_protocol()Stefan Metzmacher2013-08-152-4/+4
* s3:client: avoid interpret_protocol()Stefan Metzmacher2013-08-151-2/+4
* s3:param: Correctly set up cli_maxprotocol, cli_minprotocol in our parameter ...Jeremy Allison2013-08-152-0/+4
* Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082Andreas Schneider2013-08-151-1/+1
* smbd: Fix async echo handler forking (Bug 10086)Volker Lendecke2013-08-141-3/+6
* winbind3: Fix an invalid freeVolker Lendecke2013-08-141-1/+1
* s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner2013-08-131-2/+7
* s3-winbind: Fix a segfault passing NULL to a fstring argument.Andreas Schneider2013-08-131-2/+11
* s3: smbd/connection: added routines to compute share connectionsShekhar Amlekar2013-08-131-1/+47
* rpc_server3: Fix two const warningsVolker Lendecke2013-08-121-2/+2
* smbd: Fix CID 1035550 Structurally dead codeVolker Lendecke2013-08-121-38/+29
* smbd: Fix nonblank line endingsVolker Lendecke2013-08-121-6/+6
* lib: Remove unused "get_peer_name"Volker Lendecke2013-08-122-80/+0
* lib: Remove unused "client_name"Volker Lendecke2013-08-122-6/+0
* s3:rpcclient: fix compiler warningsStefan Metzmacher2013-08-121-6/+7
* s3:pylibsmb: remove compiler warningsStefan Metzmacher2013-08-121-4/+5
* waf: replace dependency to libintl with samba_intlChristian Ambach2013-08-121-1/+1
* waf: consolidate libintl related checksChristian Ambach2013-08-091-5/+4
* libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher2013-08-101-1/+1
* auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher2013-08-104-30/+33
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-104-0/+4
* s3:dcerpc_helpers: remove unused DEBUG message of schannel_state->seq_num.Stefan Metzmacher2013-08-101-3/+0
* s3:rpc_server: make use of netsec_create_state()Stefan Metzmacher2013-08-101-8/+4
* s3:cli_pipe.c: return NO_USER_SESSION_KEY in cli_get_session_key() for schannelStefan Metzmacher2013-08-101-7/+0
* s3:cli_pipe: pass down creds->computer_name to NL_AUTH_MESSAGEStefan Metzmacher2013-08-101-7/+6
* s3:cli_pipe: make use of netsec_create_state()Stefan Metzmacher2013-08-101-8/+1
* libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bitStefan Metzmacher2013-08-101-2/+2
* s3:rpc_client: remove unused cli_rpc_pipe_open_ntlmssp_auth_schannel()Stefan Metzmacher2013-08-102-89/+0
* s3:rpc_client: remove netr_LogonGetCapabilities check from rpc_pipe_bind*Stefan Metzmacher2013-08-101-149/+1
* s3:rpc_client: add netr_LogonGetCapabilities to cli_rpc_pipe_open_schannel_wi...Stefan Metzmacher2013-08-101-0/+101
* s3:rpc_client: use netlogon_creds_copy before rpc_pipe_bindStefan Metzmacher2013-08-101-12/+12
* s3:rpc_client: fix/add AES downgrade detection to rpc_pipe_bind_step_two_done()Stefan Metzmacher2013-08-101-12/+7