index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
libssh
/
libssh.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes all CHANNEL * to ssh_channel
Aris Adamantiadis
2009-07-24
1
-28
/
+28
*
Change PRIVATE_KEY * to ssh_private_key
Aris Adamantiadis
2009-07-24
1
-5
/
+5
*
Changed all PUBLIC_KEY * to ssh_public_key
Aris Adamantiadis
2009-07-24
1
-5
/
+5
*
Changed all occurences of BUFFER * to ssh_buffer
Aris Adamantiadis
2009-07-24
1
-6
/
+6
*
Change all occurences of STRING * to ssh_string
Aris Adamantiadis
2009-07-24
1
-15
/
+30
*
moved try_publickey_from_file in priv.h
Aris Adamantiadis
2009-07-24
1
-4
/
+0
*
replacing keys_struct with ssh_keys_struct
Aris Adamantiadis
2009-07-24
1
-2
/
+2
*
Fixed namespace problem in public structures
Aris Adamantiadis
2009-07-24
1
-6
/
+6
*
Make the ssh_userauth_kbdint functions to get the prompts const.
Andreas Schneider
2009-07-21
1
-3
/
+3
*
Fixed copyright notices
Aris Adamantiadis
2009-07-13
1
-1
/
+1
*
Added return code SSH_SERVER_FILE_NOT_FOUND
Aris Adamantiadis
2009-07-12
1
-0
/
+1
*
Temporary move of ssh_poll_* back to priv.h
Aris Adamantiadis
2009-07-04
1
-36
/
+0
*
Move doxygen tags into C files
Aris Adamantiadis
2009-07-04
1
-122
/
+1
*
Put back the poll declarations into priv.h
Aris Adamantiadis
2009-07-04
1
-7
/
+0
*
Add a generic way to handle sockets asynchronously.
Aleksandar Kanchev
2009-07-03
1
-0
/
+163
*
ssh_init()
Aris Adamantiadis
2009-06-15
1
-0
/
+1
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-2
/
+1
*
Format ssh_select().
Andreas Schneider
2009-05-05
1
-1
/
+2
*
Improve channel_poll() and add a SSH_EOF return value.
Andreas Schneider
2009-05-04
1
-3
/
+4
*
Implement channel_read() as a POSIX like function.
Andreas Schneider
2009-05-04
1
-2
/
+5
*
Improve the autopubkey authentication.
Andreas Schneider
2009-04-30
1
-3
/
+3
*
Improve auto public key authentication.
Andreas Schneider
2009-04-28
1
-2
/
+4
*
Use a negative value for SSH_AGAIN.
Andreas Schneider
2009-04-24
1
-1
/
+1
*
Improve publickey_from_file().
Andreas Schneider
2009-04-20
1
-1
/
+2
*
Rename privatekey_free() to be consistent with publickey_free().
Andreas Schneider
2009-04-20
1
-1
/
+1
*
Make use of const.
Andreas Schneider
2009-04-05
1
-2
/
+3
*
Make return of ssh_get_error() const.
Andreas Schneider
2009-04-05
1
-1
/
+1
*
Fix build warnings, mostly const chars.
Andreas Schneider
2009-04-05
1
-8
/
+10
*
Make service name const.
Andreas Schneider
2009-04-05
1
-1
/
+1
*
Improve and document ssh_options_set_[dsa,rsa]_server_key().
Andreas Schneider
2009-04-03
1
-2
/
+2
*
Improve ssh_options_set_auth_callback().
Andreas Schneider
2009-04-02
1
-10
/
+1
*
Improve ssh_options_set_log_verbosity().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_log_function().
Andreas Schneider
2009-04-02
1
-2
/
+2
*
Improve ssh_options_allow_ssh2().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_allow_ssh1().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_timeout().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_status_callback().
Andreas Schneider
2009-04-02
1
-2
/
+2
*
Improve ssh_options_set_banner().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_identity().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_known_hosts_file().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_ssh_dir().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_bind().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_fd().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_port().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_username().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Improve ssh_options_set_host().
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Make ssh_options_free() public.
Andreas Schneider
2009-04-02
1
-0
/
+1
*
Add a return value to ssh_userauth_kbdint_setanswer().
Andreas Schneider
2009-04-02
1
-1
/
+2
*
Improve the ssh_get_pubkey_hash() function.
Andreas Schneider
2009-04-02
1
-1
/
+1
*
Add arg and error checking for the string functions.
Andreas Schneider
2009-04-01
1
-5
/
+6
[next]