summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-08-15libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison2-9/+12
2013-08-15s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.Jeremy Allison1-0/+4
2013-08-15s3:libsmb: make use of lp_cli_{min,max}protocol() in SMBC_server_internal()Stefan Metzmacher1-3/+3
2013-08-15s3:libsmb: use lp_cli_minprotocol() in do_connect()Stefan Metzmacher1-1/+2
2013-08-15s3:winbindd: make use of lp_cli_{min,max}protocol()Stefan Metzmacher1-2/+3
2013-08-15s3:lib/netapi: make use of lp_cli_maxprotocol()Stefan Metzmacher1-1/+1
2013-08-15s3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS on successful negprot.Jeremy Allison2-0/+15
2013-08-15s3:libsmb: Modify cli_start_connection_connected() to use lp_cli_minprotocol(...Jeremy Allison1-1/+2
2013-08-15s3:lib: remove unused interpret_protocol()Stefan Metzmacher2-26/+0
2013-08-15s3:torture: avoid interpret_protocol()Stefan Metzmacher2-4/+4
2013-08-15s3:client: avoid interpret_protocol()Stefan Metzmacher1-2/+4
2013-08-15s3:param: Correctly set up cli_maxprotocol, cli_minprotocol in our parameter ...Jeremy Allison2-0/+4
2013-08-15Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082Andreas Schneider1-1/+1
2013-08-14smbd: Fix async echo handler forking (Bug 10086)Volker Lendecke1-3/+6
2013-08-14winbind3: Fix an invalid freeVolker Lendecke1-1/+1
2013-08-13s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner1-2/+7
2013-08-13s3-winbind: Fix a segfault passing NULL to a fstring argument.Andreas Schneider1-2/+11
2013-08-13s3: smbd/connection: added routines to compute share connectionsShekhar Amlekar1-1/+47
2013-08-12rpc_server3: Fix two const warningsVolker Lendecke1-2/+2
2013-08-12smbd: Fix CID 1035550 Structurally dead codeVolker Lendecke1-38/+29
2013-08-12smbd: Fix nonblank line endingsVolker Lendecke1-6/+6
2013-08-12lib: Remove unused "get_peer_name"Volker Lendecke2-80/+0
2013-08-12lib: Remove unused "client_name"Volker Lendecke2-6/+0
2013-08-12s3:rpcclient: fix compiler warningsStefan Metzmacher1-6/+7
2013-08-12s3:pylibsmb: remove compiler warningsStefan Metzmacher1-4/+5
2013-08-12waf: replace dependency to libintl with samba_intlChristian Ambach1-1/+1
2013-08-09waf: consolidate libintl related checksChristian Ambach1-5/+4
2013-08-10libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher1-1/+1
2013-08-10auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher4-30/+33
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher4-0/+4
2013-08-10s3:dcerpc_helpers: remove unused DEBUG message of schannel_state->seq_num.Stefan Metzmacher1-3/+0
2013-08-10s3:rpc_server: make use of netsec_create_state()Stefan Metzmacher1-8/+4
2013-08-10s3:cli_pipe.c: return NO_USER_SESSION_KEY in cli_get_session_key() for schannelStefan Metzmacher1-7/+0
2013-08-10s3:cli_pipe: pass down creds->computer_name to NL_AUTH_MESSAGEStefan Metzmacher1-7/+6
2013-08-10s3:cli_pipe: make use of netsec_create_state()Stefan Metzmacher1-8/+1
2013-08-10libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bitStefan Metzmacher1-2/+2
2013-08-10s3:rpc_client: remove unused cli_rpc_pipe_open_ntlmssp_auth_schannel()Stefan Metzmacher2-89/+0
2013-08-10s3:rpc_client: remove netr_LogonGetCapabilities check from rpc_pipe_bind*Stefan Metzmacher1-149/+1
2013-08-10s3:rpc_client: add netr_LogonGetCapabilities to cli_rpc_pipe_open_schannel_wi...Stefan Metzmacher1-0/+101
2013-08-10s3:rpc_client: use netlogon_creds_copy before rpc_pipe_bindStefan Metzmacher1-12/+12
2013-08-10s3:rpc_client: fix/add AES downgrade detection to rpc_pipe_bind_step_two_done()Stefan Metzmacher1-12/+7
2013-08-10s3:rpcclient: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher2-2/+4
2013-08-10s3:rpc_client: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher2-3/+6
2013-08-10s3:libnet_join: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher1-1/+2
2013-08-10s3:auth_domain: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher1-1/+2
2013-08-10s3:libsmb: remove unused cli_state->is_guestloginStefan Metzmacher2-6/+0
2013-08-09VFS plugin was sending the actual size of the volume instead of the total num...Susant Kumar Palai1-7/+4
2013-08-06s3-netlogon: Connecting with the system token should be sufficient.Andreas Schneider1-2/+0
2013-08-06s3-rpc_server: Grant the system token full access.Andreas Schneider1-6/+18
2013-08-06FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at endChristof Schmitt1-2/+2