summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/inetd.h
Commit message (Collapse)AuthorAgeFilesLines
* Various cleanups of inetd: Avoid shadowing variables, use socklen_tdwmalone2001-01-221-1/+1
| | | | | | | instead of ints, don't cast to char *, clear up some remote name handling code which had become a little odd. Should result in no functional changes.
* Tidy up some prototypes:dwmalone2000-12-031-1/+2
| | | | | | | make sure there is exactly one prototype for each function, use K&R style definitions everywhere to match dominant style, make flag_signal take an int to avoid problems if we have ANSI prototypes and K&R definitions.
* Fix two typos in comments.dwmalone2000-10-241-1/+1
| | | | | PR: 22268 Submitted by: Daniel S. Lewart <d-lewart@uiuc.edu>
* several tcp apps IPv6 updateshin2000-01-251-1/+26
| | | | | | | | | | | | -inetd -rshd -rlogind -telnetd -rsh -rlogin Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* This commit encompasses the following changes to inetd:green1999-07-221-2/+2
| | | | | | | | | | 1. Cleanups of ident_stream. "Evil" stdio is less used. 2. The BSD Copyright was added to the top of builtins.c. 3. As suggested, a timeout is now implemented in the ident service. It defaults to 10 seconds. If enough people want it, I'll make it configurable. Suggested by: msmith
* Move code for all builtin services from inetd.c to builtins.c, includingsheldonh1999-07-221-0/+134
the Green Piece. :-) In future, new builtin services are less likely to need to touch the already tangled inetd.c .
OpenPOWER on IntegriCloud