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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
pki: Make pki_key_ecdsa_nid_to_name() a shared function.
Andreas Schneider
2014-04-23
1
-0
/
+1
*
Add options support for setting and getting HMAC algorithms
Dirkjan Bussink
2014-04-22
2
-0
/
+5
*
Add negotiation for SHA2 HMAC algorithms
Dirkjan Bussink
2014-04-22
1
-0
/
+7
*
Add logic to support SHA2 HMAC algorithms
Dirkjan Bussink
2014-04-22
3
-2
/
+9
*
Add SHA2 algorithms for HMAC
Dirkjan Bussink
2014-04-22
3
-1
/
+38
*
kex: server fix for first_kex_packet_follows
Jon Simons
2014-04-22
1
-0
/
+9
*
Revert "kex: server fix for first_kex_packet_follows"
Andreas Schneider
2014-04-15
1
-9
/
+0
*
kex: server fix for first_kex_packet_follows
Jon Simons
2014-04-10
1
-0
/
+9
*
Revert "direct-tcpip and forwarded-tcpip callbacks"
Andreas Schneider
2014-04-09
1
-32
/
+2
*
direct-tcpip and forwarded-tcpip callbacks
Loïc Michaux
2014-04-09
1
-2
/
+32
*
pki crypto: expose new ssh_pki_key_ecdsa_name API
Jon Simons
2014-04-09
1
-0
/
+2
*
libsshpp: include required <string> header for std::string
Petar Koretic
2014-04-09
1
-0
/
+1
*
doc: Improve and consolidate ssh_bind_options_set docs
Alan Dunn
2014-03-27
1
-63
/
+0
*
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
-4
/
+3
*
options: Allow use of host ECDSA key
Alan Dunn
2014-03-27
1
-1
/
+2
*
security: fix for vulnerability CVE-2014-0017
Aris Adamantiadis
2014-03-04
1
-0
/
+1
*
Add session/channel byte/packet counters
Audrius Butkevicius
2014-02-12
3
-0
/
+16
*
session: add getters for session cipher names
Jon Simons
2014-02-06
1
-0
/
+2
*
knownhosts: detect variations of ecdsa
Aris Adamantiadis
2014-02-04
2
-1
/
+27
*
doc: correct ssh_channel_read_timeout units
Jon Simons
2014-02-02
1
-1
/
+1
*
doc: Document expected return value of channel data callback
Audrius Butkevicius
2014-02-02
1
-0
/
+2
*
src: Define MAX_BUF_SIZE globally and use it.
Joseph Southwell
2014-02-02
1
-0
/
+13
*
build: remove OSX deprecated warnings for openssl
Aris Adamantiadis
2014-02-02
1
-10
/
+0
*
server: allow custom server banners (bug #83)
Aris Adamantiadis
2014-02-01
1
-0
/
+1
*
known_hosts: add ssh_knownhosts_algorithms()
Aris Adamantiadis
2014-02-01
1
-0
/
+1
*
src: Rename buffer_add_data() to ssh_buffer_add_data().
Andreas Schneider
2014-01-19
1
-1
/
+1
*
src: Rename buffer_init to ssh_buffer_init().
Andreas Schneider
2014-01-19
1
-1
/
+1
*
include: Mark functions as deprecated!
Andreas Schneider
2014-01-16
1
-45
/
+45
*
channel: Fix the name scheme of the forward functions.
Andreas Schneider
2014-01-16
2
-8
/
+22
*
channel: Add ssh_channel_accept_forward().
Oleksandr Shneyder
2014-01-16
1
-0
/
+1
*
threads: support libgcrypt 1.6 hack
Aris Adamantiadis
2014-01-08
1
-0
/
+2
*
include: Remove warning cause VSC doesn't know about it.
Andreas Schneider
2014-01-08
1
-1
/
+0
*
include: Fix building if we do not have asm volatile.
Andreas Schneider
2014-01-08
1
-1
/
+2
*
session: Add ssh_get_clientbanner().
Jon Simons
2013-12-07
1
-0
/
+1
*
channels: Add a ssh_channel_read_timeout function.
Andreas Schneider
2013-12-04
1
-0
/
+1
*
pki: Add ssh_pki_import_privkey_file().
Andreas Schneider
2013-11-27
1
-0
/
+5
*
pki_gcrypt: Add pki_private_key_to_pem() stub.
Andreas Schneider
2013-11-27
1
-0
/
+5
*
ecdh: Check if we have ECC support.
Andreas Schneider
2013-11-27
2
-2
/
+7
*
server: Add a ssh_send_keepalive() function.
Nicolas Viennot
2013-11-24
1
-0
/
+2
*
options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.
Simo Sorce
2013-11-15
2
-1
/
+3
*
options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.
Andreas Schneider
2013-11-15
2
-1
/
+3
*
gssapi: Add suppport to set GSSAPI server identity.
Andreas Schneider
2013-11-15
2
-1
/
+3
*
Add ssh_get_poll_flags()
Colin Walters
2013-11-09
2
-0
/
+2
*
dh: Add new ssh_get_publickey_hash() function.
Andreas Schneider
2013-11-06
1
-1
/
+13
*
remove warnings on OSX (workaround)
Aris Adamantiadis
2013-11-04
1
-0
/
+10
*
curve25519: include reference implementation
Aris Adamantiadis
2013-11-03
1
-2
/
+10
*
socket: Fix check for pending data.
Aris Adamantiadis
2013-11-03
1
-1
/
+5
*
priv: Fix brackets of burn macros.
Andreas Schneider
2013-11-03
1
-2
/
+2
[next]