index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sandbox-darwin.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-19
upstream: fix SEGV on fatal() errors spotted by dtucker@
djm@openbsd.org
2
-4
/
+4
2020-10-19
Use fatal_fr not fatal_r when passing r.
Darren Tucker
1
-1
/
+1
2020-10-18
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
68
-2868
/
+2473
2020-10-18
upstream: variants of the log methods that append a ssherr.h string
djm@openbsd.org
5
-39
/
+80
2020-10-18
upstream: remove a level of macro indirection; ok markus@
djm@openbsd.org
1
-35
/
+11
2020-10-18
upstream: add some variant log.h calls that prepend the calling
djm@openbsd.org
1
-1
/
+13
2020-10-17
missing header
Damien Miller
1
-0
/
+2
2020-10-17
sync regress/misc/sk-dummy/fatal.c
Damien Miller
1
-3
/
+6
2020-10-17
upstream: make the log functions that exit (sshlogdie(),
djm@openbsd.org
4
-22
/
+28
2020-10-17
upstream: add space between macro arg and punctuation;
jmc@openbsd.org
2
-4
/
+4
2020-10-17
check for and require a C99 capable compiler
Damien Miller
1
-0
/
+6
2020-10-17
logging is now macros, remove function pointers
Damien Miller
1
-5
/
+5
2020-10-17
adapt sk-dummy's fatal implementation to changes
Damien Miller
1
-2
/
+5
2020-10-17
fix netcat build problem
Damien Miller
1
-0
/
+3
2020-10-16
upstream: LogVerbose keyword for ssh and sshd
djm@openbsd.org
10
-17
/
+99
2020-10-16
upstream: revised log infrastructure for OpenSSH
djm@openbsd.org
7
-133
/
+154
2020-10-16
upstream: use do_log2 instead of function pointers to different log
djm@openbsd.org
1
-3
/
+4
2020-10-14
upstream: make UpdateHostkeys still more conservative: refuse to
djm@openbsd.org
1
-38
/
+76
2020-10-14
upstream: Zap unused family parameter from ssh_connect_direct()
kn@openbsd.org
3
-9
/
+9
2020-10-13
shift contents of long $() into filter_ids()
Philip Hands
1
-38
/
+40
2020-10-13
combine if/elif to avoid duplication of the action
Philip Hands
1
-4
/
+5
2020-10-13
shellcheck tidyage
Philip Hands
1
-3
/
+7
2020-10-13
tidy up test of $SCRATCH_DIR creation
Philip Hands
1
-8
/
+6
2020-10-13
add -s flag: to install keys via SFTP
Philip Hands
2
-28
/
+80
2020-10-12
upstream: UpdateHostkeys: check for keys under other names
djm@openbsd.org
1
-7
/
+82
2020-10-12
upstream: UpdateHostkeys: better CheckHostIP handling
djm@openbsd.org
2
-53
/
+95
2020-10-12
upstream: UpdateHostkeys: better detect manual host entries
djm@openbsd.org
1
-17
/
+37
2020-10-09
upstream: don't misdetect comma-separated hostkey names as wildcards;
djm@openbsd.org
1
-4
/
+4
2020-10-08
fix TEST_MALLOC_OPTIONS var
wangxp006
1
-1
/
+1
2020-10-08
upstream: clarify conditions for UpdateHostkeys
djm@openbsd.org
1
-3
/
+9
2020-10-07
upstream: remove GlobalKnownHostsFile for this test after
djm@openbsd.org
1
-2
/
+5
2020-10-07
upstream: Disable UpdateHostkeys when hostkey checking fails
djm@openbsd.org
1
-1
/
+6
2020-10-07
upstream: Fix UpdateHostkeys/HashKnownHosts/CheckHostIP bug
djm@openbsd.org
1
-1
/
+4
2020-10-07
upstream: don't UpdateHostkeys when the hostkey is verified by the
djm@openbsd.org
1
-4
/
+28
2020-10-07
upstream: revert kex->flags cert hostkey downgrade back to a plain
djm@openbsd.org
5
-64
/
+20
2020-10-07
upstream: simply disable UpdateHostkeys when a certificate
djm@openbsd.org
1
-2
/
+7
2020-10-07
upstream: disable UpdateHostkeys by default if VerifyHostKeyDNS is
djm@openbsd.org
2
-6
/
+9
2020-10-07
upstream: Agent protocol draft is now at rev 4. ok djm@
dtucker@openbsd.org
1
-5
/
+3
2020-10-07
upstream: when ordering host key algorithms in the client, consider
djm@openbsd.org
4
-12
/
+19
2020-10-07
upstream: Allow full range of UIDs and GIDs for sftp chown and
dtucker@openbsd.org
1
-6
/
+6
2020-10-03
upstream: There are lots of place where we want to redirect stdin,
djm@openbsd.org
9
-135
/
+60
2020-10-03
upstream: enable UpdateHostkeys by default when the configuration
djm@openbsd.org
2
-4
/
+10
2020-10-03
upstream: disable UpdateHostkeys when a wildcard hostname pattern
djm@openbsd.org
1
-2
/
+31
2020-10-03
upstream: record when the host key checking code downgrades a
djm@openbsd.org
4
-19
/
+57
2020-10-03
upstream: prefer ed25519 signature algorithm variants to ECDSA; ok
djm@openbsd.org
3
-33
/
+39
2020-10-03
upstream: want time.h here too
djm@openbsd.org
1
-1
/
+2
2020-10-03
upstream: split introductory paragraph, and insert ominous words about
deraadt@openbsd.org
1
-4
/
+8
2020-10-03
use relative rather than system include here
Damien Miller
1
-1
/
+1
2020-10-03
add some openbsd-compat licenses we missed
Damien Miller
1
-0
/
+62
2020-10-03
un-nest $() to make ksh cheerful
Philip Hands
1
-1
/
+2
[next]