summaryrefslogtreecommitdiffhomepage
path: root/cli-auth.c
AgeCommit message (Expand)Author
2012-05-17- Only request "none" cipher after auth has succeededMatt Johnston
2012-05-17Add ALLOW_NONE_PASSWORD_AUTH optionMatt Johnston
2012-05-16Update insecure-nocrypto to current headMatt Johnston
2009-07-06- Client auth using an agent's key works. Still need to implement clientMatt Johnston
2009-06-16- Print banner to stderr. Probably the right way, and avoidsMatt Johnston
2008-11-06propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a4...Matt Johnston
2008-09-29Add support for zlib@openssh.com delayed compression.Matt Johnston
2007-03-17Allow reading dbclient password from an environment varMatt Johnston
2006-06-12Make the dbclient password prompt more usefulMatt Johnston
2006-03-25Some cleanups/fixes for various TRACE statementsMatt Johnston
2006-03-10propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27f...Matt Johnston
2006-01-15Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston
2005-09-23- a hack for grahame to run dropbear with "none" cipher.Matt Johnston
2005-09-20added keyboard-interactive client supportMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-30Leak found with MallocDebug - it's kinda usefulMatt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston
2004-08-12cleaning up the pubkey definesMatt Johnston
2004-08-03Pubkey auth is mostly there for the client. Something strange withMatt Johnston
2004-08-02Banner printingMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-30we're nearly there yetMatt Johnston
2004-07-29set the isserver flag (oops)Matt Johnston
2004-07-28Client mostly works up to password authMatt Johnston
2004-07-27Progressing client supportMatt Johnston