summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Collapse)AuthorAgeFilesLines
* Increased version numbers.Andreas Schneider2010-05-301-1/+1
|
* Typos in last patchAris Adamantiadis2010-05-141-2/+4
|
* Fix build on VC7Aris Adamantiadis2010-05-141-2/+11
|
* Respond to keepalives/global requestsAris Adamantiadis2010-05-121-1/+1
|
* Increment version and soversion numbers.Andreas Schneider2010-05-121-1/+1
|
* Added runtime detection of WSAPoll().Andreas Schneider2010-05-121-0/+1
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fixed Windows build.Andreas Schneider2010-05-121-2/+3
|
* Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider2010-05-121-1/+15
|
* Use the new expand functions.Andreas Schneider2010-05-111-1/+1
| | | | | This implements escape chars for IdentityFile in ssh_config and reads the system ssh_config.
* Added a function to expand an escaped string.Andreas Schneider2010-05-111-0/+1
|
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-111-0/+2
|
* Backport of the proxycommand featureAris Adamantiadis2010-05-103-1/+9
|
* Use configure checks to define vsnprintf and strncpy.Andreas Schneider2010-05-101-2/+10
|
* Fixed building libssh with VC9.Andreas Schneider2010-05-101-7/+17
|
* Added more defines to use secure VC functions.Andreas Schneider2010-05-101-9/+9
|
* First implementation of known_hosts with port readAris Adamantiadis2010-05-071-0/+1
| | | | | | | | Conflicts: include/libssh/misc.h libssh/keyfiles.c libssh/misc.c
* Added ssh_privatekey_type public functionAris Adamantiadis2010-04-281-0/+3
|
* Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis2010-04-141-0/+5
|
* Fix vsnprintf symbol on older VS2003 compilerAris Adamantiadis2010-04-061-0/+9
|
* Fixed documentation of ssh_bind_options_set.Andreas Schneider2010-04-041-2/+6
|
* Fixed spelling.Andreas Schneider2010-03-251-1/+1
|
* Increase version number to 0.4.2.Andreas Schneider2010-03-151-1/+1
|
* Fixed and added support for several identity files.Andreas Schneider2010-03-063-1/+7
|
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-061-1/+1
|
* Added a prepend function for ssh_list.Andreas Schneider2010-03-061-0/+1
|
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-061-8/+4
|
* Added owner and group information in sftp attributes.Andreas Schneider2010-02-231-4/+3
| | | | | Parse the longname which is the output of 'ls -l' and set the owner and group if we are talking to an openssh server.
* Increased version number.Andreas Schneider2010-01-291-1/+1
|
* Fix underflow when leave_function() are unbalancedAris Adamantiadis2010-01-291-1/+1
|
* Fixed documentation of buffer struct.Andreas Schneider2009-12-181-2/+1
|
* Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider2009-12-181-12/+0
|
* Added a mainpage to doxygen.Andreas Schneider2009-12-181-0/+12
|
* Don't install crypto.h which is an internal header file.Andreas Schneider2009-12-101-1/+0
|
* Remove socklen_t definition.Andreas Schneider2009-12-091-3/+0
| | | | | | Tthe problem is that winsock2.h defines socklen_t as a typedef, not as a define, so depending on the order of includes you can get errors in ws2tcpip.h with msvc.
* Added gettimeofday for Windows.Andreas Schneider2009-12-021-0/+5
| | | | Thanks to Patrick Spendrin.
* Fixed uint* to work on Windows.Andreas Schneider2009-12-022-2/+6
| | | | Thanks to Patrick Spendrin.
* Pcap: more cleanup and minimalist APIAris Adamantiadis2009-11-162-9/+7
|
* Improved pcap dumping supportAris Adamantiadis2009-11-162-1/+8
|
* Added an option to set log verbosity as string.Andreas Schneider2009-11-101-0/+1
|
* First lines of experimental pcap output supportAris Adamantiadis2009-11-082-0/+31
| | | | This will serve to debug packets right under wireshark !
* Update structures name to new conventionAris Adamantiadis2009-11-061-17/+17
| | | | | SSH_POLL* -> ssh_poll_handle, SSH_POLL_CTX* -> ssh_poll_ctx
* Improve MSVC support. Better binary compatibility.Andreas Schneider2009-11-062-2/+2
| | | | Patch by Patrick Spendrin from KDE.
* Fix warnings on old gcc'sAris Adamantiadis2009-11-032-19/+19
| | | | they don't like variable names having type names
* Fix openssl header inclusionAris Adamantiadis2009-11-031-5/+6
| | | | | caused cbc_encrypt to be redefined by an openssl macro
* Fix server kex againAris Adamantiadis2009-10-291-0/+1
|
* Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis2009-10-171-0/+4
|
* Added option to set log_verbosity in the server.Andreas Schneider2009-10-152-1/+4
|
* Added an option to set the port as string.Andreas Schneider2009-10-151-0/+1
|
* Remove deprecated functions.Andreas Schneider2009-10-131-21/+0
|
* updated the sftp subsystem to follow the type convAris Adamantiadis2009-10-101-104/+114
|