aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |_|_|_|/ |/| | | |