index
:
libssh.git
master
v0-2
v0-3
v0-4
v0-5
v0-6
v0-7
wip/expose_buffer_methods
wip/expose_buffer_methods_wo_cwrap
libssh shared repository
Fabiano FidĂȘncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
channels1: Fix pty request state
Yanis Kurganov
2015-01-20
1
-1
/
+2
*
connect: Fix a memory leak.
Andreas Schneider
2015-01-14
1
-0
/
+1
*
sftp: Fix a possible integer overflow.
Andreas Schneider
2015-01-14
1
-2
/
+6
*
sftp: Use a declared variable for data len.
Andreas Schneider
2015-01-14
1
-6
/
+7
*
cmake: Fix ntohll and htonll macro detection.
Andreas Schneider
2015-01-13
1
-2
/
+2
*
Fix the dh.c build with libgcrypt
Aris Adamantiadis
2014-12-29
2
-4
/
+9
*
connect: Check that errno is 0 to fix Windows build.
Andreas Schneider
2014-12-25
1
-1
/
+2
*
options: Fix setting the port.
Andreas Schneider
2014-12-25
5
-9
/
+12
*
Bump version to 0.6.4.
libssh-0.6.4
Andreas Schneider
2014-12-17
3
-3
/
+17
*
CVE-2014-8132: Fixup error path in ssh_packet_kexinit()
Jon Simons
2014-12-17
1
-1
/
+6
*
libcrypto: Fix Windows build with ssh_reseed().
Andreas Schneider
2014-12-17
3
-0
/
+9
*
cmake: Fix the build on Windows.
Andreas Schneider
2014-12-17
1
-66
/
+68
*
cmake: Fix config variable names.
Andreas Schneider
2014-12-17
1
-2
/
+2
*
cmake: Fix libssh cmake-config files.
Andreas Schneider
2014-12-17
2
-7
/
+13
*
config: Also tokenize on equal sign.
William Orr
2014-12-17
1
-1
/
+1
*
doc: clarify tutorial error section
Davide \"FunkyAss\" Del Zompo
2014-12-05
1
-5
/
+4
*
Set the correct error in ssh_options_set().
Hani Benhabiles
2014-12-05
1
-2
/
+2
*
messages: Fix a possible double free.
Andreas Schneider
2014-12-05
1
-0
/
+1
*
pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaks
Jon Simons
2014-12-05
3
-3
/
+12
*
connect: Do not fail if the connect is in progress.
Andreas Schneider
2014-10-28
1
-1
/
+1
*
gssapi: ssh_gssapi_set_creds() is a client side function
Stef Walter
2014-10-12
1
-2
/
+4
*
Check return code of connect(2).
William Orr
2014-10-12
1
-1
/
+9
*
pki_gcrypt: Initialize 'type_c' in 'pki_do_sign_sessionid'
Artyom V. Poptsov
2014-10-02
1
-0
/
+1
*
crypto: check malloc return in ssh_mac_ctx_init
Jon Simons
2014-10-02
2
-2
/
+10
*
wrapper: fix z_stream leak
Jon Simons
2014-10-02
1
-0
/
+3
*
string: Correctly burn the string buffer.
Andreas Schneider
2014-09-15
1
-4
/
+5
*
session: fix ssh_session->srv.ecdsa_key leak
Jon Simons
2014-05-28
1
-0
/
+4
*
pki: Fix build without ECC support.
Andreas Schneider
2014-05-09
1
-0
/
+5
*
pki: Add missing semi-colon.
Andreas Schneider
2014-05-07
1
-1
/
+1
*
pki: Move ssh_pki_key_ecdsa_name() to the correct file.
Andreas Schneider
2014-05-07
1
-14
/
+0
*
cmake: Fix doxygen.
Andreas Schneider
2014-05-07
3
-1551
/
+1
*
cmake: Update doxygen module.
Andreas Schneider
2014-05-07
1
-67
/
+111
*
pki crypto: expose new ssh_pki_key_ecdsa_name API
Jon Simons
2014-05-07
3
-10
/
+158
*
messages: Add missing ntohl on X11 request screen number
Alan Dunn
2014-05-06
1
-1
/
+3
*
pki: Correctly update the ECDSA keytype.
Andreas Schneider
2014-05-06
1
-1
/
+8
*
pki: Move ssh_pki_key_ecdsa_name() to the correct file.
Andreas Schneider
2014-05-06
1
-0
/
+14
*
pki: Make pki_key_ecdsa_nid_to_name() a shared function.
Andreas Schneider
2014-05-06
2
-1
/
+2
*
cmake: Install cmake config files to the correct directory.
Andreas Schneider
2014-04-22
1
-1
/
+1
*
doc: Improve docs for ssh_channel_get_exit_status().
Andreas Schneider
2014-04-22
1
-0
/
+5
*
channels: Fix exit-signal request.
Andreas Schneider
2014-04-22
1
-3
/
+3
*
session: Fix a memory leak with custom banner.
Andreas Schneider
2014-04-22
1
-0
/
+1
*
cmake: Enable creation of the compile command database by default.
Andreas Schneider
2014-04-22
1
-0
/
+3
*
packet: elide two buffer_prepend calls into one
Jon Simons
2014-03-27
1
-8
/
+9
*
doc: Fix ssh_userauth_none() function signature.
Andreas Schneider
2014-03-27
1
-2
/
+2
*
doc: Improve and consolidate ssh_bind_options_set docs
Alan Dunn
2014-03-27
2
-111
/
+53
*
libssh: libhpp: overload read function to support timeout parameter
Petar Koretic
2014-03-27
1
-1
/
+19
*
libssh: libhpp: avoid unnecessary call to ssh_channel_read
Petar Koretic
2014-03-27
1
-1
/
+1
*
libssh: libhpp: fix multiple definitions for acceptForward function
Petar Koretic
2014-03-27
1
-2
/
+2
*
channel: check for closed state in waitwindow loops
Jon Simons
2014-03-27
1
-2
/
+4
*
kex: enable more ECDSA hostkey algos
Jon Simons
2014-03-27
1
-1
/
+1
[next]