index
:
projects/libssh.git
master
master-fix
stable-0.8
stable-0.9
v0-2
v0-3
v0-4
v0-5
v0-6
v0-7
libssh shared repository
libssh git server
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-05-15
cmake: add _POSIX_SOURCE
David Wedderwille
1
-0
/
+1
2020-05-06
cmake: Add autogenerated libssh_version.h
Heiko Thiery
9
-18
/
+55
2020-05-05
fuzz: Avoid warnings from csbuild in fuzzers
Jakub Jelen
2
-3
/
+4
2020-05-05
fuzz: Add instructions for corpus creation and first corpus files
Jakub Jelen
3
-0
/
+69
2020-05-05
fuzz: Allow to increase log level from server fuzzer
Jakub Jelen
1
-0
/
+10
2020-05-05
fuzz: Do not parse configuration files
Jakub Jelen
2
-0
/
+6
2020-05-05
fuzz: Use none cipher and MAC
Jakub Jelen
2
-1
/
+18
2020-05-05
Allow example client and server to process different configuration files
Jakub Jelen
2
-5
/
+27
2020-05-05
tests: Cover ssh_options_getopt with unit tests
Jakub Jelen
1
-0
/
+148
2020-05-05
options: Avoid memory leaks during modification of argv
Jakub Jelen
1
-8
/
+1
2020-05-05
options: Properly handle unknown options with arguments
Jakub Jelen
1
-2
/
+18
2020-05-05
tests: Verify functionality of none cipher and mac
Jakub Jelen
1
-8
/
+46
2020-05-05
packet: Skip HMAC handling if none is selected
Jakub Jelen
2
-23
/
+30
2020-05-05
packet: Check if set_*_key functions exists before calling it
Jakub Jelen
1
-15
/
+19
2020-05-05
packet: Use temporary variables to avoid long lines
Jakub Jelen
1
-14
/
+12
2020-05-05
Add basic support for none cipher and MACs
Jakub Jelen
9
-6
/
+85
2020-05-05
Drop none cipher and MAC as they are not implemented
Jakub Jelen
1
-2
/
+2
[prev]
[next]