File tree
32 files changed
+360
-108
lines changed- ci/docker/manylinux
- pssh
- clients
- miko
- native
- native
- tests
32 files changed
+360
-108
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
| |||
140 | 142 |
| |
141 | 143 |
| |
142 | 144 |
| |
143 |
| - | |
144 |
| - | |
| 145 | + | |
145 | 146 |
| |
146 | 147 |
| |
147 | 148 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
4 | 24 |
| |
5 | 25 |
| |
6 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 |
| - | |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 28 | + | |
28 | 29 |
| |
29 |
| - | |
| 30 | + |
Binary file not shown.
- .travis.yml+19
- Makefile.OpenSSL.inc+1
- Makefile.WinCNG.inc+1
- Makefile.libgcrypt.inc+1
- Makefile.mbedTLS.inc+1
- acinclude.m4+70-63
- configure.ac+80-61
- docs/HACKING.CRYPTO+77-31
- docs/INSTALL_CMAKE+1-1
- docs/SECURITY.md+2-2
- docs/libssh2_channel_request_auth_agent.3+22
- docs/libssh2_channel_wait_eof.3+1-1
- example/.gitignore+1
- example/CMakeLists.txt+1
- example/Makefile.am+2-2
- example/ssh2_agent_forwarding.c+302
- include/libssh2.h+13-7
- os400/initscript.sh+2-2
- src/CMakeLists.txt+7-7
- src/Makefile.am+2-5
- src/agent.c+72-69
- src/channel.c+364-193
- src/checksrc.pl+617
- src/comp.c+21-18
- src/crypt.c+20-7
- src/crypto.h+49-2
- src/global.c+4-5
- src/hostkey.c+352-27
- src/keepalive.c+10-9
- src/kex.c+1.2k-346
- src/knownhost.c+45-44
- src/libgcrypt.c+104-70
- src/libgcrypt.h+72-27
- src/libssh2_priv.h+50-8
- src/mac.c+6-6
- src/mbedtls.c+157-68
- src/mbedtls.h+89-14
- src/misc.c+132-100
- src/misc.h+9-2
- src/openssl.c+810-140
- src/openssl.h+90-11
- src/os400qc3.c+342-448
- src/os400qc3.h+24-9
- src/packet.c+102-94
- src/pem.c+167-40
- src/publickey.c+113-97
- src/scp.c+119-112
- src/session.c+204-192
- src/session.h+4-4
- src/sftp.c+265-237
- src/transport.c+75-71
- src/userauth.c+168-141
- src/wincng.c+290-199
- src/wincng.h+43-25
- tests/CMakeLists.txt+11-1
- tests/Makefile.am+1
- tests/key_rsa_encrypted+30
- tests/key_rsa_encrypted.pub+1
- tests/libssh2_config_cmake.h.in+1
- tests/openssh_fixture.c+117-129
- tests/openssh_server/Dockerfile+4
- tests/openssh_server/authorized_keys+1
- tests/openssh_server/ssh_host_ecdsa_key+5
- tests/runner.c+1-1
- tests/session_fixture.c+63-37
- tests/simple.c+15-18
- tests/ssh2.c+28-25
- tests/test_agent_forward_succeds.c+51
- tests/test_hostkey.c+20-11
- tests/test_hostkey_hash.c+120-27
- tests/test_keyboard_interactive_auth_fails_with_wrong_response.c+7-7
- tests/test_keyboard_interactive_auth_succeeds_with_correct_response.c+7-7
- tests/test_password_auth_fails_with_wrong_password.c+5-5
- tests/test_password_auth_fails_with_wrong_username.c+5-5
- tests/test_password_auth_succeeds_with_correct_credentials.c+6-6
- tests/test_public_key_auth_fails_with_wrong_key.c+6-6
- tests/test_public_key_auth_succeeds_with_correct_dsa_key.c+6-6
- tests/test_public_key_auth_succeeds_with_correct_encrypted_rsa_key.c+38
- tests/test_public_key_auth_succeeds_with_correct_rsa_key.c+6-6
- win32/GNUmakefile+27-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 | 28 |
| |
45 | 29 |
| |
46 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
3 | 19 |
| |
4 | 20 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
| 138 | + | |
144 | 139 |
| |
145 | 140 |
| |
146 | 141 |
| |
| |||
264 | 259 |
| |
265 | 260 |
| |
266 | 261 |
| |
267 |
| - | |
268 |
| - | |
269 |
| - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
270 | 269 |
| |
271 | 270 |
| |
272 | 271 |
| |
| |||
351 | 350 |
| |
352 | 351 |
| |
353 | 352 |
| |
354 |
| - | |
355 |
| - | |
356 |
| - | |
357 |
| - | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + |
0 commit comments