summaryrefslogtreecommitdiffstats
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 @@
+20080702
+ - (dtucker) OpenBSD CVS Sync
+ - djm@cvs.openbsd.org 2008/06/30 08:05:59
+ [PROTOCOL.agent]
+ typo: s/constraint_date/constraint_data/
+
20080630
- (djm) OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2008/06/10 23:13:43
@@ -4480,4 +4486,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.5038 2008/06/29 22:12:37 djm Exp $
+$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
consecutively to the end of the request:
byte constraint1_type
- .... constraint1_date
+ .... constraint1_data
byte constraint2_type
- .... constraint2_date
+ .... constraint2_data
....
byte constraintN_type
- .... constraintN_date
+ .... constraintN_data
Such a sequence of zero or more constraints will be referred to below
as "constraint[]". Agents may determine whether there are constraints
@@ -513,4 +513,4 @@ Locking and unlocking affects both protocol 1 and protocol 2 keys.
SSH_AGENT_CONSTRAIN_LIFETIME 1
SSH_AGENT_CONSTRAIN_CONFIRM 2
-$OpenBSD: PROTOCOL.agent,v 1.2 2008/06/29 08:30:29 djm Exp $
+$OpenBSD: PROTOCOL.agent,v 1.3 2008/06/30 08:05:59 djm Exp $