- pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
[ssh-keyscan.1 ssh-keyscan.c] License clarification from David Mazieres, ok deraadt@
This commit is contained in:
parent
768176b240
commit
a238f6e834
|
@ -46,6 +46,9 @@
|
||||||
- markus@cvs.openbsd.org 2001/06/04 23:16:16
|
- markus@cvs.openbsd.org 2001/06/04 23:16:16
|
||||||
[session.c]
|
[session.c]
|
||||||
merge ssh1/2 x11-fwd setup, create listener after tmp-dir
|
merge ssh1/2 x11-fwd setup, create listener after tmp-dir
|
||||||
|
- pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
|
||||||
|
[ssh-keyscan.1 ssh-keyscan.c]
|
||||||
|
License clarification from David Mazieres, ok deraadt@
|
||||||
|
|
||||||
20010606
|
20010606
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -5557,4 +5560,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1260 2001/06/09 01:29:12 mouring Exp $
|
$Id: ChangeLog,v 1.1261 2001/06/09 01:30:39 mouring Exp $
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
.\" $OpenBSD: ssh-keyscan.1,v 1.5 2001/04/18 16:21:05 ian Exp $
|
.\" $OpenBSD: ssh-keyscan.1,v 1.6 2001/06/05 05:05:39 pvalchev Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
||||||
.\"
|
.\"
|
||||||
.\" Modification and redistribution in source and binary forms is
|
.\" Modification and redistribution in source and binary forms is
|
||||||
.\" permitted provided that due credit is given to the author and the
|
.\" permitted provided that due credit is given to the author and the
|
||||||
.\" OpenBSD project (for instance by leaving this copyright notice
|
.\" OpenBSD project by leaving this copyright notice intact.
|
||||||
.\" intact).
|
|
||||||
.\"
|
.\"
|
||||||
.Dd January 1, 1996
|
.Dd January 1, 1996
|
||||||
.Dt SSH-KEYSCAN 1
|
.Dt SSH-KEYSCAN 1
|
||||||
|
|
|
@ -3,12 +3,11 @@
|
||||||
*
|
*
|
||||||
* Modification and redistribution in source and binary forms is
|
* Modification and redistribution in source and binary forms is
|
||||||
* permitted provided that due credit is given to the author and the
|
* permitted provided that due credit is given to the author and the
|
||||||
* OpenBSD project (for instance by leaving this copyright notice
|
* OpenBSD project by leaving this copyright notice intact.
|
||||||
* intact).
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt Exp $");
|
RCSID("$OpenBSD: ssh-keyscan.c,v 1.23 2001/06/05 05:05:39 pvalchev Exp $");
|
||||||
|
|
||||||
#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
|
#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
|
||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
|
|
Loading…
Reference in New Issue