OpenBSD CVS

CVS log for src/usr.bin/ssh/Attic/auth-rh-rsa.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.46, Sat Aug 13 17:47:40 2016 UTC (7 years, 9 months ago) by markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.45: +1 -1 lines
FILE REMOVED

remove ssh1 server code; ok djm@

Revision 1.45 / (download) - annotate - [select for diffs], Mon Mar 7 19:02:43 2016 UTC (8 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.44: +6 -5 lines
Diff to previous 1.44 (colored)

refactor canohost.c: move functions that cache results closer to the
places that use them (authn and session code). After this, no state is
cached in canohost.c

feedback and ok markus@

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jul 15 15:54:14 2014 UTC (9 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

Add support for Unix domain socket forwarding.  A remote TCP port
may be forwarded to a local Unix domain socket and vice versa or
both ends may be a Unix domain socket.  This is a reimplementation
of the streamlocal patches by William Ahern from:
    http://www.25thandclement.com/~william/projects/streamlocal.html
OK djm@ markus@

Revision 1.43 / (download) - annotate - [select for diffs], Thu Mar 4 10:36:03 2010 UTC (14 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.42: +4 -1 lines
Diff to previous 1.42 (colored)

Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
are trusted to authenticate users (in addition than doing it per-user
in authorized_keys).

Add a RevokedKeys option to sshd_config and a @revoked marker to
known_hosts to allow keys to me revoked and banned for user or host
authentication.

feedback and ok markus@

Revision 1.38.2.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.38: +9 -3 lines
Diff to previous 1.38 (colored) next main 1.39 (colored)

upgrade to OpenSSH 4.4

Revision 1.38.4.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.38: +9 -3 lines
Diff to previous 1.38 (colored) next main 1.39 (colored)

upgrade to OpenSSH 4.4

Revision 1.42 / (download) - annotate - [select for diffs], Thu Aug 3 03:34:41 2006 UTC (17 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.41: +6 -4 lines
Diff to previous 1.41 (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.41 / (download) - annotate - [select for diffs], Thu Jul 6 16:03:53 2006 UTC (17 years, 10 months ago) by stevesk
Branch: MAIN
Changes since 1.40: +5 -1 lines
Diff to previous 1.40 (colored)

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

Revision 1.40 / (download) - annotate - [select for diffs], Sat Mar 25 13:17:01 2006 UTC (18 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.39: +1 -0 lines
Diff to previous 1.39 (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.39 / (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.38: +0 -1 lines
Diff to previous 1.38 (colored)

RCSID() can die

Revision 1.37.6.1 / (download) - annotate - [select for diffs], Sun Sep 4 18:39:52 2005 UTC (18 years, 8 months ago) by brad
Branch: OPENBSD_3_7
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

upgrade to OpenSSH 4.2

Revision 1.37.4.1 / (download) - annotate - [select for diffs], Fri Sep 2 03:44:59 2005 UTC (18 years, 8 months ago) by brad
Branch: OPENBSD_3_6
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

upgrade to OpenSSH 4.2

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jul 17 07:17:54 2005 UTC (18 years, 10 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_8_BASE
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

knf says that a 2nd level indent is four (not three or five) spaces

Revision 1.34.6.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.34.6.1: +4 -3 lines
Diff to previous 1.34.6.1 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored)

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

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Sat Feb 28 03:51:32 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_4
Changes since 1.36: +4 -3 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

upgrade to OpenSSH 3.8

Revision 1.37 / (download) - annotate - [select for diffs], Tue Nov 4 08:54:09 2003 UTC (20 years, 6 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_6_BASE, OPENBSD_3_5_BASE, OPENBSD_3_5
Branch point for: OPENBSD_3_7, OPENBSD_3_6
Changes since 1.36: +4 -3 lines
Diff to previous 1.36 (colored)

standardise arguments to auth methods - they should all take authctxt.
check authctxt->valid rather then pw != NULL; ok markus@

Revision 1.34.4.1 / (download) - annotate - [select for diffs], Tue Sep 16 21:20:24 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_2
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored) next main 1.35 (colored)

upgrade to OpenSSH 3.7

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

upgrade to OpenSSH 3.7

Revision 1.36 / (download) - annotate - [select for diffs], Mon Jun 2 09:17:34 2003 UTC (20 years, 11 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE
Branch point for: OPENBSD_3_4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

deprecate VerifyReverseMapping since it's dangerous if combined
with IP based access control as noted by Mike Harding; replace with
a UseDNS option, UseDNS is on by default and includes the
VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
ok deraadt@, djm@

Revision 1.35 / (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.34: +2 -2 lines
Diff to previous 1.34 (colored)

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

Revision 1.23.2.4 / (download) - annotate - [select for diffs], Sun Jun 2 22:56:09 2002 UTC (21 years, 11 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.23.2.3: +35 -24 lines
Diff to previous 1.23.2.3 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)

Upgrade to OpenSSH 3.2.3.

Except for improbable compilation error fixes, this should be the last
commit made to the 2.9-STABLE branche. Have fun upgrading.

Revision 1.25.2.3 / (download) - annotate - [select for diffs], Fri May 17 00:03:23 2002 UTC (22 years ago) by miod
Branch: OPENBSD_3_0
Changes since 1.25.2.2: +35 -24 lines
Diff to previous 1.25.2.2 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)

Update OpenSSH to version 3.2.2.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Mar 25 09:25:06 2002 UTC (22 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_2_BASE, OPENBSD_3_1_BASE, OPENBSD_3_1
Branch point for: OPENBSD_3_3, OPENBSD_3_2
Changes since 1.33: +1 -6 lines
Diff to previous 1.33 (colored)

rm bogus comment

Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 19 10:49:35 2002 UTC (22 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

KNF whitespace

Revision 1.32 / (download) - annotate - [select for diffs], Mon Mar 18 17:50:31 2002 UTC (22 years, 2 months ago) by provos
Branch: MAIN
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored)

integrate privilege separated openssh; its turned off by default for now.
work done by me and markus@

Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 16 17:22:09 2002 UTC (22 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.30: +32 -18 lines
Diff to previous 1.30 (colored)

split auth_rhosts_rsa(), ok provos@

Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 14 16:56:33 2002 UTC (22 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

split auth_rsa() for better readability and privsep; ok provos@

Revision 1.23.2.3 / (download) - annotate - [select for diffs], Sat Mar 9 00:20:43 2002 UTC (22 years, 2 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.23.2.2: +7 -16 lines
Diff to previous 1.23.2.2 (colored) to branchpoint 1.23 (colored)

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

Revision 1.17.2.7 / (download) - annotate - [select for diffs], Fri Mar 8 17:04:41 2002 UTC (22 years, 2 months ago) by brad
Branch: OPENBSD_2_8
Changes since 1.17.2.6: +7 -16 lines
Diff to previous 1.17.2.6 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

Merge OpenSSH 3.1.

Revision 1.25.2.2 / (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.25.2.1: +7 -16 lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored)

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.29 / (download) - annotate - [select for diffs], Mon Mar 4 12:43:06 2002 UTC (22 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.28: +1 -2 lines
Diff to previous 1.28 (colored)

unused include

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jan 29 14:32:03 2002 UTC (22 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@

Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 27 19:54:53 2001 UTC (22 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.26: +6 -14 lines
Diff to previous 1.26 (colored)

auth_rhosts_rsa now accept generic keys.

Revision 1.23.2.2 / (download) - annotate - [select for diffs], Thu Nov 15 22:51:15 2001 UTC (22 years, 6 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.23.2.1: +1 -2 lines
Diff to previous 1.23.2.1 (colored) to branchpoint 1.23 (colored)

Merge OpenSSH 3.0.1.

Revision 1.17.2.6 / (download) - annotate - [select for diffs], Thu Nov 15 22:50:30 2001 UTC (22 years, 6 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.17.2.5: +1 -2 lines
Diff to previous 1.17.2.5 (colored) to branchpoint 1.17 (colored)

Merge OpenSSH 3.0.1.

This is likely to be the last commit to the 2.8-STABLE branch.

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Wed Nov 14 03:24:38 2001 UTC (22 years, 6 months ago) by jason
Branch: OPENBSD_3_0
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

Pull in patches from current (Errata 002):
Update to OpenSSH-3.0.1 via errata patch (Instead of using release tarball)

Revision 1.26 / (download) - annotate - [select for diffs], Wed Nov 7 22:41:51 2001 UTC (22 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

unused includes

Revision 1.23.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.23: +6 -31 lines
Diff to previous 1.23 (colored)

Pull in OpenSSH-2.9.9

Revision 1.17.2.5 / (download) - annotate - [select for diffs], Thu Sep 27 00:15:41 2001 UTC (22 years, 7 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.17.2.4: +6 -31 lines
Diff to previous 1.17.2.4 (colored) to branchpoint 1.17 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jun 23 03:04:42 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.24: +2 -2 lines
Diff to previous 1.24 (colored)

restore correct ignore_user_known_hosts logic.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jun 23 00:20:57 2001 UTC (22 years, 10 months ago) by markus
Branch: MAIN
Changes since 1.23: +6 -31 lines
Diff to previous 1.23 (colored)

*known_hosts2 is obsolete for hostbased authentication and
only used for backward compat. merge ssh1/2 hostkey check
and move it to auth.c

Revision 1.17.2.4 / (download) - annotate - [select for diffs], Mon May 7 21:09:25 2001 UTC (23 years ago) by jason
Branch: OPENBSD_2_8
Changes since 1.17.2.3: +2 -2 lines
Diff to previous 1.17.2.3 (colored) to branchpoint 1.17 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Apr 6 21:00:04 2001 UTC (23 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

do gid/groups-swap in addition to uid-swap, should help if /home/group
is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
to olar@openwall.com is comments.  we had many requests for this.

Revision 1.17.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 19:46:22 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.17.2.2: +0 -0 lines
Diff to previous 1.17.2.2 (colored) to branchpoint 1.17 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.13.2.4 / (download) - annotate - [select for diffs], Wed Mar 21 18:52:33 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.13.2.3: +0 -0 lines
Diff to previous 1.13.2.3 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.13.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:07 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.13.2.2: +15 -13 lines
Diff to previous 1.13.2.2 (colored) to branchpoint 1.13 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.17.2.2 / (download) - annotate - [select for diffs], Mon Feb 19 17:18:35 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:12:52 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.17: +15 -13 lines
Diff to previous 1.17 (colored)

Pull in OpenSSH 2.5.0

Revision 1.22 / (download) - annotate - [select for diffs], Sat Feb 3 10:08:36 2001 UTC (23 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@

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

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

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jan 19 15:55:10 2001 UTC (23 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.19: +5 -4 lines
Diff to previous 1.19 (colored)

move ssh1 definitions to ssh1.h, pathnames to pathnames.h

Revision 1.19 / (download) - annotate - [select for diffs], Thu Dec 21 15:10:16 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@

Revision 1.18 / (download) - annotate - [select for diffs], Sun Nov 12 19:50:37 2000 UTC (23 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

add support for RSA to SSH2.  please test.

there are now 3 types of keys: RSA1 is used by ssh-1 only,
RSA and DSA are used by SSH2.

you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
keys for SSH2 and use the RSA keys for hostkeys or for user keys.

SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.

IdentityFile2, HostDsaKey and DSAAuthentication are obsolete.
you can use multiple IdentityFile and HostKey for all types of keys.

the option DSAAuthentication is replaced by PubkeyAuthetication.

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Wed Nov 8 21:30:20 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.13.2.1: +8 -10 lines
Diff to previous 1.13.2.1 (colored) to branchpoint 1.13 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.17 / (download) - annotate - [select for diffs], Tue Oct 3 18:03:03 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.16: +3 -3 lines
Diff to previous 1.16 (colored)

move fake-auth from auth1.c to individual auth methods, disables s/key in debug-msg

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

some more Copyright fixes

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

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

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

OpenBSD tag

Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 14 10:30:29 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.12: +7 -7 lines
Diff to previous 1.12 (colored)

whitespace cleanup

Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 12 09:39:09 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

#include <ssl/foo.h> -> <openssh/foo.h>

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 23 22:15:33 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.10: +24 -16 lines
Diff to previous 1.10 (colored)

initial support for DSA keys. ok deraadt@, niels@

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 24 19:53:43 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.9: +13 -7 lines
Diff to previous 1.9 (colored)

KNF, final part 3

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

much more KNF

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 23 22:25:52 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.7: +72 -74 lines
Diff to previous 1.7 (colored)

KNF part 1

Revision 1.7 / (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.6: +2 -2 lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Mon Nov 15 20:53:24 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.5: +4 -8 lines
Diff to previous 1.5 (colored)

the keysize of rsa-parameter 'n' is passed implizit,
a few more checks and warnings about 'pretended' keysizes.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 11 23:36:52 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

make all access to options via 'extern Options options'
and 'extern ServerOptions options' respectively;
options are no longer passed as arguments:
 * make options handling more consistent
 * remove #include "readconf.h" from ssh.h
 * readconf.h is only included if necessary

Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 11 22:58:38 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.3: +10 -9 lines
Diff to previous 1.3 (colored)

IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 9 23:09:58 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.2: +24 -1 lines
Diff to previous 1.2 (colored)

user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millert

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 3 21:50:03 1999 UTC (24 years, 7 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.1: +17 -10 lines
Diff to previous 1.1 (colored)

add code to detect DNS spoofing:

the main idea is to not only store the host key for the hostname but
also for the according IP address.  When we check the host key in the
known_hosts file, we also check the key against the according IP address.
When the server key changes, host_status = HOST_CHANGED.  If
check_host_in_hostfile() returns differing status for the IP address
that means that either DNS was spoofed or that the IP address
for the host and the host key changed at the same time.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 28 04:45:35 1999 UTC (24 years, 7 months ago) by provos
Branch: MAIN

convert all uses of gmp to SSL bignum
convert all used of rsa to SSL rsa functions
remove all use of randomstate to OpenBSD arc4random() and arc4_stir()
all this done at a long long night in Canada.

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.