OpenBSD CVS

CVS log for src/usr.bin/ssh/auth-passwd.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.48 / (download) - annotate - [select for diffs], Sun Oct 18 11:32:01 2020 UTC (3 years, 6 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, 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, OPENBSD_6_9_BASE, OPENBSD_6_9, HEAD
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored)

use the new variant log macros instead of prepending __func__ and
appending ssh_err(r) manually; ok markus@

Revision 1.47 / (download) - annotate - [select for diffs], Mon Jul 9 21:26:02 2018 UTC (5 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, 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.46: +12 -11 lines
Diff to previous 1.46 (colored)

sshd: switch loginmsg to sshbuf API; ok djm@

Revision 1.46 / (download) - annotate - [select for diffs], Sat Mar 3 03:15:51 2018 UTC (6 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.45: +10 -17 lines
Diff to previous 1.45 (colored)

switch over to the new authorized_keys options API and remove the
legacy one.

Includes a fairly big refactor of auth2-pubkey.c to retain less state
between key file lines.

feedback and ok markus@

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jul 21 01:39:35 2016 UTC (7 years, 9 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.44: +6 -1 lines
Diff to previous 1.44 (colored)

Skip passwords longer than 1k in length so clients can't easily DoS sshd
by sending very long passwords, causing it to spend CPU hashing them.
feedback djm@, ok markus@.

Brought to our attention by tomas.kuthan at oracle.com, shilei-c at
360.cn and coredump at autistici.org

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], Fri Sep 21 08:15:29 2007 UTC (16 years, 7 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, 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
Changes since 1.42: +1 -25 lines
Diff to previous 1.42 (colored)

unifdef -DBSD_AUTH
unifdef -USKEY

These options have been in use for some years;
ok markus@ "no objection" millert@

Revision 1.42 / (download) - annotate - [select for diffs], Thu Aug 23 02:55:51 2007 UTC (16 years, 8 months ago) by djm
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

missed include bits from last commit

Revision 1.41 / (download) - annotate - [select for diffs], Thu Aug 23 02:49:43 2007 UTC (16 years, 8 months ago) by djm
Branch: MAIN
Changes since 1.40: +1 -5 lines
Diff to previous 1.40 (colored)

unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@

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

upgrade to OpenSSH 4.4

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

upgrade to OpenSSH 4.4

Revision 1.40 / (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_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.39: +4 -3 lines
Diff to previous 1.39 (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.39 / (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.38: +2 -1 lines
Diff to previous 1.38 (colored)

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

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

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

Revision 1.37 / (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.36: +5 -1 lines
Diff to previous 1.36 (colored)

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

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

RCSID() can die

Revision 1.33.2.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.33: +3 -1 lines
Diff to previous 1.33 (colored) next main 1.34 (colored)

upgrade to OpenSSH 4.2

Revision 1.31.4.2 / (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.31.4.1: +3 -1 lines
Diff to previous 1.31.4.1 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored)

upgrade to OpenSSH 4.2

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jul 19 15:32:26 2005 UTC (18 years, 10 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_8_BASE
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Changes since 1.33: +3 -1 lines
Diff to previous 1.33 (colored)

auth_usercheck(3) can return NULL, so check for that. Report from
mpech@. ok markus@

Revision 1.31.2.1 / (download) - annotate - [select for diffs], Thu Mar 10 17:15:04 2005 UTC (19 years, 2 months ago) by brad
Branch: OPENBSD_3_5
Changes since 1.31: +50 -1 lines
Diff to previous 1.31 (colored) next main 1.32 (colored)

upgrade to OpenSSH 4.0

Revision 1.31.4.1 / (download) - annotate - [select for diffs], Thu Mar 10 16:28:27 2005 UTC (19 years, 2 months ago) by brad
Branch: OPENBSD_3_6
Changes since 1.31: +50 -1 lines
Diff to previous 1.31 (colored)

upgrade to OpenSSH 4.0

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jan 24 11:47:13 2005 UTC (19 years, 3 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE
Branch point for: OPENBSD_3_7
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

#if -> #ifdef so builds without HAVE_LOGIN_CAP work too; ok djm@ otto@

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jan 21 08:32:02 2005 UTC (19 years, 3 months ago) by otto
Branch: MAIN
Changes since 1.31: +50 -1 lines
Diff to previous 1.31 (colored)

Warn in advance for password and account expiry; initialize loginmsg
buffer earlier and clear it after privsep fork. ok and help dtucker@ markus@

Revision 1.27.4.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.27.4.1: +50 -23 lines
Diff to previous 1.27.4.1 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored)

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

Revision 1.29.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.29: +50 -23 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

upgrade to OpenSSH 3.8

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jan 30 09:48:57 2004 UTC (20 years, 3 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_5_BASE
Branch point for: OPENBSD_3_6, OPENBSD_3_5
Changes since 1.30: +50 -20 lines
Diff to previous 1.30 (colored)

support for password change; ok dtucker@
(set password-dead=1w in login.conf to use this).

Revision 1.30 / (download) - annotate - [select for diffs], Tue Nov 4 08:54:09 2003 UTC (20 years, 6 months ago) by djm
Branch: MAIN
Changes since 1.29: +1 -4 lines
Diff to previous 1.29 (colored)

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

Revision 1.27.2.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.27: +7 -14 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

upgrade to OpenSSH 3.7

Revision 1.27.4.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.27: +7 -14 lines
Diff to previous 1.27 (colored)

upgrade to OpenSSH 3.7

Revision 1.29 / (download) - annotate - [select for diffs], Tue Aug 26 09:58:43 2003 UTC (20 years, 8 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE
Branch point for: OPENBSD_3_4
Changes since 1.28: +7 -6 lines
Diff to previous 1.28 (colored)

fix passwd auth for 'username leaks via timing'; with djm@, original patches from solar

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jul 22 13:35:22 2003 UTC (20 years, 10 months ago) by markus
Branch: MAIN
Changes since 1.27: +1 -9 lines
Diff to previous 1.27 (colored)

remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
test+ok henning@

Revision 1.24.2.3 / (download) - annotate - [select for diffs], Wed Jun 26 15:30:37 2002 UTC (21 years, 10 months ago) by jason
Branch: OPENBSD_3_1
Changes since 1.24.2.2: +14 -9 lines
Diff to previous 1.24.2.2 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

Pull in OpenSSH-3.4

Revision 1.23.2.2 / (download) - annotate - [select for diffs], Sat Jun 22 07:23:16 2002 UTC (21 years, 11 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.23.2.1: +14 -9 lines
Diff to previous 1.23.2.1 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)

Update OpenSSH to version 3.3 (with local changes, configuration files still
living in /etc and privsep user being nobody).

Revision 1.27 / (download) - annotate - [select for diffs], Fri May 24 16:45:16 2002 UTC (21 years, 11 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_3, OPENBSD_3_2
Changes since 1.26: +14 -9 lines
Diff to previous 1.26 (colored)

don't include unused code in the #ifdef BSD_AUTH case; ok markus@

Revision 1.24.2.2 / (download) - annotate - [select for diffs], Sat May 18 04:50:37 2002 UTC (22 years ago) by jason
Branch: OPENBSD_3_1
Changes since 1.24.2.1: +0 -0 lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored)

Update to OpenSSH-3.2.3

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Sat May 18 04:12:10 2002 UTC (22 years ago) by jason
Branch: OPENBSD_3_1
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 (colored)

Update to OpenSSH-3.2.2

Revision 1.26 / (download) - annotate - [select for diffs], Fri May 10 02:30:12 2002 UTC (22 years ago) by mouring
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Reverted from last patch.  Breaks AFS/KRBx.

Revision 1.25 / (download) - annotate - [select for diffs], Mon May 6 23:00:59 2002 UTC (22 years ago) by mouring
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

When options.permit_empty_passwd == 0  ensure you are checking pw->passwd not
password.

Revision 1.22.2.2 / (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.22.2.1: +1 -2 lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)

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

Revision 1.18.2.6 / (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.18.2.5: +1 -2 lines
Diff to previous 1.18.2.5 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored)

Merge OpenSSH 3.1.

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

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 4 12:43:06 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.23: +1 -2 lines
Diff to previous 1.23 (colored)

unused include

Revision 1.22.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.22: +16 -10 lines
Diff to previous 1.22 (colored)

Pull in OpenSSH-2.9.9

Revision 1.18.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.18.2.4: +16 -10 lines
Diff to previous 1.18.2.4 (colored) to branchpoint 1.18 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jun 26 16:15:23 2001 UTC (22 years, 10 months ago) by dugsong
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.22: +16 -10 lines
Diff to previous 1.22 (colored)

Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok

Revision 1.18.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.18.2.3: +13 -3 lines
Diff to previous 1.18.2.3 (colored) to branchpoint 1.18 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.18.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.18.2.2: +0 -0 lines
Diff to previous 1.18.2.2 (colored) to branchpoint 1.18 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.15.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.15.2.3: +0 -0 lines
Diff to previous 1.15.2.3 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 20 18:57:04 2001 UTC (23 years, 2 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.21: +13 -3 lines
Diff to previous 1.21 (colored)

add changes need for BSD_AUTH plus disabled BSD_AUTH code

Revision 1.15.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.15.2.2: +5 -35 lines
Diff to previous 1.15.2.2 (colored) to branchpoint 1.15 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

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

Pull in OpenSSH-2.5.1

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

Pull in OpenSSH 2.5.0

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

PermitRootLogin={yes,without-password,forced-commands-only,no}
(before this change, root could login even if PermitRootLogin==no)

Revision 1.20 / (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.19: +3 -4 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:59:59 2001 UTC (23 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.18: +3 -32 lines
Diff to previous 1.18 (colored)

1) removes fake skey from sshd, since this will be much
   harder with /usr/libexec/auth/login_XXX
2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
3) make addition of BSD_AUTH and other challenge reponse methods
   easier.

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Wed Nov 8 21:30:19 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.15.2.1: +54 -3 lines
Diff to previous 1.15.2.1 (colored) to branchpoint 1.15 (colored)

openssh-2.3.0 (again) for 2.7 branch

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

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

Revision 1.17 / (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.16: +53 -2 lines
Diff to previous 1.16 (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.15.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.15: +1 -1 lines
Diff to previous 1.15 (colored)

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

Revision 1.16 / (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.15: +1 -1 lines
Diff to previous 1.15 (colored)

OpenBSD tag

Revision 1.15 / (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.14: +2 -2 lines
Diff to previous 1.14 (colored)

whitespace cleanup

Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 29 12:47:46 1999 UTC (24 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

check for NULL 1st

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 1 16:54:35 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.12: +10 -123 lines
Diff to previous 1.12 (colored)

move skey-auth from auth-passwd.c to auth-skey.c, same for krb4

Revision 1.12 / (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.11: +19 -19 lines
Diff to previous 1.11 (colored)

KNF, final part 3

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

much more KNF

Revision 1.10 / (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.9: +129 -137 lines
Diff to previous 1.9 (colored)

KNF part 1

Revision 1.9 / (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.8: +13 -19 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 19 15:56:41 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

stop leak; after branch, builders take note

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 14 19:56:02 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.6: +7 -1 lines
Diff to previous 1.6 (colored)

PermitRootLogin={yes,no,without-password}, default=yes, ok deraadt,niels

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 7 21:45:02 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.5: +37 -29 lines
Diff to previous 1.5 (colored)

add skey to sshd:

1) pass *pw to auth_password() not user_name, do_authentication already
   keeps private copy of struct passwd for current user.
2) limit authentication attemps to 5, otherwise
        ssh -o 'NumberOfPasswordPrompts 100000' host
   lets you enter 100000 passwds
3) make s/key a run-time option in /etc/sshd_config
4) generate fake skeys,
   for s/key for nonexisting users, too
   limit auth-tries for nonexisting users, too.
Note that
% ssh -l nonexisting-user -o 'NumberOfPasswordPrompts 100000' host
has NO limits in ssh-1.2.27

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

more culling

Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 29 22:22:16 1999 UTC (24 years, 7 months ago) by dugsong
Branch: MAIN
Changes since 1.3: +14 -7 lines
Diff to previous 1.3 (colored)

don't let pw->pw_{name,passwd} get clobbered

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 29 21:14:15 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +9 -10 lines
Diff to previous 1.2 (colored)

numerous sprintf, strncpy, strcpy cleanups

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: +94 -106 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:33 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.