- djm@cvs.openbsd.org 2008/06/30 08:05:59

[PROTOCOL.agent]
      typo: s/constraint_date/constraint_data/
This commit is contained in:
Darren Tucker 2008-07-02 22:31:31 +10:00
parent a766cea689
commit 00f00f0451
2 changed files with 11 additions and 5 deletions

View File

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

View File

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