summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* Don't stop listening to the signal pipe just because you don't havedes1999-05-111-6/+6
* There seems to be a problem (most likely when there is no hosts.allow)markm1999-05-071-2/+2
* MFS: sort reference list and embelish history.obrien1999-05-011-5/+9
* Fix the "internal" wrapping as well as a nasty bug involvingmarkm1999-04-113-9/+17
* Now inetd(8) has direct support for tcp_wrappers! Not working at themarkm1999-03-283-9/+80
* Make machtime() function unsigned long instead of long.danny1999-01-051-5/+5
* Style cleanups.des1999-01-021-42/+33
* Back out rev. 1.42 and 1.43. Apply Graham Wheeler's signal handling patch.des1998-12-281-73/+115
* Remove signal mask prior to calling execdillon1998-12-151-1/+2
* Reviewed by: freebsd-currentdillon1998-12-111-27/+63
* Add an "internal" driver for the "ident" protocol (tcp/113).phk1998-11-041-1/+31
* Bruce says that %p is intended to format void pointers only. So use a void *jb1998-08-181-2/+2
* Remove a cast and print the pointer value with %p instead of %x.jb1998-08-171-4/+4
* Add (struct timezone *) cast to NULL for K&Rache1998-07-241-4/+4
* Use NULL as gettimeofday arg instead of 0 castache1998-07-231-8/+8
* last patch misapplied.phk1998-07-221-2/+2
* This may apply to all known versions of inetd.phk1998-07-221-1/+4
* Spelling fixes.phk1998-06-101-2/+2
* Small typo in T/TCP patch ("speicfy" -> "specify").pb1998-05-151-2/+2
* On request of Garrett, ad a way to specify that a service should beguido1998-05-142-3/+20
* Fixed gross errors in previous commit. `sapipe' was used uninitializedbde1998-05-111-7/+11
* Unblock SIGPIPE before execv(); convert from sigvec to sigactionguido1998-05-081-16/+18
* Redo tcpmux stuff. tcpmux handling is now performed after inetdguido1998-05-071-15/+20
* Document the requirement for TCPMUX to also be enabled as an internalwollman1998-04-131-1/+12
* Make maxchild and max child-per-minute default values configurable frompst1998-02-242-20/+62
* Add possibility to specify maximum number of connections per minutedima1997-10-292-8/+132
* Implement group part now, final syntax is:ache1997-10-282-17/+49
* Implement login classes sepcification as user[/loginclass]ache1997-10-272-10/+56
* Use err(3).charnier1997-09-192-50/+49
* Remove and odd sleep found by David Holland and posted to -security.imp1997-08-291-3/+4
* login_getclass() -> login_getpwclass().davidn1997-05-101-3/+2
* Condition SO_PRIVSTATE twiddling on the definedness of SO_PRIVSTATE.wollman1997-04-281-1/+3
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* The "-a" option for inetd specifies a specific IP address for thejulian1997-02-051-0/+1
* Sort cross references.wosch1997-01-201-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Implement minimal login class support (ie: does a setusercontext()).peter1997-01-132-2/+27
* Reviewed by: Bill fennerjulian1996-11-103-76/+227
* Reviewed by: Bill fennerjulian1996-11-101-34/+30
* Fix incorrect length argument to memset() function. Closes PR#1937.alex1996-11-011-2/+2
* Do not modify a malloc()ed pointer; instead, use memmove().joerg1996-10-281-2/+3
* Reviewed by: variousjulian1996-08-092-7/+27
* Increased listen() queue-depth limit to 64.dg1996-07-171-2/+2
* Add $Id$gpalmer1996-05-071-0/+1
* Call setsockopt(SO_PRIVSTATE) to renounce SS_PRIV on all the socketswollman1996-02-072-36/+69
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-2/+2
* Make inetd use setproctitle from libutil instead of it's own version.peter1996-01-012-5/+35
* Workaround for the setlogin()-in-same-session-as-inetd bug.peter1995-11-031-4/+25
* Implement simple quoting for command args.adam1995-10-301-3/+10
OpenPOWER on IntegriCloud