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