mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- stevesk@cvs.openbsd.org 2001/02/11 06:15:57
[LICENSE] typos and small cleanup; ok deraadt@
This commit is contained in:
parent
fad3c513f0
commit
d85bf4b57e
@ -105,6 +105,10 @@
|
|||||||
- (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
|
- (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
|
||||||
<abartlet@pcug.org.au>
|
<abartlet@pcug.org.au>
|
||||||
- (stevesk) misc.c: ssh.h not needed.
|
- (stevesk) misc.c: ssh.h not needed.
|
||||||
|
- (stevesk) OpenBSD sync:
|
||||||
|
- stevesk@cvs.openbsd.org 2001/02/11 06:15:57
|
||||||
|
[LICENSE]
|
||||||
|
typos and small cleanup; ok deraadt@
|
||||||
|
|
||||||
20010210
|
20010210
|
||||||
- (djm) Sync sftp and scp stuff from OpenBSD:
|
- (djm) Sync sftp and scp stuff from OpenBSD:
|
||||||
@ -3888,4 +3892,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.742 2001/02/11 14:34:10 stevesk Exp $
|
$Id: ChangeLog,v 1.743 2001/02/11 16:43:05 stevesk Exp $
|
||||||
|
8
LICENCE
8
LICENCE
@ -1,7 +1,7 @@
|
|||||||
This file is part of the ssh software.
|
This file is part of the OpenSSH software.
|
||||||
|
|
||||||
The licences which components of this software falls under are as
|
The licences which components of this software fall under are as
|
||||||
follows. First, we will summarize and say that that all components
|
follows. First, we will summarize and say that all components
|
||||||
are under a BSD licence, or a licence more free than that.
|
are under a BSD licence, or a licence more free than that.
|
||||||
|
|
||||||
OpenSSH contains no GPL code.
|
OpenSSH contains no GPL code.
|
||||||
@ -29,7 +29,7 @@ OpenSSH contains no GPL code.
|
|||||||
have been removed from OpenSSH, ie.
|
have been removed from OpenSSH, ie.
|
||||||
|
|
||||||
- RSA is no longer included, found in the OpenSSL library
|
- RSA is no longer included, found in the OpenSSL library
|
||||||
- IDEA is no longer included, it's use is depricated
|
- IDEA is no longer included, its use is deprecated
|
||||||
- DES is now external, in the OpenSSL library
|
- DES is now external, in the OpenSSL library
|
||||||
- GMP is no longer used, and instead we call BN code from OpenSSL
|
- GMP is no longer used, and instead we call BN code from OpenSSL
|
||||||
- Zlib is now external, in a library
|
- Zlib is now external, in a library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user