summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
* poll: Fixed a typo.Andreas Schneider2010-06-211-1/+1
* poll: Check if maxfd has been set.Andreas Schneider2010-06-201-2/+3
* connect: Fixed some socket build warnings on windows.Andreas Schneider2010-06-181-5/+6
* server: Fixed types and checks of fd's.Andreas Schneider2010-06-171-6/+6
* poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET.Andreas Schneider2010-06-171-5/+5
* client: Fixed fd type and checks.Andreas Schneider2010-06-171-4/+4
* channel: Fixed the type of the max fd variable in ssh_channel_select().Andreas Schneider2010-06-171-5/+5
* agent: Use ssh_poll in agent code.Andreas Schneider2010-06-171-3/+3
* socket: Fixed checks for max fd.Andreas Schneider2010-06-171-12/+12
* poll: Fixed brackets.Andreas Schneider2010-06-171-2/+2
* poll: Fixed another wrong invalid fd check in bsd_poll.Andreas Schneider2010-06-171-1/+1
* poll: Some code cleanup for easier debugging.Andreas Schneider2010-06-171-2/+4
* poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider2010-06-171-2/+2
* config: Use ssh log and error functions for problems.Andreas Schneider2010-06-031-2/+4
* socket: Fixed signed values which could be seen as an unary operator.Andreas Schneider2010-06-021-2/+2
* socket: According to execle(2) environ shouldn't be const.Andreas Schneider2010-06-011-1/+1
* Fix warning for snprintfAris Adamantiadis2010-05-311-0/+1
* Fix unclean null termination in ~ expendingAris Adamantiadis2010-05-311-1/+1
* misc: Make sure the expanded string is null-terminated.Andreas Schneider2010-05-301-0/+1
* session: Fixed setting up default identity files.Andreas Schneider2010-05-281-3/+3
* options: Make sure that we have always have default options set.Andreas Schneider2010-05-212-11/+9
* options: Set the local username if still not set.Andreas Schneider2010-05-211-0/+7
* keyfiles: Fixed possible problem with known_hosts path.Andreas Schneider2010-05-211-1/+1
* sftp: Fixed sftp_chown.Andreas Schneider2010-05-171-1/+2
* Fix sftp_rename on sftp3Aris Adamantiadis2010-05-171-2/+3
* Respond to keepalives/global requestsAris Adamantiadis2010-05-122-1/+33
* build: Fixed build.Andreas Schneider2010-05-121-1/+0
* Fixed building libssh with DEBUG_CRYPTO.Andreas Schneider2010-05-122-0/+3
* Added runtime detection of WSAPoll().Andreas Schneider2010-05-122-8/+32
* Fixed windows include files in pcap support.Andreas Schneider2010-05-121-1/+3
* Fixed Windows build warnings.Andreas Schneider2010-05-123-2/+16
* Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider2010-05-121-137/+94
* Use the new expand functions.Andreas Schneider2010-05-114-104/+105
* Added a function to expand an escaped string.Andreas Schneider2010-05-111-0/+84
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-111-2/+63
* Backport of the proxycommand featureAris Adamantiadis2010-05-105-2/+78
* Move ssh_hostport to a location which is global accessible.Patrick Spendrin2010-05-101-14/+14
* The lower function doesn't have the prefix.Patrick Spendrin2010-05-101-1/+1
* Match hashed [host]:port format knownhostsAris Adamantiadis2010-05-071-0/+3
* knownhosts writing cherry-pickAris Adamantiadis2010-05-071-13/+37
* First implementation of known_hosts with port readAris Adamantiadis2010-05-072-3/+24
* Added ssh_privatekey_type public functionAris Adamantiadis2010-04-281-0/+14
* Fix doublefree happening after a negociation errorAris Adamantiadis2010-04-141-4/+1
* Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis2010-04-142-0/+13
* Fix missing string_data() in crypto debug codeAris Adamantiadis2010-04-142-10/+10
* Fix building on win32/vs7Aris Adamantiadis2010-04-061-3/+3
* Fixed config parsing wich has overwritten user specified values.Andreas Schneider2010-04-041-7/+11
* Fixed blocking bug in channel_poll.Andreas Schneider2010-04-031-3/+4
* Fixes the broken algorithm choice for serverAris Adamantiadis2010-03-282-29/+30
* Fix crash when no callback is definedAris Adamantiadis2010-03-281-1/+1