index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
auth.h
Age
Commit message (
Expand
)
Author
2020-12-03
Remove unused cli_authinitialise
Matt Johnston
2019-03-20
Increase MAX_USERNAME_LEN to 100
Matt Johnston
2018-11-05
- Add adaptive authentication failure delay
Matt Johnston
2018-08-23
Wait to fail invalid usernames
Matt Johnston
2018-02-26
- Don't try to handle changed usernames
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2016-03-16
add parentheses to macro
Francois Perrad
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2015-02-24
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann
2014-08-19
Make keepalive handling more robust, this should now match what OpenSSH does
Matt Johnston
2013-10-03
Send PAM error messages as a banner messages
Matt Johnston
2013-04-02
Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
Matt Johnston
2011-12-04
- Fix use-after-free if multiple command requests were sent. Move
Matt Johnston
2009-08-26
- set $SSH_ORIGINAL_COMMAND if a command is forced, and log it
Matt Johnston
2009-07-06
- Client auth using an agent's key works. Still need to implement client
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2009-07-01
Make it compile, update for changes in channel structure.
Matt Johnston
2009-07-01
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...
Matt Johnston
2009-06-12
- Make -i and -W pass through multihop arguments
Matt Johnston
2008-09-23
propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...
Matt Johnston
2008-09-12
- Rework pubkey options to be more careful about buffer lengths. Needs review.
Matt Johnston
2008-09-08
* Patch from Frédéric Moulins adding options to authorized_keys.
Matt Johnston
2008-01-13
Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
Matt Johnston
2007-08-16
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...
Matt Johnston
2006-06-12
Make the dbclient password prompt more useful
Matt Johnston
2006-03-21
propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...
Matt Johnston
2006-01-15
Cancel a dbclient password prompt if the user presses ctrl-c.
Matt Johnston
2005-09-20
added keyboard-interactive client support
Matt Johnston
2005-09-20
Log when pubkey auth fails because of bad pubkey perms/ownership
Matt Johnston
2005-07-18
- progress towards client agent forwarding
Matt Johnston
2005-07-08
rename PubkeyList to SignKeyList for clarity
Matt Johnston
2004-08-08
svr-authpam code merged and works. needs tidying a log
Matt Johnston
2004-08-06
- client pubkey auth works
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-07-27
Progressing client support
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston