git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b921331
)
Add in an enum for two future NTP signing ops.
author
Andrew Bartlett
<abartlet@samba.org>
Thu, 29 May 2008 05:22:01 +0000
(15:22 +1000)
committer
Andrew Bartlett
<abartlet@samba.org>
Thu, 29 May 2008 05:22:01 +0000
(15:22 +1000)
I hope to extend this code to handle NTP clients getting authenticated
time too.
Andrew Bartlett
(This used to be commit
1854ab058b42ce4530324cb8f40eb64e6e32267b
)
source4/librpc/idl/ntp_signd.idl
patch
|
blob
|
history
diff --git
a/source4/librpc/idl/ntp_signd.idl
b/source4/librpc/idl/ntp_signd.idl
index 0e1112c1379dba4638a524912322d63cddaffe9b..2b2fbc76629c55824f6483551665ca86281960c7 100644
(file)
--- a/
source4/librpc/idl/ntp_signd.idl
+++ b/
source4/librpc/idl/ntp_signd.idl
@@
-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 {