aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2010-05-21options: Make sure that we have always have default options set.Andreas Schneider2-11/+9
2010-05-21options: Set the local username if still not set.Andreas Schneider1-0/+7
2010-05-21keyfiles: Fixed possible problem with known_hosts path.Andreas Schneider1-1/+1
2010-05-19Fixed keyboard-interactive and unit testAris Adamantiadis3-61/+65
2010-05-19Fix authentication testAris Adamantiadis1-2/+2
2010-05-18Added verbosity flag for unit testsAris Adamantiadis4-1/+26
2010-05-18Added unit test for kbdint and password auth.Aris Adamantiadis2-0/+107
2010-05-18Factorize all the main functions in unit testsAris Adamantiadis10-191/+36
2010-05-18Fixed unittest nameAris Adamantiadis1-1/+1
2010-05-18cmake: Fixed doxygen.Andreas Schneider1-5/+9
2010-05-18doxygen: Fixed latex pdf generation.Andreas Schneider3-4/+4
2010-05-17sftp: Fixed sftp_chown.Andreas Schneider1-1/+2
2010-05-17Install missing legacy header file.Andreas Schneider1-0/+1
2010-05-17Added some other junk test fileAris Adamantiadis1-0/+33
2010-05-17New sample that writes a lot of data on channelAris Adamantiadis3-4/+61
2010-05-17Fix sftp_rename on sftp3Aris Adamantiadis1-2/+3
2010-05-17poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider5-1/+26
2010-05-14Separation work between openssl and libgcryptAris Adamantiadis7-869/+1010
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis40-1315/+1640
2010-05-12connect: Fixed signedness warnings from MSVC.Andreas Schneider1-5/+6
2010-05-12win: Added missing includes with newer MSCV.Andreas Schneider4-2/+31
2010-05-12connect: Don't shadow errno.Andreas Schneider1-6/+6
2010-05-12connect: Make sure that we use float values for the status.Andreas Schneider1-7/+7
2010-05-12proxycommand: check the return values of pipe().Andreas Schneider1-2/+11
2010-05-12Fixed building libssh with DEBUG_CRYPTO.Andreas Schneider2-0/+2