index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-15
s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.
Jeremy Allison
1
-0
/
+4
2013-08-15
s3:libsmb: make use of lp_cli_{min,max}protocol() in SMBC_server_internal()
Stefan Metzmacher
1
-3
/
+3
2013-08-15
s3:libsmb: use lp_cli_minprotocol() in do_connect()
Stefan Metzmacher
1
-1
/
+2
2013-08-15
s3:winbindd: make use of lp_cli_{min,max}protocol()
Stefan Metzmacher
1
-2
/
+3
2013-08-15
s3:lib/netapi: make use of lp_cli_maxprotocol()
Stefan Metzmacher
1
-1
/
+1
2013-08-15
s3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS on successful negprot.
Jeremy Allison
2
-0
/
+15
2013-08-15
s3:libsmb: Modify cli_start_connection_connected() to use lp_cli_minprotocol(...
Jeremy Allison
1
-1
/
+2
2013-08-15
s3:lib: remove unused interpret_protocol()
Stefan Metzmacher
2
-26
/
+0
2013-08-15
s3:torture: avoid interpret_protocol()
Stefan Metzmacher
2
-4
/
+4
2013-08-15
s3:client: avoid interpret_protocol()
Stefan Metzmacher
1
-2
/
+4
2013-08-15
s3:param: Correctly set up cli_maxprotocol, cli_minprotocol in our parameter ...
Jeremy Allison
2
-0
/
+4
2013-08-15
Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082
Andreas Schneider
1
-1
/
+1
2013-08-14
smbd: Fix async echo handler forking (Bug 10086)
Volker Lendecke
1
-3
/
+6
2013-08-14
winbind3: Fix an invalid free
Volker Lendecke
1
-1
/
+1
2013-08-13
s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
Günther Deschner
1
-2
/
+7
2013-08-13
s3-winbind: Fix a segfault passing NULL to a fstring argument.
Andreas Schneider
1
-2
/
+11
2013-08-13
s3: smbd/connection: added routines to compute share connections
Shekhar Amlekar
1
-1
/
+47
2013-08-12
rpc_server3: Fix two const warnings
Volker Lendecke
1
-2
/
+2
2013-08-12
smbd: Fix CID 1035550 Structurally dead code
Volker Lendecke
1
-38
/
+29
2013-08-12
smbd: Fix nonblank line endings
Volker Lendecke
1
-6
/
+6
2013-08-12
lib: Remove unused "get_peer_name"
Volker Lendecke
2
-80
/
+0
2013-08-12
lib: Remove unused "client_name"
Volker Lendecke
2
-6
/
+0
2013-08-12
s3:rpcclient: fix compiler warnings
Stefan Metzmacher
1
-6
/
+7
2013-08-12
s3:pylibsmb: remove compiler warnings
Stefan Metzmacher
1
-4
/
+5
2013-08-12
waf: replace dependency to libintl with samba_intl
Christian Ambach
1
-1
/
+1
2013-08-09
waf: consolidate libintl related checks
Christian Ambach
1
-5
/
+4
2013-08-10
libcli/auth: add more const to spnego_negTokenInit->mechTypes
Stefan Metzmacher
1
-1
/
+1
2013-08-10
auth/gensec: treat struct gensec_security_ops as const if possible.
Stefan Metzmacher
4
-30
/
+33
2013-08-10
auth/gensec: introduce gensec_internal.h
Stefan Metzmacher
4
-0
/
+4
2013-08-10
s3:dcerpc_helpers: remove unused DEBUG message of schannel_state->seq_num.
Stefan Metzmacher
1
-3
/
+0
2013-08-10
s3:rpc_server: make use of netsec_create_state()
Stefan Metzmacher
1
-8
/
+4
2013-08-10
s3:cli_pipe.c: return NO_USER_SESSION_KEY in cli_get_session_key() for schannel
Stefan Metzmacher
1
-7
/
+0
2013-08-10
s3:cli_pipe: pass down creds->computer_name to NL_AUTH_MESSAGE
Stefan Metzmacher
1
-7
/
+6
2013-08-10
s3:cli_pipe: make use of netsec_create_state()
Stefan Metzmacher
1
-8
/
+1
2013-08-10
libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bit
Stefan Metzmacher
1
-2
/
+2
2013-08-10
s3:rpc_client: remove unused cli_rpc_pipe_open_ntlmssp_auth_schannel()
Stefan Metzmacher
2
-89
/
+0
2013-08-10
s3:rpc_client: remove netr_LogonGetCapabilities check from rpc_pipe_bind*
Stefan Metzmacher
1
-149
/
+1
2013-08-10
s3:rpc_client: add netr_LogonGetCapabilities to cli_rpc_pipe_open_schannel_wi...
Stefan Metzmacher
1
-0
/
+101
2013-08-10
s3:rpc_client: use netlogon_creds_copy before rpc_pipe_bind
Stefan Metzmacher
1
-12
/
+12
2013-08-10
s3:rpc_client: fix/add AES downgrade detection to rpc_pipe_bind_step_two_done()
Stefan Metzmacher
1
-12
/
+7
2013-08-10
s3:rpcclient: try to use NETLOGON_NEG_SUPPORTS_AES
Stefan Metzmacher
2
-2
/
+4
2013-08-10
s3:rpc_client: try to use NETLOGON_NEG_SUPPORTS_AES
Stefan Metzmacher
2
-3
/
+6
2013-08-10
s3:libnet_join: try to use NETLOGON_NEG_SUPPORTS_AES
Stefan Metzmacher
1
-1
/
+2
2013-08-10
s3:auth_domain: try to use NETLOGON_NEG_SUPPORTS_AES
Stefan Metzmacher
1
-1
/
+2
2013-08-10
s3:libsmb: remove unused cli_state->is_guestlogin
Stefan Metzmacher
2
-6
/
+0
2013-08-09
VFS plugin was sending the actual size of the volume instead of the total num...
Susant Kumar Palai
1
-7
/
+4
2013-08-06
s3-netlogon: Connecting with the system token should be sufficient.
Andreas Schneider
1
-2
/
+0
2013-08-06
s3-rpc_server: Grant the system token full access.
Andreas Schneider
1
-6
/
+18
2013-08-06
FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at end
Christof Schmitt
1
-2
/
+2
2013-08-05
FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zero
Christof Schmitt
1
-1
/
+1
[next]