index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cli-auth.c
Age
Commit message (
Expand
)
Author
2015-12-31
refactor indentation with hard tab
Francois Perrad
2015-10-21
avoid getpass when not used
Mike Frysinger
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Turn banner, methods and tok local variable into char *
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2014-04-23
Fix pubkey auth if the first key presented fails (infinite loop of
Matt Johnston
2014-02-15
Disable immediate auth for delayed-zlib mode
Matt Johnston
2014-01-17
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
Matt Johnston
2013-04-02
Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
Matt Johnston
2013-04-01
Try password before interactive - bit of a hack
Matt Johnston
2013-03-31
Send an auth packet straight away, save another roundtrip
Matt Johnston
2012-05-17
- Only request "none" cipher after auth has succeeded
Matt Johnston
2012-05-17
Add ALLOW_NONE_PASSWORD_AUTH option
Matt Johnston
2012-05-16
Update insecure-nocrypto to current head
Matt Johnston
2009-07-06
- Client auth using an agent's key works. Still need to implement client
Matt Johnston
2009-06-16
- Print banner to stderr. Probably the right way, and avoids
Matt Johnston
2008-11-06
propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a4...
Matt Johnston
2008-09-29
Add support for zlib@openssh.com delayed compression.
Matt Johnston
2007-03-17
Allow reading dbclient password from an environment var
Matt Johnston
2006-06-12
Make the dbclient password prompt more useful
Matt Johnston
2006-03-25
Some cleanups/fixes for various TRACE statements
Matt Johnston
2006-03-10
propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27f...
Matt Johnston
2006-01-15
Cancel 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-20
added keyboard-interactive client support
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-30
Leak found with MallocDebug - it's kinda useful
Matt Johnston
2004-08-14
License boilerplate etc, add Mihnea as an author to some of the files
Matt Johnston
2004-08-12
cleaning up the pubkey defines
Matt Johnston
2004-08-03
Pubkey auth is mostly there for the client. Something strange with
Matt Johnston
2004-08-02
Banner printing
Matt Johnston
2004-08-01
- Added terminal mode handling etc for the client, and window change
Matt Johnston
2004-07-30
we're nearly there yet
Matt Johnston
2004-07-29
set the isserver flag (oops)
Matt Johnston
2004-07-28
Client mostly works up to password auth
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston