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
2018-10-19
gitlab-ci: Add static analysis with csbuild
master-static-analysis
Andreas Schneider
1
-0
/
+20
2018-10-19
tests: Improve asserts in torture_pki_ecdsa
Andreas Schneider
1
-3
/
+4
2018-10-19
tests: Init pubkey string with NULL in torture_keyfiles
Andreas Schneider
1
-1
/
+1
2018-10-19
tests: Fix pointer arithmetic in torture_pki_*_publickey_base64
Andreas Schneider
4
-16
/
+32
2018-10-19
tests: Init cipher structure in thread_crypto_aes256_cbc()
Andreas Schneider
1
-1
/
+19
2018-10-19
legacy: Fix possible null pointer dereference
Andreas Schneider
1
-0
/
+4
2018-10-19
buffer: Fix size comparison with count
Andreas Schneider
1
-3
/
+3
2018-10-19
messages: Use SSH_MESSAGE_FREE
Andreas Schneider
1
-12
/
+11
2018-10-19
messages: Add SSH_MESSAGE_FREE
Andreas Schneider
1
-0
/
+2
2018-10-19
messages: Rework ssh_message_queue()
Andreas Schneider
1
-30
/
+43
2018-10-19
messages: Use calloc in ssh_message_new()
Andreas Schneider
1
-8
/
+9
2018-10-19
messages: Make ssh_message_queue() static
Andreas Schneider
2
-2
/
+2
2018-10-19
exmpales: Init rc in ssh_server_fork
Andreas Schneider
1
-1
/
+2
2018-10-19
examples: Zero fds in sshnetcat
Andreas Schneider
2
-0
/
+5
2018-10-19
pki: Add NULL check in ssh_pki_key_ecdsa_name()
Andreas Schneider
1
-1
/
+4
2018-10-19
pki_crypto: Mark iqmp as unused
Andreas Schneider
2
-0
/
+3
2018-10-19
pki: Remove superfluous statement
Andreas Schneider
1
-1
/
+0
2018-10-19
pki: Add log message on error in ssh_pki_openssh_import()
Andreas Schneider
1
-0
/
+3
2018-10-19
gssapi: Check return code of gss_indicate_mechs()
Andreas Schneider
1
-0
/
+9
2018-10-19
gssapi: Ignore return codes of gss_release_buffer()
Andreas Schneider
1
-2
/
+2
2018-10-19
packet: Do not segfault if we don't have packet_second_block
Andreas Schneider
1
-22
/
+32
2018-10-19
packet: Add missing null pointer check in ssh_packet_socket_callback()
Andreas Schneider
1
-0
/
+3
2018-10-19
wrapper: Fix size type and loops in crypt_set_algorithms_server()
Andreas Schneider
1
-21
/
+17
2018-10-19
wrapper: Fix size type in crypt_set_algorithms2()
Andreas Schneider
1
-3
/
+1
2018-10-19
wrapper: Reformat crypt_set_algorithms2()
Andreas Schneider
1
-121
/
+153
2018-10-19
messages: Log message if callback for window change fails
Andreas Schneider
1
-0
/
+4
2018-10-19
messages: Log message if sending reply fails
Andreas Schneider
1
-0
/
+5
2018-10-19
messages: Some cleanup for ssh_packet_service_request
Andreas Schneider
1
-13
/
+10
2018-10-19
messages: Reformat ssh_packet_service_request()
Andreas Schneider
1
-28
/
+35
2018-10-19
connect: Zero the origfds struct
Andreas Schneider
1
-0
/
+1
2018-10-19
client: Remove superfluous strlen()
Andreas Schneider
1
-1
/
+0
2018-10-19
channels: Check return code of ssh_packet_send()
Andreas Schneider
1
-0
/
+3
2018-10-19
channels: Reformat ssh_channel_send_eof()
Andreas Schneider
1
-29
/
+30
2018-10-19
channels: Check return of ssh_buffer_unpack()
Andreas Schneider
1
-0
/
+4
2018-10-19
libsshpp: Pass username and submethods to ssh_userauth_kbdint()
Andreas Schneider
1
-1
/
+1
2018-10-19
include: Fix HAVE_<FEATURE> checks in pki.h
Andreas Schneider
1
-11
/
+11
2018-10-19
cmake: Fix -Wattributes check in ConfigureChecks.cmake
Andreas Schneider
1
-5
/
+5
2018-10-19
gitlab-ci: Fix -DWITH_PCAP=ON
Andreas Schneider
1
-15
/
+15
2018-10-19
tests: Verify we can authenticate using ed25519 key
Jakub Jelen
4
-5
/
+110
2018-10-19
tests: Global known_hosts are used for host key verification
Jakub Jelen
1
-0
/
+64
2018-10-19
knownhosts: Consult also the global known hosts file
Jakub Jelen
2
-16
/
+110
2018-10-19
options: Set the global known_hosts file
Jakub Jelen
1
-0
/
+11
2018-10-19
tests: Verify the hostkey ordering for negotiation is correct
Jakub Jelen
3
-1
/
+32
2018-10-19
tests: Generate valid known_hosts file, fixing the current test
Jakub Jelen
1
-15
/
+28
2018-10-19
tests: Verify the ecdsa key types are handled correctly
Jakub Jelen
1
-1
/
+12
2018-10-19
kex: Use all supported hostkey algorithms for negotiation
Jakub Jelen
1
-3
/
+30
2018-10-19
kex: Honor more host key algorithms than the first one (ssh-ed25519)
Jakub Jelen
1
-3
/
+1
2018-10-19
knownhosts: Use the correct name for ECDSA keys for host key negotiation
Jakub Jelen
1
-3
/
+1
2018-10-19
tests: Do not trace sshd
Jakub Jelen
1
-1
/
+1
2018-10-19
libsshpp: Use ssh_session_update_known_hosts()
Andreas Schneider
1
-1
/
+1
[next]