summaryrefslogtreecommitdiffhomepage
path: root/auth.h
AgeCommit message (Expand)Author
2014-08-19Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston
2013-10-03Send PAM error messages as a banner messagesMatt Johnston
2013-04-02Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATEMatt Johnston
2011-12-04- Fix use-after-free if multiple command requests were sent. MoveMatt Johnston
2009-08-26- set $SSH_ORIGINAL_COMMAND if a command is forced, and log itMatt Johnston
2009-07-06- Client auth using an agent's key works. Still need to implement clientMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
2009-07-01propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston
2009-06-12- Make -i and -W pass through multihop argumentsMatt Johnston
2008-09-23propagate 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-13Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston
2006-06-12Make the dbclient password prompt more usefulMatt Johnston
2006-03-21propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston
2006-01-15Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston
2005-09-20added keyboard-interactive client supportMatt Johnston
2005-09-20Log when pubkey auth fails because of bad pubkey perms/ownershipMatt Johnston
2005-07-18- progress towards client agent forwardingMatt Johnston
2005-07-08rename PubkeyList to SignKeyList for clarityMatt Johnston
2004-08-08svr-authpam code merged and works. needs tidying a logMatt Johnston
2004-08-06- client pubkey auth worksMatt Johnston
2004-08-03Pubkey auth is mostly there for the client. Something strange withMatt Johnston
2004-08-02Banner printingMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston