aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-14gssapi: Check return values of buffer functions.Andreas Schneider1-4/+14
2013-07-14gssapi: Remove dead code.Andreas Schneider1-5/+0
2013-07-14gssapi: Refactor ssh_gssapi_build_mic() to avoid memory leaks.Andreas Schneider1-10/+54
2013-07-14gssapi: Fix a possible memory leak.Andreas Schneider1-3/+7
2013-07-14gssapi: Fix a memory leak.Andreas Schneider1-1/+3
2013-07-14callbacks: Still support the legacy callback.Andreas Schneider1-0/+22
2013-07-14examples: Remove ssh_log from ssh client example.Andreas Schneider2-23/+0
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider22-495/+268
2013-07-14options: Use the new function to use the log level.Andreas Schneider1-2/+2
2013-07-14include: Mark ssh_log as depcrecated.Andreas Schneider1-3/+3
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider26-268/+268
2013-07-14error: Use new logging function.Andreas Schneider3-8/+10
2013-07-14doc: Document public functions.Andreas Schneider1-4/+28
2013-07-14log: Implment new logging functions.Andreas Schneider7-73/+169
2013-07-14cmake: Check if we have Thread Local Storage support.Andreas Schneider3-0/+25
2013-07-14examples: fix warningAris Adamantiadis1-1/+0
2013-07-14auth: fix warnings with missing switch() paramsAris Adamantiadis1-1/+4
2013-07-14examples: fix compilation warningsAris Adamantiadis1-2/+1
2013-07-14server: Fix compilation without WITH_SERVERAris Adamantiadis7-14/+49
2013-07-13pki: fix commentsAris Adamantiadis1-2/+2
2013-07-13Server: disallow channel opening till authenticatedAris Adamantiadis1-0/+5
2013-07-13Server: fix rekeyingAris Adamantiadis4-37/+31
2013-07-13DH: fix rekeying when using aes256 and biggerAris Adamantiadis1-2/+2
2013-07-13cmake: Don't make GSSAPI a hard requirement.Andreas Schneider1-1/+1