OpenBSD CVS

CVS log for src/usr.bin/ssh/Attic/log-server.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17.2.3, Wed Mar 21 19:46:25 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.17.2.2: +1 -1 lines
FILE REMOVED

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.14.2.4, Wed Mar 21 18:52:48 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.14.2.3: +1 -1 lines
FILE REMOVED

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.14.2.3 / (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.14.2.2: +9 -7 lines
Diff to previous 1.14.2.2 (colored) to branchpoint 1.14 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.21, Sat Mar 3 23:59:34 2001 UTC (23 years, 2 months ago) by markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -1 lines
FILE REMOVED

log*.c -> log.c

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

Pull in OpenSSH-2.5.1

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

Pull in OpenSSH 2.5.0

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

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

Revision 1.19 / (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.18: +5 -5 lines
Diff to previous 1.18 (colored)

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

Revision 1.18 / (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.17: +10 -8 lines
Diff to previous 1.17 (colored)

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

Revision 1.14.2.2 / (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.14.2.1: +42 -11 lines
Diff to previous 1.14.2.1 (colored) to branchpoint 1.14 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.17 / (download) - annotate - [select for diffs], Tue Sep 12 20:53:10 2000 UTC (23 years, 8 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.16: +14 -4 lines
Diff to previous 1.16 (colored)

multiple debug levels

Revision 1.16 / (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.15: +29 -8 lines
Diff to previous 1.15 (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.14.2.1 / (download) - annotate - [select for diffs], Fri Sep 1 18:23:20 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)

Pull in the rest of openssh-2.2.0 to 2.7 branch (luvin' cvs...)

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 20 01:39:42 2000 UTC (23 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)

OpenBSD tag

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 14 10:30:31 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.13: +8 -8 lines
Diff to previous 1.13 (colored)

whitespace cleanup

Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 28 20:26:21 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.12: +7 -5 lines
Diff to previous 1.12 (colored)

do not log() if debuggin to stderr

Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 27 18:50:09 2000 UTC (24 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

rename a cpp symbol, to avoid param.h collision

Revision 1.11 / (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.10: +15 -15 lines
Diff to previous 1.10 (colored)

much more KNF

Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 23 22:25:53 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.9: +102 -108 lines
Diff to previous 1.9 (colored)

KNF part 1

Revision 1.9 / (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.8: +3 -5 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Sun Nov 14 22:28:44 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.7: +5 -4 lines
Diff to previous 1.7 (colored)

avoid extra fd per sshd, from millert@

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 10 23:36:44 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.6: +57 -125 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 10 22:24:01 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.5: +9 -27 lines
Diff to previous 1.5 (colored)

remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 17 20:39:11 1999 UTC (24 years, 7 months ago) by dugsong
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

-Wall, get rid of unused headers/vars

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 30 05:11:29 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +1 -6 lines
Diff to previous 1.3 (colored)

do not bother with dinosaur pacification

Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 30 05:03:04 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +1 -3 lines
Diff to previous 1.2 (colored)

cull more ancient garbage from pre-POSIX days

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 29 18:16:19 1999 UTC (24 years, 7 months ago) by dugsong
Branch: MAIN
Changes since 1.1: +2 -3 lines
Diff to previous 1.1 (colored)

update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpages

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 26 20:53:36 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN

i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
well, except for the patent issues.  someone in sweden (forget their
name at the moment) cleaned out most of the patented code, and now
this code removes rsa code.  when this is done, it will link against
libssl, but the work isn't completely done yet.  then we need to bring
this up to modern days, featurewise.

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.