OpenBSD CVS

CVS log for src/libexec/rexecd/Attic/rexecd.c


[BACK] Up to [local] / src / libexec / rexecd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22, Mon May 6 19:48:21 2002 UTC (22 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +2 -2 lines
FILE REMOVED

rlogind and rexecd go away

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Tue Mar 19 04:28:22 2002 UTC (22 years, 2 months ago) by jason
Branch: OPENBSD_3_0
Changes since 1.18: +16 -4 lines
Diff to previous 1.18 (colored) next main 1.19 (colored)

Pull in patch from current:
Fix (millert):
Avoid potential corruption of passwd pointer by auth_approval().

Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 16 19:48:57 2002 UTC (22 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (colored)

Add missing auth_close() and login_close() calls.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 16 18:44:48 2002 UTC (22 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.19: +14 -4 lines
Diff to previous 1.19 (colored)

Avoid potential corruption of passwd pointer auth_approval().
Also check for strdup() failure while I am here.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 16 21:27:30 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Mon Jul 9 07:04:44 2001 UTC (22 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

correct type on last arg to execl(); nordin@cse.ogi.edu

Revision 1.17 / (download) - annotate - [select for diffs], Tue May 29 21:37:16 2001 UTC (23 years ago) by millert
Branch: MAIN
Changes since 1.16: +12 -6 lines
Diff to previous 1.16 (colored)

Call auth_checknologin() and auth_approval() as appropriate for BSD
authentication.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 28 19:34:30 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

$OpenBSD$

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 25 19:22:16 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

protos

Revision 1.14 / (download) - annotate - [select for diffs], Fri Sep 15 07:13:46 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.13: +6 -5 lines
Diff to previous 1.13 (colored)

check return value for setenv(3) for failure, and deal appropriately

Revision 1.13 / (download) - annotate - [select for diffs], Sun Aug 20 18:42:38 2000 UTC (23 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.12: +18 -21 lines
Diff to previous 1.12 (colored)

Add calls to setusercontext() and login_get*().  We basically call
setusercontext() in most places where previously we did a setlogin().
Add default login.conf file and put root in the "daemon" login class.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 17 09:13:13 1999 UTC (24 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

More <sys/file.h> vs. <fcntl.h> and open() flags fixes.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jul 10 08:06:08 1998 UTC (25 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 9 23:54:36 1998 UTC (25 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.9: +19 -15 lines
Diff to previous 1.9 (colored)

Don't open stderr channel until after the user has authenticated themselves
and never open a reserved port.  Fix from www.infilsec.com, credited
to "The South African Tiger Team".  While we're in here, don't leak
info about who is a valid user.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 7 06:02:12 1998 UTC (25 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +41 -21 lines
Diff to previous 1.8 (colored)

a big bunch of next to nothing

Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 6 09:14:35 1997 UTC (27 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.7: +10 -2 lines
Diff to previous 1.7 (colored)

cleanup using -Wall

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 6 12:49:56 1997 UTC (27 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

buf oflow

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 17 07:12:06 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

r?index -> strr?chr

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 22 03:41:16 1996 UTC (27 years, 5 months ago) by tholo
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Deal with _POSIX_SAVED_IDS when relinquishing privileges

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 28 06:33:16 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +31 -16 lines
Diff to previous 1.3 (colored)

syslog always; inspired by freebsd

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 22 01:59:20 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +6 -1 lines
Diff to previous 1.2 (colored)

seteuid for chdir

Revision 1.2 / (download) - annotate - [select for diffs], Sun May 26 08:34:56 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

setlogin(); netbsd pr#1292; jimj@miller.cs.uwm.edu

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:20 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:43:20 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.