aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Sheldon Hearn2001-12-111-1/+1
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-051-2/+2
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-5/+7
* Turn off WARNS stuff. When combined with -nostdinc and system headerDavid Malone2001-07-171-1/+1
* o Remove old setproctitle.David Malone2001-07-173-50/+9
* Remove whitespace at EOL.Dima Dorfman2001-07-151-25/+25
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* mdoc(7) police: fixed markup, sorted xrefs.Ruslan Ermilov2001-07-051-13/+22
* mdoc(7) police: fix spacing and punctuation issues.Dima Dorfman2001-07-031-3/+2
* Don't add -Wall, as it's a compiler specific flag.David Malone2001-06-241-1/+1
* Fix most of the warnings given by WARNS=2.David Malone2001-06-243-105/+114
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
* Give inetd the ability to manage unix domain sockets. Details ofDavid Malone2001-06-163-12/+169
* Correct cross-reference:Maxim Sobolev2001-06-071-1/+1
* Get rid of se_ctladdrinitok, which doesn't do anything and seemesDavid Malone2001-06-062-16/+0
* Correct a comment - the time service returns seconds since 1900 not 1970.David Malone2001-06-041-1/+1
* This patch cleans up the ident stuff in inetd. The code which hasDavid Malone2001-06-043-123/+145
* Recently, other BSDs had faith support in inetd. Though our inetd hasHajimu UMEMOTO2001-05-311-1/+7
* Make dg_echo return up to the first 65536 bytes of a datagram.David Malone2001-05-261-1/+1
* Don't spell requester as requestor.David Malone2001-05-261-1/+1
* Allow ident requests with trailing junk following the terminating "\n".David Malone2001-03-281-1/+3
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-2/+2
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+4
* Various cleanups of inetd: Avoid shadowing variables, use socklen_tDavid Malone2001-01-222-20/+18
* Don't mention /etc/protocols in inetd documentation or comments, as inetdDavid Malone2001-01-222-5/+4
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
* Add a -F option to the builtin ident service, which allows .fakeid filesDavid Malone2000-12-052-3/+17
* Tidy up some prototypes:David Malone2000-12-033-7/+10
* Make some style changes to the ident_stream() code.Brian Feldman2000-12-021-14/+20
* Security fix: correctly set groups according to the user. Previously,Brian Feldman2000-11-251-6/+15
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Be explicit about the fact that you can only specify one IP address/hostnameNick Hibma2000-10-291-1/+1
* Fix two typos in comments.David Malone2000-10-242-2/+2
* Claim maintainership of inetd.David Malone2000-10-211-0/+2
* Don't leak a file discriptor if a service we've called accept() forDavid Malone2000-10-211-0/+3
* Make reconfiguring an external service as builtin service work.David Malone2000-10-021-0/+1
* Stop internal ident service spinning until the timeout if theDavid Malone2000-10-021-0/+2
* Explain "-c" option more exactly and state the default in the manDavid Malone2000-08-032-8/+13
* specifer -> specifierDavid Malone2000-08-031-1/+1
* Sleep for a second after tcp wrappers rejects a connection, so weDavid Malone2000-07-311-1/+3
* Make builtin ident service work if the request arrives in more thanDavid Malone2000-07-121-15/+38
* Fix the ident server up more: use ssize_t/size_t/socklen_t/int all in theBrian Feldman2000-05-301-23/+22
* Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takesJohn Baldwin2000-05-301-1/+2
* Clarify the use of the auth service's -d option for specifyingSheldon Hearn2000-04-261-6/+15
* Make sure to use IPv4 mapped IPv6 address when mapped address isHajimu UMEMOTO2000-04-021-5/+6