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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
session: add getters for session cipher names
Jon Simons
2014-02-06
1
-0
/
+32
*
Revert f2c2687ca6c6c7e25c9a547227027ab28eb4fc16
Aris Adamantiadis
2014-02-05
1
-1
/
+1
*
knownhosts: resolve leaks found by coverity
Aris Adamantiadis
2014-02-05
2
-9
/
+8
*
knownhosts: detect variations of ecdsa
Aris Adamantiadis
2014-02-04
2
-32
/
+80
*
server: use custom server banners
Audrius Butkevicius
2014-02-04
1
-2
/
+2
*
threads: Be less strict when deciding whether to build libssh_threads.
Raphael Kubo da Costa
2014-02-03
1
-2
/
+2
*
socket: fix read of non-connected socket
Jon Simons
2014-02-02
1
-1
/
+3
*
doc: correct ssh_channel_read_timeout units
Jon Simons
2014-02-02
1
-6
/
+6
*
src: Fix argument order in ssh_channel_pty_window_change_callback
Audrius Butkevicius
2014-02-02
1
-2
/
+2
*
src: Define MAX_BUF_SIZE globally and use it.
Joseph Southwell
2014-02-02
4
-5
/
+4
*
client: Fix EOF session error reporting.
Joseph Southwell
2014-02-02
2
-3
/
+9
*
Make function ssh_channel_accept() nonblocking if timeout is 0.
Oleksandr Shneyder
2014-02-02
1
-1
/
+5
*
Kex: fix coverity warning + edge case
Aris Adamantiadis
2014-02-02
1
-4
/
+8
*
server: allow custom server banners (bug #83)
Aris Adamantiadis
2014-02-01
2
-2
/
+11
*
Knownhosts: implement hostkey with knownhosts heuristic
Aris Adamantiadis
2014-02-01
1
-1
/
+24
*
known_hosts: add ssh_knownhosts_algorithms()
Aris Adamantiadis
2014-02-01
1
-0
/
+77
*
pki_crypto: Fix memory leak with EC_KEY_set_public_key().
Andreas Schneider
2014-01-28
1
-1
/
+3
*
doc: Document the unit for ssh_select() timeout.
Andreas Schneider
2014-01-23
1
-1
/
+1
*
dh: Fix NULL check for p_group14.
Rod Vagg
2014-01-23
1
-1
/
+1
*
pki_crypto: fix DSA signature extraction
Jon Simons
2014-01-23
1
-26
/
+50
*
pki: Use ssh_buffer_add_data() in pki_gcrypt..
Andreas Schneider
2014-01-22
1
-3
/
+3
*
doc: Fix description of error parameter for ssh_get_error*
Alan Dunn
2014-01-22
1
-2
/
+2
*
pki_crypto: pad RSA signature blobs
Jon Simons
2014-01-21
1
-24
/
+56
*
Import keys during ssh_bind_accept_fd
Alan Dunn
2014-01-21
1
-1
/
+11
*
Separate out key import functionality from ssh_bind_listen
Alan Dunn
2014-01-21
1
-12
/
+23
*
src: Rename buffer_add_data() to ssh_buffer_add_data().
Andreas Schneider
2014-01-19
18
-83
/
+108
*
src: Rename buffer_init to ssh_buffer_init().
Andreas Schneider
2014-01-19
16
-47
/
+52
*
doc: Fix channel documentation.
Andreas Schneider
2014-01-17
1
-31
/
+49
*
pki: Do not use deprecated string functions.
Andreas Schneider
2014-01-17
1
-1
/
+1
*
src: Do not use deprecated functions.
Andreas Schneider
2014-01-16
6
-15
/
+15
*
bind: fix possible double-frees in ssh_bind_free
Jon Simons
2014-01-16
1
-0
/
+10
*
channel: Fix the name scheme of the forward functions.
Andreas Schneider
2014-01-16
2
-15
/
+17
*
channel: Add ssh_channel_accept_forward().
Oleksandr Shneyder
2014-01-16
1
-3
/
+23
*
threads: support libgcrypt 1.6 hack
Aris Adamantiadis
2014-01-08
1
-2
/
+23
*
src: Update my mail address.
Andreas Schneider
2014-01-07
11
-11
/
+11
*
update copyright information
Aris Adamantiadis
2014-01-07
20
-26
/
+26
*
pki: fix gcrypt signature process
Aris Adamantiadis
2014-01-07
1
-1
/
+1
*
session: Fix a possible memory leak.
Andreas Schneider
2014-01-05
1
-0
/
+1
*
poll: fix poll_handles ownerships
Aris Adamantiadis
2014-01-05
1
-5
/
+27
*
socket: don't attempt reading a non-connected socket
Aris Adamantiadis
2014-01-05
1
-1
/
+1
*
poll: Correctly free ssh_event_fd_wrapper.
Andreas Schneider
2013-12-22
1
-3
/
+9
*
config: Support expansion in the Host variable too.
Andreas Schneider
2013-12-21
1
-9
/
+18
*
channel: fix setting of channel->flags
Jon Simons
2013-12-11
1
-3
/
+3
*
client: use ssh_channel_do_free in ssh_disconnect
Jon Simons
2013-12-11
1
-1
/
+1
*
bind: Correctly free all memory in ssh_bind_free().
Andreas Schneider
2013-12-09
1
-3
/
+7
*
session: Add ssh_get_clientbanner().
Jon Simons
2013-12-07
1
-0
/
+15
*
channels: Add a ssh_channel_read_timeout function.
Andreas Schneider
2013-12-04
1
-3
/
+43
*
pki: Fix a memory leak.
Andreas Schneider
2013-11-28
1
-0
/
+1
*
pki: Add ssh_pki_import_privkey_file().
Andreas Schneider
2013-11-27
1
-0
/
+58
*
pki_crypto: Add pki_private_key_to_pem().
Andreas Schneider
2013-11-27
1
-0
/
+118
[prev]
[next]