summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/log.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace (tab after space)djm2021-04-031-2/+2
* make program name be constdjm2020-12-041-2/+2
* variants of the log methods that append a ssherr.h string fromdjm2020-10-181-19/+55
* remove a level of macro indirection; ok markus@djm2020-10-181-35/+11
* add some variant log.h calls that prepend the calling functiondjm2020-10-181-1/+13
* make the log functions that exit (sshlogdie(), sshfatal(), etc) havedjm2020-10-171-10/+13
* revised log infrastructure for OpenSSHdjm2020-10-161-19/+40
* lots of things were relying on libcrypto headers to transitivelydjm2019-09-061-1/+3
* avoid expensive channel_open_message() calls; ok djm@markus2018-07-271-1/+2
* allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717djm2017-05-171-2/+2
* Reduce the syslog level of some relatively common protocol eventsdtucker2016-07-151-1/+3
* Add -E option to ssh and sshd to append debugging logs to a specified filedtucker2013-04-071-1/+2
* Add ~v and ~V escape sequences to raise and lower the logging leveldtucker2012-09-061-1/+3
* make the pre-auth privsep slave log via a socketpair shared with thedjm2011-06-171-1/+7
* replace __dead with __attribute__((noreturn)), makes things a little easierdtucker2008-06-131-4/+6
* Add extended test mode (-T) and connection parameters for test mode (-C).dtucker2008-06-101-2/+4
* make signal handler termination path shorter; risky code pointed out byderaadt2006-08-181-1/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+1
* move #include <stdarg.h> out of includes.h; ok markus@stevesk2006-07-101-1/+3
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* mark fatal and cleanup exit as __dead; ok markus@djm2004-06-211-3/+3
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-7/+2
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-2/+2
* remove fatal cleanups after fork; based on discussions with and codemarkus2002-07-191-1/+2
* extra commas in enum not 100% portablederaadt2002-05-191-3/+3
* overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@markus2002-02-221-1/+3
* add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,markus2002-02-041-3/+5
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-28/+14
* prototype pedant. not very creative...itojun2001-06-261-14/+14
* $OpenBSD$niklas2001-01-291-0/+2
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-0/+73