aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Fix up r312105Enji Cooper2017-01-141-0/+4
* Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERSEnji Cooper2017-01-142-1/+10
* Fix build when WITHOUT_INET6 is defined.Hiroki Sato2017-01-051-0/+8
* - Add static for symbols which need not to be exported.Hiroki Sato2016-12-313-124/+129
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-3/+3
* Use MAX macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead ofBaptiste Daroussin2016-04-161-8/+3
* Use pipe2(2) to directly set the close-on-exec flags directlyBaptiste Daroussin2016-04-161-6/+1
* - Remove unused union p_un.Hiroki Sato2015-09-191-22/+13
* - Fix a crash on a rpc entry when an IPv6 address is explicitly specifiedHiroki Sato2015-09-191-4/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-7/+5
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-14/+6
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \ \
| * \ \ \ Sync from headSimon J. Gerraty2012-11-043-11/+5
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+24
* | | | | | identd: restore memcpyEitan Adler2015-04-191-0/+2
* | | | | | identd: also zero se_rpc_highversEitan Adler2015-04-191-3/+2
* | | | | | identd: remove redundant zeroingEitan Adler2015-04-191-2/+1
* | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-4/+2
| |_|_|_|/ |/| | | |
* | | | | Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-14/+6
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | - Force inetd to have listen queue size to be set to the value ofAndrey Zonov2013-01-201-1/+1
| |/ |/|
* | Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-7/+1
* | Replace the use of wall clock time with monotonically increasingXin LI2012-06-042-4/+4
|/
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-2/+2
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+1
* ANSIfy some more tools in usr.sbin/.Ed Schouten2010-01-021-2/+1
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapAttilio Rao2009-11-251-0/+4
* Sync comment with actual configuration format.Xin LI2009-02-131-2/+2
* o inetd(8) requires wait/nowait column in inetd.conf forMaxim Konovalov2008-01-121-1/+2
* Remove the -DFAST_IPSEC from Makefiles again.Bjoern A. Zeeb2007-07-051-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-012-2/+2
* Don't try to apply connection-per-ip rate limiting to unix domainDavid Malone2007-03-111-0/+1
* Removed T/TCP bits.Ruslan Ermilov2006-09-143-26/+3
* inetd and telnetd are not included in the standard releaseYaroslav Tykhiy2006-07-311-0/+1
* Obey MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+7
* Update a couple of comments relating to RFCs.David Malone2006-04-171-2/+5
* Back out a Makefile change that accidently snook in.David Malone2006-04-171-1/+1
* Port 37 (RFC 738) style times are supposed to be a 32 bit time sinceDavid Malone2006-04-172-7/+7
* Perform minor rewording and grammatical improvement. Add a missing Xr.Ceri Davies2006-02-041-31/+40
* Revert previous commit for now, which seems to have (re)introduced someXin LI2006-01-183-150/+227