summaryrefslogtreecommitdiffhomepage
path: root/cli-auth.c
AgeCommit message (Expand)Author
2016-05-04message about truncated bannerMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2015-12-31refactor indentation with hard tabFrancois Perrad
2015-10-21avoid getpass when not usedMike Frysinger
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Turn banner, methods and tok local variable into char *Gaël PORTAY
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY
2014-04-23Fix pubkey auth if the first key presented fails (infinite loop ofMatt Johnston
2014-02-15Disable immediate auth for delayed-zlib modeMatt Johnston
2014-01-17DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston
2013-04-02Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATEMatt Johnston
2013-04-01Try password before interactive - bit of a hackMatt Johnston
2013-03-31Send an auth packet straight away, save another roundtripMatt Johnston
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