summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* Be explicit about the fact that you can only specify one IP address/hostnamen_hibma2000-10-291-1/+1
* Fix two typos in comments.dwmalone2000-10-242-2/+2
* Claim maintainership of inetd.dwmalone2000-10-211-0/+2
* Don't leak a file discriptor if a service we've called accept() fordwmalone2000-10-211-0/+3
* Make reconfiguring an external service as builtin service work.dwmalone2000-10-021-0/+1
* Stop internal ident service spinning until the timeout if thedwmalone2000-10-021-0/+2
* Explain "-c" option more exactly and state the default in the mandwmalone2000-08-032-8/+13
* specifer -> specifierdwmalone2000-08-031-1/+1
* Sleep for a second after tcp wrappers rejects a connection, so wedwmalone2000-07-311-1/+3
* Make builtin ident service work if the request arrives in more thandwmalone2000-07-121-15/+38
* Fix the ident server up more: use ssize_t/size_t/socklen_t/int all in thegreen2000-05-301-23/+22
* Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takesjhb2000-05-301-1/+2
* Clarify the use of the auth service's -d option for specifyingsheldonh2000-04-261-6/+15
* Make sure to use IPv4 mapped IPv6 address when mapped address isume2000-04-021-5/+6
* Optimize those services that send only one block of data: use send(2)sheldonh2000-03-281-4/+4
* Allow using "-d username" without "-r". Example:green2000-03-282-5/+20
* "can received" -> "can receive".ru2000-03-221-1/+1
* Make inetd compilable without INET6.shin2000-03-112-2/+4
* Fix addr length argument value passed to sendto().shin2000-03-091-10/+10
* Clarify the facility used for logging with and without the wrappingsheldonh2000-03-011-7/+20
* Remove broken hard sentence breaks, which mess up the typeset output.sheldonh2000-02-291-16/+32
* Fix broken inet logging when wrapping options are not specified.shin2000-02-221-2/+2
* Make inetd picobsd friendly, dont use ipsec when RELEASE_CRUNCHluigi2000-02-091-3/+6
* Fix inetd wrong AF check for RPC servicesshin2000-02-031-2/+3
* Drop maintainership of inetd, since nobody respects it anyway.des2000-02-011-1/+0
* Fix inconsistent debug output. (syslog -> warnx)shin2000-01-281-12/+8
* Fix English, mdoc and layout of the previous commit, as requested bysheldonh2000-01-281-60/+81
* Avoid verbose error messages when ipsec initialization for sockets failedshin2000-01-271-2/+4
* several tcp apps IPv6 updateshin2000-01-255-111/+702
* Do not dot terminate sentences inside FILES section. Lowercasecharnier2000-01-232-10/+10
* I like base-36 better.green2000-01-201-4/+18
* Implement -g and -d options in my ident code. The -g flag uses a randomgreen2000-01-192-18/+67
* Put the listening socket into non-blocking mode before doing anpeter1999-11-171-0/+8
* Do not dot or \n terminate syslog string.charnier1999-10-131-3/+3
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
* Pull on my asbestos undies and claim ownership of inetd to prevent furtherdes1999-07-261-1/+2
* Here goes, the "clear up any possible confusion" commit.green1999-07-261-11/+65
* Bring two wayward memory allocation failure messages in line withsheldonh1999-07-261-3/+3
* More cleanups to ident_stream. Variables moved around, changed.green1999-07-251-16/+11
* Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''").green1999-07-241-3/+9
* More cleanups, asprintf() usage (proper, as opposed to using snprintf()),green1999-07-241-12/+36
* Clean up to match style(9) more closely. This should fix the problem ofgreen1999-07-241-6/+5
* Use comments to group functions by service more clearly. I've used thesheldonh1999-07-241-2/+31
* Style nits:sheldonh1999-07-241-5/+8
* Document the -o and -t options to the internal auth service and give ansheldonh1999-07-231-7/+9
* Ahem. Put things back a bit. I declare variables in the scope they'regreen1999-07-231-9/+13
* As per DES's prodding, document _all_ the arguments to inetd's authgreen1999-07-231-2/+8
* Style cleanups for iderror() and ident_stream(). Looks like c++ hang-over.sheldonh1999-07-231-25/+24
* Fix auth -t argument handling. It was broken for the "sec.usec" case.sheldonh1999-07-231-4/+5
* Don't match up TCP services with UDP sockets.des1999-07-231-3/+4
OpenPOWER on IntegriCloud