OpenBSD CVS

CVS log for src/usr.bin/ssh/log.c


[BACK] Up to [local] / src / usr.bin / ssh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.61 / (download) - annotate - [select for diffs], Wed Dec 6 21:06:48 2023 UTC (5 months, 1 week ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.60: +5 -1 lines
Diff to previous 1.60 (colored)

short circuit debug log processing early if we're not going to
log anything. From Kobe Housen

Revision 1.60 / (download) - annotate - [select for diffs], Thu Sep 16 15:11:19 2021 UTC (2 years, 8 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.59: +6 -3 lines
Diff to previous 1.59 (colored)

allow log_stderr==2 to prefix log messages with argv[0]

use this to make scp's SFTP mode error messages more scp-like

prompted by and ok deraadt@

Revision 1.59 / (download) - annotate - [select for diffs], Fri May 7 04:11:51 2021 UTC (3 years ago) by djm
Branch: MAIN
Changes since 1.58: +4 -3 lines
Diff to previous 1.58 (colored)

include pid in LogVerbose spam

Revision 1.58 / (download) - annotate - [select for diffs], Thu Apr 15 16:24:31 2021 UTC (3 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.57: +16 -6 lines
Diff to previous 1.57 (colored)

do not pass file/func to monitor; noted by Ilja van Sprundel; ok djm@

Revision 1.57 / (download) - annotate - [select for diffs], Sat Apr 3 06:18:40 2021 UTC (3 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

highly polished whitespace, mostly fixing spaces-for-tab and bad
indentation on continuation lines. Prompted by GHPR#185

Revision 1.56 / (download) - annotate - [select for diffs], Fri Dec 4 02:25:13 2020 UTC (3 years, 5 months ago) by djm
Branch: MAIN
Changes since 1.55: +4 -3 lines
Diff to previous 1.55 (colored)

make program name be const

Revision 1.55 / (download) - annotate - [select for diffs], Sun Oct 18 11:21:59 2020 UTC (3 years, 6 months ago) by djm
Branch: MAIN
Changes since 1.54: +16 -10 lines
Diff to previous 1.54 (colored)

variants of the log methods that append a ssherr.h string from
a supplied error code; ok markus@

Revision 1.54 / (download) - annotate - [select for diffs], Sat Oct 17 01:28:20 2020 UTC (3 years, 7 months ago) by djm
Branch: MAIN
Changes since 1.53: +7 -5 lines
Diff to previous 1.53 (colored)

make the log functions that exit (sshlogdie(), sshfatal(), etc) have
identical signatures. Makes things a bit more consistent...

Revision 1.53 / (download) - annotate - [select for diffs], Fri Oct 16 13:24:45 2020 UTC (3 years, 7 months ago) by djm
Branch: MAIN
Changes since 1.52: +86 -96 lines
Diff to previous 1.52 (colored)

revised log infrastructure for OpenSSH

log functions receive function, filename and line number of caller.
We can use this to selectively enable logging via pattern-lists.

ok markus@

Revision 1.52 / (download) - annotate - [select for diffs], Fri Jul 3 06:46:41 2020 UTC (3 years, 10 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.51: +9 -1 lines
Diff to previous 1.51 (colored)

when redirecting sshd's log output to a file, undo this redirection
after the session child process is forked(); ok dtucker@

Revision 1.51 / (download) - annotate - [select for diffs], Fri Jul 27 12:03:17 2018 UTC (5 years, 9 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.50: +7 -1 lines
Diff to previous 1.50 (colored)

avoid expensive channel_open_message() calls; ok djm@

Revision 1.50 / (download) - annotate - [select for diffs], Wed May 17 01:24:17 2017 UTC (7 years ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.49: +19 -16 lines
Diff to previous 1.49 (colored)

allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717

Revision 1.49 / (download) - annotate - [select for diffs], Fri Mar 10 03:15:58 2017 UTC (7 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.48: +3 -2 lines
Diff to previous 1.48 (colored)

don't truncate off \r\n from long stderr lines; bz#2688, reported by
Brian Dyson; ok dtucker@

Revision 1.48 / (download) - annotate - [select for diffs], Fri Jul 15 05:01:58 2016 UTC (7 years, 10 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.47: +11 -1 lines
Diff to previous 1.47 (colored)

Reduce the syslog level of some relatively common protocol events
from LOG_CRIT by replacing fatal() calls with logdie().  Part of
bz#2585, ok djm@

Revision 1.47 / (download) - annotate - [select for diffs], Fri Apr 29 08:07:53 2016 UTC (8 years ago) by djm
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

close ControlPersist background process stderr when not in
debug mode or when logging to a file or syslog.
bz#1988 ok dtucker

Revision 1.46 / (download) - annotate - [select for diffs], Wed Jul 8 19:04:21 2015 UTC (8 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.45: +1 -2 lines
Diff to previous 1.45 (colored)

xmalloc.h is unused

Revision 1.45 / (download) - annotate - [select for diffs], Thu May 16 09:08:41 2013 UTC (11 years ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Fix some "unused result" warnings found via clang and -portable.  ok markus@

Revision 1.44 / (download) - annotate - [select for diffs], Sun Apr 7 02:10:33 2013 UTC (11 years, 1 month ago) by dtucker
Branch: MAIN
Changes since 1.43: +18 -2 lines
Diff to previous 1.43 (colored)

Add -E option to ssh and sshd to append debugging logs to a specified file
instead of stderr or syslog.  ok markus@, man page help jmc@

Revision 1.43 / (download) - annotate - [select for diffs], Thu Sep 6 04:37:39 2012 UTC (11 years, 8 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.42: +16 -1 lines
Diff to previous 1.42 (colored)

Add ~v and ~V escape sequences to raise and lower the logging level
respectively. Man page help from jmc, ok deraadt jmc

Revision 1.42 / (download) - annotate - [select for diffs], Fri Jun 17 21:44:30 2011 UTC (12 years, 11 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.41: +32 -3 lines
Diff to previous 1.41 (colored)

make the pre-auth privsep slave log via a socketpair shared with the
monitor rather than /var/empty/dev/log; ok dtucker@ deraadt@ markus@

Revision 1.41 / (download) - annotate - [select for diffs], Tue Jun 10 04:50:25 2008 UTC (15 years, 11 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.40: +23 -1 lines
Diff to previous 1.40 (colored)

Add extended test mode (-T) and connection parameters for test mode (-C).
-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

Revision 1.40 / (download) - annotate - [select for diffs], Thu May 17 07:50:31 2007 UTC (17 years ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.39: +4 -1 lines
Diff to previous 1.39 (colored)

save and restore errno when logging; ok deraadt@

Revision 1.29.8.1 / (download) - annotate - [select for diffs], Fri Oct 6 03:19:32 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.29: +22 -5 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

upgrade to OpenSSH 4.4

Revision 1.29.10.1 / (download) - annotate - [select for diffs], Sat Sep 30 04:06:50 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_9
Changes since 1.29: +22 -5 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

upgrade to OpenSSH 4.4

Revision 1.39 / (download) - annotate - [select for diffs], Fri Aug 18 09:13:25 2006 UTC (17 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.38: +13 -1 lines
Diff to previous 1.38 (colored)

make signal handler termination path shorter; risky code pointed out by
mark dowd; ok djm markus

Revision 1.38 / (download) - annotate - [select for diffs], Thu Aug 3 03:34:42 2006 UTC (17 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored)

almost entirely get rid of the culture of ".h files that include .h files"
ok djm, sort of ok stevesk
makes the pain stop in one easy step

Revision 1.37 / (download) - annotate - [select for diffs], Tue Aug 1 23:22:47 2006 UTC (17 years, 9 months ago) by stevesk
Branch: MAIN
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)

move #include <stdio.h> out of includes.h

Revision 1.36 / (download) - annotate - [select for diffs], Wed Jul 26 13:57:17 2006 UTC (17 years, 9 months ago) by stevesk
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

move #include <stdlib.h> out of includes.h

Revision 1.35 / (download) - annotate - [select for diffs], Sat Jul 22 20:48:23 2006 UTC (17 years, 9 months ago) by stevesk
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

move #include <string.h> out of includes.h

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jul 17 01:31:09 2006 UTC (17 years, 10 months ago) by stevesk
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

move #include <unistd.h> out of includes.h

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jul 10 16:37:36 2006 UTC (17 years, 10 months ago) by stevesk
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

move #include <stdarg.h> out of includes.h; ok markus@

Revision 1.32 / (download) - annotate - [select for diffs], Sat Jul 8 23:30:06 2006 UTC (17 years, 10 months ago) by stevesk
Branch: MAIN
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored)

move user includes after /usr/include files

Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 25 13:17:02 2006 UTC (18 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.30: +1 -0 lines
Diff to previous 1.30 (colored)

Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Theo nuked - our scripts to sync -portable need them in the files

Revision 1.30 / (download) - annotate - [select for diffs], Sun Mar 19 18:51:18 2006 UTC (18 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.29: +0 -1 lines
Diff to previous 1.29 (colored)

RCSID() can die

Revision 1.25.2.2 / (download) - annotate - [select for diffs], Thu Mar 4 18:18:15 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.25.2.1: +1 -78 lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)

upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8

Revision 1.28.2.1 / (download) - annotate - [select for diffs], Sat Feb 28 03:51:33 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_4
Changes since 1.28: +1 -78 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

upgrade to OpenSSH 3.8

Revision 1.29 / (download) - annotate - [select for diffs], Tue Sep 23 20:17:11 2003 UTC (20 years, 7 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_8_BASE, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Changes since 1.28: +1 -78 lines
Diff to previous 1.28 (colored)

replace fatal_cleanup() and linked list of fatal callbacks with static
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@

Revision 1.24.2.2 / (download) - annotate - [select for diffs], Tue Sep 16 21:20:26 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_2
Changes since 1.24.2.1: +10 -6 lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

upgrade to OpenSSH 3.7

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Tue Sep 16 20:50:43 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.25: +10 -6 lines
Diff to previous 1.25 (colored)

upgrade to OpenSSH 3.7

Revision 1.28 / (download) - annotate - [select for diffs], Sat May 24 09:02:22 2003 UTC (20 years, 11 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE
Branch point for: OPENBSD_3_4
Changes since 1.27: +6 -4 lines
Diff to previous 1.27 (colored)

pass logged data through strnvis; ok markus

Revision 1.27 / (download) - annotate - [select for diffs], Sun May 18 23:22:01 2003 UTC (21 years ago) by deraadt
Branch: MAIN
Changes since 1.26: +7 -5 lines
Diff to previous 1.26 (colored)

use syslog_r() in a signal handler called place; markus ok

Revision 1.26 / (download) - annotate - [select for diffs], Tue Apr 8 20:21:28 2003 UTC (21 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

rename log() into logit() to avoid name conflict.  markus ok, from netbsd

Revision 1.22.2.2 / (download) - annotate - [select for diffs], Thu Apr 3 22:35:17 2003 UTC (21 years, 1 month ago) by miod
Branch: OPENBSD_3_1
Changes since 1.22.2.1: +2 -1 lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)

Merge OpenSSH 3.6.1

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Tue Apr 1 00:12:13 2003 UTC (21 years, 1 month ago) by margarida
Branch: OPENBSD_3_2
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

Update to OpenSSH 3.6

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 11 18:29:43 2003 UTC (21 years, 4 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE
Branch point for: OPENBSD_3_3
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.au

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Fri Oct 11 14:53:06 2002 UTC (21 years, 7 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.18.2.1: +21 -1 lines
Diff to previous 1.18.2.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored)

Update to OpenSSH 3.5

Revision 1.22.2.1 / (download) - annotate - [select for diffs], Fri Oct 11 14:51:52 2002 UTC (21 years, 7 months ago) by miod
Branch: OPENBSD_3_1
Changes since 1.22: +21 -1 lines
Diff to previous 1.22 (colored)

Update to OpenSSH 3.5

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jul 19 15:43:33 2002 UTC (21 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_2
Changes since 1.23: +13 -1 lines
Diff to previous 1.23 (colored)

remove fatal cleanups after fork; based on discussions with and code
from solar.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jul 6 01:00:49 2002 UTC (21 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.22: +9 -1 lines
Diff to previous 1.22 (colored)

KNF

Revision 1.17.2.2 / (download) - annotate - [select for diffs], Sat Mar 9 00:20:44 2002 UTC (22 years, 2 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.17.2.1: +7 -20 lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

Merge OpenSSH 3.1, keeping /etc as configuration files directory.
(i.e. OpenSSH 3.1 + openbsd29_3.1.patch)

Revision 1.11.2.6 / (download) - annotate - [select for diffs], Fri Mar 8 17:04:42 2002 UTC (22 years, 2 months ago) by brad
Branch: OPENBSD_2_8
Changes since 1.11.2.5: +7 -20 lines
Diff to previous 1.11.2.5 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

Merge OpenSSH 3.1.

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Thu Mar 7 17:37:46 2002 UTC (22 years, 2 months ago) by jason
Branch: OPENBSD_3_0
Changes since 1.18: +7 -20 lines
Diff to previous 1.18 (colored)

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.22 / (download) - annotate - [select for diffs], Fri Feb 22 12:20:34 2002 UTC (22 years, 2 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Changes since 1.21: +2 -15 lines
Diff to previous 1.21 (colored)

overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@

Revision 1.21 / (download) - annotate - [select for diffs], Mon Feb 4 12:15:25 2002 UTC (22 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.20: +5 -5 lines
Diff to previous 1.20 (colored)

add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jan 17 04:27:37 2002 UTC (22 years, 4 months ago) by stevesk
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

casts to silence enum type warnings for bugzilla bug 37; ok markus@

Revision 1.19 / (download) - annotate - [select for diffs], Wed Dec 19 07:18:56 2001 UTC (22 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

basic KNF done while i was looking for something else

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Thu Sep 27 19:03:54 2001 UTC (22 years, 7 months ago) by jason
Branch: OPENBSD_2_9
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

Pull in OpenSSH-2.9.9

Revision 1.11.2.5 / (download) - annotate - [select for diffs], Thu Sep 27 00:15:42 2001 UTC (22 years, 7 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.11.2.4: +4 -2 lines
Diff to previous 1.11.2.4 (colored) to branchpoint 1.11 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jun 26 17:27:23 2001 UTC (22 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

remove comments from .h, since they are cut&paste from the .c files
and out of sync

Revision 1.11.2.4 / (download) - annotate - [select for diffs], Mon May 7 21:09:30 2001 UTC (23 years ago) by jason
Branch: OPENBSD_2_8
Changes since 1.11.2.3: +0 -0 lines
Diff to previous 1.11.2.3 (colored) to branchpoint 1.11 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.11.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 19:46:25 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.11.2.2: +196 -55 lines
Diff to previous 1.11.2.2 (colored) to branchpoint 1.11 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.7.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 18:52:49 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.2: +196 -55 lines
Diff to previous 1.7.2.2 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:11 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.1: +4 -4 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 4 17:42:28 2001 UTC (23 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

log functions should not be passed strings that end in newline as they
get passed on to syslog() and when logging to stderr, do_log() appends
its own newline.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 3 23:59:34 2001 UTC (23 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.15: +195 -54 lines
Diff to previous 1.15 (colored)

log*.c -> log.c

Revision 1.11.2.2 / (download) - annotate - [select for diffs], Mon Feb 19 17:19:02 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.11.2.1: +0 -0 lines
Diff to previous 1.11.2.1 (colored) to branchpoint 1.11 (colored)

Pull in OpenSSH-2.5.1

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Fri Feb 16 20:13:05 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Pull in OpenSSH 2.5.0

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 21 19:05:51 2001 UTC (23 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
rename util.[ch] -> misc.[ch]

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 18 16:20:21 2001 UTC (23 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.13: +3 -4 lines
Diff to previous 1.13 (colored)

log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 7 11:28:05 2001 UTC (23 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.12: +4 -3 lines
Diff to previous 1.12 (colored)

rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
syslog priority changes:
	fatal() LOG_ERR  -> LOG_CRIT
	log()   LOG_INFO -> LOG_NOTICE

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 19 23:17:57 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
with u_char.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Wed Nov 8 21:30:55 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7: +57 -3 lines
Diff to previous 1.7 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.11 / (download) - annotate - [select for diffs], Sat Sep 30 16:27:43 2000 UTC (23 years, 7 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

allow loglevel debug

Revision 1.10 / (download) - annotate - [select for diffs], Tue Sep 12 20:53:10 2000 UTC (23 years, 8 months ago) by markus
Branch: MAIN
Changes since 1.9: +23 -3 lines
Diff to previous 1.9 (colored)

multiple debug levels

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 7 21:13:37 2000 UTC (23 years, 8 months ago) by markus
Branch: MAIN
Changes since 1.8: +12 -1 lines
Diff to previous 1.8 (colored)

some more Copyright fixes

Revision 1.8 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:52 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +23 -1 lines
Diff to previous 1.7 (colored)

cleanup copyright notices on all files.  I have attempted to be accurate with
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.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 4 00:07:59 2000 UTC (24 years, 4 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.6: +0 -0 lines
Diff to previous 1.6 (colored)

ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:
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)

Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 24 19:53:47 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.5: +2 -4 lines
Diff to previous 1.5 (colored)

KNF, final part 3

Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 24 00:26:02 1999 UTC (24 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

much more KNF

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 23 22:25:54 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.3: +101 -110 lines
Diff to previous 1.3 (colored)

KNF part 1

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 22 21:02:38 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

syslog changes:
* 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

Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 19 16:04:17 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.1: +61 -1 lines
Diff to previous 1.1 (colored)

bugfix: loglevels are per host in clientconfig,
factor out common log-level parsing code.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 10 23:36:44 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN

add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
obsoletes QuietMode and FascistLogging in sshd.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.