Initial integration of userland tcpd.
authordownsj <downsj@openbsd.org>
Wed, 26 Feb 1997 06:17:01 +0000 (06:17 +0000)
committerdownsj <downsj@openbsd.org>
Wed, 26 Feb 1997 06:17:01 +0000 (06:17 +0000)
commit58c9c4d4a1255cd4c57e204837f9897d6b7a6e7d
tree321c824e742fafca39970fe8891b66dbe9dcbb2d
parent812ffa6786270653b34c68dd6b387cd7a3752812
Initial integration of userland tcpd.
16 files changed:
libexec/Makefile
libexec/tcpd/safe_finger/Makefile [new file with mode: 0644]
libexec/tcpd/safe_finger/safe_finger.c [new file with mode: 0644]
libexec/tcpd/tcpd/Makefile [new file with mode: 0644]
libexec/tcpd/tcpd/tcpd.8 [new file with mode: 0644]
libexec/tcpd/tcpd/tcpd.c [new file with mode: 0644]
libexec/tcpd/tcpdchk/Makefile [new file with mode: 0644]
libexec/tcpd/tcpdchk/inetcf.c [new file with mode: 0644]
libexec/tcpd/tcpdchk/inetcf.h [new file with mode: 0644]
libexec/tcpd/tcpdchk/scaffold.c [new file with mode: 0644]
libexec/tcpd/tcpdchk/scaffold.h [new file with mode: 0644]
libexec/tcpd/tcpdchk/tcpdchk.8 [new file with mode: 0644]
libexec/tcpd/tcpdchk/tcpdchk.c [new file with mode: 0644]
libexec/tcpd/tcpdmatch/Makefile [new file with mode: 0644]
libexec/tcpd/tcpdmatch/tcpdmatch.8 [new file with mode: 0644]
libexec/tcpd/tcpdmatch/tcpdmatch.c [new file with mode: 0644]