1
0
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:
Andrew Bartlett 2008-05-29 15:22:01 +10:00
parent c8b4416504
commit 1854ab058b

View File

@ -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 {