1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source3
Gary Lockyer 96e6adedcd librpc idl: netlogon netr_identity_info logon_id to 64 bit
Fold the two 32 bit values logon_id_high and logon_id_low into a single
64 bit logon_id in netr_identity_info.  This will be used to tie
together winbind and SamLogon requests in audit logging.

Summary of the of the Query and Response from Microsoft on it's usage.

[REG:119013019612095] [MS-NRPC]: NETLOGON_LOGON_IDENTITY_INFO: Does
the Reserved field have LogonId meaning?

Questions:
  In NetrLogonSamLogonEx does the Reserved field
  (of NETLOGON_LOGON_IDENTITY_INFO) have LogonId meaning?

  What is a valid LogonID, and does have any audit usage?

  Samba is sending a constant "deadbeef" in hex and would like to
  understand any usage of this field.

Response:
  The NRPC spec is accurate in defining the field as Reserved, and without
  protocol significance. In the header file in our source code, it is
  defined as LogonId and commented as such, but it’s effectively not used.
  This is probably why the API structure has that field name. It may have
  been intended as such but it’s not used.

Samba will send a random value in this field.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2019-02-20 06:03:09 +01:00
..
auth s3 auth: Create messaging and lp contexts. 2019-02-20 06:03:08 +01:00
build source3/build/charset.py: update to handle waf 2.0.4 2018-09-05 06:37:23 +02:00
client s3:client: Use C99 initializer for poptOption in smbclient 2019-01-28 10:29:13 +01:00
exports
groupdb groupdb: Use dom_sid_str_buf 2018-12-20 23:40:24 +01:00
include add sysquotas_jfs2.c 2019-02-17 13:33:13 +01:00
intl lib: Pass mem_ctx to lock_path() 2018-08-17 11:30:10 +02:00
lib sysquotas_4B: raise log level of a sometimes too noisy message 2019-02-17 13:33:14 +01:00
libads s3:libads: do an early return if we don't have a password for ads_kinit_password() 2018-12-23 18:15:19 +01:00
libgpo/gpext libgpo: Fix CID 1438462 Error handling issues (CHECKED_RETURN) 2018-08-22 00:58:41 +02:00
libnet libnet: Use dom_sid_str_buf 2018-12-20 23:40:25 +01:00
librpc librpc: Add kerberos tracing 2018-12-19 21:49:29 +01:00
libsmb lib:util: Move discard_const(_p) to own header for libndr.h 2019-02-14 15:59:26 +01:00
locale pam_winbind: initial Turkish translation 2017-11-15 13:52:05 +01:00
locking s3:locking: Add missing NULL check 2019-02-12 23:02:07 +01:00
modules s3:modules: Fix compilation of nfs41acl_xdr.c when building outside src 2019-02-11 07:43:31 +01:00
nmbd s3:nmbd: small improvements in --help strings 2019-01-28 14:28:29 +01:00
param s3:param: Use C99 initializer for poptOption in test_lp_load 2019-01-28 10:29:15 +01:00
passdb smbd: Avoid sending S-1-22- to winbind 2019-02-08 08:51:19 +01:00
printing printing: check lp_load_printers() prior to pcap cache update 2019-02-01 19:25:03 +01:00
profile profiling: stop smbprofile from growing unnecessarily 2019-01-16 02:01:55 +01:00
registry s3:registry: Use C99 initializer for BOM 2019-01-28 10:29:23 +01:00
rpc_client librpc idl: netlogon netr_identity_info logon_id to 64 bit 2019-02-20 06:03:09 +01:00
rpc_server s3:srv_samr_chgpasswd: export SAMBA_CPS_{ACCOUNT,USER_PRINCIPAL,FULL}_NAME for check password script 2019-02-11 07:43:32 +01:00
rpcclient s3:rpcclient: Use C99 initializer for cmd_set in cmd_shutdown 2019-01-28 10:29:20 +01:00
script s3:tests: Set/return $failed in test_smbclient_auth.sh 2019-02-20 00:37:14 +01:00
selftest s3: tests: Add regression test for smbd crash on share force group change with existing connection. 2019-01-25 13:20:23 +01:00
services srcctl3: Improve debug messages 2018-01-16 02:43:03 +01:00
smbd quotas: remove legacy AIX quota code that is covered by sysquotas now 2019-02-17 13:33:14 +01:00
torture torture3: Extend read3 for the "messaging target re-inits" failure 2019-02-14 02:18:28 +01:00
utils s3:utils: Add missing NULL check in rpc_fetch_domain_aliases() 2019-02-13 00:52:25 +01:00
web
winbindd winbindd_irpc: remove unused winbind_DsrUpdateReadOnlyServerDnsRecords from wb_irpc_forward_state 2019-02-14 02:18:28 +01:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript waf: add library dependency for sendfile on Solaris 2019-02-17 13:33:15 +01:00
wscript_build add sysquotas_jfs2.c 2019-02-17 13:33:13 +01:00
wscript_configure_system_ncurses source3/wscript_configure_system_ncurses: update to handle waf 2.0.4 2018-09-05 06:37:24 +02:00