aboutsummaryrefslogtreecommitdiff
path: root/src/auth1.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-02auth1: Fix non-blocking SSHv1 authAndreas Schneider1-4/+11
BUG: https://red.libssh.org/issues/232 Thanks to Fengyu Gao. TODO: Add SSHv1 tests to our testsuite. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2016-01-19cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio1-2/+2
Having "ssh_" prefix in the functions' name will avoid possible clashes when compiling libssh statically. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio1-4/+4
Having "ssh_" prefix in the functions' name will avoid possible clashes when compiling libssh statically. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-13/+7
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-1/+1
2012-10-22auth1: Reset error state to no error.Andreas Schneider1-0/+1
This fixes bug #89.
2012-02-06auth: Fix SSHv1 build.Andreas Schneider1-2/+2
2011-09-14SSH1: make authentication nonblockingAris Adamantiadis1-10/+36
2011-09-08auth1: Fix ssh_string usage.Andreas Schneider1-3/+5
2011-08-06session: Fix timeout handling.rofl0r1-1/+1
-2 now means to use the timeout specified in options. It wasn't used earlier and poll only knows -1 and 0 anyway for special meanings.
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+206