OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.42 / (download) - annotate - [select for diffs], Fri Jun 28 13:35:04 2019 UTC (4 years, 10 months ago) by deraadt
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, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, HEAD
Changes since 1.41: +11 -11 lines
Diff to previous 1.41 (colored)

When system calls indicate an error they return -1, not some arbitrary
value < 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Jul 18 11:34:04 2018 UTC (5 years, 10 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.40: +1 -9 lines
Diff to previous 1.40 (colored)

Remove support for running ssh(1) setuid and fatal if attempted.
Do not link uidwap.c into ssh any more.  Neuters UsePrivilegedPort,
which will be marked as deprecated shortly. ok markus@ djm@

Revision 1.40 / (download) - annotate - [select for diffs], Fri Jun 15 07:01:11 2018 UTC (5 years, 11 months ago) by djm
Branch: MAIN
Changes since 1.39: +4 -3 lines
Diff to previous 1.39 (colored)

invalidate supplemental group cache used by temporarily_use_uid()
when the target uid differs; could cause failure to read
authorized_keys under some configurations. patch by Jakub Jelen
via bz2873; ok dtucker, markus

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jun 24 01:49:19 2015 UTC (8 years, 10 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.38: +2 -3 lines
Diff to previous 1.38 (colored)

Revert previous commit.  We still want to call setgroups in the case where
there are zero groups to remove any that we might otherwise inherit (as
pointed out by grawity at gmail.com) and since the 2nd argument to
setgroups is always a static global it's always valid to dereference in
this case.  ok deraadt@ djm@

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jun 22 12:29:57 2015 UTC (8 years, 10 months ago) by dtucker
Branch: MAIN
Changes since 1.37: +4 -3 lines
Diff to previous 1.37 (colored)

Don't call setgroups if we have zero groups; there's no guarantee that it
won't try to deref the pointer.  Based on a patch from mail at quitesimple.org,
ok djm deraadt

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jan 16 06:40:12 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible.  Annotate <sys/param.h> lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

Revision 1.36 / (download) - annotate - [select for diffs], Fri Nov 8 11:15:19 2013 UTC (10 years, 6 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

Include stdlib.h for free() as per the man page.

Revision 1.24.10.1 / (download) - annotate - [select for diffs], Fri Oct 6 03:19:33 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.24: +19 -10 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

upgrade to OpenSSH 4.4

Revision 1.24.12.1 / (download) - annotate - [select for diffs], Sat Sep 30 04:06:51 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_9
Changes since 1.24: +19 -10 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

upgrade to OpenSSH 4.4

Revision 1.35 / (download) - annotate - [select for diffs], Thu Aug 3 03:34:42 2006 UTC (17 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: 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, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.34: +2 -5 lines
Diff to previous 1.34 (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.34 / (download) - annotate - [select for diffs], Wed Jul 26 02:35:17 2006 UTC (17 years, 9 months ago) by stevesk
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

move #include <sys/param.h> out of includes.h

Revision 1.33 / (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.32: +2 -1 lines
Diff to previous 1.32 (colored)

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

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

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

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jul 11 20:07:25 2006 UTC (17 years, 10 months ago) by stevesk
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

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

Revision 1.30 / (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.29: +5 -1 lines
Diff to previous 1.29 (colored)

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

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jun 8 14:45:49 2006 UTC (17 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.28: +9 -3 lines
Diff to previous 1.28 (colored)

do not set the gid, noted by solar; ok djm

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 6 10:20:20 2006 UTC (17 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (colored)

replace remaining setuid() calls with permanently_set_uid() and
check seteuid() return values; report Marcus Meissner; ok dtucker djm

Revision 1.27 / (download) - annotate - [select for diffs], Sat Apr 22 04:06:51 2006 UTC (18 years ago) by djm
Branch: MAIN
Changes since 1.26: +5 -9 lines
Diff to previous 1.26 (colored)

use setres[ug]id() to permanently revoke privileges; ok deraadt@

Revision 1.26 / (download) - annotate - [select for diffs], Sat Mar 25 13:17:03 2006 UTC (18 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.25: +1 -0 lines
Diff to previous 1.25 (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.25 / (download) - annotate - [select for diffs], Sun Mar 19 18:51:19 2006 UTC (18 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.24: +0 -1 lines
Diff to previous 1.24 (colored)

RCSID() can die

Revision 1.23.4.2 / (download) - annotate - [select for diffs], Thu Mar 4 18:18:17 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.23.4.1: +0 -0 lines
Diff to previous 1.23.4.1 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)

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

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Tue Sep 16 21:20:29 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_2
Changes since 1.23: +5 -1 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

upgrade to OpenSSH 3.7

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

upgrade to OpenSSH 3.7

Revision 1.24 / (download) - annotate - [select for diffs], Thu May 29 16:58:45 2003 UTC (20 years, 11 months ago) by deraadt
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, OPENBSD_3_4_BASE, OPENBSD_3_4
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Changes since 1.23: +5 -1 lines
Diff to previous 1.23 (colored)

seteuid and setegid; markus ok

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

Update to OpenSSH 3.5

Revision 1.20.2.2 / (download) - annotate - [select for diffs], Fri Oct 11 14:51:53 2002 UTC (21 years, 7 months ago) by miod
Branch: OPENBSD_3_1
Changes since 1.20.2.1: +11 -6 lines
Diff to previous 1.20.2.1 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

Update to OpenSSH 3.5

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jul 15 17:15:31 2002 UTC (21 years, 10 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.22: +11 -6 lines
Diff to previous 1.22 (colored)

little more debugging; ok markus@

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Wed Jun 26 15:30:39 2002 UTC (21 years, 10 months ago) by jason
Branch: OPENBSD_3_1
Changes since 1.20: +10 -10 lines
Diff to previous 1.20 (colored)

Pull in OpenSSH-3.4

Revision 1.18.2.3 / (download) - annotate - [select for diffs], Sat Jun 22 07:23:18 2002 UTC (21 years, 11 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.18.2.2: +10 -10 lines
Diff to previous 1.18.2.2 (colored) to branchpoint 1.18 (colored)

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

Revision 1.16.2.3 / (download) - annotate - [select for diffs], Sun Jun 2 22:56:11 2002 UTC (21 years, 11 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.16.2.2: +1 -2 lines
Diff to previous 1.16.2.2 (colored) to branchpoint 1.16 (colored) next main 1.17 (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.22 / (download) - annotate - [select for diffs], Tue May 28 21:24:00 2002 UTC (21 years, 11 months ago) by stevesk
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

use correct function name in fatal()

Revision 1.21 / (download) - annotate - [select for diffs], Tue May 28 17:28:02 2002 UTC (21 years, 11 months ago) by stevesk
Branch: MAIN
Changes since 1.20: +9 -9 lines
Diff to previous 1.20 (colored)

format spec change/casts and some KNF; ok markus@

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Fri May 17 00:03:25 2002 UTC (22 years ago) by miod
Branch: OPENBSD_3_0
Changes since 1.18.2.1: +1 -2 lines
Diff to previous 1.18.2.1 (colored) to branchpoint 1.18 (colored)

Update OpenSSH to version 3.2.2.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 1 21:50:51 2002 UTC (22 years, 1 month ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

typo: assign to self; ok markus@ solar@openwall.com

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Sat Mar 9 00:20:45 2002 UTC (22 years, 2 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.16.2.1: +4 -4 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored)

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

Revision 1.9.2.6 / (download) - annotate - [select for diffs], Fri Mar 8 17:04:44 2002 UTC (22 years, 2 months ago) by brad
Branch: OPENBSD_2_8
Changes since 1.9.2.5: +4 -4 lines
Diff to previous 1.9.2.5 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)

Merge OpenSSH 3.1.

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

Update to OpenSSH-3.1 on 3.0-stable branch

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: +4 -4 lines
Diff to previous 1.18 (colored)

basic KNF done while i was looking for something else

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

Pull in OpenSSH-2.9.9

Revision 1.9.2.5 / (download) - annotate - [select for diffs], Thu Sep 27 00:15:43 2001 UTC (22 years, 7 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.9.2.4: +1 -1 lines
Diff to previous 1.9.2.4 (colored) to branchpoint 1.9 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 8 21:34:19 2001 UTC (22 years, 9 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.17: +0 -3 lines
Diff to previous 1.17 (colored)

undo last change; does not work for sshd

Revision 1.17 / (download) - annotate - [select for diffs], Wed Aug 8 18:20:15 2001 UTC (22 years, 9 months ago) by markus
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

permanently_set_uid is a noop if user is not privilegued;
fixes bug on solaris; from sbi@uchicago.edu

Revision 1.9.2.4 / (download) - annotate - [select for diffs], Mon May 7 21:09:39 2001 UTC (23 years ago) by jason
Branch: OPENBSD_2_8
Changes since 1.9.2.3: +62 -35 lines
Diff to previous 1.9.2.3 (colored) to branchpoint 1.9 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 20 16:32:22 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.15: +5 -5 lines
Diff to previous 1.15 (colored)

set non-privileged gid before uid; tholo@ and deraadt@

Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 8 11:24:33 2001 UTC (23 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.14: +8 -8 lines
Diff to previous 1.14 (colored)

KNF

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 6 21:00:16 2001 UTC (23 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.13: +60 -33 lines
Diff to previous 1.13 (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.9.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 19:46:32 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.9.2.2: +0 -0 lines
Diff to previous 1.9.2.2 (colored) to branchpoint 1.9 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.6.2.4 / (download) - annotate - [select for diffs], Wed Mar 21 18:53:19 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.6.2.3: +0 -0 lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:18 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.6.2.2: +5 -6 lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

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

Pull in OpenSSH-2.5.1

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

Pull in OpenSSH 2.5.0

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

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

Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 29 10:48:56 2000 UTC (23 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored)

sync with portable openssh; stevesk@pobox.com

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 20 19:37:22 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

fix prototypes; from  stevesk@pobox.com

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 17 09:33:40 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

typo; from wsanchez@apple.com

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Wed Nov 8 21:31:36 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.6.2.1: +7 -2 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:55 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.8: +7 -2 lines
Diff to previous 1.8 (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.6.2.1 / (download) - annotate - [select for diffs], Fri Sep 1 18:23:25 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.6: +6 -6 lines
Diff to previous 1.6 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 28 03:50:54 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (colored)

print uid/gid as unsigned

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

OpenBSD tag

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 14 10:30:34 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.5: +4 -4 lines
Diff to previous 1.5 (colored)

whitespace cleanup

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

KNF, final part 3

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

much more KNF

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

KNF part 1

Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 30 08:34:25 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.1: +1 -32 lines
Diff to previous 1.1 (colored)

even smaller

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 26 20:53:38 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.