OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.34, Mon Mar 17 19:53:26 2014 UTC (10 years, 2 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +1 -1 lines
FILE REMOVED

today's conan quote: two or three years ago it was just another snake cult.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Mar 11 17:40:10 2013 UTC (11 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored)

handle ECONNABORTED errors from accept().  In many code blocks they can be
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directories...

Revision 1.32 / (download) - annotate - [select for diffs], Tue Oct 27 23:59:32 2009 UTC (14 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: 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
Changes since 1.31: +1 -12 lines
Diff to previous 1.31 (colored)

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable).  these days, people use source.  these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

Revision 1.31 / (download) - annotate - [select for diffs], Sun Apr 2 00:48:55 2006 UTC (18 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: 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.30: +3 -3 lines
Diff to previous 1.30 (colored)

use SEEK_* for lseek()

Revision 1.30 / (download) - annotate - [select for diffs], Wed Apr 13 02:33:09 2005 UTC (19 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

use STD{IN,OUT,ERR}_FILENO

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jun 2 02:21:15 2004 UTC (20 years ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.28: +15 -25 lines
Diff to previous 1.28 (colored)

IPv6 support.

From NetBSD

ok millert@

Revision 1.28 / (download) - annotate - [select for diffs], Thu May 27 19:15:45 2004 UTC (20 years ago) by deraadt
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

accept login names over 8 chars; miod ok

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jul 29 18:39:23 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

spaces

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jun 2 19:38:25 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.25: +3 -7 lines
Diff to previous 1.25 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Sep 6 19:43:54 2002 UTC (21 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

use socklen_t more; henning ok

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jul 3 23:39:03 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.23: +10 -17 lines
Diff to previous 1.23 (colored)

KNF

Revision 1.23 / (download) - annotate - [select for diffs], Sun May 26 09:32:08 2002 UTC (22 years ago) by deraadt
Branch: MAIN
Changes since 1.22: +9 -8 lines
Diff to previous 1.22 (colored)

pid_t cleanup

Revision 1.22 / (download) - annotate - [select for diffs], Wed May 22 06:35:44 2002 UTC (22 years ago) by deraadt
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

a bunch more strcpy -> strlcpy and sprintf -> snprintf

Revision 1.21 / (download) - annotate - [select for diffs], Sat Feb 16 21:27:31 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.20: +6 -6 lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Fri Dec 7 18:45:33 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
Changes since 1.19: +6 -6 lines
Diff to previous 1.19 (colored)

kill more registers;

millert@ ok

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jul 9 07:04:45 2001 UTC (22 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

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

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

$OpenBSD$

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 17 19:46:11 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.16: +21 -14 lines
Diff to previous 1.16 (colored)

remove sprintf signal race, by pre-preparing wtmp entry

Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 20 18:42:38 2000 UTC (23 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.15: +6 -7 lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Tue Feb 1 03:23:23 2000 UTC (24 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

no need to extern int errno if errno.h is included

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 5 18:48:58 1998 UTC (25 years, 11 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.13: +8 -5 lines
Diff to previous 1.13 (colored)

man page; mrg

Revision 1.13 / (download) - annotate - [select for diffs], Fri May 22 04:33:08 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.12: +11 -8 lines
Diff to previous 1.12 (colored)

stop username info gathering, always go through login/passwd cycle

Revision 1.11.4.1 / (download) - annotate - [select for diffs], Wed Apr 22 14:20:29 1998 UTC (26 years, 1 month ago) by deraadt
Branch: OPENBSD_2_3
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

update release: buf oflow; bmartin@obscure.sekurity.org

Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 22 14:19:51 1998 UTC (26 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

buf oflow; bmartin@obscure.sekurity.org

Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 31 08:24:01 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_2_BASE, OPENBSD_2_2
Branch point for: OPENBSD_2_3
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

union wait dies

Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 4 19:25:13 1997 UTC (26 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

save errno in sigchld handlers

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 2 06:28:13 1997 UTC (27 years ago) by deraadt
Branch: MAIN
Changes since 1.8: +8 -6 lines
Diff to previous 1.8 (colored)

let uucpd prompt for loginname multiple times, if \r is a problem; tron@lyssa.owl.de

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 6 13:34:45 1997 UTC (27 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

expand hostname to MAXHOSTNAMELEN

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

Deal with _POSIX_SAVED_IDS when relinquishing privileges

Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 3 01:29:54 1996 UTC (27 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +4 -3 lines
Diff to previous 1.5 (colored)

\r and \n must be distinguished in some cases (telnet); netbsd pr#2969;
darcy@druid.com

Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 26 04:59:20 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.4: +17 -6 lines
Diff to previous 1.4 (colored)

set $LOGNAME and pass -Wall

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 2 13:12:23 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

setlogin

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 27 10:23:00 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +4 -3 lines
Diff to previous 1.2 (colored)

strncpy correctly

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 22 02:00:12 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

do not chdir as root

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