summaryrefslogtreecommitdiff
path: root/cli-auth.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -q to hide the bannerMatt Johnston2022-04-011-0/+5
* changed TRACE to DEBUG1 for dbclientHansH1112022-03-191-22/+21
* only show banner when cli_opts.quiet is not setHansH1112022-03-131-20/+21
* added option to disable trivial auth methods (#128)Manfred Kaiser2021-08-191-0/+3
* Remove unused cli_authinitialiseMatt Johnston2020-12-031-6/+0
* rename some options and move some to sysoptions.hMatt Johnston2018-02-181-2/+2
* options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-1/+3
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-1/+1
* message about truncated bannerMatt Johnston2016-05-041-15/+19
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-14/+14
* refactor indentation with hard tabFrancois Perrad2015-12-311-6/+6
* avoid getpass when not usedMike Frysinger2015-10-211-0/+2
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-5/+5
* Turn banner, methods and tok local variable into char *Ga?l PORTAY2015-05-021-5/+5
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-3/+3
* Fix pubkey auth if the first key presented fails (infinite loop ofMatt Johnston2014-04-231-5/+5
* Disable immediate auth for delayed-zlib modeMatt Johnston2014-02-151-8/+16
* DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston2014-01-171-26/+44
* Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATEMatt Johnston2013-04-021-23/+31
* Try password before interactive - bit of a hackMatt Johnston2013-04-011-10/+10
* Send an auth packet straight away, save another roundtripMatt Johnston2013-03-311-4/+5
* - Only request "none" cipher after auth has succeededinsecure-nocryptoMatt Johnston2012-05-171-10/+2
* Add ALLOW_NONE_PASSWORD_AUTH optionMatt Johnston2012-05-171-2/+8
* Update insecure-nocrypto to current headMatt Johnston2012-05-161-2/+8
|\
| * propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a4...Matt Johnston2008-11-061-2/+8
| |\
| | * propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27f...Matt Johnston2006-03-101-2/+8
| | |\
| | | * - a hack for grahame to run dropbear with "none" cipher.Matt Johnston2005-09-231-2/+8
* | | | - Client auth using an agent's key works. Still need to implement clientMatt Johnston2009-07-061-0/+4
* | | | - Print banner to stderr. Probably the right way, and avoidsMatt Johnston2009-06-161-1/+1
|/ / /
* | | Add support for zlib@openssh.com delayed compression.Matt Johnston2008-09-291-0/+2
* | | Allow reading dbclient password from an environment varMatt Johnston2007-03-171-0/+9
* | | Make the dbclient password prompt more usefulMatt Johnston2006-06-121-2/+2
* | | Some cleanups/fixes for various TRACE statementsMatt Johnston2006-03-251-1/+1
|/ /
* | Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston2006-01-151-0/+15
|/
* added keyboard-interactive client supportMatt Johnston2005-09-201-5/+73
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-1/+1
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-15/+15
* Leak found with MallocDebug - it's kinda usefulMatt Johnston2004-08-301-0/+2
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-0/+25
* cleaning up the pubkey definesMatt Johnston2004-08-121-5/+5
* Pubkey auth is mostly there for the client. Something strange withMatt Johnston2004-08-031-3/+16
* Banner printingMatt Johnston2004-08-021-0/+42
* - Added terminal mode handling etc for the client, and window changeMatt Johnston2004-08-011-0/+2
* we're nearly there yetMatt Johnston2004-07-301-0/+1
* set the isserver flag (oops)Matt Johnston2004-07-291-23/+2
* Client mostly works up to password authMatt Johnston2004-07-281-5/+5
* Progressing client supportMatt Johnston2004-07-271-0/+148