History log of /freebsd-10.1-release/usr.sbin/faithd/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


233522 26-Mar-2012 joel

mdoc: correct .Bd/.Bl arguments.

Reviewed by: brueffer


230359 20-Jan-2012 eadler

Fix warning when compiling with gcc46:
error: variable 'a' set but not used

Approved by: dim, cperciva (mentor, blanket for pre-mentorship already-approved commits)
MFC after: 3 days


224609 02-Aug-2011 gjb

Provide a more user friendly URL to the IETF site in faithd(8).

Pointed out by: dougb
Approved by: re (kib)
MFC after: 3 days


224284 23-Jul-2011 gjb

Fix various broken links in manual pages.

Submitted by: Michiel Overtoom (motoom % xs4all nl)
PR: 159130 159131 159132 159133 159134
159135 159136 159137 158138 159144
Approved by: re (kib)
MFC after: 3 days


219158 02-Mar-2011 delphij

Correct a typo.

PR: bin/155175
Submitted by: Peter J. Philipp <pjp centroid.eu>
MFC after: 3 days


202386 15-Jan-2010 ru

Use the newly brought %U macro.


201889 09-Jan-2010 brueffer

Various language fixes. Also fixed the URL to totd, obtained from NetBSD.

PR: 38061
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 1 week


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


201387 02-Jan-2010 ed

ANSIfy some more tools in usr.sbin/.

Most of these tools build with WARNS=6, except for their use of K&R
function declarations.


173412 07-Nov-2007 kevlo

Cleanup of userland __P use


173298 03-Nov-2007 charnier

Add __unused to parameters when needed


145791 02-May-2005 suz

fixed a possible reference to a broken memory

MFC after: 1 day


145357 21-Apr-2005 suz

plugged memory leak

Obtained from: KAME
MFC after: 2 days


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


130090 04-Jun-2004 ru

Reapply some local fixes that got lost with another NetBSD merge,
fix some more.


124604 17-Jan-2004 ru

Fixed the fatal bug: CFLAGS should be added to, not overridden.
This prevented CPU and optimization flags to be added here.


122679 14-Nov-2003 ume

- poll(2) support.
- simplify by strdup.
- set ai_protocol in hints to TCP.
- g/c FAITH_NS (no description, not maintained for years)
- warn if connection from IPv4 mapped is reached.
- IPV6_V6ONLY if possible.
- unifdef -UFAITH4.
- drop rsh/rlogin support.
- deal with negative return value from wait3.

Obtained from: KAME


121316 21-Oct-2003 ume

stop use of NI_WITHSCOPEID. it was deprecated.

Obtained from: KAME


108533 01-Jan-2003 schweikh

Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.


99968 14-Jul-2002 charnier

The .Nm utility


97560 30-May-2002 ru

mdoc(7) police: don't use .Pq with plain text, this breaks hyphenation.


96397 11-May-2002 dd

sysctl -w -> sysctl

Approved by: ume


95359 24-Apr-2002 ume

handle ECONNABORTED.

Submitted by: morito@double-fault.net
Obtained from: KAME
MFC after: 3 days


95355 24-Apr-2002 ume

typo in connect(2) error handling.

Submitted by: Yukiyo Akisada <Yukiyo.Akisada@jp.yokogawa.com>
Obtained from: KAME
MFC after: 3 days


95023 19-Apr-2002 suz

just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
(based on freebsd4-snap-20020128)

Reviewed by: ume
MFC after: 1 week


87647 11-Dec-2001 ru

s/sysctl -w/sysctl/


81981 20-Aug-2001 brian

Handle ftp_copycommand() and ftp_copyresult() potentially returning < -1.


81977 20-Aug-2001 brian

Handle snprintf() returning -1.

MFC after: 2 weeks


81251 07-Aug-2001 ru

mdoc(7) police:

Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.


80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


80022 20-Jul-2001 obrien

Remove GCC'isms in CFLAGS.


79755 15-Jul-2001 dd

Remove whitespace at EOL.


79516 10-Jul-2001 ru

mdoc(7) police: eliminate warnings, fix markup.


78064 11-Jun-2001 ume

Sync with recent KAME.
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.

TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.

Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks


77143 24-May-2001 ume

NetBSD's inetd uses different syntex from FreeBSD's in faith support.


74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


74532 20-Mar-2001 ru

Set the default manual section for usr.sbin/ to 8.


69312 28-Nov-2000 charnier

Make enumerated list for flags. Spelling.


68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


68878 18-Nov-2000 ru

mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.


65994 17-Sep-2000 ume

cope with the following reply on PASV (without paren). need more tests.
227 Entering Passive Mode x,x,x,x,x,x,x

Obtained from: KAME (1.8->1.9)


65378 02-Sep-2000 brian

Remove libutil - setproctitle() is now in libc


62683 06-Jul-2000 brian

Correct setproctitle() call

Obtained from: OpenBSD


62667 06-Jul-2000 kris

Correct style bugs


62655 05-Jul-2000 kris

Sync with latest KAME.

Obtained from: KAME


60088 06-May-2000 phantom

. clear `.Os' macro value since this tool is not KAME specific anymore
. compact some macros (.Oo/.Oc -> .Op, .Po/.Pc -> .Pq)
. use .Tn
. avoid using duplicated arguments for .Nm macro
. correct KAME kit pathes (/usr/local/v6 -> /usr)
. add integration note


57122 10-Feb-2000 shin

Wording fixes

Submitted by: charnier


56668 27-Jan-2000 shin

another tcp apps IPv6 updates.(should be make world safe)
ftp, telnet, ftpd, faithd
also telnet related sync with crypto, secure, kerberosIV

Obtained from: KAME project