summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider2009-03-124-15/+17
* Get rid of a ssh_say.Andreas Schneider2009-03-121-1/+0
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-121-4/+10
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-14/+15
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-14/+26
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-15/+24
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-3/+2
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-25/+43
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-4/+2
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-49/+96
* Fix build.Andreas Schneider2009-03-111-3/+0
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-5/+7
* Remove ssh_say.Andreas Schneider2009-03-111-5/+9
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-8/+17
* Fix compiler warning about unused variable.Andreas Schneider2009-03-111-9/+15
* Fix compiler warnings in keyfile.c.Andreas Schneider2009-03-111-25/+19
* Fix NSIS installer creation.Andreas Schneider2009-03-101-19/+14
* Add NSIS generator for CPack.Andreas Schneider2009-03-081-8/+11
* Add NSIS support.Andreas Schneider2009-03-081-1/+27
* Fix compilation and installation of libssh.Andreas Schneider2009-03-083-11/+21
* Fix build warnings.Andreas Schneider2009-03-081-4/+6
* Fix cross compilation errors.Andreas Schneider2009-03-081-3/+3
* Set needed functions on Windows to true for now.Andreas Schneider2009-03-081-4/+10
* Fix cross compilation.Andreas Schneider2009-03-081-0/+2
* Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider2009-03-083-8/+31
* Find zlib of cross mingw.Andreas Schneider2009-03-081-0/+2
* Fix build warnings.Andreas Schneider2009-03-081-2/+2
* Add missing include file.Andreas Schneider2009-03-081-0/+1
* Fix build errors.Andreas Schneider2009-03-081-4/+4
* Fix build on Windows.Andreas Schneider2009-03-082-1/+7
* Fix version number.Andreas Schneider2009-03-081-1/+1
* Fix build on Windows.Andreas Schneider2009-03-081-0/+9
* Rename function to set sftp error to be consistent.Andreas Schneider2009-02-091-16/+16
* Rename function to agent_is_running.Andreas Schneider2009-02-093-4/+4
* Fix the ifdefs.Andreas Schneider2009-02-062-4/+3
* Add missing ifdef for ssh-agent support.Andreas Schneider2009-02-062-4/+5
* Fix build warnings in server sample.Andreas Schneider2009-02-061-2/+3
* Fix build warnings in client sample.Andreas Schneider2009-02-061-23/+33
* Complete ssh client agent support.Andreas Schneider2009-02-065-48/+397
* exit-status should be -1 when undefinedAris Adamantiadis2009-02-041-3/+3
* adding error status in samplesshAris Adamantiadis2009-02-041-0/+2
* channel_get_exit_status()Aris Adamantiadis2009-02-034-1/+18
* added logging for exit-statusAris Adamantiadis2009-02-032-1/+2
* Fix typo.Andreas Schneider2009-02-031-1/+1
* Update doxygen config file for user documentation.Andreas Schneider2009-02-031-72/+236
* Add a 'make doc' target to create doxygen documentation.Andreas Schneider2009-02-033-0/+1381
* Moved ssh_crypto_init to priv.h file and added a note.Andreas Schneider2009-02-022-3/+4
* Remove deprecated pubkey_get_hash function.Andreas Schneider2009-02-021-6/+0
* Fix build warnings in the crypto wrapper functions.Andreas Schneider2009-02-022-9/+14
* Fix build warnings in socket code.Andreas Schneider2009-02-022-16/+22