OpenBSD CVS

CVS log for src/usr.bin/ssh/Attic/login.c


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

Request diff between arbitrary revisions


Default branch: MAIN


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

Pull in OpenSSH-2.5.2 for 2.8 branch.

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

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:11 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.13.2.2: +5 -4 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.18, Sun Mar 4 01:46:29 2001 UTC (23 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED

Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid
header conflicts in portable; ok markus@

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

Pull in OpenSSH-2.5.1

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

Pull in OpenSSH 2.5.0

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

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

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 19 23:17:57 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
with u_char.

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Wed Nov 8 21:30:56 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.13.2.1: +29 -8 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.15 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:52 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.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:20 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:42 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], Wed Apr 19 07:05:49 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

pid_t

Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 14 10:30:31 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.11: +10 -10 lines
Diff to previous 1.11 (colored)

whitespace cleanup

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 4 00:07:59 2000 UTC (24 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:
sshd allows multiple ListenAddress and Port options.  note that libwrap is
not IPv6-ready. (based on patches from <kick@kyoto.wide.ad.jp> and
fujiwara@rcac.tdi.co.jp)

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

KNF, final part 3

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

much more KNF

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

KNF part 1

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 30 16:55:06 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

off_t, but needs more looking at later

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

wringing out all the water

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 -9 lines
Diff to previous 1.4 (colored)

more culling

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

rely on paths.h more

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 29 21:14:16 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +11 -7 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: +5 -3 lines
Diff to previous 1.1 (colored)

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

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

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.