OpenBSD CVS

CVS log for src/usr.sbin/faithd/Attic/faithd.c


[BACK] Up to [local] / src / usr.sbin / faithd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.32, Thu Mar 14 11:08:20 2013 UTC (11 years, 2 months ago) by mpi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +1 -1 lines
FILE REMOVED

tedu faithd(8), suggested by todd@ some weeks ago after a submission by
dhill.

ok krw@, mikeb@, tedu@ (implicit)

Revision 1.31 / (download) - annotate - [select for diffs], Wed Mar 2 04:56:59 2011 UTC (13 years, 3 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
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

fix typo; spotted by Peter J. Philipp

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jun 26 09:51:29 2009 UTC (14 years, 11 months ago) by claudio
Branch: 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
Changes since 1.29: +2 -6 lines
Diff to previous 1.29 (colored)

There is no need to log routing socket version mismatches.
OK henning@, sthen@

Revision 1.29 / (download) - annotate - [select for diffs], Sat May 17 23:31:52 2008 UTC (16 years ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored)

documentation tweaks.

ok (some time ago) jmc@

Revision 1.28 / (download) - annotate - [select for diffs], Thu Oct 16 05:27:33 2003 UTC (20 years, 7 months ago) by itojun
Branch: 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, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

poll() arg mistake.  Tatoku Ogaito

Revision 1.27 / (download) - annotate - [select for diffs], Tue Sep 2 23:35:24 2003 UTC (20 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.26: +1 -3 lines
Diff to previous 1.26 (colored)

no need for extra {}.  sync w/ kame

Revision 1.26 / (download) - annotate - [select for diffs], Tue Sep 2 22:55:26 2003 UTC (20 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.25: +37 -37 lines
Diff to previous 1.25 (colored)

use poll since it is easier than fd_set overflows; itojun ok

Revision 1.25 / (download) - annotate - [select for diffs], Thu May 15 00:27:29 2003 UTC (21 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.24: +1 -3 lines
Diff to previous 1.24 (colored)

kill unused

Revision 1.24 / (download) - annotate - [select for diffs], Thu May 15 00:26:55 2003 UTC (21 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.23: +4 -9 lines
Diff to previous 1.23 (colored)

simplify by strdup.  expilcitly specify IPPROTO_TCP (to cope with sctp-ready
getaddrinfo).

Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 13 09:09:46 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.22: +12 -5 lines
Diff to previous 1.22 (colored)

lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu

Revision 1.22 / (download) - annotate - [select for diffs], Sun Sep 8 01:20:15 2002 UTC (21 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.21: +23 -28 lines
Diff to previous 1.21 (colored)

-ansi -pedantic (socklen_t).  from cloder@loder.us
die if FD_SET overruns.
sync w/kame

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 7 00:18:05 2002 UTC (22 years ago) by itojun
Branch: MAIN
Changes since 1.20: +2 -75 lines
Diff to previous 1.20 (colored)

nuke unmaintained code (#ifdef FAITH4).  sync w/kame

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 26 01:21:12 2002 UTC (22 years ago) by deraadt
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

pid_t cleanup; itojun ok

Revision 1.19 / (download) - annotate - [select for diffs], Thu May 9 14:12:17 2002 UTC (22 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.18: +11 -26 lines
Diff to previous 1.18 (colored)

drop support for rlogin/rsh service (we shouldn't have support it as
they usually use IP address for authentication).  sync with kame

Revision 1.18 / (download) - annotate - [select for diffs], Sat Feb 16 21:28:02 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.17: +17 -17 lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Fri Jan 11 03:51:08 2002 UTC (22 years, 5 months ago) by itojun
Branch: MAIN
Changes since 1.16: +13 -13 lines
Diff to previous 1.16 (colored)

call daemon(3) prior to socket setups to avoid file descriptor close mistakes.
noted by markus, sync with kame

Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 21 04:54:51 2001 UTC (22 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.15: +1 -113 lines
Diff to previous 1.15 (colored)

assume the presense of getifaddrs(3).  sync with kame

Revision 1.15 / (download) - annotate - [select for diffs], Wed Nov 21 04:53:13 2001 UTC (22 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.14: +5 -1 lines
Diff to previous 1.14 (colored)

be more careful on malloc failures.  sync with kame

Revision 1.14 / (download) - annotate - [select for diffs], Mon Nov 5 09:56:01 2001 UTC (22 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +17 -9 lines
Diff to previous 1.13 (colored)

mark more handlers, and some syslog_r attempts

Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 5 01:31:33 2001 UTC (22 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.12: +35 -31 lines
Diff to previous 1.12 (colored)

sync with latest kame
- fix select() size.  from deraadt
- constify, remove bogus ERRSTR macro, and others

Revision 1.12 / (download) - annotate - [select for diffs], Tue May 1 07:40:04 2001 UTC (23 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.11: +10 -5 lines
Diff to previous 1.11 (colored)

avodi null pointer dereference.  sync with kame

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 20 01:13:54 2001 UTC (23 years, 2 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.10: +14 -2 lines
Diff to previous 1.10 (colored)

avoid zombies on abnormal disconnections.  sync with kame

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 15 17:37:33 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.9: +89 -19 lines
Diff to previous 1.9 (colored)

pull latest KAME faithd.  access control is possible by /etc/faithd.conf.
req'ed by todd

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sat Oct 7 04:20:44 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Pull in patches from current:
Fix (deraadt):
- setproctitle with %s
- use %s with syslog, at least crashable from command line

Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 6 02:46:58 2000 UTC (23 years, 8 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.8: +6 -5 lines
Diff to previous 1.8 (colored)

printf string format audit.  from: sommerfeld@netbsd.org

Revision 1.8 / (download) - annotate - [select for diffs], Sat Sep 16 10:33:45 2000 UTC (23 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.7: +132 -47 lines
Diff to previous 1.7 (colored)

synchronize with latest kame.
- improve exit code and logging.
- repair multicast address rejection (IN_MULTICAST takes host endian value)
- repair ftp relaying, when the result of PASV does not have paren.
- repair ftp relaying, when EPSV is sent from client.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 5 17:23:13 2000 UTC (23 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

setproctitle with %s

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 29 00:21:52 2000 UTC (23 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

use %s with syslog, at least crashable from command line

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 31 03:09:22 2000 UTC (24 years ago) by itojun
Branch: MAIN
Changes since 1.4: +8 -9 lines
Diff to previous 1.4 (colored)

sync with the latest kame code.  insufficient len in malloc() call is
corrected.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 25 10:25:46 2000 UTC (24 years, 3 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.3: +81 -6 lines
Diff to previous 1.3 (colored)

use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 30 16:31:01 1999 UTC (24 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

correct connect() call

Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 20 16:32:53 1999 UTC (24 years, 5 months ago) by itojun
Branch: MAIN
Changes since 1.1: +10 -6 lines
Diff to previous 1.1 (colored)

rcsid police.
pathname change (/usr/local/v6/libexec -> /usr/libexec)
bring in some of kame fixes (sprintf -> snprintf, proc title).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Dec 20 16:07:40 1999 UTC (24 years, 5 months ago) by itojun
Branch: KAME
CVS Tags: snap19991220
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

faith translator deamon, from KAME

Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 20 16:07:40 1999 UTC (24 years, 5 months ago) by itojun
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.