summaryrefslogtreecommitdiff
path: root/auth.h
Commit message (Expand)AuthorAgeFilesLines
* add pubkey_info field to authstate structureHansH1112022-03-131-0/+1
* Remove unused cli_authinitialiseMatt Johnston2020-12-031-1/+0
* Increase MAX_USERNAME_LEN to 100Matt Johnston2019-03-201-1/+1
* - Add adaptive authentication failure delayMatt Johnston2018-11-051-0/+3
* Wait to fail invalid usernamesMatt Johnston2018-08-231-3/+3
* - Don't try to handle changed usernamesMatt Johnston2018-02-261-2/+4
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-2/+2
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-3/+3
* fix empty C prototypesFrancois Perrad2016-01-011-27/+27
* add parentheses to macroFrancois Perrad2016-01-011-3/+3
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-1/+1
* DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-3/+3
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-1/+1
* Send PAM error messages as a banner messagesMatt Johnston2013-10-031-0/+1
* Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATEMatt Johnston2013-04-021-1/+1
* - Fix use-after-free if multiple command requests were sent. MoveMatt Johnston2011-12-041-1/+0
* - set $SSH_ORIGINAL_COMMAND if a command is forced, and log itMatt Johnston2009-08-261-3/+1
* - Client auth using an agent's key works. Still need to implement clientMatt Johnston2009-07-061-0/+1
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-20/+0
* Make it compile, update for changes in channel structure.Matt Johnston2009-07-011-3/+6
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston2009-07-011-1/+2
|\
| * - Make -i and -W pass through multihop argumentsMatt Johnston2009-06-121-1/+2
* | propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston2008-09-231-0/+5
|\ \ | |/ |/|
| * propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston2007-08-161-0/+5
| |\
| | * propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston2006-03-211-5/+17
| | |\
| | * | - progress towards client agent forwardingMatt Johnston2005-07-181-0/+5
* | | | - Rework pubkey options to be more careful about buffer lengths. Needs review.pubkey-optionsMatt Johnston2008-09-121-2/+2
* | | | * Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston2008-09-081-0/+38
* | | | Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston2008-01-131-3/+6
|/ / /
* | | Make the dbclient password prompt more usefulMatt Johnston2006-06-121-1/+1
| |/ |/|
* | Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston2006-01-151-0/+1
* | added keyboard-interactive client supportMatt Johnston2005-09-201-5/+13
* | Log when pubkey auth fails because of bad pubkey perms/ownershipMatt Johnston2005-09-201-0/+3
|/
* rename PubkeyList to SignKeyList for clarityMatt Johnston2005-07-081-4/+4
* svr-authpam code merged and works. needs tidying a logauthpamMatt Johnston2004-08-081-0/+1
* - client pubkey auth worksMatt Johnston2004-08-061-3/+0
* Pubkey auth is mostly there for the client. Something strange withMatt Johnston2004-08-031-6/+21
* Banner printingMatt Johnston2004-08-021-0/+1
* Progressing client supportMatt Johnston2004-07-271-4/+26
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+63