summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Stop internal ident service spinning until the timeout if thedwmalone2000-10-021-0/+2
* 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
* 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-281-2/+14
* Make inetd compilable without INET6.shin2000-03-111-0/+2
* Fix addr length argument value passed to sendto().shin2000-03-091-10/+10
* several tcp apps IPv6 updateshin2000-01-251-31/+57
* 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-191-12/+45
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Here goes, the "clear up any possible confusion" commit.green1999-07-261-11/+65
* More cleanups to ident_stream. Variables moved around, changed.green1999-07-251-16/+11
* 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
* Ahem. Put things back a bit. I declare variables in the scope they'regreen1999-07-231-9/+13
* 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
* Fixed a braino: lack of spaces in sscanf caused ident parsing to fail.green1999-07-231-2/+2
* "knobs are cheap". Here's a -t timeout option for the internal identgreen1999-07-221-2/+18
* This commit encompasses the following changes to inetd:green1999-07-221-30/+83
* Move code for all builtin services from inetd.c to builtins.c, includingsheldonh1999-07-221-0/+505
OpenPOWER on IntegriCloud