Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xmalloc.h is unused | 2015-07-08 | 1 | -2/+1 | |
| | |||||
* | Fix some "unused result" warnings found via clang and -portable. ok markus@ | 2013-05-16 | 1 | -2/+2 | |
| | |||||
* | Add -E option to ssh and sshd to append debugging logs to a specified file | 2013-04-07 | 1 | -2/+18 | |
| | | | | instead of stderr or syslog. ok markus@, man page help jmc@ | ||||
* | Add ~v and ~V escape sequences to raise and lower the logging level | 2012-09-06 | 1 | -1/+16 | |
| | | | | respectively. Man page help from jmc, ok deraadt jmc | ||||
* | make the pre-auth privsep slave log via a socketpair shared with the | 2011-06-17 | 1 | -3/+32 | |
| | | | | monitor rather than /var/empty/dev/log; ok dtucker@ deraadt@ markus@ | ||||
* | Add extended test mode (-T) and connection parameters for test mode (-C). | 2008-06-10 | 1 | -1/+23 | |
| | | | | | | -T causes sshd to write its effective configuration to stdout and exit. -C causes any relevant Match rules to be applied before output. The combination allows tesing of the parser and config files. ok deraadt djm | ||||
* | save and restore errno when logging; ok deraadt@ | 2007-05-17 | 1 | -1/+4 | |
| | |||||
* | make signal handler termination path shorter; risky code pointed out by | 2006-08-18 | 1 | -1/+13 | |
| | | | | mark dowd; ok djm markus | ||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -3/+3 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <stdio.h> out of includes.h | 2006-08-01 | 1 | -1/+2 | |
| | |||||
* | move #include <stdlib.h> out of includes.h | 2006-07-26 | 1 | -1/+2 | |
| | |||||
* | move #include <string.h> out of includes.h | 2006-07-22 | 1 | -1/+2 | |
| | |||||
* | move #include <unistd.h> out of includes.h | 2006-07-17 | 1 | -1/+2 | |
| | |||||
* | move #include <stdarg.h> out of includes.h; ok markus@ | 2006-07-10 | 1 | -1/+2 | |
| | |||||
* | move user includes after /usr/include files | 2006-07-08 | 1 | -4/+4 | |
| | |||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | |
| | | | | Theo nuked - our scripts to sync -portable need them in the files | ||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | |
| | |||||
* | replace fatal_cleanup() and linked list of fatal callbacks with static | 2003-09-23 | 1 | -78/+1 | |
| | | | | | | cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@ | ||||
* | pass logged data through strnvis; ok markus | 2003-05-24 | 1 | -4/+6 | |
| | |||||
* | use syslog_r() in a signal handler called place; markus ok | 2003-05-18 | 1 | -5/+7 | |
| | |||||
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd | 2003-04-08 | 1 | -2/+2 | |
| | |||||
* | set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.au | 2003-01-11 | 1 | -1/+2 | |
| | |||||
* | remove fatal cleanups after fork; based on discussions with and code | 2002-07-19 | 1 | -1/+13 | |
| | | | | from solar. | ||||
* | KNF | 2002-07-06 | 1 | -1/+9 | |
| | |||||
* | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | 2002-02-22 | 1 | -15/+2 | |
| | |||||
* | add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, | 2002-02-04 | 1 | -5/+5 | |
| | | | | fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@ | ||||
* | casts to silence enum type warnings for bugzilla bug 37; ok markus@ | 2002-01-17 | 1 | -3/+3 | |
| | |||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -2/+2 | |
| | |||||
* | remove comments from .h, since they are cut&paste from the .c files | 2001-06-26 | 1 | -2/+4 | |
| | | | | and out of sync | ||||
* | log functions should not be passed strings that end in newline as they | 2001-03-04 | 1 | -2/+2 | |
| | | | | | get passed on to syslog() and when logging to stderr, do_log() appends its own newline. | ||||
* | log*.c -> log.c | 2001-03-03 | 1 | -54/+195 | |
| | |||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -2/+2 | |
| | | | | rename util.[ch] -> misc.[ch] | ||||
* | log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems | 2001-01-18 | 1 | -4/+3 | |
| | |||||
* | rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE | 2001-01-07 | 1 | -3/+4 | |
| | | | | | | syslog priority changes: fatal() LOG_ERR -> LOG_CRIT log() LOG_INFO -> LOG_NOTICE | ||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -3/+3 | |
| | | | | with u_char. | ||||
* | allow loglevel debug | 2000-09-30 | 1 | -1/+2 | |
| | |||||
* | multiple debug levels | 2000-09-12 | 1 | -3/+23 | |
| | |||||
* | some more Copyright fixes | 2000-09-07 | 1 | -1/+12 | |
| | |||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -1/+23 | |
| | | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | ||||
* | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | 2000-01-04 | 1 | -1/+1 | |
| | | | | | | sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from <kick@kyoto.wide.ad.jp> and fujiwara@rcac.tdi.co.jp) | ||||
* | KNF, final part 3 | 1999-11-24 | 1 | -4/+2 | |
| | |||||
* | much more KNF | 1999-11-24 | 1 | -4/+4 | |
| | |||||
* | KNF part 1 | 1999-11-23 | 1 | -111/+102 | |
| | |||||
* | syslog changes: | 1999-11-22 | 1 | -4/+4 | |
| | | | | | | | | | | | * Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE | ||||
* | bugfix: loglevels are per host in clientconfig, | 1999-11-19 | 1 | -1/+61 | |
| | | | | factor out common log-level parsing code. | ||||
* | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | 1999-11-10 | 1 | -0/+135 | |
obsoletes QuietMode and FascistLogging in sshd. |