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-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
2013-08-05
s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial data
Ralph Wuerthner
1
-0
/
+6
2013-08-05
s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial data
Ralph Wuerthner
1
-0
/
+6
2013-08-05
s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...
Ralph Wuerthner
1
-1
/
+2
2013-08-05
s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...
Ralph Wuerthner
1
-3
/
+10
2013-08-05
s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...
Ralph Wuerthner
1
-0
/
+5
2013-08-05
Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...
Jeremy Allison
1
-0
/
+12
2013-08-05
s3-libads: Print a message if no realm has been specified.
Andreas Schneider
1
-1
/
+7
2013-08-05
s3:rpc_client: rename same variables in cli_rpc_pipe_open_schannel_with_key()
Stefan Metzmacher
1
-15
/
+15
2013-08-05
s3:rpc_client: use the correct context for netlogon_creds_copy() in rpccli_sc...
Stefan Metzmacher
1
-1
/
+4
2013-08-05
s3:rpc_client: make rpccli_schannel_bind_data() static
Stefan Metzmacher
2
-10
/
+5
2013-08-05
s3:netlogon: make use of netlogon_creds_decrypt_samlogon_logon()
Stefan Metzmacher
1
-24
/
+21
2013-08-05
s3:rpcclient: use talloc_stackframe() in do_cmd()
Stefan Metzmacher
1
-2
/
+6
2013-08-05
s3-net: avoid confusing output in net_rpc_oldjoin() if NET_FLAGS_EXPECT_FALLB...
Stefan Metzmacher
3
-3
/
+14
2013-08-05
s3-net: use libnetjoin for "net rpc join" newstyle.
Günther Deschner
4
-562
/
+108
2013-08-05
s3-net: use libnetjoin for "net rpc testjoin".
Günther Deschner
3
-30
/
+67
2013-08-05
s3:libnet: let the caller truncate the pw in libnet_join_joindomain_rpc_unsec...
Stefan Metzmacher
1
-14
/
+1
2013-08-05
s3-libnetjoin: move "net rpc oldjoin" to use libnetjoin.
Günther Deschner
1
-98
/
+84
2013-08-05
s3-libnetjoin: add machine_name length check.
Günther Deschner
1
-0
/
+9
2013-08-05
s3: libnet_join: use admin_domain in libnetjoin.
Günther Deschner
1
-1
/
+26
2013-08-05
s3: libnet_join: add admin_domain.
Günther Deschner
1
-0
/
+2
2013-08-05
libcli/auth: also set secure channel type in netlogon_creds_client_init().
Günther Deschner
1
-0
/
+1
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_transport_np_init_send().
Günther Deschner
2
-4
/
+4
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_transport_np_init().
Günther Deschner
3
-4
/
+4
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp_port().
Günther Deschner
1
-4
/
+4
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_get_tcp_port().
Günther Deschner
1
-5
/
+5
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp().
Günther Deschner
3
-6
/
+6
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_np().
Günther Deschner
1
-4
/
+4
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open().
Günther Deschner
1
-7
/
+7
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth_transpo...
Günther Deschner
3
-8
/
+9
[next]