summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build: Don't test for big endian on Windows.Andreas Schneider2010-07-131-1/+3
| | | | Visual Studio 2010 has problems running the test.
* build: Fixed the Windows preprocessor macros and defines.Andreas Schneider2010-07-133-55/+52
|
* build: Set a default zlib search path for windows.Andreas Schneider2010-07-131-0/+3
|
* build: Set a default openssl search path for windows.Andreas Schneider2010-07-131-0/+4
|
* build: Fixed typo.Andreas Schneider2010-07-131-1/+1
|
* build: Added a check for NSIS.Andreas Schneider2010-07-132-5/+40
|
* build: Increase version numbers.release-0-4-5Andreas Schneider2010-07-133-4/+4
|
* build: Updated ChangeLog.Andreas Schneider2010-07-121-0/+6
|
* poll: Added poll constants for Windows.Andreas Schneider2010-07-091-2/+40
| | | | | WSAPoll uses different constanst values as the POSIX implementation, what else ...
* options: Added option to bind a client to an ip address.Andreas Schneider2010-07-073-2/+18
| | | | Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
* Fixed ssh_socket_poll behaviourAris Adamantiadis2010-07-071-14/+11
|
* socket: Fixed ssh_socket_poll().Andreas Schneider2010-07-061-2/+7
| | | | If we don't have date to read or write, leave ssh_socket_poll().
* poll: FD_SETSIZE is only for the count value of FD_SET on Windows.Andreas Schneider2010-07-061-0/+2
|
* socket: Fixed a prototype.Andreas Schneider2010-06-251-1/+1
|
* socket: Fixed conflicting types.Andreas Schneider2010-06-241-1/+1
|
* poll: Another attempt to get bsd_poll() working correctly.Andreas Schneider2010-06-241-2/+6
|
* poll: Fixed building with poll-emulation on UNIX.Andreas Schneider2010-06-242-7/+10
|
* agent: Use the our poll typedef.Andreas Schneider2010-06-241-1/+1
|
* poll: Added a comment to the bsd_poll() implementation.Andreas Schneider2010-06-221-0/+10
|
* poll: Handle FD_SETSIZE in bsd_poll().Andreas Schneider2010-06-221-1/+1
|
* poll: Fixed a comparsion.Andreas Schneider2010-06-221-1/+1
|
* 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-172-6/+6
|
* 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-172-12/+14
|
* 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-172-4/+8
|
* 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
|
* Update Changelog.release-0-4-4Andreas Schneider2010-05-311-0/+1
|
* Fix warning for snprintfAris Adamantiadis2010-05-311-0/+1
|
* Fix unclean null termination in ~ expendingAris Adamantiadis2010-05-311-1/+1
|
* Increased version numbers.Andreas Schneider2010-05-304-4/+8
|
* 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
|
* cmake: Fixed doxygen.release-0-4-3Andreas Schneider2010-05-181-5/+9
|
* doxygen: Fixed latex pdf generation.Andreas Schneider2010-05-183-4/+4
|
* Updated changelog file.Andreas Schneider2010-05-171-1/+4
|
* sftp: Fixed sftp_chown.Andreas Schneider2010-05-171-1/+2
|