OpenBSD CVS

CVS log for src/usr.bin/rlogin/Attic/rlogin.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.31, Mon May 6 22:23:53 2002 UTC (22 years ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +2 -2 lines
FILE REMOVED

rlogin: Lived with Joy

Revision 1.30 / (download) - annotate - [select for diffs], Tue Feb 19 19:39:39 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.29: +2 -22 lines
Diff to previous 1.29 (colored)

We live in an ANSI C world.  Remove lots of gratuitous #ifdef __STDC__ cruft.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Feb 17 19:42:31 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.28: +4 -4 lines
Diff to previous 1.28 (colored)

Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)

Revision 1.28 / (download) - annotate - [select for diffs], Sat Feb 16 21:27:51 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.27: +27 -27 lines
Diff to previous 1.27 (colored)

Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Nov 19 19:02:16 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
Changes since 1.26: +7 -7 lines
Diff to previous 1.26 (colored)

kill more registers

millert@ ok

Revision 1.26 / (download) - annotate - [select for diffs], Fri Nov 16 23:57:12 2001 UTC (22 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.25: +22 -4 lines
Diff to previous 1.25 (colored)

signal handler is now safe, does not end up calling exit()

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 2 01:14:55 2001 UTC (22 years, 7 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Be a bit more careful when sending signals to the parent.
Don't send SIGUSR1 to init.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Sep 4 23:35:59 2001 UTC (22 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.23: +21 -13 lines
Diff to previous 1.23 (colored)

Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 3 23:47:05 2001 UTC (22 years, 10 months ago) by jasoni
Branch: MAIN
Changes since 1.22: +7 -9 lines
Diff to previous 1.22 (colored)

-Wall cleanup
strncpy -> strlcpy
- with input from millert@, ok millert@.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jan 27 05:27:42 2000 UTC (24 years, 3 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.21: +16 -7 lines
Diff to previous 1.21 (colored)

enable IPv6 support.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 12 08:07:12 1998 UTC (25 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.20: +5 -7 lines
Diff to previous 1.20 (colored)

strncpy correctly; remove old code

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 3 16:20:33 1998 UTC (25 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored)

zero sigaction before use

Revision 1.19 / (download) - annotate - [select for diffs], Wed Mar 25 20:22:08 1998 UTC (26 years, 2 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.18: +13 -3 lines
Diff to previous 1.18 (colored)

satisfy -Wall

Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 3 18:01:01 1997 UTC (26 years, 8 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 (colored)

Brain damage on theo's part.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Aug 31 18:00:43 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.16: +31 -15 lines
Diff to previous 1.16 (colored)

SIGCHLD cleanup from bde. type fixes, union wait removal, -Wall cleanup,
and pid reuse race fixed by me.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 6 06:43:40 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.15: +16 -6 lines
Diff to previous 1.15 (colored)

save errno in mangly handlers

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 25 21:05:38 1997 UTC (26 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

#if __STDC__ --> #ifdef __STDC__

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 29 11:10:37 1997 UTC (26 years, 10 months ago) by provos
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

new location of des.h

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 23 09:15:07 1997 UTC (26 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

sigblock mask is int, not long

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 17 07:13:13 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

r?index -> strr?chr

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 15 23:43:06 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

getopt(3) returns -1 when out of args, not EOF, whee!

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 22 03:26:01 1996 UTC (27 years, 5 months ago) by tholo
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

Deal with _POSIX_SAVED_IDS when relinquishing privileges

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 11 05:59:47 1996 UTC (27 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.8: +5 -4 lines
Diff to previous 1.8 (colored)

type casts

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 11 19:20:01 1996 UTC (27 years, 9 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.7: +5 -2 lines
Diff to previous 1.7 (colored)

Be quiet about Kerberos failures if Kerberos has not been set up locally

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 27 10:34:31 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

VMIN=1/VTIME=0; netbsd pr#2546

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 26 05:38:33 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

rcsid

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 20 03:19:22 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

max 64 chars for TERM; rlogind accepts no more

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 19 10:03:43 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +13 -3 lines
Diff to previous 1.3 (colored)

do not overflow term buffer, noted initially by darren reed. my own fix

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 17 07:15:21 1996 UTC (28 years, 1 month ago) by tholo
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

Make encrypted Kerberos logins work

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 16 22:20:34 1995 UTC (28 years, 5 months ago) by tholo
Branch: MAIN
Changes since 1.1: +1 -21 lines
Diff to previous 1.1 (colored)

Make it possible to build without SKEY support
Add support for building with kerberosIV

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:46:00 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:46:00 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

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.