| Commit message (Expand) | Author | Age | Files | Lines |
* | xmalloc.h is unused |  markus | 2015-07-08 | 1 | -2/+1 |
* | Fix some "unused result" warnings found via clang and -portable. ok markus@ |  dtucker | 2013-05-16 | 1 | -2/+2 |
* | Add -E option to ssh and sshd to append debugging logs to a specified file |  dtucker | 2013-04-07 | 1 | -2/+18 |
* | Add ~v and ~V escape sequences to raise and lower the logging level |  dtucker | 2012-09-06 | 1 | -1/+16 |
* | make the pre-auth privsep slave log via a socketpair shared with the |  djm | 2011-06-17 | 1 | -3/+32 |
* | Add extended test mode (-T) and connection parameters for test mode (-C). |  dtucker | 2008-06-10 | 1 | -1/+23 |
* | save and restore errno when logging; ok deraadt@ |  djm | 2007-05-17 | 1 | -1/+4 |
* | make signal handler termination path shorter; risky code pointed out by |  deraadt | 2006-08-18 | 1 | -1/+13 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -3/+3 |
* | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
* | move #include <stdlib.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
* | move #include <unistd.h> out of includes.h |  stevesk | 2006-07-17 | 1 | -1/+2 |
* | move #include <stdarg.h> out of includes.h; ok markus@ |  stevesk | 2006-07-10 | 1 | -1/+2 |
* | move user includes after /usr/include files |  stevesk | 2006-07-08 | 1 | -4/+4 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | replace fatal_cleanup() and linked list of fatal callbacks with static |  markus | 2003-09-23 | 1 | -78/+1 |
* | pass logged data through strnvis; ok markus |  djm | 2003-05-24 | 1 | -4/+6 |
* | use syslog_r() in a signal handler called place; markus ok |  deraadt | 2003-05-18 | 1 | -5/+7 |
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd |  itojun | 2003-04-08 | 1 | -2/+2 |
* | set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.au |  markus | 2003-01-11 | 1 | -1/+2 |
* | remove fatal cleanups after fork; based on discussions with and code |  markus | 2002-07-19 | 1 | -1/+13 |
* | KNF |  deraadt | 2002-07-06 | 1 | -1/+9 |
* | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ |  markus | 2002-02-22 | 1 | -15/+2 |
* | add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, |  markus | 2002-02-04 | 1 | -5/+5 |
* | casts to silence enum type warnings for bugzilla bug 37; ok markus@ |  stevesk | 2002-01-17 | 1 | -3/+3 |
* | basic KNF done while i was looking for something else |  deraadt | 2001-12-19 | 1 | -2/+2 |
* | remove comments from .h, since they are cut&paste from the .c files |  markus | 2001-06-26 | 1 | -2/+4 |
* | log functions should not be passed strings that end in newline as they |  millert | 2001-03-04 | 1 | -2/+2 |
* | log*.c -> log.c |  markus | 2001-03-03 | 1 | -54/+195 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -2/+2 |
* | log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems |  markus | 2001-01-18 | 1 | -4/+3 |
* | rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE |  markus | 2001-01-07 | 1 | -3/+4 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -3/+3 |
* | allow loglevel debug |  markus | 2000-09-30 | 1 | -1/+2 |
* | multiple debug levels |  markus | 2000-09-12 | 1 | -3/+23 |
* | some more Copyright fixes |  markus | 2000-09-07 | 1 | -1/+12 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -1/+23 |
* | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: |  markus | 2000-01-04 | 1 | -1/+1 |
* | KNF, final part 3 |  markus | 1999-11-24 | 1 | -4/+2 |
* | much more KNF |  deraadt | 1999-11-24 | 1 | -4/+4 |
* | KNF part 1 |  markus | 1999-11-23 | 1 | -111/+102 |
* | syslog changes: |  markus | 1999-11-22 | 1 | -4/+4 |
* | bugfix: loglevels are per host in clientconfig, |  markus | 1999-11-19 | 1 | -1/+61 |
* | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, |  markus | 1999-11-10 | 1 | -0/+135 |