summaryrefslogtreecommitdiffstats
path: root/sandbox-darwin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-19upstream: fix SEGV on fatal() errors spotted by dtucker@djm@openbsd.org2-4/+4
2020-10-19Use fatal_fr not fatal_r when passing r.Darren Tucker1-1/+1
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org68-2868/+2473
2020-10-18upstream: variants of the log methods that append a ssherr.h stringdjm@openbsd.org5-39/+80
2020-10-18upstream: remove a level of macro indirection; ok markus@djm@openbsd.org1-35/+11
2020-10-18upstream: add some variant log.h calls that prepend the callingdjm@openbsd.org1-1/+13
2020-10-17missing headerDamien Miller1-0/+2
2020-10-17sync regress/misc/sk-dummy/fatal.cDamien Miller1-3/+6
2020-10-17upstream: make the log functions that exit (sshlogdie(),djm@openbsd.org4-22/+28
2020-10-17upstream: add space between macro arg and punctuation;jmc@openbsd.org2-4/+4
2020-10-17check for and require a C99 capable compilerDamien Miller1-0/+6
2020-10-17logging is now macros, remove function pointersDamien Miller1-5/+5
2020-10-17adapt sk-dummy's fatal implementation to changesDamien Miller1-2/+5
2020-10-17fix netcat build problemDamien Miller1-0/+3
2020-10-16upstream: LogVerbose keyword for ssh and sshddjm@openbsd.org10-17/+99
2020-10-16upstream: revised log infrastructure for OpenSSHdjm@openbsd.org7-133/+154
2020-10-16upstream: use do_log2 instead of function pointers to different logdjm@openbsd.org1-3/+4
2020-10-14upstream: make UpdateHostkeys still more conservative: refuse todjm@openbsd.org1-38/+76
2020-10-14upstream: Zap unused family parameter from ssh_connect_direct()kn@openbsd.org3-9/+9
2020-10-13shift contents of long $() into filter_ids()Philip Hands1-38/+40
2020-10-13combine if/elif to avoid duplication of the actionPhilip Hands1-4/+5
2020-10-13shellcheck tidyagePhilip Hands1-3/+7
2020-10-13tidy up test of $SCRATCH_DIR creationPhilip Hands1-8/+6
2020-10-13add -s flag: to install keys via SFTPPhilip Hands2-28/+80
2020-10-12upstream: UpdateHostkeys: check for keys under other namesdjm@openbsd.org1-7/+82
2020-10-12upstream: UpdateHostkeys: better CheckHostIP handlingdjm@openbsd.org2-53/+95
2020-10-12upstream: UpdateHostkeys: better detect manual host entriesdjm@openbsd.org1-17/+37
2020-10-09upstream: don't misdetect comma-separated hostkey names as wildcards;djm@openbsd.org1-4/+4
2020-10-08fix TEST_MALLOC_OPTIONS varwangxp0061-1/+1
2020-10-08upstream: clarify conditions for UpdateHostkeysdjm@openbsd.org1-3/+9
2020-10-07upstream: remove GlobalKnownHostsFile for this test afterdjm@openbsd.org1-2/+5
2020-10-07upstream: Disable UpdateHostkeys when hostkey checking failsdjm@openbsd.org1-1/+6
2020-10-07upstream: Fix UpdateHostkeys/HashKnownHosts/CheckHostIP bugdjm@openbsd.org1-1/+4
2020-10-07upstream: don't UpdateHostkeys when the hostkey is verified by thedjm@openbsd.org1-4/+28
2020-10-07upstream: revert kex->flags cert hostkey downgrade back to a plaindjm@openbsd.org5-64/+20
2020-10-07upstream: simply disable UpdateHostkeys when a certificatedjm@openbsd.org1-2/+7
2020-10-07upstream: disable UpdateHostkeys by default if VerifyHostKeyDNS isdjm@openbsd.org2-6/+9
2020-10-07upstream: Agent protocol draft is now at rev 4. ok djm@dtucker@openbsd.org1-5/+3
2020-10-07upstream: when ordering host key algorithms in the client, considerdjm@openbsd.org4-12/+19
2020-10-07upstream: Allow full range of UIDs and GIDs for sftp chown anddtucker@openbsd.org1-6/+6
2020-10-03upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org9-135/+60
2020-10-03upstream: enable UpdateHostkeys by default when the configurationdjm@openbsd.org2-4/+10
2020-10-03upstream: disable UpdateHostkeys when a wildcard hostname patterndjm@openbsd.org1-2/+31
2020-10-03upstream: record when the host key checking code downgrades adjm@openbsd.org4-19/+57
2020-10-03upstream: prefer ed25519 signature algorithm variants to ECDSA; okdjm@openbsd.org3-33/+39
2020-10-03upstream: want time.h here toodjm@openbsd.org1-1/+2
2020-10-03upstream: split introductory paragraph, and insert ominous words aboutderaadt@openbsd.org1-4/+8
2020-10-03use relative rather than system include hereDamien Miller1-1/+1
2020-10-03add some openbsd-compat licenses we missedDamien Miller1-0/+62
2020-10-03un-nest $() to make ksh cheerfulPhilip Hands1-1/+2