History log of /openbsd-src/usr.bin/ssh/log.h (Results 1 – 25 of 35)
Revision Date Author Comments
# cc7fda5d 07-Dec-2024 djm <djm@openbsd.org>

add infrastructure for ratelimited logging; feedback/ok dtucker


# d671603a 27-Jun-2024 djm <djm@openbsd.org>

retire unused API


# 31d2fcf0 15-Apr-2021 markus <markus@openbsd.org>

do not pass file/func to monitor; noted by Ilja van Sprundel; ok djm@


# d7000eaa 06-Apr-2021 djm <djm@openbsd.org>

include "ssherr.h" not <ssherr.h>; from Balu Gajjala via bz#3292


# f9c8f3f5 03-Apr-2021 djm <djm@openbsd.org>

whitespace (tab after space)


# b25a2040 04-Dec-2020 djm <djm@openbsd.org>

make program name be const


# 3b0e42c5 18-Oct-2020 djm <djm@openbsd.org>

variants of the log methods that append a ssherr.h string from
a supplied error code; ok markus@


# f60b77dd 18-Oct-2020 djm <djm@openbsd.org>

remove a level of macro indirection; ok markus@


# 1d58497b 18-Oct-2020 djm <djm@openbsd.org>

add some variant log.h calls that prepend the calling function
name; ok markus@


# 5461b00b 17-Oct-2020 djm <djm@openbsd.org>

make the log functions that exit (sshlogdie(), sshfatal(), etc) have
identical signatures. Makes things a bit more consistent...


# 321d5b75 16-Oct-2020 djm <djm@openbsd.org>

revised log infrastructure for OpenSSH

log functions receive function, filename and line number of caller.
We can use this to selectively enable logging via pattern-lists.

ok markus@


# d04a6061 06-Sep-2019 djm <djm@openbsd.org>

lots of things were relying on libcrypto headers to transitively
include various system headers (mostly stdlib.h); include them
explicitly


# f3cfd70e 27-Jul-2018 markus <markus@openbsd.org>

avoid expensive channel_open_message() calls; ok djm@


# 945729c7 17-May-2017 djm <djm@openbsd.org>

allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717


# d51a1029 15-Jul-2016 dtucker <dtucker@openbsd.org>

Reduce the syslog level of some relatively common protocol events
from LOG_CRIT by replacing fatal() calls with logdie(). Part of
bz#2585, ok djm@


# 222f36da 07-Apr-2013 dtucker <dtucker@openbsd.org>

Add -E option to ssh and sshd to append debugging logs to a specified file
instead of stderr or syslog. ok markus@, man page help jmc@


# f1e46f2c 06-Sep-2012 dtucker <dtucker@openbsd.org>

Add ~v and ~V escape sequences to raise and lower the logging level
respectively. Man page help from jmc, ok deraadt jmc


# f5d037f6 17-Jun-2011 djm <djm@openbsd.org>

make the pre-auth privsep slave log via a socketpair shared with the
monitor rather than /var/empty/dev/log; ok dtucker@ deraadt@ markus@


# 0d7b3682 13-Jun-2008 dtucker <dtucker@openbsd.org>

replace __dead with __attribute__((noreturn)), makes things a little easier
to port. Also, add it to sigdie(). ok djm@


# bba0fca2 10-Jun-2008 dtucker <dtucker@openbsd.org>

Add extended test mode (-T) and connection parameters for test mode (-C).
-T causes sshd to write its effective configuration to stdout and exit.
-C causes any relevant Match rules to be applied befo

Add extended test mode (-T) and connection parameters for test mode (-C).
-T causes sshd to write its effective configuration to stdout and exit.
-C causes any relevant Match rules to be applied before output. The
combination allows tesing of the parser and config files. ok deraadt djm

show more ...


# fc36386c 18-Aug-2006 deraadt <deraadt@openbsd.org>

make signal handler termination path shorter; risky code pointed out by
mark dowd; ok djm markus


# bd9502d5 03-Aug-2006 deraadt <deraadt@openbsd.org>

almost entirely get rid of the culture of ".h files that include .h files"
ok djm, sort of ok stevesk
makes the pain stop in one easy step


# f60fc7f4 10-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <stdarg.h> out of includes.h; ok markus@


# 84cabb10 25-Mar-2006 djm <djm@openbsd.org>

standardise spacing in $OpenBSD$ tags; requested by deraadt@


# 76cd0376 21-Jun-2004 djm <djm@openbsd.org>

mark fatal and cleanup exit as __dead; ok markus@


12