summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
...
* Allow service alias names from /etc/services to be used when specifyingsheldonh1999-07-022-6/+26
* Clarify that the services name, as specified in inetd.conf, for ansheldonh1999-07-021-1/+9
* Ommitted in previous commit message:sheldonh1999-06-302-2/+2
* Enable wrapping for dgram services and fix logging so that -l reallysheldonh1999-06-302-33/+51
* Sync usage() with the manpage.sheldonh1999-06-281-2/+3
* Fix broken logic: (!wrap || log) -> (!wrap && log) .sheldonh1999-06-281-2/+2
* Fix the SYNOPSIS to reflect that the -w option can be specified twice.sheldonh1999-06-271-2/+2
* Add command-line option (-w), specified once to enable wrapping andsheldonh1999-06-273-37/+45
* Use Dq mdoc tag for double-quoted words.sheldonh1999-06-211-12/+33
* Fix handling of maximum children and connections per minute.sheldonh1999-06-211-20/+28
* Various fixes for inetd's TCP Wrappers support:sheldonh1999-06-173-24/+26
* 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
OpenPOWER on IntegriCloud