summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--PROTOCOL.agent8
2 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b5c68448..11962cb2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120080702
2 - (dtucker) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2008/06/30 08:05:59
4 [PROTOCOL.agent]
5 typo: s/constraint_date/constraint_data/
6
120080630 720080630
2 - (djm) OpenBSD CVS Sync 8 - (djm) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2008/06/10 23:13:43 9 - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
@@ -4480,4 +4486,4 @@
4480 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4486 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4481 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4487 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4482 4488
4483$Id: ChangeLog,v 1.5038 2008/06/29 22:12:37 djm Exp $ 4489$Id: ChangeLog,v 1.5039 2008/07/02 12:31:31 dtucker Exp $
diff --git a/PROTOCOL.agent b/PROTOCOL.agent
index 90dfcae56..627e12ab6 100644
--- a/PROTOCOL.agent
+++ b/PROTOCOL.agent
@@ -117,12 +117,12 @@ of the *_CONSTRAINED requests. Multiple constraints are appended
117consecutively to the end of the request: 117consecutively to the end of the request:
118 118
119 byte constraint1_type 119 byte constraint1_type
120 .... constraint1_date 120 .... constraint1_data
121 byte constraint2_type 121 byte constraint2_type
122 .... constraint2_date 122 .... constraint2_data
123 .... 123 ....
124 byte constraintN_type 124 byte constraintN_type
125 .... constraintN_date 125 .... constraintN_data
126 126
127Such a sequence of zero or more constraints will be referred to below 127Such a sequence of zero or more constraints will be referred to below
128as "constraint[]". Agents may determine whether there are constraints 128as "constraint[]". Agents may determine whether there are constraints
@@ -513,4 +513,4 @@ Locking and unlocking affects both protocol 1 and protocol 2 keys.
513 SSH_AGENT_CONSTRAIN_LIFETIME 1 513 SSH_AGENT_CONSTRAIN_LIFETIME 1
514 SSH_AGENT_CONSTRAIN_CONFIRM 2 514 SSH_AGENT_CONSTRAIN_CONFIRM 2
515 515
516$OpenBSD: PROTOCOL.agent,v 1.2 2008/06/29 08:30:29 djm Exp $ 516$OpenBSD: PROTOCOL.agent,v 1.3 2008/06/30 08:05:59 djm Exp $