summaryrefslogtreecommitdiff
path: root/cli-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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 ↵Matt Johnston2008-11-061-2/+8
| |\ | | | | | | | | | | | | | | | cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
| | * propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2006-03-101-2/+8
| | |\ | | | | | | | | | | | | | | | | | | | | 7ad1775ed65e75dbece27fe6b65bf1a234db386a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 88ed2b94d9bfec9a4f661caf592ed01da5eb3b6a)
| | | * - a hack for grahame to run dropbear with "none" cipher.Matt Johnston2005-09-231-2/+8
| | | | | | | | | | | | | | | | | | | | DO NOT USE IF YOU DON'T KNOW THE CONSEQUENCES Here is your noose. Use it wisely.
* | | | - Client auth using an agent's key works. Still need to implement clientMatt Johnston2009-07-061-0/+4
| | | | | | | | | | | | | | | | agent forwarding.
* | | | - Print banner to stderr. Probably the right way, and avoidsMatt Johnston2009-06-161-1/+1
|/ / / | | | | | | | | | bad interactions with multihop or netcat-alike mode.
* | | Add support for zlib@openssh.com delayed compression.Matt Johnston2008-09-291-0/+2
| | | | | | | | | | | | | | | Are still advertising 'zlib' for the server, need to allow delayed-only as an option
* | | 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
|/ | | | Enter still has to be pressed since glibc blocks ctrl-c in getpass()
* 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
| | | | | | | connect to auth socket (server) * differentiate between get_byte and get_bool * get rid of some // comments * general tidying
* 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
| | | | remote hostkey verification though.
* Banner printingMatt Johnston2004-08-021-0/+42
|
* - Added terminal mode handling etc for the client, and window changeMatt Johnston2004-08-011-0/+2
| | | | | - Refactored the terminal-mode handling for the server - Improved session closing for the client
* we're nearly there yetMatt Johnston2004-07-301-0/+1
|
* set the isserver flag (oops)Matt Johnston2004-07-291-23/+2
| | | | fix password auth for the server
* Client mostly works up to password authMatt Johnston2004-07-281-5/+5
| | | | Need to rework algo-choosing etc, since server is now broken.
* Progressing client supportMatt Johnston2004-07-271-0/+148