aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12scp: Document more scp functionts.Andreas Schneider1-3/+31
2013-08-05server kex: Fix server side compression typoNicolas Viennot1-2/+3
The original code had a typo (COMP was CRYPT). This fixes the zlib compression method. Signed-off-by: Nicolas Viennot <nicolas@viennot.biz> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2013-08-05INSTALL: Fix source directory.Andreas Schneider1-1/+1
2013-08-05Update INSTALL.Andreas Schneider1-2/+4
2013-08-05Update ChangeLog.Andreas Schneider1-7/+69
2013-08-01cmake: Add CMOCKA_ROOT_DIR with hints and paths.Andreas Schneider1-1/+18
2013-08-01doc: Update Features section.Andreas Schneider1-18/+23
2013-08-01doc: Remove obsolete Trac header and footer.Andreas Schneider2-5/+0
2013-08-01doc: Better explain LIBSSH_STATIC.Andreas Schneider1-3/+9
2013-07-27cmake: Fix configure check for ntohll and htonll.Andreas Schneider1-9/+14
2013-07-27include: Fix a build warning in MinGW.Andreas Schneider1-0/+1
2013-07-26tests: Add suppression for getdelim with selinux.Andreas Schneider1-0/+11
2013-07-26session: Add parentheses to fix a build warning.Andreas Schneider1-1/+1
2013-07-25session: Handle session state in ssh_get_status().Andreas Schneider1-1/+2
BUG: https://red.libssh.org/issues/109
2013-07-25session: ssh_handle_packets_termination() SSH_AGAIN bug fixNicolas Viennot1-0/+1
ssh_handle_packets_termination() must not return SSH_OK when exiting due to a timeout while the termination function still returns 1. Signed-off-by: Nicolas Viennot <nicolas@viennot.biz> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2013-07-25channels: allow channel_open() to return SSH_AGAINNicolas Viennot1-1/+1
Signed-off-by: Nicolas Viennot <nicolas@viennot.biz> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2013-07-25doc: Don't generate latex documentation.Andreas Schneider2-75/+157
2013-07-25cmake: Only build with _FORTIFY_SOURCE on release builds.Andreas Schneider1-1/+1
2013-07-25gssapi: Fix a build warning if we build without server support.Andreas Schneider1-5/+1
2013-07-24cmake: Document GSSAPI_FLAVOR_MIT and GSSAPI_FLAVOR_HEIMDAL.Andreas Schneider1-0/+2
2013-07-24cmake: Rewrote FindGSSAPI.cmake.Andreas Schneider4-84/+333
2013-07-24gssapi: Fix include with Heimdal.Andreas Schneider1-1/+1
2013-07-24example: Fix a memory leak on error in tty server.Andreas Schneider1-0/+1
CID: #1032746
2013-07-24cmake: Update FindNSIS module.Andreas Schneider1-8/+24
2013-07-24cmake: Set HAVE_GETADDRINFO if we have libsocket.Andreas Schneider1-1/+2
This fixes the build on Solaris.
2013-07-24cmake: Change start time to UTC.Andreas Schneider1-1/+1
2013-07-23gssapi: Fix a memory leak in ssh_gssapi_auth_mic().Andreas Schneider1-0/+1
CID: 1046708
2013-07-23callbacks: Fix value assigning.Andreas Schneider1-1/+1
CID: 1046709
2013-07-23cmake: Don't build examples on Windows but on Unix.Andreas Schneider1-15/+14
2013-07-23cmake: Check for unistd.h.Andreas Schneider11-21/+55
2013-07-23cmake: If we don't have gssapi libs, disable it.Andreas Schneider1-0/+4
2013-07-23cmake: Check for HAVE_GCC_VOLATILE_MEMORY_PROTECTION.Andreas Schneider3-2/+49
This ensures that the memset call is not optimized out by the compiler (works works with gcc and clang).
2013-07-22cmake: Define HAVE_NTOHLL and HAVE_HTONLL on Windows.Andreas Schneider1-0/+2
2013-07-22cmake: Make sure we check some functions on all platforms.Andreas Schneider1-5/+3
2013-07-22cmake: Check for _strtoui64() on Windows.Andreas Schneider3-13/+17
2013-07-22auth: Fix build warning if we don't build with gssapi.Andreas Schneider1-0/+2
2013-07-22connect: Fix a build warning on Windows.Andreas Schneider1-7/+12
2013-07-22scp: Cast return value from uint64_t to size_t.Andreas Schneider1-1/+1
2013-07-22gassapi: Fix check if it is enabled.Andreas Schneider3-5/+5
2013-07-22options: Fix compiler warning on Windows.Andreas Schneider1-1/+2
2013-07-22example: Fix location of port definition.Andreas Schneider1-2/+2
It shouldn't be inside #ifdef HAVE_ARGP.
2013-07-22pki: Fix declaration of ssh_pki_convert functions.Andreas Schneider1-3/+3
2013-07-21log: Make _ssh_log() public.Andreas Schneider3-5/+4
2013-07-21tests: Don't leak memory in torture_channel_read_error().Andreas Schneider1-0/+2
2013-07-21error: Fix logging in ssh_set_error().Andreas Schneider1-3/+5
2013-07-21options: Set log level through options too.Andreas Schneider1-0/+1
2013-07-21clang: Add missing defines.Andreas Schneider1-1/+11
2013-07-21gssapi: Add brackets in ssh_packet_userauth_gssapi_mic().Andreas Schneider1-8/+15
2013-07-21gssapi: Cleanup ssh_gssapi_set_creds().Andreas Schneider1-6/+13
2013-07-21gssapi: Replace printf with SSH_LOG.Andreas Schneider1-2/+2