summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/log.h
AgeCommit message (Expand)Author
2013-04-07Add -E option to ssh and sshd to append debugging logs to a specified fileDarren Tucker
2012-09-06Add ~v and ~V escape sequences to raise and lower the logging levelDarren Tucker
2011-06-17make the pre-auth privsep slave log via a socketpair shared with theDamien Miller
2008-06-13replace __dead with __attribute__((noreturn)), makes things a little easierDarren Tucker
2008-06-10Add extended test mode (-T) and connection parameters for test mode (-C).Darren Tucker
2006-08-18make signal handler termination path shorter; risky code pointed out byTheo de Raadt
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-10move #include <stdarg.h> out of includes.h; ok markus@Kevin Steves
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2004-06-21mark fatal and cleanup exit as __dead; ok markus@Damien Miller
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2002-07-19remove fatal cleanups after fork; based on discussions with and codeMarkus Friedl
2002-05-19extra commas in enum not 100% portableTheo de Raadt
2002-02-22overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@Markus Friedl
2002-02-04add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,Markus Friedl
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl