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
/
keyfiles.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a portable ssh_mkdir function for Windows.
Andreas Schneider
2009-09-09
1
-1
/
+1
*
Fix ssh_write_knownhost() if ~/.ssh doesn't exist.
Andreas Schneider
2009-08-26
1
-3
/
+22
*
Fixed stupid "can't parse known host key" bug
Aris Adamantiadis
2009-08-10
1
-0
/
+1
*
Fix ssh_write_knownhost() which always returned -1.
Andreas Schneider
2009-07-23
1
-1
/
+1
*
Fix doxygen to match SSH_SERVER_FILE_NOT_FOUND fix
Aris Adamantiadis
2009-07-14
1
-1
/
+4
*
Added return code SSH_SERVER_FILE_NOT_FOUND
Aris Adamantiadis
2009-07-13
1
-2
/
+2
*
Fixed memory leak in ssh_is_server_known()
Aris Adamantiadis
2009-06-23
1
-0
/
+2
*
Fixed a use-after-free in match_hashed_host()
Aris Adamantiadis
2009-06-21
1
-1
/
+1
*
Fix build warnings.
Andreas Schneider
2009-06-09
1
-0
/
+5
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-3
/
+1
*
Change variable names of the keys_struct to avoid conflicts.
Andreas Schneider
2009-05-11
1
-2
/
+2
*
Improve the autopubkey authentication.
Andreas Schneider
2009-04-30
1
-26
/
+7
*
Improve auto public key authentication.
Andreas Schneider
2009-04-28
1
-45
/
+85
*
Improve ssh_write_knownhost.
Andreas Schneider
2009-04-28
1
-54
/
+130
*
Improve ssh_is_server_known.
Andreas Schneider
2009-04-27
1
-67
/
+98
*
Improve match_hashed_host.
Andreas Schneider
2009-04-27
1
-53
/
+83
*
Improve check_public_key().
Andreas Schneider
2009-04-27
1
-57
/
+87
*
Improve ssh_get_knownhost_line.
Andreas Schneider
2009-04-27
1
-52
/
+67
*
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
1
-2
/
+2
*
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
*
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
*
Fix segfault with gcrypt.
Andreas Schneider
2009-04-18
1
-2
/
+6
*
Use const where it should be used.
Andreas Schneider
2009-04-05
1
-1
/
+2
*
Make use of const.
Andreas Schneider
2009-04-05
1
-2
/
+4
*
Fix build warnings.
Andreas Schneider
2009-04-05
1
-4
/
+5
*
Fix build warnings, mostly const chars.
Andreas Schneider
2009-04-05
1
-2
/
+2
*
Improve free functions of the keyfiles.
Andreas Schneider
2009-04-04
1
-17
/
+18
*
Add NULL check to private_key_free().
Andreas Schneider
2009-04-03
1
-0
/
+3
*
There is no file to close here.
Andreas Schneider
2009-04-02
1
-2
/
+0
*
Add memory error checks for crypto wrapper functions.
Andreas Schneider
2009-04-01
1
-1
/
+10
*
Add memory error checking to keyfile functions.
Andreas Schneider
2009-04-01
1
-2
/
+16
*
Add memory error checking to key exchange functions.
Andreas Schneider
2009-04-01
1
-0
/
+8
*
Fixed memory leak and file descriptor leak in known host parsing
Aris Adamantiadis
2009-03-29
1
-12
/
+10
*
Normalize the license in all files and add vim tab instructions.
Andreas Schneider
2009-03-29
1
-22
/
+24
*
Improve the lowercase function and free memory allocated by lowercase().
Andreas Schneider
2009-03-29
1
-9
/
+24
[next]