Wed, 15 May 2019 21:59:45 +0800 |
Matt Johnston |
Rename EPKA -> Plugin
|
Wed, 15 May 2019 09:43:57 -0400 |
fabriziobertocci |
External Public-Key Authentication API (#72)
|
Thu, 21 Mar 2019 00:21:38 +0800 |
Matt Johnston |
fix constness build error
|
Wed, 28 Feb 2018 21:28:59 +0800 |
Matt Johnston |
merge from main
fuzz
|
Tue, 27 Feb 2018 21:49:10 +0800 |
Matt Johnston |
add guard HAVE_GETGROUPLIST
|
Mon, 26 Feb 2018 22:44:48 +0800 |
Matt Johnston |
merge from main
fuzz
|
Mon, 26 Feb 2018 21:17:13 +0800 |
Matt Johnston |
Fix restricted group code for BSDs, move to separate function
|
Tue, 20 Feb 2018 02:11:55 +0000 |
stellarpower |
Added the -G option to allow logins only for users that are members of a certain group. This allows finer control of an instance on who can and cannot login over a certain instance (e.g. password and not key). Needs double-checking and ensuring it meets platform requirements.
|
Sat, 17 Feb 2018 19:29:51 +0800 |
Matt Johnston |
merge from main
fuzz
|
Thu, 20 Jul 2017 19:38:26 +0000 |
Michael Witten |
options: Complete the transition to numeric toggles (`#if')
|
Fri, 26 Jan 2018 00:27:48 +0800 |
Matt Johnston |
bind to port as well with -b
|
Mon, 01 May 2017 08:26:15 +0530 |
houseofkodai |
cli_bind_address_connect
|
Tue, 23 Jan 2018 22:46:07 +0800 |
Matt Johnston |
merge up to date
fuzz
|
Mon, 29 May 2017 10:25:09 +0100 |
Kevin Darbyshire-Bryant |
dropbear server: support -T max auth tries
|
Thu, 18 May 2017 23:45:10 +0800 |
Matt Johnston |
merge main to fuzz
fuzz
|
Sat, 13 May 2017 22:50:54 +0800 |
Matt Johnston |
fuzz harness
fuzz
|
Fri, 12 May 2017 23:14:54 +0800 |
Matt Johnston |
copy over some fuzzing code from AFL branch
fuzz
|
Wed, 04 May 2016 15:33:40 +0200 |
Matt Johnston |
Convert #ifdef to #if, other build changes
|
Tue, 12 Apr 2016 21:01:08 +0800 |
Jeremy Kerr |
Add -c <command> option to force a specific command
|
Fri, 01 Jan 2016 16:30:31 +0100 |
Francois Perrad |
fix empty C prototypes
|
Tue, 01 Dec 2015 21:52:38 +0300 |
Konstantin Tokarev |
Moved usingsyslog from svr_runopts to runopts.
|
Tue, 15 Dec 2015 21:30:59 +0800 |
Matt Johnston |
Merge pull request #16 from annulen/openssh_options
|
Mon, 30 Nov 2015 20:30:58 +0300 |
Konstantin Tokarev |
Implemented ExitOnForwardFailure option for local and remote forwarding.
|
Wed, 02 Dec 2015 22:37:20 +0800 |
Matt Johnston |
ports and addresses must be malloced to avoid segfault on exit
|
Fri, 27 Nov 2015 21:40:00 +0300 |
Konstantin Tokarev |
Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.
|
Tue, 24 Feb 2015 20:43:01 +0800 |
Thorsten Horstmann |
DROPBEAR_ prefix for include guards to avoid collisions
|
Wed, 28 Jan 2015 21:38:27 +0800 |
Matt Johnston |
Disable non-delayed zlib for server
|
Sun, 27 Jul 2014 22:55:29 +0800 |
Matt Johnston |
- Don't use multichar constants since recent gcc complains
|
Sun, 27 Jul 2014 22:06:26 +0800 |
Matt Johnston |
Add '-V' for version
|
Wed, 09 Jul 2014 00:15:20 +0800 |
Matt Johnston |
Make -K keepalive behave like OpenSSH's ServerAliveInterval
|