index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:libsmb: Add in the core of the libsmb client SMB2 functions.
Jeremy Allison
2013-08-15
7
-7
/
+2543
*
s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...
Jeremy Allison
2013-08-15
5
-105
/
+166
*
s3:client: fix compiler warning
Stefan Metzmacher
2013-08-15
1
-1
/
+2
*
s3:client: use the default io size
Stefan Metzmacher
2013-08-15
1
-1
/
+1
*
s3:libsmb: remove unused cli_readall*
Stefan Metzmacher
2013-08-15
1
-119
/
+0
*
s3:libsmb: rewrite cli_pull* to use smb1cli_conn_req_possible()
Stefan Metzmacher
2013-08-15
1
-171
/
+246
*
s3:libsmb: rewrite cli_push* to use smb1cli_conn_req_possible()
Stefan Metzmacher
2013-08-15
1
-101
/
+187
*
libcli/smb: pass max_dyn_len to smb2cli_req_send()
Stefan Metzmacher
2013-08-15
1
-2
/
+4
*
libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...
Jeremy Allison
2013-08-15
2
-17
/
+34
*
libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...
Jeremy Allison
2013-08-15
2
-9
/
+12
*
s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.
Jeremy Allison
2013-08-15
1
-0
/
+4
*
s3:libsmb: make use of lp_cli_{min,max}protocol() in SMBC_server_internal()
Stefan Metzmacher
2013-08-15
1
-3
/
+3
*
s3:libsmb: use lp_cli_minprotocol() in do_connect()
Stefan Metzmacher
2013-08-15
1
-1
/
+2
*
s3:winbindd: make use of lp_cli_{min,max}protocol()
Stefan Metzmacher
2013-08-15
1
-2
/
+3
*
s3:lib/netapi: make use of lp_cli_maxprotocol()
Stefan Metzmacher
2013-08-15
1
-1
/
+1
*
s3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS on successful negprot.
Jeremy Allison
2013-08-15
2
-0
/
+15
*
s3:libsmb: Modify cli_start_connection_connected() to use lp_cli_minprotocol(...
Jeremy Allison
2013-08-15
1
-1
/
+2
*
s3:lib: remove unused interpret_protocol()
Stefan Metzmacher
2013-08-15
2
-26
/
+0
*
s3:torture: avoid interpret_protocol()
Stefan Metzmacher
2013-08-15
2
-4
/
+4
*
s3:client: avoid interpret_protocol()
Stefan Metzmacher
2013-08-15
1
-2
/
+4
*
s3:param: Correctly set up cli_maxprotocol, cli_minprotocol in our parameter ...
Jeremy Allison
2013-08-15
2
-0
/
+4
*
Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082
Andreas Schneider
2013-08-15
1
-1
/
+1
*
smbd: Fix async echo handler forking (Bug 10086)
Volker Lendecke
2013-08-14
1
-3
/
+6
*
winbind3: Fix an invalid free
Volker Lendecke
2013-08-14
1
-1
/
+1
*
s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
Günther Deschner
2013-08-13
1
-2
/
+7
*
s3-winbind: Fix a segfault passing NULL to a fstring argument.
Andreas Schneider
2013-08-13
1
-2
/
+11
*
s3: smbd/connection: added routines to compute share connections
Shekhar Amlekar
2013-08-13
1
-1
/
+47
*
rpc_server3: Fix two const warnings
Volker Lendecke
2013-08-12
1
-2
/
+2
*
smbd: Fix CID 1035550 Structurally dead code
Volker Lendecke
2013-08-12
1
-38
/
+29
*
smbd: Fix nonblank line endings
Volker Lendecke
2013-08-12
1
-6
/
+6
*
lib: Remove unused "get_peer_name"
Volker Lendecke
2013-08-12
2
-80
/
+0
*
lib: Remove unused "client_name"
Volker Lendecke
2013-08-12
2
-6
/
+0
*
s3:rpcclient: fix compiler warnings
Stefan Metzmacher
2013-08-12
1
-6
/
+7
*
s3:pylibsmb: remove compiler warnings
Stefan Metzmacher
2013-08-12
1
-4
/
+5
*
waf: replace dependency to libintl with samba_intl
Christian Ambach
2013-08-12
1
-1
/
+1
*
waf: consolidate libintl related checks
Christian Ambach
2013-08-09
1
-5
/
+4
*
libcli/auth: add more const to spnego_negTokenInit->mechTypes
Stefan Metzmacher
2013-08-10
1
-1
/
+1
*
auth/gensec: treat struct gensec_security_ops as const if possible.
Stefan Metzmacher
2013-08-10
4
-30
/
+33
*
auth/gensec: introduce gensec_internal.h
Stefan Metzmacher
2013-08-10
4
-0
/
+4
*
s3:dcerpc_helpers: remove unused DEBUG message of schannel_state->seq_num.
Stefan Metzmacher
2013-08-10
1
-3
/
+0
*
s3:rpc_server: make use of netsec_create_state()
Stefan Metzmacher
2013-08-10
1
-8
/
+4
*
s3:cli_pipe.c: return NO_USER_SESSION_KEY in cli_get_session_key() for schannel
Stefan Metzmacher
2013-08-10
1
-7
/
+0
*
s3:cli_pipe: pass down creds->computer_name to NL_AUTH_MESSAGE
Stefan Metzmacher
2013-08-10
1
-7
/
+6
*
s3:cli_pipe: make use of netsec_create_state()
Stefan Metzmacher
2013-08-10
1
-8
/
+1
*
libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bit
Stefan Metzmacher
2013-08-10
1
-2
/
+2
*
s3:rpc_client: remove unused cli_rpc_pipe_open_ntlmssp_auth_schannel()
Stefan Metzmacher
2013-08-10
2
-89
/
+0
*
s3:rpc_client: remove netr_LogonGetCapabilities check from rpc_pipe_bind*
Stefan Metzmacher
2013-08-10
1
-149
/
+1
*
s3:rpc_client: add netr_LogonGetCapabilities to cli_rpc_pipe_open_schannel_wi...
Stefan Metzmacher
2013-08-10
1
-0
/
+101
*
s3:rpc_client: use netlogon_creds_copy before rpc_pipe_bind
Stefan Metzmacher
2013-08-10
1
-12
/
+12
*
s3:rpc_client: fix/add AES downgrade detection to rpc_pipe_bind_step_two_done()
Stefan Metzmacher
2013-08-10
1
-12
/
+7
[prev]
[next]