index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hostname->HostName cleanup; from lauri tirkkonen
jmc
2019-06-12
1
-2
/
+2
*
Replace calls to ssh_malloc_init() by a static init of malloc_options.
otto
2019-06-06
1
-2
/
+1
*
Use the LogLevel typdef instead of int where appropriate. Patch from
dtucker
2019-04-23
1
-2
/
+3
*
remove last references to active_state
djm
2019-01-19
1
-4
/
+1
*
convert ssh.c to new packet API
djm
2019-01-19
1
-26
/
+41
*
begin landing remaining refactoring of packet parsing API, started
djm
2019-01-19
1
-1
/
+4
*
move client/server SSH-* banners to buffers under ssh->kex and factor
djm
2018-12-27
1
-2
/
+2
*
add a ssh_config "Match final" predicate
djm
2018-11-23
1
-11
/
+20
*
refer to OpenSSL not SSLeay;
djm
2018-10-23
1
-3
/
+3
*
Allow ssh_config IdentityAgent directive to accept environment variable
djm
2018-10-03
1
-3
/
+21
*
Treat connections with ProxyJump specified the same as ones with a
djm
2018-09-21
1
-4
/
+3
*
fix "ssh -Q sig" to show correct signature algorithm list (it was
djm
2018-09-20
1
-2
/
+2
*
Add "ssh -Q sig" to allow listing supported signature algorithms
djm
2018-09-12
1
-2
/
+9
*
Now that ssh can't be setuid, remove the original_real_uid and
dtucker
2018-07-27
1
-22
/
+9
*
Use the caller provided (copied) pwent struct in load_public_identity_files
beck
2018-07-25
1
-3
/
+1
*
Deprecate UsePrivilegedPort now that support for running ssh(1)
dtucker
2018-07-19
1
-7
/
+2
*
Remove support for running ssh(1) setuid and fatal if attempted.
dtucker
2018-07-18
1
-33
/
+7
*
Slot 0 in the hostbased key array was previously RSA1, but that is
dtucker
2018-07-16
1
-22
/
+22
*
Remove support for loading HostBasedAuthentication keys directly in
dtucker
2018-07-16
1
-30
/
+5
*
keep options.identity_file_userprovided array in sync when we load
djm
2018-07-16
1
-2
/
+18
*
remove legacy key emulation layer; ok djm@
markus
2018-07-11
1
-57
/
+78
*
client: switch to sshbuf API; ok djm@
markus
2018-07-09
1
-13
/
+16
*
fix incorrect expansion of %i in load_public_identity_files(); reported by
djm
2018-06-08
1
-2
/
+2
*
Add a PermitListen directive to control which server-side addresses
djm
2018-06-06
1
-3
/
+3
*
make UID available as a %-expansion everywhere that the username is
djm
2018-06-01
1
-8
/
+22
*
prefer argv0 to "ssh" when re-executing ssh for ProxyJump directive;
djm
2018-06-01
1
-2
/
+11
*
don't free the %C expansion, it's used later for LocalCommand
djm
2018-04-14
1
-2
/
+1
*
lots of typos in comments/docs. Patch from Karsten Weiss after checking
djm
2018-04-10
1
-2
/
+2
*
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
markus
2018-02-23
1
-3
/
+12
*
Add BindInterface ssh_config directive and -B command-line argument
djm
2018-02-23
1
-9
/
+12
*
remove space before tab
djm
2018-02-13
1
-18
/
+18
*
Don't reset signal handlers inside handlers.
dtucker
2018-02-11
1
-3
/
+1
*
Drop compatibility hacks for some ancient SSH implementations, including
djm
2018-01-23
1
-2
/
+2
*
don't attempt to force hostnames that are addresses to lowercase, but
djm
2018-01-23
1
-17
/
+71
*
fix broken stdout in ControlPersist mode, introduced by me in r1.467
djm
2017-11-01
1
-8
/
+10
*
whitespace at EOL
djm
2017-10-27
1
-6
/
+6
*
transfer ownership of stdout to the session channel by dup2'ing
djm
2017-10-25
1
-2
/
+16
*
Expose devices allocated for tun/tap forwarding.
djm
2017-10-23
1
-54
/
+54
*
Add URI support to ssh, sftp and scp. For example ssh://user@host
millert
2017-10-21
1
-15
/
+41
*
Add 'reverse' dynamic forwarding which combines dynamic forwarding
markus
2017-09-21
1
-2
/
+3
*
refactor channels.c
djm
2017-09-12
1
-40
/
+48
*
make "--" before the hostname terminate command-line option processing
djm
2017-08-12
1
-4
/
+7
*
Add RemoteCommand option to specify a command in the ssh config
bluhm
2017-05-30
1
-8
/
+32
*
switch from Key typedef with struct sshkey; ok djm@
markus
2017-05-30
1
-5
/
+5
*
remove options -12 from usage();
jmc
2017-05-02
1
-2
/
+2
*
obliterate ssh1.h and some dead code that used it
djm
2017-04-30
1
-2
/
+1
*
remove KEY_RSA1
djm
2017-04-30
1
-3
/
+2
*
remove SSHv1 ciphers; ok markus@
djm
2017-04-30
1
-17
/
+4
*
remove compat20/compat13/compat15 variables
djm
2017-04-30
1
-172
/
+2
*
remove options.protocol and client Protocol configuration knob
djm
2017-04-30
1
-3
/
+3
[next]