index
:
users/asn/libssh.git
CoO11
REVIEW
look
master
master-asan
master-bytearray
master-cert
master-cmake
master-csclng
master-fix
master-fuzz
master-keepalive
master-mips
master-packet
master-poll
master-pubkey-hash
master-sftp
master-static-analysis
master-threads
master-writev
stable-0.8
stable-0.9
swig
v0-7
work in progress
libssh git server
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
Revert "cmake: Use OPENSSL_CRYPTO_LIBRARIES CMake variable when linking again...
master-fix
Andreas Schneider
2
-18
/
+18
2020-12-10
auth: Add ssh_userauth_publickey_auto_get_current_identity()
Marius Vollmer
7
-0
/
+177
2020-12-10
cmake: Use OPENSSL_CRYPTO_LIBRARIES CMake variable when linking against OpenSSL
Kevin Kane
2
-18
/
+18
2020-12-09
gitlab-ci: Fix packaging artifacts for Coverity runner
Andreas Schneider
1
-1
/
+6
2020-12-08
wrapper: Avoid memory leak on errors during key exchange
Jakub Jelen
1
-0
/
+1
2020-12-08
fuzz: Extend readme for reproducing and debugging tips
Jakub Jelen
1
-0
/
+64
2020-11-03
tests for parsing configuration string; rework and many fixes
Stanislav Zidek
1
-423
/
+815
2020-11-03
New API for parsing configuration from string
Stanislav Zidek
2
-0
/
+55
2020-11-02
tests: Disable *cbc ciphers in Dropbear tests
Jakub Jelen
1
-23
/
+42
2020-10-14
Fix handshake bug with AEAD ciphers and no HMAC overlap
Dirkjan Bussink
1
-16
/
+41
2020-10-14
Add initial server algorithm test for no HMAC overlap
Dirkjan Bussink
2
-0
/
+365
2020-10-14
tests: Test MAC algorithm mismatch when AEAD cipher is selected
Jakub Jelen
1
-0
/
+57
2020-10-14
torture: Place additional configuration options before defaults so they can o...
Jakub Jelen
1
-10
/
+10
2020-10-02
client: Reset pending_call_state on disconnect
Jakub Jelen
1
-0
/
+1
2020-10-02
client: Reformat ssh_disconnect()
Jakub Jelen
1
-69
/
+73
2020-09-29
README: Mention CONTRIBUTING not SubmittingPatches
Paul Capron
2
-2
/
+2
2020-09-29
ChangeLog: Fix typo; “wierdness” → “weirdness”
Paul Capron
1
-1
/
+1
2020-09-29
ChangeLog: Remove duplicate “version 0.3.1” entry
Paul Capron
1
-8
/
+0
2020-09-29
pki_gcrypt.c: Fix typo + inconsistency in warning
Paul Capron
1
-2
/
+3
2020-09-29
priv.h: Fix typo in comment; “cound” → “count”
Paul Capron
1
-1
/
+1
2020-09-29
priv.h: Fix “MAX_PACKAT_LEN” typo in #ifndef guard
Paul Capron
1
-1
/
+1
2020-09-29
src/kex.c: removes DES and SHA1 from mac and kex algorithms by default.
Sahana Prasad
2
-22
/
+30
2020-09-17
misc: Do not call random()
Anderson Toshiyuki Sasaki
1
-10
/
+13
2020-09-03
Fix another memory leak on invalid nid value
Dirkjan Bussink
1
-0
/
+4
2020-09-02
ConfigureChecks.cmake: Disable HAVE_DSA by default (when mbedTLS is not enabled)
Sahana Prasad
4
-10
/
+23
2020-09-02
Add a new location of sftp-server on Tumbleweed
Jakub Jelen
1
-0
/
+1
2020-08-13
README.md: Add OSS-Fuzz badge
Anderson Toshiyuki Sasaki
1
-0
/
+1
2020-08-12
sftp: Fix more typos
Jakub Jelen
2
-2
/
+2
2020-08-12
sftp: fix documentation typos
Harald Sitter
1
-8
/
+8
2020-07-16
tests: Add test case for T191
Anderson Toshiyuki Sasaki
1
-0
/
+99
2020-07-16
tests: Add a test case for T75
Anderson Toshiyuki Sasaki
1
-0
/
+56
2020-07-16
Disable *-cbc ciphers by default
Jakub Jelen
1
-10
/
+13
2020-07-16
pki: Avoid memory leak on invalid curve NID
Jakub Jelen
1
-0
/
+2
2020-07-16
packet: Fix unterminated brace and better context name in debug message
Jakub Jelen
1
-1
/
+1
2020-07-16
misc: Do not confuse client/server in debug messages
Jakub Jelen
1
-1
/
+2
2020-06-24
tests: Do not parse configuration file in torture_knownhosts
Anderson Toshiyuki Sasaki
1
-0
/
+8
2020-06-23
channel: Do not return error if the server closed the channel
Anderson Toshiyuki Sasaki
1
-3
/
+4
2020-06-22
examples: Tolerate incomplete writes in exec example
Anderson Toshiyuki Sasaki
1
-7
/
+22
2020-06-22
tests: Add test for CVE-2019-14889
Anderson Toshiyuki Sasaki
1
-0
/
+84
2020-06-19
Merge SubmittingPatches and README.CodingStyle to CONTRIBUTING.md
Andreas Schneider
2
-161
/
+152
2020-06-03
buffer: Add NULL check for 'buffer' argument
Andreas Schneider
1
-0
/
+4
2020-06-03
buffer: Reformat ssh_buffer_add_data()
Andreas Schneider
1
-17
/
+18
2020-06-03
sftpserver: Add missing return check for ssh_buffer_add_data()
Andreas Schneider
1
-3
/
+8
2020-06-03
sftpserver: Add missing NULL check for ssh_buffer_new()
Andreas Schneider
1
-0
/
+6
2020-05-21
Removed old, 10 years unused test files
Jakub Jelen
8
-622
/
+0
2020-05-21
options: Do not reference non-existing function
Jakub Jelen
1
-2
/
+2
2020-05-20
unittests: updates torture_pki_ecdsa_uri test by adding negative test cases t...
Sahana Prasad
1
-1
/
+58
2020-05-20
tests/torture.c: update the definition of torture_setup_tokens() to take load...
Sahana Prasad
5
-11
/
+16
2020-05-20
tests/pkcs11/setup-softhsm-tokens.sh: updates the script to handle LOADPUBLIC...
Sahana Prasad
1
-9
/
+13
2020-05-20
src/pki_crypto.c pki_publickey_to_blob() should not be used to export public ...
Sahana Prasad
1
-0
/
+8
[next]