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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4:torture/rpc/samsync: avoid talloc_reference()
Stefan Metzmacher
2013-08-12
1
-14
/
+13
*
s4:libcli: avoid talloc_reference() in finddcs_nbt_send()
Stefan Metzmacher
2013-08-12
1
-1
/
+1
*
s4:librpc: avoid talloc_reference() in dcerpc_epm_map_binding_send()
Stefan Metzmacher
2013-08-12
3
-12
/
+35
*
auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...
Stefan Metzmacher
2013-08-12
2
-7
/
+16
*
waf: replace dependency to libintl with samba_intl
Christian Ambach
2013-08-12
3
-4
/
+4
*
waf: consolidate libintl related checks
Christian Ambach
2013-08-09
3
-18
/
+41
*
waf: add --without-gettext option
Christian Ambach
2013-08-09
1
-0
/
+3
*
waf: fix build on AIX7
Christian Ambach
2013-08-09
1
-1
/
+1
*
libcli/auth: add more const to spnego_negTokenInit->mechTypes
Stefan Metzmacher
2013-08-10
4
-14
/
+19
*
libcli/auth: avoid possible mem leak in read_negTokenInit()
Stefan Metzmacher
2013-08-10
1
-4
/
+15
*
auth/gensec: treat struct gensec_security_ops as const if possible.
Stefan Metzmacher
2013-08-10
8
-66
/
+75
*
auth/gensec: use 'const char * const *' for function parameters
Stefan Metzmacher
2013-08-10
3
-3
/
+3
*
auth/gensec: make it possible to implement async backends
Stefan Metzmacher
2013-08-10
2
-49
/
+160
*
auth/gensec: avoid talloc_reference in gensec_security_mechs()
Stefan Metzmacher
2013-08-10
1
-18
/
+9
*
auth/gensec: avoid talloc_reference in gensec_use_kerberos_mechs()
Stefan Metzmacher
2013-08-10
1
-18
/
+20
*
auth/gensec: introduce gensec_internal.h
Stefan Metzmacher
2013-08-10
24
-96
/
+153
*
libcli/auth/schannel: remove unused schannel_position
Stefan Metzmacher
2013-08-10
1
-7
/
+0
*
libcli/auth/schannel: make struct schannel_state private
Stefan Metzmacher
2013-08-10
2
-13
/
+12
*
s4:gensec/schannel: only require librpc/gen_ndr/dcerpc.h
Stefan Metzmacher
2013-08-10
1
-1
/
+1
*
s4:gensec/schannel: there's no point in having schannel_session_key()
Stefan Metzmacher
2013-08-10
1
-8
/
+0
*
s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supported
Stefan Metzmacher
2013-08-10
1
-3
/
+0
*
s4:gensec/schannel: use the correct computer_name from netlogon_creds_Credent...
Stefan Metzmacher
2013-08-10
1
-3
/
+3
*
s4:gensec/schannel: simplify the code by using netsec_create_state()
Stefan Metzmacher
2013-08-10
1
-68
/
+30
*
s4:gensec/schannel: remove unused dcerpc_schannel_creds()
Stefan Metzmacher
2013-08-10
2
-49
/
+0
*
s4:torture: avoid usage of dcerpc_schannel_creds()
Stefan Metzmacher
2013-08-10
4
-17
/
+11
*
s4:libnet: avoid usage of dcerpc_schannel_creds()
Stefan Metzmacher
2013-08-10
1
-4
/
+3
*
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: add netsec_create_state()
Stefan Metzmacher
2013-08-10
2
-0
/
+26
*
libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bit
Stefan Metzmacher
2013-08-10
3
-7
/
+16
*
auth/gensec: add gensec_security_by_auth_type()
Stefan Metzmacher
2013-08-10
2
-0
/
+29
*
auth/gensec: first check GENSEC_FEATURE_SESSION_KEY before returning NOT_IMPL...
Stefan Metzmacher
2013-08-10
1
-3
/
+4
*
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
*
s3:rpcclient: try to use NETLOGON_NEG_SUPPORTS_AES
Stefan Metzmacher
2013-08-10
2
-2
/
+4
*
s3:rpc_client: try to use NETLOGON_NEG_SUPPORTS_AES
Stefan Metzmacher
2013-08-10
2
-3
/
+6
*
s3:libnet_join: try to use NETLOGON_NEG_SUPPORTS_AES
Stefan Metzmacher
2013-08-10
1
-1
/
+2
*
s3:auth_domain: try to use NETLOGON_NEG_SUPPORTS_AES
Stefan Metzmacher
2013-08-10
1
-1
/
+2
*
s3:libsmb: remove unused cli_state->is_guestlogin
Stefan Metzmacher
2013-08-10
2
-6
/
+0
*
torture: add smb2 FSCTL_[GET/SET]_COMPRESSION test
David Disseldorp
2013-08-09
1
-0
/
+84
*
lib: add FSCTL_[GET/SET]_COMPRESSION constants
David Disseldorp
2013-08-09
2
-0
/
+14
*
torture: split out ioctl test file creation helper
David Disseldorp
2013-08-09
1
-56
/
+43
*
VFS plugin was sending the actual size of the volume instead of the total num...
Susant Kumar Palai
2013-08-09
1
-7
/
+4
*
doc: Fix prefix parameter name in vfs_full_audit man page
Christof Schmitt
2013-08-09
1
-1
/
+1
[prev]
[next]