summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Rework all non-contributed files that use `struct timezone'.ed2012-09-011-7/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Update a couple of comments relating to RFCs.dwmalone2006-04-171-2/+5
* Port 37 (RFC 738) style times are supposed to be a 32 bit time sincedwmalone2006-04-171-6/+6
* Fix typo: corrisponds -> correspondsfanf2002-07-221-1/+1
* __FBSDID() strategic insertion.jmallett2002-06-211-3/+3
* Kill __P, yuck.jmallett2002-06-211-15/+15
* Mark unused variables __unused.jmallett2002-06-211-2/+2
* Kill bad whitespace and do some style cleanups as a result of the protoize.jmallett2002-06-211-30/+20
* ANSI prototypes via protoize(1).jmallett2002-06-211-44/+36
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-1/+1
* o Remove old setproctitle.dwmalone2001-07-171-3/+3
* Fix most of the warnings given by WARNS=2.dwmalone2001-06-241-25/+38
* Correct a comment - the time service returns seconds since 1900 not 1970.dwmalone2001-06-041-1/+1
* This patch cleans up the ident stuff in inetd. The code which hasdwmalone2001-06-041-110/+119
* Make dg_echo return up to the first 65536 bytes of a datagram.dwmalone2001-05-261-1/+1
* Allow ident requests with trailing junk following the terminating "\n".dwmalone2001-03-281-1/+3
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-1/+1
* Add a -F option to the builtin ident service, which allows .fakeid filesdwmalone2000-12-051-3/+7
* Tidy up some prototypes:dwmalone2000-12-031-2/+0
* Make some style changes to the ident_stream() code.green2000-12-021-14/+20
* Security fix: correctly set groups according to the user. Previously,green2000-11-251-6/+15
* 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