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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-12
s4:wrepl_out_helpers.c: avoid talloc_reference() in most cases
Stefan Metzmacher
1
-3
/
+18
2013-08-12
s4:torture/rpc: s/getgroups/getgr to avoid compiler warnings
Stefan Metzmacher
1
-5
/
+5
2013-08-12
s4:nbt_server: avoid talloc_reference()
Stefan Metzmacher
3
-5
/
+6
2013-08-12
s4:torture/rpc/samsync: avoid talloc_reference()
Stefan Metzmacher
1
-14
/
+13
2013-08-12
s4:libcli: avoid talloc_reference() in finddcs_nbt_send()
Stefan Metzmacher
1
-1
/
+1
2013-08-12
s4:librpc: avoid talloc_reference() in dcerpc_epm_map_binding_send()
Stefan Metzmacher
3
-12
/
+35
2013-08-12
auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...
Stefan Metzmacher
2
-7
/
+16
2013-08-12
waf: replace dependency to libintl with samba_intl
Christian Ambach
3
-4
/
+4
2013-08-09
waf: consolidate libintl related checks
Christian Ambach
3
-18
/
+41
2013-08-09
waf: add --without-gettext option
Christian Ambach
1
-0
/
+3
2013-08-09
waf: fix build on AIX7
Christian Ambach
1
-1
/
+1
2013-08-10
libcli/auth: add more const to spnego_negTokenInit->mechTypes
Stefan Metzmacher
4
-14
/
+19
2013-08-10
libcli/auth: avoid possible mem leak in read_negTokenInit()
Stefan Metzmacher
1
-4
/
+15
2013-08-10
auth/gensec: treat struct gensec_security_ops as const if possible.
Stefan Metzmacher
8
-66
/
+75
2013-08-10
auth/gensec: use 'const char * const *' for function parameters
Stefan Metzmacher
3
-3
/
+3
2013-08-10
auth/gensec: make it possible to implement async backends
Stefan Metzmacher
2
-49
/
+160
2013-08-10
auth/gensec: avoid talloc_reference in gensec_security_mechs()
Stefan Metzmacher
1
-18
/
+9
2013-08-10
auth/gensec: avoid talloc_reference in gensec_use_kerberos_mechs()
Stefan Metzmacher
1
-18
/
+20
2013-08-10
auth/gensec: introduce gensec_internal.h
Stefan Metzmacher
24
-96
/
+153
2013-08-10
libcli/auth/schannel: remove unused schannel_position
Stefan Metzmacher
1
-7
/
+0
2013-08-10
libcli/auth/schannel: make struct schannel_state private
Stefan Metzmacher
2
-13
/
+12
2013-08-10
s4:gensec/schannel: only require librpc/gen_ndr/dcerpc.h
Stefan Metzmacher
1
-1
/
+1
2013-08-10
s4:gensec/schannel: there's no point in having schannel_session_key()
Stefan Metzmacher
1
-8
/
+0
2013-08-10
s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supported
Stefan Metzmacher
1
-3
/
+0
2013-08-10
s4:gensec/schannel: use the correct computer_name from netlogon_creds_Credent...
Stefan Metzmacher
1
-3
/
+3
2013-08-10
s4:gensec/schannel: simplify the code by using netsec_create_state()
Stefan Metzmacher
1
-68
/
+30
2013-08-10
s4:gensec/schannel: remove unused dcerpc_schannel_creds()
Stefan Metzmacher
2
-49
/
+0
2013-08-10
s4:torture: avoid usage of dcerpc_schannel_creds()
Stefan Metzmacher
4
-17
/
+11
2013-08-10
s4:libnet: avoid usage of dcerpc_schannel_creds()
Stefan Metzmacher
1
-4
/
+3
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: add netsec_create_state()
Stefan Metzmacher
2
-0
/
+26
2013-08-10
libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bit
Stefan Metzmacher
3
-7
/
+16
2013-08-10
auth/gensec: add gensec_security_by_auth_type()
Stefan Metzmacher
2
-0
/
+29
2013-08-10
auth/gensec: first check GENSEC_FEATURE_SESSION_KEY before returning NOT_IMPL...
Stefan Metzmacher
1
-3
/
+4
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
torture: add smb2 FSCTL_[GET/SET]_COMPRESSION test
David Disseldorp
1
-0
/
+84
2013-08-09
lib: add FSCTL_[GET/SET]_COMPRESSION constants
David Disseldorp
2
-0
/
+14
[next]