mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Add in an enum for two future NTP signing ops.
I hope to extend this code to handle NTP clients getting authenticated time too. Andrew Bartlett
This commit is contained in:
parent
c8b4416504
commit
1854ab058b
@ -15,8 +15,9 @@ interface ntp_signd
|
||||
typedef [v1_enum] enum {
|
||||
SIGN_TO_CLIENT = 0,
|
||||
ASK_SERVER_TO_SIGN = 1,
|
||||
SIGNING_SUCCESS = 2,
|
||||
SIGNING_FAILURE = 3
|
||||
CHECK_SERVER_SIGNATURE = 2,
|
||||
SIGNING_SUCCESS = 3,
|
||||
SIGNING_FAILURE = 4
|
||||
} ntp_signd_op;
|
||||
|
||||
typedef [flag(NDR_BIG_ENDIAN),public] struct {
|
||||
|
Loading…
Reference in New Issue
Block a user