aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-25session: ssh_handle_packets_termination() SSH_AGAIN bug fixNicolas Viennot1-0/+1
2013-07-25channels: allow channel_open() to return SSH_AGAINNicolas Viennot1-1/+1
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
2013-07-24cmake: Update FindNSIS module.Andreas Schneider1-8/+24
2013-07-24cmake: Set HAVE_GETADDRINFO if we have libsocket.Andreas Schneider1-1/+2
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
2013-07-23callbacks: Fix value assigning.Andreas Schneider1-1/+1
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
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
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
2013-07-21messages: Split ssh_execute_server_callbacks() in small functions.Andreas Schneider1-157/+198
2013-07-21session: Add brackets to ssh_handle_packets_termination().Andreas Schneider1-28/+39
2013-07-16misc: Use the szPath variable instead of calling getenv.Andreas Schneider1-1/+1
2013-07-15channels: Fix a SSH_LOG call.Andreas Schneider1-1/+1
2013-07-14examples: Check return value of fstat().Andreas Schneider1-1/+4
2013-07-14examples: Make sure we have a valid scp pointer.Andreas Schneider1-1/+9
2013-07-14agent: Fix possible segfaults due to NULL pointer deref.Andreas Schneider1-2/+2
2013-07-14examples: Check return value of ssh_event_dopoll().Andreas Schneider1-2/+7
2013-07-14gssapi: Refactor ssh_gssapi_send_mic() to not leak memory.Andreas Schneider1-3/+21