summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add return value and error checking for hash buffer cookie functions.Andreas Schneider2009-04-071-2/+2
* Add return value and error checks to make_sessionid().Andreas Schneider2009-04-071-1/+1
* Add return values and error checking to channel_default_bufferize().Andreas Schneider2009-04-071-1/+1
* Use const where it should be used.Andreas Schneider2009-04-051-9/+10
* Make use of const.Andreas Schneider2009-04-051-2/+3
* Add printf checking for ssh_set_error().Andreas Schneider2009-04-051-1/+1
* Make return of ssh_get_error() const.Andreas Schneider2009-04-051-1/+1
* Fix build warning.Andreas Schneider2009-04-051-1/+1
* Don't shadow a global variable declaration in unistd.h.Andreas Schneider2009-04-051-1/+1
* Don't shadow a global variable declaration on unistd.h.Andreas Schneider2009-04-051-1/+2
* Fix build warnings.Andreas Schneider2009-04-051-3/+3
* Fix build warnings in key exchange functions.Andreas Schneider2009-04-051-2/+2
* Fix build warnings, mostly const chars.Andreas Schneider2009-04-051-8/+10
* Make service name const.Andreas Schneider2009-04-051-1/+1
* Fix compile warning.Andreas Schneider2009-04-051-1/+1
* Improve and document ssh_options_set_[dsa,rsa]_server_key().Andreas Schneider2009-04-031-2/+2
* Improve ssh_options_set_auth_callback().Andreas Schneider2009-04-021-10/+1
* Improve ssh_options_set_log_verbosity().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_log_function().Andreas Schneider2009-04-021-2/+2
* Improve ssh_options_allow_ssh2().Andreas Schneider2009-04-021-1/+1
* 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