★ wanayoo — archive 1999 http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/session.hNouvelle recherche | Portail wanayoo

CVS log for src/usr.bin/ssh/session.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu May 8 12:21:16 2008 UTC (2 years, 11 months ago) by djm
Branches: 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, HEAD
Diff to: previous 1.29: preferred, coloured
Changes since revision 1.29: +3 -1 lines
Make the maximum number of sessions run-time controllable via
a sshd_config MaxSessions knob. This is useful for disabling
login/shell/subsystem access while leaving port-forwarding working
(MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or
simply increasing the number of allows multiplexed sessions.

Because some bozos are sure to configure MaxSessions in excess of the
number of available file descriptors in sshd (which, at peak, might be
as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds
on error paths, and make it fail gracefully on out-of-fd conditions -
sending channel errors instead of than exiting with fatal().

bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com

ok markus@

Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 6 03:19:33 2006 UTC (4 years, 6 months ago) by brad
Branches: OPENBSD_3_8
Diff to: previous 1.25: preferred, coloured; next MAIN 1.26: preferred, coloured
Changes since revision 1.25: +5 -2 lines
upgrade to OpenSSH 4.4

Revision 1.25.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 30 04:06:51 2006 UTC (4 years, 6 months ago) by brad
Branches: OPENBSD_3_9
Diff to: previous 1.25: preferred, coloured; next MAIN 1.26: preferred, coloured
Changes since revision 1.25: +5 -2 lines
upgrade to OpenSSH 4.4

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Aug 3 03:34:42 2006 UTC (4 years, 8 months ago) by deraadt
Branches: MAIN
CVS tags: 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
Diff to: previous 1.28: preferred, coloured
Changes since revision 1.28: +1 -5 lines
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.28: download - view: text, markup, annotated - select for diffs
Thu Jul 6 16:03:53 2006 UTC (4 years, 9 months ago) by stevesk
Branches: MAIN
Diff to: previous 1.27: preferred, coloured
Changes since revision 1.27: +5 -1 lines
move #include <pwd.h> out of includes.h; ok markus@

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Mar 25 22:22:43 2006 UTC (5 years ago) by djm
Branches: MAIN
Diff to: previous 1.26: preferred, coloured
Changes since revision 1.26: +1 -1 lines
standardise spacing in $OpenBSD$ tags; requested by deraadt@

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Mar 20 18:26:55 2006 UTC (5 years ago) by deraadt
Branches: MAIN
Diff to: previous 1.25: preferred, coloured
Changes since revision 1.25: +5 -2 lines
annoying spacing fixes getting in the way of real diffs

Revision 1.23.4.1: download - view: text, markup, annotated - select for diffs
Sun Sep 4 18:40:03 2005 UTC (5 years, 7 months ago) by brad
Branches: OPENBSD_3_7
Diff to: previous 1.23: preferred, coloured; next MAIN 1.24: preferred, coloured
Changes since revision 1.23: +3 -2 lines
upgrade to OpenSSH 4.2

Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 2 03:45:00 2005 UTC (5 years, 7 months ago) by brad
Branches: OPENBSD_3_6
Diff to: previous 1.23: preferred, coloured; next MAIN 1.24: preferred, coloured
Changes since revision 1.23: +3 -2 lines
upgrade to OpenSSH 4.2

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jul 17 06:49:04 2005 UTC (5 years, 8 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_3_9_BASE, OPENBSD_3_8_BASE
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Diff to: previous 1.24: preferred, coloured
Changes since revision 1.24: +2 -1 lines
Fix a number of X11 forwarding channel leaks:
1. Refuse multiple X11 forwarding requests on the same session
2. Clean up all listeners after a single_connection X11 forward, not just
   the one that made the single connection
3. Destroy X11 listeners when the session owning them goes away
testing and ok dtucker@

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jun 17 02:44:33 2005 UTC (5 years, 9 months ago) by djm
Branches: MAIN
Diff to: previous 1.23: preferred, coloured
Changes since revision 1.23: +2 -2 lines
make this -Wsign-compare clean; ok avsm@ markus@

Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 19 22:37:32 2004 UTC (6 years, 7 months ago) by brad
Branches: OPENBSD_3_4
Diff to: previous 1.20.2.1: preferred, coloured; branchpoint 1.20: preferred, coloured; next MAIN 1.21: preferred, coloured
Changes since revision 1.20.2.1: +6 -4 lines
upgrade to OpenSSH 3.9

Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 19 04:13:27 2004 UTC (6 years, 7 months ago) by brad
Branches: OPENBSD_3_5
Diff to: previous 1.21: preferred, coloured; next MAIN 1.22: preferred, coloured
Changes since revision 1.21: +6 -4 lines
upgrade to OpenSSH 3.9

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jul 17 05:31:41 2004 UTC (6 years, 8 months ago) by dtucker
Branches: MAIN
CVS tags: OPENBSD_3_7_BASE, OPENBSD_3_6_BASE
Branch point for: OPENBSD_3_7, OPENBSD_3_6
Diff to: previous 1.22: preferred, coloured
Changes since revision 1.22: +1 -4 lines
Move "Last logged in at.." message generation to the monitor, right
before recording the new login.  Fixes missing lastlog message when
/var/log/lastlog is not world-readable and incorrect datestamp when
multiple sessions are used (bz #463);  much assistance & ok markus@

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Apr 27 09:46:37 2004 UTC (6 years, 11 months ago) by djm
Branches: MAIN
Diff to: previous 1.21: preferred, coloured
Changes since revision 1.21: +6 -1 lines
bz #815: implement ability to pass specified environment variables from the
client to the server; ok markus@

Revision 1.19.4.2: download - view: text, markup, annotated - select for diffs
Thu Mar 4 18:18:16 2004 UTC (7 years, 1 month ago) by brad
Branches: OPENBSD_3_3
Diff to: previous 1.19.4.1: preferred, coloured; branchpoint 1.19: preferred, coloured; next MAIN 1.20: preferred, coloured
Changes since revision 1.19.4.1: +3 -2 lines
upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 28 03:51:34 2004 UTC (7 years, 1 month ago) by brad
Branches: OPENBSD_3_4
Diff to: previous 1.20: preferred, coloured
Changes since revision 1.20: +3 -2 lines
upgrade to OpenSSH 3.8

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Sep 23 20:17:11 2003 UTC (7 years, 6 months ago) by markus
Branches: MAIN
CVS tags: OPENBSD_3_5_BASE
Branch point for: OPENBSD_3_5
Diff to: previous 1.20: preferred, coloured
Changes since revision 1.20: +3 -2 lines
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.19.2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 16 21:20:27 2003 UTC (7 years, 6 months ago) by brad
Branches: OPENBSD_3_2
Diff to: previous 1.19: preferred, coloured; next MAIN 1.20: preferred, coloured
Changes since revision 1.19: +4 -1 lines
upgrade to OpenSSH 3.7

Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 16 20:50:43 2003 UTC (7 years, 6 months ago) by brad
Branches: OPENBSD_3_3
Diff to: previous 1.19: preferred, coloured
Changes since revision 1.19: +4 -1 lines
upgrade to OpenSSH 3.7

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Aug 22 10:56:09 2003 UTC (7 years, 7 months ago) by markus
Branches: MAIN
CVS tags: OPENBSD_3_4_BASE
Branch point for: OPENBSD_3_4
Diff to: previous 1.19: preferred, coloured
Changes since revision 1.19: +4 -1 lines
support GSS API user authentication; patches from Simon Wilkinson,
stripped down and tested by Jakob and myself.

Revision 1.13.2.4: download - view: text, markup, annotated - select for diffs
Fri Oct 11 14:53:07 2002 UTC (8 years, 6 months ago) by miod
Branches: OPENBSD_3_0
Diff to: previous 1.13.2.3: preferred, coloured; branchpoint 1.13: preferred, coloured; next MAIN 1.14: preferred, coloured
Changes since revision 1.13.2.3: +2 -2 lines
Update to OpenSSH 3.5

Revision 1.17.2.2: download - view: text, markup, annotated - select for diffs
Fri Oct 11 14:51:52 2002 UTC (8 years, 6 months ago) by miod
Branches: OPENBSD_3_1
Diff to: previous 1.17.2.1: preferred, coloured; branchpoint 1.17: preferred, coloured; next MAIN 1.18: preferred, coloured
Changes since revision 1.17.2.1: +2 -2 lines
Update to OpenSSH 3.5

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jun 30 21:59:45 2002 UTC (8 years, 9 months ago) by deraadt
Branches: MAIN
CVS tags: OPENBSD_3_3_BASE, OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_3, OPENBSD_3_2
Diff to: previous 1.18: preferred, coloured
Changes since revision 1.18: +2 -2 lines
minor KNF

Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Wed Jun 26 18:22:35 2002 UTC (8 years, 9 months ago) by miod
Branches: OPENBSD_3_0
Diff to: previous 1.13.2.2: preferred, coloured; branchpoint 1.13: preferred, coloured
Changes since revision 1.13.2.2: +4 -4 lines
There was an update to OpenSSH 3.4, and people rejoiced.

Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 26 15:30:38 2002 UTC (8 years, 9 months ago) by jason
Branches: OPENBSD_3_1
Diff to: previous 1.17: preferred, coloured
Changes since revision 1.17: +4 -4 lines
Pull in OpenSSH-3.4

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Jun 23 21:06:41 2002 UTC (8 years, 9 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.17: preferred, coloured
Changes since revision 1.17: +4 -4 lines
display, screen, row, col, xpixel, ypixel are u_int; markus ok

Revision 1.6.2.4: download - view: text, markup, annotated - select for diffs
Sun Jun 2 22:56:11 2002 UTC (8 years, 10 months ago) by miod
Branches: OPENBSD_2_9
Diff to: previous 1.6.2.3: preferred, coloured; branchpoint 1.6: preferred, coloured; next MAIN 1.7: preferred, coloured
Changes since revision 1.6.2.3: +36 -2 lines
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.13.2.2: download - view: text, markup, annotated - select for diffs
Fri May 17 00:03:24 2002 UTC (8 years, 10 months ago) by miod
Branches: OPENBSD_3_0
Diff to: previous 1.13.2.1: preferred, coloured; branchpoint 1.13: preferred, coloured
Changes since revision 1.13.2.1: +36 -2 lines
Update OpenSSH to version 3.2.2.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Mar 29 18:59:32 2002 UTC (9 years ago) by markus
Branches: MAIN
CVS tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Diff to: previous 1.16: preferred, coloured
Changes since revision 1.16: +4 -1 lines
retrieve last login time before the pty is allocated, store per session

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 19 10:35:39 2002 UTC (9 years ago) by markus
Branches: MAIN
Diff to: previous 1.15: preferred, coloured
Changes since revision 1.15: +2 -1 lines
clean up prototypes

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Mar 18 17:50:31 2002 UTC (9 years ago) by provos
Branches: MAIN
Diff to: previous 1.14: preferred, coloured
Changes since revision 1.14: +32 -2 lines
integrate privilege separated openssh; its turned off by default for now.
work done by me and markus@

Revision 1.6.2.3: download - view: text, markup, annotated - select for diffs
Sat Mar 9 00:20:45 2002 UTC (9 years, 1 month ago) by miod
Branches: OPENBSD_2_9
Diff to: previous 1.6.2.2: preferred, coloured; branchpoint 1.6: preferred, coloured
Changes since revision 1.6.2.2: +2 -2 lines
Merge OpenSSH 3.1, keeping /etc as configuration files directory.
(i.e. OpenSSH 3.1 + openbsd29_3.1.patch)

Revision 1.3.2.7: download - view: text, markup, annotated - select for diffs
Fri Mar 8 17:04:43 2002 UTC (9 years, 1 month ago) by brad
Branches: OPENBSD_2_8
Diff to: previous 1.3.2.6: preferred, coloured; branchpoint 1.3: preferred, coloured; next MAIN 1.4: preferred, coloured
Changes since revision 1.3.2.6: +2 -2 lines
Merge OpenSSH 3.1.

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 7 17:37:47 2002 UTC (9 years, 1 month ago) by jason
Branches: OPENBSD_3_0
Diff to: previous 1.13: preferred, coloured
Changes since revision 1.13: +2 -2 lines
Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Feb 3 17:53:25 2002 UTC (9 years, 2 months ago) by markus
Branches: MAIN
Diff to: previous 1.13: preferred, coloured
Changes since revision 1.13: +2 -2 lines
don't use channel_input_channel_request and callback
use new server_input_channel_req() instead:
	server_input_channel_req does generic request parsing on server side
	session_input_channel_req handles just session specific things now
ok djm@

Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Thu Nov 15 00:15:19 2001 UTC (9 years, 4 months ago) by miod
Branches: OPENBSD_2_9
Diff to: previous 1.6.2.1: preferred, coloured; branchpoint 1.6: preferred, coloured
Changes since revision 1.6.2.1: +2 -2 lines
Merge OpenSSH 3.0

Revision 1.3.2.6: download - view: text, markup, annotated - select for diffs
Thu Nov 15 00:15:00 2001 UTC (9 years, 4 months ago) by miod
Branches: OPENBSD_2_8
Diff to: previous 1.3.2.5: preferred, coloured; branchpoint 1.3: preferred, coloured
Changes since revision 1.3.2.5: +2 -2 lines
Merge OpenSSH 3.0

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Oct 10 22:18:47 2001 UTC (9 years, 6 months ago) by markus
Branches: MAIN
CVS tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Diff to: previous 1.12: preferred, coloured
Changes since revision 1.12: +2 -2 lines
try to keep channels open until an exit-status message is sent.
don't kill the login shells if the shells stdin/out/err is closed.
this should now work:
ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Oct 9 21:59:41 2001 UTC (9 years, 6 months ago) by markus
Branches: MAIN
Diff to: previous 1.11: preferred, coloured
Changes since revision 1.11: +2 -2 lines
simplify session close: no more delayed session_close, no more blocking wait() calls.

Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 27 19:03:55 2001 UTC (9 years, 6 months ago) by jason
Branches: OPENBSD_2_9
Diff to: previous 1.6: preferred, coloured
Changes since revision 1.6: +8 -7 lines
Pull in OpenSSH-2.9.9

Revision 1.3.2.5: download - view: text, markup, annotated - select for diffs
Thu Sep 27 00:15:42 2001 UTC (9 years, 6 months ago) by miod
Branches: OPENBSD_2_8
Diff to: previous 1.3.2.4: preferred, coloured; branchpoint 1.3: preferred, coloured
Changes since revision 1.3.2.4: +8 -7 lines
Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 2 13:59:15 2001 UTC (9 years, 9 months ago) by markus
Branches: MAIN
Diff to: previous 1.10: preferred, coloured
Changes since revision 1.10: +2 -1 lines
wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cottbus.DE

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jun 27 02:12:54 2001 UTC (9 years, 9 months ago) by markus
Branches: MAIN
Diff to: previous 1.9: preferred, coloured
Changes since revision 1.9: +2 -2 lines
quick hack to make ssh2 work again.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 26 17:27:24 2001 UTC (9 years, 9 months ago) by markus
Branches: MAIN
Diff to: previous 1.8: preferred, coloured
Changes since revision 1.8: +6 -6 lines
remove comments from .h, since they are cut&paste from the .c files
and out of sync

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 26 06:33:01 2001 UTC (9 years, 9 months ago) by itojun
Branches: MAIN
Diff to: previous 1.7: preferred, coloured
Changes since revision 1.7: +6 -6 lines
prototype pedant.  not very creative...
- () -> (void)
- no variable names

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 25 08:25:39 2001 UTC (9 years, 9 months ago) by markus
Branches: MAIN
Diff to: previous 1.6: preferred, coloured
Changes since revision 1.6: +2 -2 lines
update copyright for 2001

Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Mon May 7 21:09:34 2001 UTC (9 years, 11 months ago) by jason
Branches: OPENBSD_2_8
Diff to: previous 1.3.2.3: preferred, coloured; branchpoint 1.3: preferred, coloured
Changes since revision 1.3.2.3: +2 -5 lines
Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 21 19:46:28 2001 UTC (10 years ago) by jason
Branches: OPENBSD_2_8
Diff to: previous 1.3.2.2: preferred, coloured; branchpoint 1.3: preferred, coloured
Changes since revision 1.3.2.2: +0 -0 lines
Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 21 18:53:04 2001 UTC (10 years ago) by jason
Branches: OPENBSD_2_7
Diff to: previous 1.2.2.2: preferred, coloured; branchpoint 1.2: preferred, coloured; next MAIN 1.3: preferred, coloured
Changes since revision 1.2.2.2: +0 -0 lines
Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 21 11:43:45 2001 UTC (10 years ago) by markus
Branches: MAIN
CVS tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Diff to: previous 1.5: preferred, coloured
Changes since revision 1.5: +2 -5 lines
merge common ssh v1/2 code

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 12 15:44:14 2001 UTC (10 years, 1 month ago) by jason
Branches: OPENBSD_2_7
Diff to: previous 1.2.2.1: preferred, coloured; branchpoint 1.2: preferred, coloured
Changes since revision 1.2.2.1: +3 -1 lines
OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 19 17:19:21 2001 UTC (10 years, 1 month ago) by jason
Branches: OPENBSD_2_8
Diff to: previous 1.3.2.1: preferred, coloured; branchpoint 1.3: preferred, coloured
Changes since revision 1.3.2.1: +0 -0 lines
Pull in OpenSSH-2.5.1

Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Fri Feb 16 20:13:14 2001 UTC (10 years, 1 month ago) by jason
Branches: OPENBSD_2_8
Diff to: previous 1.3: preferred, coloured
Changes since revision 1.3: +3 -1 lines
Pull in OpenSSH 2.5.0

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jan 29 01:58:18 2001 UTC (10 years, 2 months ago) by niklas
Branches: MAIN
Diff to: previous 1.4: preferred, coloured
Changes since revision 1.4: +2 -0 lines
$OpenBSD$

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 18 17:00:00 2001 UTC (10 years, 2 months ago) by markus
Branches: MAIN
Diff to: previous 1.3: preferred, coloured
Changes since revision 1.3: +1 -1 lines
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.2.2.1: download - view: text, markup, annotated - select for diffs
Wed Nov 8 21:31:17 2000 UTC (10 years, 5 months ago) by jason
Branches: OPENBSD_2_7
Diff to: previous 1.2: preferred, coloured
Changes since revision 1.2: +23 -0 lines
openssh-2.3.0 (again) for 2.7 branch

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 7 20:27:53 2000 UTC (10 years, 7 months ago) by deraadt
Branches: MAIN
CVS tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Diff to: previous 1.2: preferred, coloured
Changes since revision 1.2: +23 -0 lines
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.2: download - view: text, markup, annotated - select for diffs
Thu Apr 6 08:55:22 2000 UTC (11 years ago) by markus
Branches: MAIN
CVS tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Diff to: previous 1.1: preferred, coloured
Changes since revision 1.1: +7 -0 lines
ssh2 server side, see README.openssh2; enable with 'sshd -2'

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 28 21:15:45 2000 UTC (11 years ago) by markus
Branches: MAIN
split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal

Diff request

This form allows you to request diffs 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.

Log view options

OpenBSD CVSweb server maintained by <beck@openbsd.org>