mirror of git://anongit.mindrot.org/openssh.git
- (djm) Manually fix up missed diff hunks (mainly RCS idents)
This commit is contained in:
parent
c78abaa109
commit
389edc4ce4
|
@ -1,5 +1,6 @@
|
|||
20001106
|
||||
- (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
|
||||
- (djm) Manually fix up missed diff hunks (mainly RCS idents)
|
||||
|
||||
20001105
|
||||
- (bal) Sync with OpenBSD:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" -*- nroff -*-
|
||||
.\"
|
||||
.\" $Id: RFC.nroff,v 1.1 1999/10/27 03:42:43 damien Exp $
|
||||
.\" $OpenBSD: RFC.nroff,v 1.2 2000/10/16 09:38:44 djm Exp $
|
||||
.\"
|
||||
.pl 10.0i
|
||||
.po 0
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
* incompatible with the protocol description in the RFC file, it must be
|
||||
* called by a name other than "ssh" or "Secure Shell".
|
||||
*/
|
||||
|
||||
/* $OpenBSD: auth-options.h,v 1.5 2000/10/16 09:38:44 djm Exp $ */
|
||||
|
||||
#ifndef AUTH_OPTIONS_H
|
||||
#define AUTH_OPTIONS_H
|
||||
/* Flags that may be set in authorized_keys options. */
|
||||
|
|
|
@ -10,9 +10,13 @@
|
|||
* incompatible with the protocol description in the RFC file, it must be
|
||||
* called by a name other than "ssh" or "Secure Shell".
|
||||
*/
|
||||
|
||||
/* $OpenBSD: authfile.h,v 1.5 2000/10/16 09:38:44 djm Exp $ */
|
||||
|
||||
#ifndef AUTHFILE_H
|
||||
#define AUTHFILE_H
|
||||
|
||||
|
||||
/*
|
||||
* Saves the authentication (private) key in a file, encrypting it with
|
||||
* passphrase.
|
||||
|
|
2
cli.c
2
cli.c
|
@ -1,5 +1,5 @@
|
|||
#include "includes.h"
|
||||
RCSID("$Id: cli.c,v 1.1 2000/10/14 05:23:12 djm Exp $");
|
||||
RCSID("$OpenBSD: cli.c,v 1.2 2000/10/16 09:38:44 djm Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "ssh.h"
|
||||
|
|
2
cli.h
2
cli.h
|
@ -1,3 +1,5 @@
|
|||
/* $OpenBSD: cli.h,v 1.2 2000/10/16 09:38:44 djm Exp $ */
|
||||
|
||||
#ifndef CLI_H
|
||||
#define CLI_H
|
||||
|
||||
|
|
2
scp.1
2
scp.1
|
@ -9,7 +9,7 @@
|
|||
.\"
|
||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||
.\"
|
||||
.\" $Id: scp.1,v 1.11 2000/10/14 05:23:12 djm Exp $
|
||||
.\" $OpenBSD: scp.1,v 1.13 2000/10/16 09:38:44 djm Exp $
|
||||
.\"
|
||||
.Dd September 25, 1999
|
||||
.Dt SCP 1
|
||||
|
|
1
sshd.8
1
sshd.8
|
@ -34,6 +34,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: sshd.8,v 1.70 2000/10/16 09:38:44 djm Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSHD 8
|
||||
.Os
|
||||
|
|
Loading…
Reference in New Issue