mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
a61eb70328
Offset can be a 32 or 64 bit address depending on the indexing addressing mode negotiated by the client With a 32 bit param we can only specify a 32 bit base address. This change alone doesn't affect anything as it is the client itself that choses and passes the base address offset and wspsearch is the only current user of this code. In this case even with 64bit addressing negotiated the address passed represents only the lower 32-bits part of the address. However, for coverage purposes it would be better for the client to use an address that covers the full 64bit range of the address (when 64 bit addressing is negotiated). This change will alow the wspsearch client in a future commit to pass a base address value with both the hi and low 32 bits values set to make up the full 64 bit address. Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
cli_lsarpc.c | ||
cli_lsarpc.h | ||
cli_mdssvc_private.h | ||
cli_mdssvc_util.c | ||
cli_mdssvc_util.h | ||
cli_mdssvc.c | ||
cli_mdssvc.h | ||
cli_netlogon.c | ||
cli_netlogon.h | ||
cli_pipe_schannel.c | ||
cli_pipe.c | ||
cli_pipe.h | ||
cli_samr.c | ||
cli_samr.h | ||
cli_spoolss.c | ||
cli_spoolss.h | ||
cli_winreg_int.c | ||
cli_winreg_int.h | ||
cli_winreg_spoolss.c | ||
cli_winreg_spoolss.h | ||
cli_winreg.c | ||
cli_winreg.h | ||
init_lsa.c | ||
init_lsa.h | ||
init_samr.c | ||
init_samr.h | ||
init_spoolss.c | ||
init_spoolss.h | ||
local_np.c | ||
local_np.h | ||
py_mdscli.c | ||
rpc_client.h | ||
rpc_transport_np.c | ||
rpc_transport_sock.c | ||
rpc_transport_tstream.c | ||
rpc_transport.h | ||
util_netlogon.c | ||
util_netlogon.h | ||
wsp_cli.c | ||
wsp_cli.h |