summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Improve ssh_options_allow_ssh1().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_timeout().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_status_callback().Andreas Schneider2009-04-021-2/+2
* Improve ssh_options_set_banner().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_identity().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_known_hosts_file().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_ssh_dir().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_bind().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_fd().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_port().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_username().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_host().Andreas Schneider2009-04-021-1/+1
* Make ssh_options_free() public.Andreas Schneider2009-04-022-1/+1
* Add a return value to ssh_userauth_kbdint_setanswer().Andreas Schneider2009-04-021-1/+2
* Improve the ssh_get_pubkey_hash() function.Andreas Schneider2009-04-021-1/+1
* Add error checking to buffer functions.Andreas Schneider2009-04-011-10/+10
* Add arg and error checking for the string functions.Andreas Schneider2009-04-011-5/+6
* Create a ssh_get_hexa function.Andreas Schneider2009-03-301-1/+2
* Remove automake files.Andreas Schneider2009-03-292-9/+0
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-295-97/+117
* Working new known_host algorithmAris Adamantiadis2009-03-281-17/+20
* Fix typos.Andreas Schneider2009-03-281-1/+1
* Fix compilation of the server with option turned off.Andreas Schneider2009-03-281-15/+7
* Add WITH_SERVER option.Andreas Schneider2009-03-282-5/+19
* Fix possible precedence problems.Andreas Schneider2009-03-261-1/+1
* Add a ssh_version function.Andreas Schneider2009-03-212-3/+24
* Don't require C++ compiler.Andreas Schneider2009-03-172-2/+2
* Enable printf attribute checking on GNU systems.Andreas Schneider2009-03-141-1/+8
* R.I.P. ssh_say()Andreas Schneider2009-03-121-2/+1
* Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider2009-03-121-1/+1
* Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider2009-03-081-0/+2
* Fix build on Windows.Andreas Schneider2009-03-081-1/+3
* Fix build on Windows.Andreas Schneider2009-03-081-0/+9
* Rename function to agent_is_running.Andreas Schneider2009-02-091-1/+1
* Complete ssh client agent support.Andreas Schneider2009-02-062-2/+23
* channel_get_exit_status()Aris Adamantiadis2009-02-032-0/+2
* Moved ssh_crypto_init to priv.h file and added a note.Andreas Schneider2009-02-022-3/+4
* Fix build warnings in the crypto wrapper functions.Andreas Schneider2009-02-021-1/+1
* Fix build warnings in socket code.Andreas Schneider2009-02-021-3/+4
* Fix build warnings in sftp code.Andreas Schneider2009-02-021-2/+6
* Fix the build.Andreas Schneider2009-02-021-1/+1
* Fix build warnings in session code.Andreas Schneider2009-02-021-3/+6
* Fix build warings in the server code.Andreas Schneider2009-02-021-2/+2
* Fix several build warnings.Andreas Schneider2009-02-022-4/+6
* Fix compiler warnings.Andreas Schneider2009-02-022-2/+2
* Use unsigned values for length in buffer functions.Andreas Schneider2009-02-022-4/+4
* Fix build warnings in channel code.Andreas Schneider2009-02-021-3/+5
* The string_len function should return unsigned int.Andreas Schneider2009-02-021-1/+1
* Fix compiler warning in client.c.Andreas Schneider2009-02-021-1/+1
* Fix compiler warnings in buffer implementation.Andreas Schneider2009-02-022-7/+7