aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-07-17Fixed channel opening failures (infinite loop)Aris Adamantiadis1-1/+1
2010-07-16Fixed keepalive problem on older openssh serversAris Adamantiadis1-1/+1
Conflicts: libssh/channels.c
2010-07-16New example for port forwardingAris Adamantiadis2-0/+250
Conflicts: examples/CMakeLists.txt
2010-07-09poll: Added poll constants for Windows.Andreas Schneider1-2/+40
WSAPoll uses different constanst values as the POSIX implementation, what else ...
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider3-2/+18
Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
2010-07-07Removed dead code in socket.cAris Adamantiadis2-184/+2
2010-07-06poll: FD_SETSIZE is only for the count value of FD_SET on Windows.Andreas Schneider1-0/+2
2010-06-25Add ssh_callbacks_exists internal macro + unittestAris Adamantiadis3-8/+84
(first commit with eclipse helios, crossing fingers ...)
2010-06-24poll: Another attempt to get bsd_poll() working correctly.Andreas Schneider1-2/+6
2010-06-24poll: Fixed building with poll-emulation on UNIX.Andreas Schneider1-6/+8
2010-06-24agent: Use the our poll typedef.Andreas Schneider1-1/+1
2010-06-22poll: Added a comment to the bsd_poll() implementation.Andreas Schneider1-0/+10
2010-06-22poll: Handle FD_SETSIZE in bsd_poll().Andreas Schneider1-1/+1
2010-06-22poll: Fixed a comparsion.Andreas Schneider1-1/+1
2010-06-22Fix threadsafety issue in zlib codeAris Adamantiadis1-2/+2
2010-06-21Fixes leak reports in valgrindAris Adamantiadis1-0/+1
2010-06-21poll: Fixed a typo.Andreas Schneider1-1/+1
2010-06-20poll: Check if maxfd has been set.Andreas Schneider1-2/+3
2010-06-20ctest: Update config file for new cdash board.Andreas Schneider1-4/+3
2010-06-17Fixed more fd checks.Andreas Schneider3-4/+4
2010-06-17torture: Fixed fd check.Andreas Schneider1-1/+1
2010-06-17client: Fixed fd checks.Andreas Schneider1-2/+2
2010-06-17server: Fixed types and checks of fd's.Andreas Schneider1-6/+6
2010-06-17poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET.Andreas Schneider1-4/+4
2010-06-17channel: Fixed the type of the max fd variable in ssh_channel_select().Andreas Schneider1-5/+5
2010-06-17agent: Use ssh_poll in agent code.Andreas Schneider1-3/+3
2010-06-17socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.Andreas Schneider2-9/+9
2010-06-17socket: Fixed checks for max fd.Andreas Schneider2-13/+18
2010-06-17socket: Fixed prototype of ssh_socket_pollcallback().Andreas Schneider1-1/+1
2010-06-17poll: Fixed brackets.Andreas Schneider1-2/+2
2010-06-17poll: Fixed another wrong invalid fd check in bsd_poll.Andreas Schneider1-1/+1
2010-06-17poll: Some code cleanup for easier debugging.Andreas Schneider1-2/+4
2010-06-17poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider2-4/+8
2010-06-11string: Added a function to delete a char basesd stirng object.Andreas Schneider2-0/+10
2010-06-11build: Fixed building without zlib.Andreas Schneider1-1/+3
2010-06-03tests: Moved proxycommand test to client tests.Andreas Schneider3-1/+1
2010-06-03config: Use ssh log and error functions for problems.Andreas Schneider1-2/+4
2010-06-03tests: Move getpwuid_r to a setup function.Andreas Schneider1-13/+21
2010-06-03tests: Move client tests to a seperate directory.Andreas Schneider6-3/+8
Tests which require a running sshd should go to tests/client.
2010-06-03tests: Fixed the misc torture test.Andreas Schneider1-4/+4
2010-06-03keyfiles: Move the auth callback inside the HAVE_LIBGCRYPT ifdef.Andreas Schneider1-6/+7
2010-06-02cpp: Fixed return value of userauthAutopubkey.Andreas Schneider1-1/+1
2010-06-01doc: Fixed ssh_path_expand_tilde documentation.Andreas Schneider1-2/+0
2010-06-01doc: Group the poll functions and add a description.Andreas Schneider1-0/+21
2010-06-01socket: According to execle(2) environ shouldn't be const.Andreas Schneider1-1/+1
2010-05-31Fix warning for snprintfAris Adamantiadis1-0/+1
2010-05-31Fix unclean null termination in ~ expendingAris Adamantiadis1-1/+1
2010-05-31misc: Move size check down in ssh_path_expand_escape().Andreas Schneider3-6/+21
2010-05-30misc: Make sure the expanded string is null-terminated.Andreas Schneider1-0/+1
2010-05-28session: Fixed setting up default identity files.Andreas Schneider1-3/+3