summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/inetd.8
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-1/+1
|
* Add capability for limiting the maximum number of simultaneousume2002-08-071-1/+14
| | | | | | | | | invocations of each service from a single IP address. Requested by: matusita Reviewed by: dwmalone Tested by: matusita on snapshots.jp.FreeBSD.org MFC after: 2 weeks
* add support for rpc IPv6 (rpc/udp/46 ...)alfred2002-07-151-1/+4
| | | | Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr>
* The .Nm utilitycharnier2002-07-141-9/+6
|
* Correct spacing.dd2002-04-161-1/+1
|
* Fix a typo.sheldonh2001-12-111-1/+1
| | | | Reported by: Jurrien Koopmans <jjkoopmans@home.nl>
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+2
|
* Remove whitespace at EOL.dd2001-07-151-25/+25
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: fixed markup, sorted xrefs.ru2001-07-051-13/+22
|
* mdoc(7) police: fix spacing and punctuation issues.dd2001-07-031-3/+2
|
* Remove duplicate words.dd2001-06-241-1/+1
|
* Give inetd the ability to manage unix domain sockets. Details ofdwmalone2001-06-161-2/+68
| | | | | | | | | | | how to use this feature are in the man page. This is based on work by Lyndon Nerenberg. (The only difficult part about this patch is the fact that you can't fchown a unix domain socket, which means the sockets must be put in a secure directory). Reviewed by: dillon
* Correct cross-reference:sobomax2001-06-071-1/+1
| | | | | | portmap.8 --> rpcbind.8 Submitted by: .Xr testing script
* This patch cleans up the ident stuff in inetd. The code which hasdwmalone2001-06-041-12/+25
| | | | | | | | | | | | | | | | | | | been patched so many times it was a bit of a mess. There are style, code and man page cleanups. The following are the functional changes: The RFC only permits the returning of 4 possible error codes, make sure we only return these (PR 27636). Use MAXLOGNAME to determine the longest usernames. Add a -i flag, which returns the uid instead of the username (this is from a PR 25787, which also contained alot of the cleanups in this patch). PR: 25787, 27636 Partially Submitted by: Arne.Dag.Fidjestol@idi.ntnu.no Reviewed by: Arne.Dag.Fidjestol@idi.ntnu.no, green MFC after: 3 weeks
* Don't spell requester as requestor.dwmalone2001-05-261-1/+1
|
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-2/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+4
|
* Don't mention /etc/protocols in inetd documentation or comments, as inetddwmalone2001-01-221-3/+2
| | | | | | | doesn't actually use it. PR: 24307 Submitted by: opentrax@email.com
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
|
* Add a -F option to the builtin ident service, which allows .fakeid filesdwmalone2000-12-051-0/+10
| | | | | | | | | to contain the name of other valid users. PR: 22837 Submitted by: Andreas Gerstenberg <andy@andy.de> Reviewed by: green Reviewed by: sheldonh
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
|
* Be explicit about the fact that you can only specify one IP address/hostnamen_hibma2000-10-291-1/+1
|
* Explain "-c" option more exactly and state the default in the mandwmalone2000-08-031-1/+4
| | | | | | | | | | | | | page. Add ability to run "inetd -R 0" to disable the default connection per minute limit of 256 connections. Document this in man page. Don't use maxchild as a boolean - instead check if it is greater than zero. Reviewed by: sheldonh Based on a patch by: Alexander Langer <alex@big.endian.de>
* specifer -> specifierdwmalone2000-08-031-1/+1
|
* Clarify the use of the auth service's -d option for specifyingsheldonh2000-04-261-6/+15
| | | | | | a fallback username. Reviewed by: green
* Allow using "-d username" without "-r". Example:green2000-03-281-3/+6
| | | | auth stream tcp nowait root internal auth -d "Only fools trust ident"
* "can received" -> "can receive".ru2000-03-221-1/+1
|
* Clarify the facility used for logging with and without the wrappingsheldonh2000-03-011-7/+20
| | | | | | | options. PR: 17017 Submitted by: Doug Barton <Doug@gorean.org>
* Remove broken hard sentence breaks, which mess up the typeset output.sheldonh2000-02-291-16/+32
|
* Fix English, mdoc and layout of the previous commit, as requested bysheldonh2000-01-281-60/+81
| | | | | | | | | | | | | | the committer (shin). While I don't have permission for this change from the inetd maintainer (des), I assume that shin has permission and I'm just fixing his contribution up for him. Okay, I couldn't resist, I made some extra changes: * Replace ".Tn FreeBSD" with .Fx * Make the illegal TCPMUX and IPSEC sections legal subsections of the IMPLEMENTATION NOTES section. Requested by: shin
* several tcp apps IPv6 updateshin2000-01-251-1/+76
| | | | | | | | | | | | -inetd -rshd -rlogind -telnetd -rsh -rlogin Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Do not dot terminate sentences inside FILES section. Lowercasecharnier2000-01-231-5/+5
| | | | inside error messages.
* Implement -g and -d options in my ident code. The -g flag uses a randomgreen2000-01-191-6/+22
| | | | | | | | | | garbage value for the username (hex garbage, that is), and the -d flag provides a default username for fallback purposes if the user cannot be looked up. That is very useful for the case where inetd auth is running on a NAT box. While I'm here updating the manpage, clean up an English error and a few small nits.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''").green1999-07-241-3/+9
| | | | Document the auth -n flag.
* Document the -o and -t options to the internal auth service and give ansheldonh1999-07-231-7/+9
| | | | | | | | | example of their usage in the sample config. Merge the two examples for the green internal auth service. This commit failed the first time around because Brian beat me to the punch on inetd.8 . I like my descriptions better and I'm pretty sure Brian won't mind.
* As per DES's prodding, document _all_ the arguments to inetd's authgreen1999-07-231-2/+8
| | | | | service. This includes the -o "operating system" argument and the -t "timeout" argument.
* Document the new {auth,ident,tap} service and provide examples in thesheldonh1999-07-161-3/+26
| | | | | | configuration file. Requested by: green
* Fix ``:''.green1999-07-111-2/+2
| | | | PR: 12589
* Allow internal and external wrapping to be enabled independantly ofsheldonh1999-07-091-7/+11
| | | | | | | each other. Instead of allowing the -w option to be specified twice, we now take -w (wrap external) and -W (wrap internal). Discussed with: markm
* Allow service alias names from /etc/services to be used when specifyingsheldonh1999-07-021-2/+2
| | | | | | | | | | | | | | | | | | | | | internal services in inetd.conf . The inetd(8) manpage used to say that the official name of a service _must_ be used, yet inetd itself was hardcoded to used a service alias for the auth service, namely ident! Rather than change inetd.conf and break existing configurations on next upgrade, we now allow service aliases as well as official names. This allows the software to work as expected and still support existing configurations. This should not breaking existing wrapped configurations either and the inetd(8) manpage already states that it is the service name specified in inetd.conf that is used for calls to hosts_access(3). PR: 11796 Reported by: Alex Charalabidis <alex@wnm.net> Approved by: des
* Clarify that the services name, as specified in inetd.conf, for ansheldonh1999-07-021-1/+9
| | | | | internal service should be used as the daemon name when constructing hosts_access(5) rules.
* Ommitted in previous commit message:sheldonh1999-06-301-1/+1
| | | | Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Enable wrapping for dgram services and fix logging so that -l reallysheldonh1999-06-301-6/+21
| | | | does log all connections.
* Fix the SYNOPSIS to reflect that the -w option can be specified twice.sheldonh1999-06-271-2/+2
| | | | | Requested by: obrien Approved by: mpp
* Add command-line option (-w), specified once to enable wrapping andsheldonh1999-06-271-8/+24
| | | | | | | | | | | | | twice to enable wrapping for internal wrapping as well. If the option is not specified wrapping is turned off so that inetd will behave exactly as it used to before TCP Wrappers was imported. Change etc/defaults/rc.conf so as to encourage wrapping on new systems. Clarify the use of TCP Wrappers in the IMPLEMENTATION NOTES of the manual page. Approved by: jkh
* Use Dq mdoc tag for double-quoted words.sheldonh1999-06-211-12/+33
|
* Various fixes for inetd's TCP Wrappers support:sheldonh1999-06-171-3/+4
| | | | | | | | | | | | | | | | | | | | | 1) Handle forking and non-forking internal services correctly. Turn on wrapping for internal services because it works now. 2) Preserve server names for each service on HUP. 3) Honour hosts_options(5) severity option. 4) Add IMPLEMENTATION NOTES section to clarify TCP Wrappers usage and limitations. This change may cause previously allowed builtin services (e.g. daytime) to be denied in existing configurations. PR: 12097 Reviewed by: markm 1) Reported by: Pierre Beyssac <pb@fasterix.freenix.org> 2) Submitted by: Masachika ISHIZUKA <ishizuka@ish.org> 3) Submitted by: David Malone <dwmalone@maths.tcd.ie>
OpenPOWER on IntegriCloud