summaryrefslogtreecommitdiffstats
path: root/sshconnect2.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-13Remove use of TIME_WITH_SYS_TIME.Darren Tucker1-7/+3
2020-11-13Revert "detect Linux/X32 systems"Damien Miller1-6/+0
2020-11-13SELinux has deprecated security_context_tDamien Miller1-9/+6
2020-11-13Remove obsolete AC_HEADER_TIME macro.Darren Tucker1-2/+0
2020-11-12upstream: when prompting the user to accept a new hostkey, displaydjm@openbsd.org1-28/+191
2020-11-12upstream: Prevent integer overflow when ridiculously largedtucker@openbsd.org1-2/+5
2020-11-12upstream: fix logic error that broke URI parsing in ProxyJumpdjm@openbsd.org1-3/+3
2020-11-12upstream: Free the previously allocated msg buffer after writing itclaudio@openbsd.org1-1/+2
2020-11-11Prevent excessively long username going to PAM.Darren Tucker1-0/+6
2020-11-09upstream: unbreak; missing NULL checkdjm@openbsd.org1-2/+2
2020-11-08upstream: when requesting a security key touch on stderr, inform thedjm@openbsd.org5-16/+37
2020-11-08Remove preprocessor directive from log macro calls.Darren Tucker1-1/+2
2020-11-08upstream: Add a comment documenting the source of the moduli groupdtucker@openbsd.org1-0/+1
2020-11-08upstream: Replace WITH_OPENSSL ifdefs in log calls with a macro.dtucker@openbsd.org3-32/+9
2020-11-06Fix function body for variadic macro test.Darren Tucker1-1/+1
2020-11-06Remove AC_PROC_CC_C99 obsoleted in autoconf 2.70.Darren Tucker1-4/+9
2020-11-06Replace AC_TRY_COMPILE obsoleted in autoconf 2.70.Darren Tucker1-8/+9
2020-11-06Move AC_PROG_CC_C99 to immediately afer AC_PROG_CC.Darren Tucker1-3/+3
2020-11-06AC_CHECK_HEADER() is obsoleted in autoconf 2.70.Darren Tucker1-1/+1
2020-11-04upstream: fold consecutive '*' wildcards to mitigate combinatorialdjm@openbsd.org1-4/+4
2020-11-04upstream: print reason in fatal error message whendjm@openbsd.org1-4/+4
2020-10-29upstream: fix sshd_config SetEnv directive inside Match blocks; part ofdjm@openbsd.org1-1/+2
2020-10-29upstream: fix type of nid in type_bits_valid(); github PR#202 fromdjm@openbsd.org1-2/+2
2020-10-29upstream: whitespace; no code changedjm@openbsd.org6-17/+17
2020-10-29upstream: UpdateHostkeys: fixed/better detection of host keys thatdjm@openbsd.org1-9/+16
2020-10-29session.c: use "denylist" terminologyDuncan Eastoe1-10/+10
2020-10-27Remove checks for strict POSIX mkdtemp()Damien Miller3-31/+3
2020-10-26upstream: Minor man page fixes (capitalization, commas) identified bydtucker@openbsd.org1-5/+5
2020-10-20upstream: Adapt XMSS to new logging infrastructure. With markus@, okdtucker@openbsd.org6-30/+27
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