1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/rpc_client
Stefan Metzmacher b2e042ad96 s3:librpc/rpc: fix padding calculation in dcerpc_guess_sizes()
The padding needs to be relative to the payload start not to the pdu start.
We also need align the padding to DCERPC_AUTH_PAD_ALIGNMENT (16 bytes).

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11061

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2015-06-23 14:38:53 +02:00
..
cli_lsarpc.c Convert all uses of uint32/16/8 to _t in source3/rpc_client. 2015-05-12 01:32:12 +02:00
cli_lsarpc.h Convert all uses of uint32/16/8 to _t in source3/rpc_client. 2015-05-12 01:32:12 +02:00
cli_netlogon.c Convert all uses of uint32/16/8 to _t in source3/rpc_client. 2015-05-12 01:32:12 +02:00
cli_netlogon.h Convert all uses of uint32/16/8 to _t in source3/rpc_client. 2015-05-12 01:32:12 +02:00
cli_pipe_schannel.c s3:rpc_client: handle !NETLOGON_NEG_AUTHENTICATED_RPC in cli_rpc_pipe_open_schannel() 2015-03-12 17:13:43 +01:00
cli_pipe.c s3:librpc/rpc: fix padding calculation in dcerpc_guess_sizes() 2015-06-23 14:38:53 +02:00
cli_pipe.h s3:rpc_client: remove unused cli_rpc_pipe_open_schannel_with_key() 2015-03-12 17:13:43 +01:00
cli_samr.c
cli_samr.h
cli_spoolss.c librpc: Remove user/domain from struct pipe_auth_data 2014-09-27 01:35:36 +02:00
cli_spoolss.h
cli_winreg_int.c
cli_winreg_int.h
cli_winreg_spoolss.c s3-spoolss: Fix builtin forms order to match Windows again. 2012-09-26 20:07:43 +02:00
cli_winreg_spoolss.h
cli_winreg.c
cli_winreg.h
init_lsa.c
init_lsa.h
init_netlogon.c s3-rpc_client: support AES encryption in netr_ServerPasswordSet2 client. 2012-12-09 19:39:07 +01:00
init_netlogon.h s3-rpc_client: use netlogon_creds_arcfour_crypt() in init_netr_CryptPassword. 2012-12-09 19:39:07 +01:00
init_samr.c build: Build with system md5.h on OpenIndiana 2013-06-19 21:32:36 +02:00
init_samr.h
init_spoolss.c spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr. 2013-01-17 17:11:37 +01:00
init_spoolss.h
rpc_client.h Convert all uses of uint32/16/8 to _t in source3/rpc_client. 2015-05-12 01:32:12 +02:00
rpc_transport_np.c Use tevent_req_poll_ntstatus 2015-05-18 02:34:24 +02:00
rpc_transport_sock.c
rpc_transport_tstream.c libcli/smb: s/tstream_cli_np/tstream_smbXcli_np 2014-01-07 08:37:42 +01:00
rpc_transport.h s3-rpc_client: Make data pointer const in trans_send(). 2013-10-30 01:32:08 +01:00
util_netlogon.c idl: Improve MS-PAC IDL 2011-10-24 19:19:28 +02:00
util_netlogon.h