index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: tweak the description of KnownHostsCommand in ssh_conf.5,
jmc@openbsd.org
2020-12-29
3
-14
/
+16
*
whitespace at EOL
Damien Miller
2020-12-22
1
-4
/
+4
*
whitespace at EOL
Damien Miller
2020-12-22
1
-1
/
+1
*
Improve AIX text.
Darren Tucker
2020-12-22
1
-8
/
+8
*
Include stdio.h for FILE in misc.h.
Darren Tucker
2020-12-22
2
-0
/
+2
*
ensure $LOGNAME is set in tests
Damien Miller
2020-12-22
1
-0
/
+4
*
upstream: more detail for failing tests
djm@openbsd.org
2020-12-22
1
-3
/
+3
*
upstream: regress test for KnownHostsCommand
djm@openbsd.org
2020-12-22
2
-4
/
+58
*
upstream: Remove lines accidentally left behind in the ProxyJump
tb@openbsd.org
2020-12-22
1
-4
/
+1
*
upstream: add a ssh_config KnownHostsCommand that allows the client
djm@openbsd.org
2020-12-22
7
-16
/
+188
*
upstream: move subprocess() from auth.c to misc.c
djm@openbsd.org
2020-12-22
5
-167
/
+190
*
upstream: Remove explicit rijndael-cbc@lysator.liu.se test since the
dtucker@openbsd.org
2020-12-22
1
-2
/
+2
*
upstream: Remove the pre-standardization cipher
dtucker@openbsd.org
2020-12-21
1
-3
/
+1
*
upstream: properly fix ProxyJump parsing; Thanks to tb@ for
djm@openbsd.org
2020-12-21
1
-4
/
+9
*
upstream: adapt to API change in hostkeys_foreach()/load_hostkeys()
djm@openbsd.org
2020-12-21
1
-19
/
+72
*
upstream: few more things needs match.c and addrmatch.c now that
djm@openbsd.org
2020-12-21
3
-3
/
+7
*
Pull in missing rev 1.2.
Darren Tucker
2020-12-21
1
-4
/
+11
*
upstream: plumb ssh_conn_info through to sshconnect.c; feedback/ok
djm@openbsd.org
2020-12-21
4
-53
/
+57
*
upstream: allow UserKnownHostsFile=none; feedback and ok markus@
djm@openbsd.org
2020-12-21
2
-13
/
+35
*
upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*
djm@openbsd.org
2020-12-21
7
-34
/
+76
*
upstream: Print client kem key with correct length.
tobhe@openbsd.org
2020-12-21
1
-2
/
+2
*
upstream: fix possible error("%s", NULL) on error paths
djm@openbsd.org
2020-12-21
1
-3
/
+3
*
upstream: refactor client percent_expand() argument passing;
djm@openbsd.org
2020-12-21
2
-66
/
+95
*
upstream: prepare readconf.c for fuzzing; remove fatal calls and
djm@openbsd.org
2020-12-21
4
-161
/
+412
*
upstream: use _PATH_SSH_USER_DIR instead of hardcoded .ssh in path
djm@openbsd.org
2020-12-14
1
-3
/
+3
*
basic KEX fuzzer; adapted from Markus' unittest
Damien Miller
2020-12-04
2
-1
/
+525
*
use options that work with recent clang
Damien Miller
2020-12-04
1
-2
/
+2
*
upstream: shuffle a few utility functions into sftp-client.c; from
djm@openbsd.org
2020-12-04
3
-55
/
+69
*
upstream: make ssh_free(NULL) a no-op
djm@openbsd.org
2020-12-04
1
-1
/
+4
*
upstream: memleak of DH public bignum; found with libfuzzer
djm@openbsd.org
2020-12-04
1
-1
/
+2
*
upstream: fix minor memleak of kex->hostkey_alg on rekex
djm@openbsd.org
2020-12-04
1
-1
/
+2
*
upstream: typos: s/hex/kex/ in error messages
djm@openbsd.org
2020-12-04
1
-3
/
+3
*
upstream: make program name be const
djm@openbsd.org
2020-12-04
2
-5
/
+6
*
upstream: Ignore comments at the end of config lines in ssh_config,
dtucker@openbsd.org
2020-12-04
1
-2
/
+9
*
upstream: Include cipher.h for declaration of cipher_by_name.
dtucker@openbsd.org
2020-11-28
1
-1
/
+2
*
upstream: check result of strchr() against NULL rather than
djm@openbsd.org
2020-11-28
1
-2
/
+2
*
upstream: Document ssh-keygen -Z, sanity check its argument earlier and
dtucker@openbsd.org
2020-11-27
2
-5
/
+17
*
upstream: Set the specified TOS/DSCP for interactive use prior to
djm@openbsd.org
2020-11-27
4
-41
/
+68
*
upstream: clean up passing of struct passwd from monitor to preauth
djm@openbsd.org
2020-11-27
2
-13
/
+38
*
upstream: when loading PKCS#11 keys, include the key fingerprints
djm@openbsd.org
2020-11-27
1
-3
/
+22
*
upstream: when mentioning that the host key has changed, don't
djm@openbsd.org
2020-11-27
1
-3
/
+3
*
Use "=" not "==" in string test.
Darren Tucker
2020-11-25
1
-1
/
+1
*
Restore correct flags during localtime_r check.
Darren Tucker
2020-11-20
1
-1
/
+1
*
upstream: When doing an sftp recursive upload or download of a
dtucker@openbsd.org
2020-11-20
1
-6
/
+16
*
Add new pselect6_time64 syscall on ARM.
Darren Tucker
2020-11-20
1
-0
/
+3
*
upstream: Explicitly initialize all members of the
dtucker@openbsd.org
2020-11-20
1
-2
/
+2
*
upstream: draft-ietf-secsh-architecture is now RFC4251.
dtucker@openbsd.org
2020-11-20
1
-2
/
+2
*
upstream: Specify that the KDF function is bcrypt. Based on github
dtucker@openbsd.org
2020-11-17
1
-3
/
+5
*
upstream: revert r1.341; it breaks ProxyJump; reported by sthen@
djm@openbsd.org
2020-11-15
1
-3
/
+3
*
upstream: scrub keyboard-interactive authentication prompts coming
djm@openbsd.org
2020-11-13
1
-3
/
+5
[next]