Mon, 26 Feb 2018 22:07:18 +0800 |
Matt Johnston |
- Don't try to handle changed usernames
|
Sat, 19 Aug 2017 17:16:13 +0200 |
Francois Perrad |
Pointer parameter could be declared as pointing to const
|
Wed, 04 May 2016 15:33:40 +0200 |
Matt Johnston |
Convert #ifdef to #if, other build changes
|
Fri, 01 Jan 2016 16:30:31 +0100 |
Francois Perrad |
fix empty C prototypes
|
Fri, 01 Jan 2016 09:40:24 +0100 |
Francois Perrad |
add parentheses to macro
|
Sat, 02 May 2015 15:59:06 +0200 |
Gaël PORTAY |
Fix pointer differ in signess warnings [-Werror=pointer-sign]
|
Mon, 16 Mar 2015 21:34:05 +0800 |
Matt Johnston |
merge pam branch up to date
pam
|
Tue, 24 Feb 2015 20:43:01 +0800 |
Thorsten Horstmann |
DROPBEAR_ prefix for include guards to avoid collisions
|
Fri, 23 Jan 2015 21:38:47 +0800 |
Matt Johnston |
Merge up to date
pam
|
Tue, 19 Aug 2014 23:08:56 +0800 |
Matt Johnston |
Make keepalive handling more robust, this should now match what OpenSSH does
|
Wed, 12 Mar 2014 23:40:02 +0800 |
Matt Johnston |
Better PAM through recursion
pam
|
Thu, 03 Oct 2013 23:04:11 +0800 |
Matt Johnston |
Send PAM error messages as a banner messages
|
Tue, 02 Apr 2013 00:11:53 +0800 |
Matt Johnston |
Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
|
Sun, 04 Dec 2011 05:31:25 +0800 |
Matt Johnston |
- Fix use-after-free if multiple command requests were sent. Move
|
Wed, 26 Aug 2009 14:09:22 +0000 |
Matt Johnston |
- set $SSH_ORIGINAL_COMMAND if a command is forced, and log it
|
Mon, 06 Jul 2009 14:02:45 +0000 |
Matt Johnston |
- Client auth using an agent's key works. Still need to implement client
agent-client
|
Mon, 06 Jul 2009 12:59:13 +0000 |
Matt Johnston |
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
agent-client
|
Wed, 01 Jul 2009 04:53:17 +0000 |
Matt Johnston |
Make it compile, update for changes in channel structure.
agent-client
|
Wed, 01 Jul 2009 04:16:32 +0000 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f7925bcc26ffe99dcac54d)
agent-client
|
Fri, 12 Jun 2009 14:58:43 +0000 |
Matt Johnston |
- Make -i and -W pass through multihop arguments
|
Tue, 23 Sep 2008 16:05:04 +0000 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e7043e7d4314aecd3df46c)
agent-client
|
Fri, 12 Sep 2008 17:23:56 +0000 |
Matt Johnston |
- Rework pubkey options to be more careful about buffer lengths. Needs review.
pubkey-options
|
Mon, 08 Sep 2008 15:14:02 +0000 |
Matt Johnston |
* Patch from Frédéric Moulins adding options to authorized_keys.
pubkey-options
|
Sun, 13 Jan 2008 03:55:59 +0000 |
Matt Johnston |
Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
|
Thu, 16 Aug 2007 13:34:37 +0000 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739)
agent-client
|
Mon, 12 Jun 2006 14:41:32 +0000 |
Matt Johnston |
Make the dbclient password prompt more useful
|
Tue, 21 Mar 2006 16:20:59 +0000 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b312d183c3adfbfb712)
agent-client
|
Sun, 15 Jan 2006 06:43:24 +0000 |
Matt Johnston |
Cancel a dbclient password prompt if the user presses ctrl-c.
|
Tue, 20 Sep 2005 17:35:21 +0000 |
Matt Johnston |
added keyboard-interactive client support
|
Tue, 20 Sep 2005 08:59:46 +0000 |
Matt Johnston |
Log when pubkey auth fails because of bad pubkey perms/ownership
|
Mon, 18 Jul 2005 14:32:52 +0000 |
Matt Johnston |
- progress towards client agent forwarding
agent-client
|
Fri, 08 Jul 2005 11:32:09 +0000 |
Matt Johnston |
rename PubkeyList to SignKeyList for clarity
|
Sun, 08 Aug 2004 16:57:37 +0000 |
Matt Johnston |
svr-authpam code merged and works. needs tidying a log
authpam
|
Fri, 06 Aug 2004 16:18:01 +0000 |
Matt Johnston |
- client pubkey auth works
|
Tue, 03 Aug 2004 17:26:56 +0000 |
Matt Johnston |
Pubkey auth is mostly there for the client. Something strange with
|
Mon, 02 Aug 2004 04:25:05 +0000 |
Matt Johnston |
Banner printing
|
Tue, 27 Jul 2004 16:30:46 +0000 |
Matt Johnston |
Progressing client support
|
Tue, 01 Jun 2004 02:46:09 +0000 |
Matt Johnston |
Makefile.in contains updated files required
|