aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-7/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Update a couple of comments relating to RFCs.David Malone2006-04-171-2/+5
* Port 37 (RFC 738) style times are supposed to be a 32 bit time sinceDavid Malone2006-04-171-6/+6
* Fix typo: corrisponds -> correspondsTony Finch2002-07-221-1/+1
* __FBSDID() strategic insertion.Juli Mallett2002-06-211-3/+3
* Kill __P, yuck.Juli Mallett2002-06-211-15/+15
* Mark unused variables __unused.Juli Mallett2002-06-211-2/+2
* Kill bad whitespace and do some style cleanups as a result of the protoize.Juli Mallett2002-06-211-30/+20
* ANSI prototypes via protoize(1).Juli Mallett2002-06-211-44/+36
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-1/+1
* o Remove old setproctitle.David Malone2001-07-171-3/+3
* Fix most of the warnings given by WARNS=2.David Malone2001-06-241-25/+38
* 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-041-110/+119
* Make dg_echo return up to the first 65536 bytes of a datagram.David Malone2001-05-261-1/+1
* Allow ident requests with trailing junk following the terminating "\n".David Malone2001-03-281-1/+3
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-1/+1
* Add a -F option to the builtin ident service, which allows .fakeid filesDavid Malone2000-12-051-3/+7
* Tidy up some prototypes:David Malone2000-12-031-2/+0
* 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
* Stop internal ident service spinning until the timeout if theDavid Malone2000-10-021-0/+2
* 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
* Optimize those services that send only one block of data: use send(2)Sheldon Hearn2000-03-281-4/+4
* Allow using "-d username" without "-r". Example:Brian Feldman2000-03-281-2/+14
* Make inetd compilable without INET6.Yoshinobu Inoue2000-03-111-0/+2
* Fix addr length argument value passed to sendto().Yoshinobu Inoue2000-03-091-10/+10
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-31/+57
* I like base-36 better.Brian Feldman2000-01-201-4/+18
* Implement -g and -d options in my ident code. The -g flag uses a randomBrian Feldman2000-01-191-12/+45
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Here goes, the "clear up any possible confusion" commit.Brian Feldman1999-07-261-11/+65
* More cleanups to ident_stream. Variables moved around, changed.Brian Feldman1999-07-251-16/+11
* More cleanups, asprintf() usage (proper, as opposed to using snprintf()),Brian Feldman1999-07-241-12/+36
* Clean up to match style(9) more closely. This should fix the problem ofBrian Feldman1999-07-241-6/+5
* Use comments to group functions by service more clearly. I've used theSheldon Hearn1999-07-241-2/+31
* Style nits:Sheldon Hearn1999-07-241-5/+8
* Ahem. Put things back a bit. I declare variables in the scope they'reBrian Feldman1999-07-231-9/+13
* Style cleanups for iderror() and ident_stream(). Looks like c++ hang-over.Sheldon Hearn1999-07-231-25/+24
* Fix auth -t argument handling. It was broken for the "sec.usec" case.Sheldon Hearn1999-07-231-4/+5
* Fixed a braino: lack of spaces in sscanf caused ident parsing to fail.Brian Feldman1999-07-231-2/+2
* "knobs are cheap". Here's a -t timeout option for the internal identBrian Feldman1999-07-221-2/+18
* This commit encompasses the following changes to inetd:Brian Feldman1999-07-221-30/+83
* Move code for all builtin services from inetd.c to builtins.c, includingSheldon Hearn1999-07-221-0/+505