Skip to content

Commit 944505e

Browse files
committed
Source snapshot from Powershell/openssh-portable:latestw_all
1 parent 2c3a1a9 commit 944505e

File tree

142 files changed

+2712
-2639
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+2712
-2639
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ openbsd-compat/regress/Makefile
1010
openssh.xml
1111
opensshd.init
1212
survey.sh
13+
**/*.0
1314
**/*.o
1415
**/*.out
1516
**/*.a
@@ -33,7 +34,7 @@ sshd
3334
/contrib/win32/openssh/Win32/Debug/libssh/libssh.tlog
3435
/contrib/win32/openssh/Win32/Debug/libssh
3536
/config.h
36-
37+
/contrib/win32/openssh/LibreSSLSDK
3738
## Ignore Visual Studio temporary files, build results, and
3839
## files generated by popular Visual Studio add-ons.
3940

.skipped-commit-ids

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ f6ae971186ba68d066cd102e57d5b0b2c211a5ee systrace is dead.
1616
1e6b51ddf767cbad0a4e63eb08026c127e654308 integrity.sh reliability
1717
fe5b31f69a60d47171836911f144acff77810217 Makefile.inc bits
1818
5781670c0578fe89663c9085ed3ba477cf7e7913 Delete sshconnect1.c
19+
ea80f445e819719ccdcb237022cacfac990fdc5c Makefile.inc warning flags

PROTOCOL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The method is documented in:
3333

3434
https://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt
3535

36-
1.3. transport: New public key algorithms "ssh-rsa-cert-v00@openssh.com",
37-
"ssh-dsa-cert-v00@openssh.com",
36+
1.3. transport: New public key algorithms "ssh-rsa-cert-v01@openssh.com",
37+
"ssh-dsa-cert-v01@openssh.com",
3838
3939
4040
@@ -454,4 +454,4 @@ respond with a SSH_FXP_STATUS message.
454454
This extension is advertised in the SSH_FXP_VERSION hello with version
455455
"1".
456456

457-
$OpenBSD: PROTOCOL,v 1.30 2016/04/08 06:35:54 djm Exp $
457+
$OpenBSD: PROTOCOL,v 1.31 2017/05/26 01:40:07 djm Exp $

0 commit comments

Comments
 (0)