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
/
libssh
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use ctype to make alldigits simpler.
Andreas Schneider
2009-04-20
1
-7
/
+12
*
Improve publickey_from_file().
Andreas Schneider
2009-04-20
1
-49
/
+65
*
Cleanup and add more error checks to _privatekey_from_file().
Andreas Schneider
2009-04-20
1
-49
/
+73
*
Add functions without any passphrase.
Andreas Schneider
2009-04-20
1
-8
/
+2
*
Cleanup and add more error checks to privatekey_from_file().
Andreas Schneider
2009-04-20
1
-91
/
+120
*
Rename privatekey_free() to be consistent with publickey_free().
Andreas Schneider
2009-04-20
4
-18
/
+18
*
Add more error checks to read_dsa_privatekey().
Andreas Schneider
2009-04-19
1
-29
/
+48
*
Add more error checks to read_rsa_privatekey().
Andreas Schneider
2009-04-19
1
-37
/
+59
*
The description should be const.
Andreas Schneider
2009-04-19
1
-4
/
+4
*
Add more error checks to privatekey_file_to_buffer().
Andreas Schneider
2009-04-19
1
-47
/
+70
*
Use POSIX return values and check them!
Andreas Schneider
2009-04-19
1
-10
/
+11
*
Change back to a initialized variable and document ssh_finalize().
Andreas Schneider
2009-04-18
2
-13
/
+12
*
Add FIXME.
Andreas Schneider
2009-04-18
1
-0
/
+2
*
Fix gcrypt error if no auth callback has been set.
Andreas Schneider
2009-04-18
1
-5
/
+13
*
Improve gcrypt private_key functions.
Andreas Schneider
2009-04-18
1
-18
/
+24
*
Some minor improvements to passphrase_to_key().
Andreas Schneider
2009-04-18
1
-13
/
+21
*
Reformat asn1_check_sequence() and read_line().
Andreas Schneider
2009-04-18
1
-9
/
+20
*
Add more error checks to asn1_get_int().
Andreas Schneider
2009-04-18
1
-7
/
+17
*
Reformat some functions.
Andreas Schneider
2009-04-18
1
-12
/
+15
*
Simplify signature_from_string() a bit.
Andreas Schneider
2009-04-18
1
-30
/
+13
*
Add error checks to ssh_do_sign_with_agent() and fix a memleak.
Andreas Schneider
2009-04-18
1
-2
/
+17
*
Replace some strcmp with switch to make it a bit faster.
Andreas Schneider
2009-04-18
1
-34
/
+30
*
Make use of ssh_type_from_name().
Andreas Schneider
2009-04-18
1
-3
/
+3
*
Some cleanup for publickey_to_string().
Andreas Schneider
2009-04-18
1
-2
/
+2
*
Fix segfault with gcrypt.
Andreas Schneider
2009-04-18
2
-7
/
+14
*
Add more error checks to ssh_sign_session_id().
Andreas Schneider
2009-04-18
1
-50
/
+75
*
Fix a segfault if we try to a signature.
Andreas Schneider
2009-04-18
1
-1
/
+4
*
Add more error checks to RSA_do_sign().
Andreas Schneider
2009-04-18
1
-21
/
+30
*
Add more error checks to signature_from_string().
Andreas Schneider
2009-04-18
1
-110
/
+176
*
Add error checks to signature_to_string().
Andreas Schneider
2009-04-18
1
-69
/
+133
*
Add check for the return value of gcry_sexp_find_token().
Andreas Schneider
2009-04-18
1
-2
/
+47
*
Add more error checks to ssh_encrypt_rsa1().
Andreas Schneider
2009-04-18
1
-26
/
+56
*
Add more error checks to ssh_do_sign().
Andreas Schneider
2009-04-18
1
-60
/
+83
*
Use a reference counter for the crypto functions.
Andreas Schneider
2009-04-18
1
-5
/
+9
*
Don't leak memory in publickey_make_* functions.
Andreas Schneider
2009-04-17
1
-1
/
+4
*
Revert commit 530.
Andreas Schneider
2009-04-17
2
-13
/
+6
*
Don't leak memory in error path.
Andreas Schneider
2009-04-17
2
-6
/
+13
*
Revert commit 527.
Andreas Schneider
2009-04-17
1
-10
/
+3
*
space_tokenize should be rewritten.
Andreas Schneider
2009-04-17
1
-0
/
+1
*
Don't leak memory.
Andreas Schneider
2009-04-17
1
-3
/
+10
*
Fix memory leak.
Andreas Schneider
2009-04-17
1
-0
/
+2
*
Don't leak memory in error path.
Andreas Schneider
2009-04-17
1
-0
/
+1
*
Fix openSSL support.
Andreas Schneider
2009-04-17
1
-12
/
+18
*
Fix build with openssl.
Andreas Schneider
2009-04-17
1
-15
/
+29
*
Don't shadow a global variable.
Andreas Schneider
2009-04-17
1
-6
/
+6
*
Reformat some of the code.
Andreas Schneider
2009-04-17
1
-69
/
+87
*
Make the cipher table more readable.
Andreas Schneider
2009-04-17
1
-23
/
+155
*
Add return values to set_encrypt_key and set_decrypt_key.
Andreas Schneider
2009-04-17
2
-142
/
+257
*
Reformat HMAC functions.
Andreas Schneider
2009-04-17
1
-46
/
+57
*
Reformat MD5 functions.
Andreas Schneider
2009-04-17
1
-23
/
+29
[prev]
[next]