Age | Commit message (Expand) | Author |
2020-07-03 | when redirecting sshd's log output to a file, undo this redirection | Damien Miller |
2018-07-27 | avoid expensive channel_open_message() calls; ok djm@ | Markus Friedl |
2017-05-17 | allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717 | Damien Miller |
2017-03-10 | don't truncate off \r\n from long stderr lines; bz#2688, reported by | Damien Miller |
2016-07-15 | Reduce the syslog level of some relatively common protocol events | Darren Tucker |
2016-04-29 | close ControlPersist background process stderr when not in | Damien Miller |
2015-07-08 | xmalloc.h is unused | Markus Friedl |
2013-05-16 | Fix some "unused result" warnings found via clang and -portable. ok markus@ | Darren Tucker |
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-10 | Add extended test mode (-T) and connection parameters for test mode (-C). | Darren Tucker |
2007-05-17 | save and restore errno when logging; ok deraadt@ | Damien Miller |
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-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-17 | move #include <unistd.h> out of includes.h | Kevin Steves |
2006-07-10 | move #include <stdarg.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-08 | move user includes after /usr/include files | Kevin Steves |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-05-24 | pass logged data through strnvis; ok markus | Damien Miller |
2003-05-18 | use syslog_r() in a signal handler called place; markus ok | Theo de Raadt |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-01-11 | set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.au | Markus Friedl |
2002-07-19 | remove fatal cleanups after fork; based on discussions with and code | Markus Friedl |
2002-07-06 | KNF | 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 |
2002-01-17 | casts to silence enum type warnings for bugzilla bug 37; ok markus@ | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller |
2001-03-03 | log*.c -> log.c | Markus Friedl |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-18 | log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems | Markus Friedl |
2001-01-07 | rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-09-30 | allow loglevel debug | Markus Friedl |
2000-09-12 | multiple debug levels | Markus Friedl |
2000-09-07 | some more Copyright fixes | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-22 | syslog changes: | Markus Friedl |