summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* MFC part of rev 1.44: Make TCPMUX a valid subsection and mark FreeBSDSheldon Hearn2000-03-041-3/+2
* MFC rev 1.45 and rev 1.46:Sheldon Hearn2000-03-011-21/+50
* Drop maintainership of inetd, since nobody respects it anyway.Dag-Erling Smørgrav2000-02-011-1/+0
* MFC all of inetd.Dag-Erling Smørgrav1999-11-183-498/+66
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-08-312-0/+816
* $Id$ -> $FreeBSD$Peter Wemm1999-08-294-4/+4
* MFC: claim ownership of inetd.Dag-Erling Smørgrav1999-07-261-1/+2
* 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-213-64/+127
* 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-223-53/+84
* MFC: Don't stop listening to the signal pipe just because you don't haveDag-Erling Smørgrav1999-05-121-6/+6
* MFC: don't wrap internal services for now.Mark Murray1999-05-071-2/+2
* Really support tcp_wrappers in inetd this time.David E. O'Brien1999-05-031-3/+4
* MFC: add TCP Wrappers support.David E. O'Brien1999-05-012-6/+88
* 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
* Spelling fixes.Poul-Henning Kamp1998-06-101-2/+2
* Small typo in T/TCP patch ("speicfy" -> "specify").Pierre Beyssac1998-05-151-2/+2
* On request of Garrett, ad a way to specify that a service should beGuido van Rooij1998-05-142-3/+20
* 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
* Document the requirement for TCPMUX to also be enabled as an internalGarrett Wollman1998-04-131-1/+12
* Make maxchild and max child-per-minute default values configurable fromPaul Traina1998-02-242-20/+62
* Add possibility to specify maximum number of connections per minuteDima Ruban1997-10-292-8/+132
* Implement group part now, final syntax is:Andrey A. Chernov1997-10-282-17/+49
* Implement login classes sepcification as user[/loginclass]Andrey A. Chernov1997-10-272-10/+56
* Use err(3).Philippe Charnier1997-09-192-50/+49
* 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-223-3/+3
* The "-a" option for inetd specifies a specific IP address for theJulian Elischer1997-02-051-0/+1
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Implement minimal login class support (ie: does a setusercontext()).Peter Wemm1997-01-132-2/+27