aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* pkgbase: Create a FreeBSD-inetd packageEmmanuel Vadot2023-02-081-0/+1
* manpages: Remove telnetd referencesBrooks Davis2022-09-291-2/+2
* inetd.conf: update telnetd pathsBrooks Davis2022-09-291-2/+2
* ctlstat: add prometheus outputAlan Somers2022-04-201-0/+3
* inetd(8): Fix a typo in the manual pageGordon Bergling2022-04-191-1/+1
* inetd: Use the synopsis from the manual pageMateusz Piotrowski2021-12-061-3/+3
* inetd.8: Sort optionsMateusz Piotrowski2021-12-061-71/+68
* inetd.8: Lint the fileMateusz Piotrowski2021-12-061-12/+11
* inetd.conf: Wordsmith recommendationDaniel Ebdrup Jensen2021-03-181-1/+2
* inetd: Add examples from manual page and other sourcesDaniel Ebdrup Jensen2021-02-262-43/+87
* inetd: fix unix sockaddr's length assignmentKyle Evans2021-02-121-5/+4
* inetd(8): Add comments to all examplesKyle Evans2020-05-141-2/+16
* inetd(8): Provide HTTP proxy example using netcatKyle Evans2020-05-131-1/+4
* inetd: two more nitsKyle Evans2020-01-101-6/+7
* inetd: free WITHOUT_INET6_SUPPORT build of warningsKyle Evans2020-01-101-2/+13
* inetd: fix WITHOUT_TCP_WRAPPERS build after r356248Ed Maste2020-01-031-0/+2
* inetd: final round of trivial cleanup, NFCKyle Evans2020-01-011-34/+21
* inetd: convert remaining bzero(3) to memset(3), NFCKyle Evans2020-01-012-4/+3
* inetd: track all child pids, regardless of maxchild specKyle Evans2020-01-012-29/+40
* inetd: add some macros for checking child limits, NFCKyle Evans2020-01-012-5/+9
* inetd: prefer strlcpy to strlen(3) check + strcpy(3), NFCKyle Evans2019-12-311-6/+9
* inetd: prefer strtonum(3) to strspn(3)+atoi(3), NFCKyle Evans2019-12-311-2/+8
* inetd: knock out some clang analyze warningsKyle Evans2019-12-312-8/+16
* inetd: don't leak `policy` on returnKyle Evans2019-12-301-4/+3
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-2/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+6
* Remove all the RELEASE_CRUNCH instances that partially disable IPSECWarner Losh2019-07-151-3/+0
* Move inetd.conf to usr.sbin/inetd/Brad Davis2018-08-122-0/+124
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Don't assign rs as we will assign it later.Xin LI2017-11-271-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Simplify a pipe for signal handling.Hiroki Sato2017-03-201-53/+33
* 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