summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-15libcli/smb: calculate the credit charge on the input and output dyn_lenStefan Metzmacher1-1/+11
2013-08-15libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison5-40/+69
2013-08-15libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison4-16/+41
2013-08-15libcli/smb: fix the credit handling on a SMB1 => SMB2 negotiateStefan Metzmacher1-1/+6
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-13docs: Add man vfs_syncops.8 to waf build.Karolin Seeger1-0/+1
2013-08-13s3: smbd/connection: added routines to compute share connectionsShekhar Amlekar1-1/+47
2013-08-13docs: Add man page for vfs_linux_xfs_sgid.Karolin Seeger2-0/+75
2013-08-12rpc_server3: Fix two const warningsVolker Lendecke1-2/+2
2013-08-12librpc: Use tevent_req_simple_recv_ntstatusVolker Lendecke1-9/+1
2013-08-12tevent: Add tevent_received to tevent_req_simple_recv_ntstatusVolker Lendecke1-5/+8
2013-08-12tevent: Fix tutorial referenceVolker Lendecke1-5/+3
2013-08-12libcli: Fix improper use of tevent_req_simple_recv_ntstatusVolker Lendecke1-6/+10
2013-08-12libsmb: Remove an unnecessary variable assignmentVolker Lendecke1-2/+1
2013-08-12libsmb: Avoid an unnecessary "else"Volker Lendecke1-1/+3
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 Lendecke3-7/+0
2013-08-12lsa4: Fix an set but unused variable warningVolker Lendecke1-4/+4
2013-08-12lsa4: Remove an unused variableVolker Lendecke1-3/+0
2013-08-12s3:rpcclient: fix compiler warningsStefan Metzmacher1-6/+7
2013-08-12s3:pylibsmb: remove compiler warningsStefan Metzmacher1-4/+5
2013-08-12s4:wrepl_out_helpers.c: avoid talloc_reference() in most casesStefan Metzmacher1-3/+18
2013-08-12s4:torture/rpc: s/getgroups/getgr to avoid compiler warningsStefan Metzmacher1-5/+5
2013-08-12s4:nbt_server: avoid talloc_reference()Stefan Metzmacher3-5/+6
2013-08-12s4:torture/rpc/samsync: avoid talloc_reference()Stefan Metzmacher1-14/+13
2013-08-12s4:libcli: avoid talloc_reference() in finddcs_nbt_send()Stefan Metzmacher1-1/+1
2013-08-12s4:librpc: avoid talloc_reference() in dcerpc_epm_map_binding_send()Stefan Metzmacher3-12/+35
2013-08-12auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...Stefan Metzmacher2-7/+16
2013-08-12waf: replace dependency to libintl with samba_intlChristian Ambach3-4/+4
2013-08-09waf: consolidate libintl related checksChristian Ambach3-18/+41
2013-08-09waf: add --without-gettext optionChristian Ambach1-0/+3
2013-08-09waf: fix build on AIX7Christian Ambach1-1/+1
2013-08-10libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher4-14/+19