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
*
buffer: expose ssh_buffer_get()
wip/expose_buffer_methods
Fabiano Fidêncio
2015-10-12
1
-2
/
+0
*
buffer: expose ssh_buffer_{add,get}_data()
Fabiano Fidêncio
2015-10-12
1
-4
/
+0
*
buffer: expose ssh_buffer_reinit()
Fabiano Fidêncio
2015-10-12
1
-2
/
+0
*
buffer: remove ssh_buffer_get_begin()
Fabiano Fidêncio
2015-10-12
1
-17
/
+0
*
buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()
Fabiano Fidêncio
2015-10-12
8
-25
/
+25
*
buffer: remove ssh_buffer_get_rest_len()
Fabiano Fidêncio
2015-10-12
1
-16
/
+1
*
buffer: do not use ssh_buffer_get_rest_len()
Fabiano Fidêncio
2015-10-12
18
-84
/
+84
*
pki_gcrypt: adapt to the new behavior of ssh_buffer_get_len()
Fabiano Fidêncio
2015-10-12
1
-2
/
+2
*
buffer: make ssh_buffer_get_len() call ssh_buffer_get_rest_len()
Fabiano Fidêncio
2015-10-12
1
-1
/
+1
*
buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()
Fabiano Fidêncio
2015-10-12
17
-46
/
+45
*
buffer: cosmetic change in ssh_buffer_get_u8() documentation
Fabiano Fidêncio
2015-10-12
1
-1
/
+1
*
buffer: fix documentation for ssh_buffer_get_u32()
Fabiano Fidêncio
2015-10-12
1
-6
/
+10
*
pki_gcrypt: Fix warning about not handled values in switch
Fabiano Fidêncio
2015-10-12
1
-0
/
+2
*
cleanup: use ssh_ prefix in the packet (non-static) functions
Fabiano Fidêncio
2015-10-12
15
-69
/
+69
*
cleanup: use ssh_ prefix in the gcrypt missing functions
Fabiano Fidêncio
2015-10-12
1
-2
/
+2
*
cleanup: use ssh_ prefix in the kex (non-static) functions
Fabiano Fidêncio
2015-10-12
4
-7
/
+7
*
cleanup: use ssh_ prefix in the dh (non-static) functions
Fabiano Fidêncio
2015-10-12
4
-34
/
+34
*
cleanup: use ssh_ prefix in the channels (non-static) functions
Fabiano Fidêncio
2015-10-12
2
-12
/
+12
*
cleanup: use ssh_ prefix in the buffer (non-static) functions
Fabiano Fidêncio
2015-10-12
26
-405
/
+405
*
cleanup: use ssh_ prefix in the blf (non-static) functions
Fabiano Fidêncio
2015-10-12
2
-23
/
+23
*
cleanup: use ssh_ prefix in the bignum (non-static) functions
Fabiano Fidêncio
2015-10-12
5
-31
/
+31
*
cleanup: use ssh_ prefix in the agent (non-static) functions
Fabiano Fidêncio
2015-10-12
3
-8
/
+8
*
crypto: fix broken ifdef
Aris Adamantiadis
2015-09-25
1
-2
/
+2
*
crypto: old-fashioned aes_ctr when evp_aes_ctr is missing
Aris Adamantiadis
2015-09-25
1
-0
/
+92
*
SSH1: fix duplicate identifier
Aris Adamantiadis
2015-09-25
1
-1
/
+1
*
libcrypto: clean up EVP functions
Aris Adamantiadis
2015-09-25
2
-377
/
+192
*
moved libcrypto structs to c99 notation
Aris Adamantiadis
2015-09-24
1
-113
/
+81
*
crypto: move key setup in newkeys handler
Aris Adamantiadis
2015-09-24
3
-11
/
+16
*
libcrypto: refactor EVP_(de|en)crypt
Aris Adamantiadis
2015-09-23
1
-56
/
+61
*
crypto: fix potential memory leak in ECDH
HEAD
master
Aris Adamantiadis
2015-09-21
1
-0
/
+4
*
kex: Fix zlib compression
Andreas Schneider
2015-09-16
1
-0
/
+1
*
kex: Prefer sha2 over sha1
Andreas Schneider
2015-09-15
1
-5
/
+4
*
pki: Fix a memory leak on error in ssh_pki_copy_cert_to_privkey()
Andreas Schneider
2015-09-09
1
-0
/
+1
*
pki: Fix a memory leak in pki_import_cert_buffer()
Andreas Schneider
2015-09-09
1
-0
/
+1
*
pki: Add certificate loading functions
Axel Eppe
2015-09-07
1
-2
/
+110
*
pki: Add Add new pki_import_cert_buffer function
Axel Eppe
2015-09-07
1
-0
/
+51
*
pki: Add rsa, dss certificate key type definitions
Axel Eppe
2015-09-07
3
-0
/
+24
*
pki: Use the standard logging function
Andreas Schneider
2015-09-07
5
-97
/
+109
*
cmake: Handle libssh threas library correctly
Andreas Schneider
2015-09-07
2
-2
/
+8
*
bignum: Fix OpenSSL crash in SAFE_FREE
Michael Wilder
2015-09-07
1
-0
/
+4
*
crypto: Add OpenSSL EVP functions for FIPS compatibility
Michael Wilder
2015-09-07
1
-143
/
+409
*
server: Fix return code check of ssh_buffer_pack()
Andreas Schneider
2015-08-18
1
-1
/
+1
*
pki: Fix return values of ssh_key_is_(public|private)
Andreas Schneider
2015-08-10
1
-2
/
+2
*
sftp: Fix incorrect handling of received length fields
Tilo Eckert
2015-08-01
1
-7
/
+13
*
auth: Fix return status for ssh_userauth_agent()
Peter Volpe
2015-07-30
1
-0
/
+5
*
define our own platform-independent S_IF macros
Tilo Eckert
2015-07-30
1
-24
/
+16
*
fix file mode checks in sftp_open()
Tilo Eckert
2015-07-30
1
-8
/
+7
*
fix permissions
Aris Adamantiadis
2015-07-08
1
-0
/
+0
*
client: handle agent forward open requests with callbacks
Fabiano Fidêncio
2015-07-07
2
-0
/
+39
*
cmake: Fix zlib include directory
Andreas Schneider
2015-07-03
1
-1
/
+1
[next]