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
2019-03-29
misc: Avoid printing full path in debug message
Alberto Garcia Illera
1
-2
/
+2
2019-03-29
channels: Added function to create channel to UNIX socket
pmorris67
2
-0
/
+84
2019-03-25
config: Use size_t instead of u_int
Andreas Schneider
1
-1
/
+1
2019-03-25
sftp_get_error returns int, not char *.
Jan Pazdziora
1
-1
/
+1
2019-03-25
Each ssh_channel_request_exec() needs to be run on fresh channel.
Jan Pazdziora
1
-0
/
+3
2019-03-25
The ssh_channel_callbacks_struct member name is channel_data_function.
Jan Pazdziora
1
-1
/
+1
2019-03-25
auth: Set buffer used to store password as secure
Anderson Toshiyuki Sasaki
1
-0
/
+3
2019-03-13
doc: Add a note about OpenSSL linking
Andreas Schneider
1
-0
/
+3
2019-03-13
libcrypto: Add missing includes for modes.h
Andreas Schneider
1
-0
/
+5
2019-03-11
The SSH_LOG_ENTRY is not defined all, match the descriptions to SSH_BIND_OPTI...
Jan Pazdziora
1
-15
/
+10
2019-03-11
From the context it seems that the function being defined is authenticate_none.
Jan Pazdziora
1
-1
/
+1
2019-03-11
ssh_userauth_publickey_auto requires three arguments.
Jan Pazdziora
1
-1
/
+1
2019-03-07
Use a common KDF function
Simo Sorce
11
-256
/
+299
2019-03-07
Clean up code that generates session keys
Simo Sorce
1
-147
/
+110
2019-03-07
Add unit test for fn that generates session keys
Simo Sorce
2
-0
/
+98
2019-03-07
Fix crypto_free zeroing of encryption keys
Simo Sorce
1
-5
/
+5
2019-02-27
sftp: Document how to free memory retruned by sftp_canonicalize_path()
Andreas Schneider
1
-1
/
+3
2019-02-27
ssh_event_dopoll can also return SSH_AGAIN
Till Wimmer
1
-0
/
+1
2019-02-22
Add tests and implementation for Encrypt-then-MAC mode
Dirkjan Bussink
9
-87
/
+465
2019-02-22
Add flag for tracking EtM HMACs
Dirkjan Bussink
4
-12
/
+23
2019-02-22
Refactor ssh_packet_hmac_verify to allow for direct buffer
Dirkjan Bussink
3
-10
/
+13
2019-02-22
Select ciphers for MAC tests that need a MAC
Dirkjan Bussink
1
-1
/
+1
2019-02-22
Remove SHA384 HMAC
Dirkjan Bussink
6
-14
/
+1
2019-02-22
Use constant time comparison function for HMAC comparison
Dirkjan Bussink
1
-1
/
+12
2019-02-22
config: Avoid buffer overflow
Jakub Jelen
1
-0
/
+1
2019-02-22
pki_gcrypt: Include missing stdbool.h
Andreas Schneider
1
-0
/
+1
2019-02-21
pki: Fix size type for len in privatekey_string_to_buffer()
Andreas Schneider
1
-7
/
+21
2019-02-21
connector: Fallback on the socket output callback
David Wedderwille
1
-0
/
+1
2019-02-21
client: Add missing break, remove useless return
Tilo Eckert
1
-4
/
+1
2019-02-21
socket: Use more portable PF_UNIX instead of PF_LOCAL
Tilo Eckert
1
-1
/
+1
2019-02-21
crypto: Use uint8_t instead of non-standard u_char
Tilo Eckert
2
-6
/
+6
2019-02-21
buffer: Fix regression introduced by 6c7eaa and c306a6
Tilo Eckert
5
-25
/
+3
2019-02-21
examples: Fix unused parameter warnings in sshd_direct-tcpip
Andreas Schneider
1
-3
/
+14
2019-02-20
examples: Add direct-tcpip server sample
Till Wimmer
2
-0
/
+645
2019-02-07
cmake: fix build problem on ubuntu 18.04
Aris Adamantiadis
1
-2
/
+2
2019-02-07
cmake: Bump API version to 4.7.4
Andreas Schneider
3
-2
/
+417
2019-02-07
kex: honor client preference for rsa-sha2-{256,512} host key algorithms
Jon Simons
1
-0
/
+24
2019-02-07
tests/pkd: repro rsa-sha2-{256,512} negotiation bug
Jon Simons
2
-6
/
+17
2019-02-07
pki_container_openssh: Add padding to be compatible with OpenSSH
Jakub Jelen
1
-10
/
+14
2019-02-07
examples: Add simple way to generate key files from libssh
Jakub Jelen
2
-0
/
+45
2019-02-07
Allow building without Group Exchange support
Jakub Jelen
13
-63
/
+95
2019-02-07
kex: Disable diffie-hellman-group-exchange-sha1 by default
Jakub Jelen
3
-27
/
+59
2019-02-07
options: Allow to configure cryptographic algorithms for server
Jakub Jelen
2
-2
/
+103
2019-02-07
docs: Missing documentation for SSH_OPTIONS_HMAC_*
Jakub Jelen
1
-0
/
+8
2019-02-07
tests: Fix error message
Jakub Jelen
1
-1
/
+1
2019-02-07
buffer: Fix typo in a comment
Jakub Jelen
1
-1
/
+1
2019-02-07
tests: Don't talk to ssh-agent in server authentication tests
Jakub Jelen
1
-0
/
+3
2019-02-07
Update INSTALL file
Andreas Schneider
1
-2
/
+3
2019-02-07
dh: Add function references to ssh_print_hash() doc
Andreas Schneider
1
-0
/
+3
2019-02-07
include: Mark ssh_print_hexa as deprecated
Andreas Schneider
2
-8
/
+2
[next]