summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC all of inetd.Dag-Erling Smørgrav1999-11-181-496/+26
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC: don't match up TCP services with UDP sockets.Dag-Erling Smørgrav1999-07-231-3/+4
* MFC: Fix pipe descriptor leak.Sheldon Hearn1999-07-221-2/+5
* MFC: exit() -> _exit() in function called within signal handler.Sheldon Hearn1999-07-221-2/+2
* MFC:Sheldon Hearn1999-07-211-49/+69
* MFC 1.63: Fix for the hosts_options(5) spawn option.Sheldon Hearn1999-07-211-5/+9
* MFC: Fix and enable internal service wrapping, fix handling of maxchildSheldon Hearn1999-06-221-38/+47
* MFC: Don't stop listening to the signal pipe just because you don't haveDag-Erling Smørgrav1999-05-121-6/+6
* MFC: add TCP Wrappers support.David E. O'Brien1999-05-011-5/+73
* Make machtime() function unsigned long instead of long.Daniel O'Callaghan1999-01-051-5/+5
* Style cleanups.Dag-Erling Smørgrav1999-01-021-42/+33
* Back out rev. 1.42 and 1.43. Apply Graham Wheeler's signal handling patch.Dag-Erling Smørgrav1998-12-281-73/+115
* Remove signal mask prior to calling execMatthew Dillon1998-12-151-1/+2
* Reviewed by: freebsd-currentMatthew Dillon1998-12-111-27/+63
* Add an "internal" driver for the "ident" protocol (tcp/113).Poul-Henning Kamp1998-11-041-1/+31
* Bruce says that %p is intended to format void pointers only. So use a void *John Birrell1998-08-181-2/+2
* Remove a cast and print the pointer value with %p instead of %x.John Birrell1998-08-171-4/+4
* Add (struct timezone *) cast to NULL for K&RAndrey A. Chernov1998-07-241-4/+4
* Use NULL as gettimeofday arg instead of 0 castAndrey A. Chernov1998-07-231-8/+8
* last patch misapplied.Poul-Henning Kamp1998-07-221-2/+2
* This may apply to all known versions of inetd.Poul-Henning Kamp1998-07-221-1/+4
* On request of Garrett, ad a way to specify that a service should beGuido van Rooij1998-05-141-2/+16
* Fixed gross errors in previous commit. `sapipe' was used uninitializedBruce Evans1998-05-111-7/+11
* Unblock SIGPIPE before execv(); convert from sigvec to sigactionGuido van Rooij1998-05-081-16/+18
* Redo tcpmux stuff. tcpmux handling is now performed after inetdGuido van Rooij1998-05-071-15/+20
* Make maxchild and max child-per-minute default values configurable fromPaul Traina1998-02-241-18/+49
* Add possibility to specify maximum number of connections per minuteDima Ruban1997-10-291-6/+124
* Implement group part now, final syntax is:Andrey A. Chernov1997-10-281-12/+39
* Implement login classes sepcification as user[/loginclass]Andrey A. Chernov1997-10-271-6/+48
* Use err(3).Philippe Charnier1997-09-191-24/+22
* Remove and odd sleep found by David Holland and posted to -security.Warner Losh1997-08-291-3/+4
* login_getclass() -> login_getpwclass().David Nugent1997-05-101-3/+2
* Condition SO_PRIVSTATE twiddling on the definedness of SO_PRIVSTATE.Garrett Wollman1997-04-281-1/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* The "-a" option for inetd specifies a specific IP address for theJulian Elischer1997-02-051-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Implement minimal login class support (ie: does a setusercontext()).Peter Wemm1997-01-131-1/+26
* Reviewed by: Bill fennerJulian Elischer1996-11-101-74/+213
* Reviewed by: Bill fennerJulian Elischer1996-11-101-34/+30
* Fix incorrect length argument to memset() function. Closes PR#1937.Alexander Langer1996-11-011-2/+2
* Do not modify a malloc()ed pointer; instead, use memmove().Joerg Wunsch1996-10-281-2/+3
* Reviewed by: variousJulian Elischer1996-08-091-6/+20
* Increased listen() queue-depth limit to 64.David Greenman1996-07-171-2/+2
* Call setsockopt(SO_PRIVSTATE) to renounce SS_PRIV on all the socketsGarrett Wollman1996-02-071-1/+3
* Make inetd use setproctitle from libutil instead of it's own version.Peter Wemm1996-01-011-5/+32
* Workaround for the setlogin()-in-same-session-as-inetd bug.Peter Wemm1995-11-031-4/+25
* Implement simple quoting for command args.Adam David1995-10-301-3/+10
* Record PID in /var/run/inetd.pid and document same.Garrett Wollman1995-10-121-1/+10