Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@ | |||
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 | |
and out of sync | |||
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller | |
get passed on to syslog() and when logging to stderr, do_log() appends its own newline. | |||
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 | |
rename util.[ch] -> misc.[ch] | |||
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 | |
syslog priority changes: fatal() LOG_ERR -> LOG_CRIT log() LOG_INFO -> LOG_NOTICE | |||
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
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 | |
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. | |||
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl | |
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) | |||
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 | |
* 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 | |||
1999-11-19 | bugfix: loglevels are per host in clientconfig, | Markus Friedl | |
factor out common log-level parsing code. | |||
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl | |
obsoletes QuietMode and FascistLogging in sshd. |