index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sshconnect2.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-13
Remove use of TIME_WITH_SYS_TIME.
Darren Tucker
1
-7
/
+3
2020-11-13
Revert "detect Linux/X32 systems"
Damien Miller
1
-6
/
+0
2020-11-13
SELinux has deprecated security_context_t
Damien Miller
1
-9
/
+6
2020-11-13
Remove obsolete AC_HEADER_TIME macro.
Darren Tucker
1
-2
/
+0
2020-11-12
upstream: when prompting the user to accept a new hostkey, display
djm@openbsd.org
1
-28
/
+191
2020-11-12
upstream: Prevent integer overflow when ridiculously large
dtucker@openbsd.org
1
-2
/
+5
2020-11-12
upstream: fix logic error that broke URI parsing in ProxyJump
djm@openbsd.org
1
-3
/
+3
2020-11-12
upstream: Free the previously allocated msg buffer after writing it
claudio@openbsd.org
1
-1
/
+2
2020-11-11
Prevent excessively long username going to PAM.
Darren Tucker
1
-0
/
+6
2020-11-09
upstream: unbreak; missing NULL check
djm@openbsd.org
1
-2
/
+2
2020-11-08
upstream: when requesting a security key touch on stderr, inform the
djm@openbsd.org
5
-16
/
+37
2020-11-08
Remove preprocessor directive from log macro calls.
Darren Tucker
1
-1
/
+2
2020-11-08
upstream: Add a comment documenting the source of the moduli group
dtucker@openbsd.org
1
-0
/
+1
2020-11-08
upstream: Replace WITH_OPENSSL ifdefs in log calls with a macro.
dtucker@openbsd.org
3
-32
/
+9
2020-11-06
Fix function body for variadic macro test.
Darren Tucker
1
-1
/
+1
2020-11-06
Remove AC_PROC_CC_C99 obsoleted in autoconf 2.70.
Darren Tucker
1
-4
/
+9
2020-11-06
Replace AC_TRY_COMPILE obsoleted in autoconf 2.70.
Darren Tucker
1
-8
/
+9
2020-11-06
Move AC_PROG_CC_C99 to immediately afer AC_PROG_CC.
Darren Tucker
1
-3
/
+3
2020-11-06
AC_CHECK_HEADER() is obsoleted in autoconf 2.70.
Darren Tucker
1
-1
/
+1
2020-11-04
upstream: fold consecutive '*' wildcards to mitigate combinatorial
djm@openbsd.org
1
-4
/
+4
2020-11-04
upstream: print reason in fatal error message when
djm@openbsd.org
1
-4
/
+4
2020-10-29
upstream: fix sshd_config SetEnv directive inside Match blocks; part of
djm@openbsd.org
1
-1
/
+2
2020-10-29
upstream: fix type of nid in type_bits_valid(); github PR#202 from
djm@openbsd.org
1
-2
/
+2
2020-10-29
upstream: whitespace; no code change
djm@openbsd.org
6
-17
/
+17
2020-10-29
upstream: UpdateHostkeys: fixed/better detection of host keys that
djm@openbsd.org
1
-9
/
+16
2020-10-29
session.c: use "denylist" terminology
Duncan Eastoe
1
-10
/
+10
2020-10-27
Remove checks for strict POSIX mkdtemp()
Damien Miller
3
-31
/
+3
2020-10-26
upstream: Minor man page fixes (capitalization, commas) identified by
dtucker@openbsd.org
1
-5
/
+5
2020-10-20
upstream: Adapt XMSS to new logging infrastructure. With markus@, ok
dtucker@openbsd.org
6
-30
/
+27
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
[prev]
[next]