summaryrefslogtreecommitdiff
path: root/security/tcp_wrapper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add more pleasant broken logDavid W. Chapman Jr.2001-06-191-0/+1
| | | | | PR: 17952 Submitted by: Daniel T. Hagan <dhagan@cs.vt.edu>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+2
|
* Remove redundant/inappropriate CATEGORIES. People need to start readingWill Andrews2000-06-021-1/+1
| | | | the Porter's Handbook. :-)
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
|
* Mark FORBIDDEN when /usr/include/tcpd.h exists.Sheldon Hearn2000-01-121-0/+4
| | | | This commit was done without consultation with the maintainer.
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$Peter Wemm1999-08-312-2/+2
|
* Fix instances of "This is ...."Tim Vanderhoek1999-07-031-1/+1
|
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Move master site IAW CERT advisory CA-99-01-Trojan-TCP-Wrappers.Mark Murray1999-01-251-2/+2
|
* Spell PREFIX wih only one X.Steve Price1998-10-101-1/+1
| | | | | PR: 8089 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Rewind shlib version number.Satoshi Asami1998-09-172-3/+3
| | | | Reminded by: Sheldon Hearn <axl@iafrica.com>
* Fix Package build for aout systemScott Mace1998-09-161-7/+5
| | | | symlink .so in both elf and aout cases
* Fix build problem for aoutScott Mace1998-09-161-6/+12
|
* make tcp_wrapper build on a non-elf systemScott Mace1998-09-151-3/+7
|
* make ELF conversion comply with standard.Scott Mace1998-09-151-4/+3
|
* Make elf conversion comply with standardScott Mace1998-09-151-3/+3
| | | | round up shlib version to 8
* Add libwrap.soScott Mace1998-09-141-0/+1
|
* Convert to ELF.Scott Mace1998-09-141-1/+1
|
* Convert to Elf.Scott Mace1998-09-142-32/+34
|
* Secure the freedom of the manpages! Free the manpages!Tim Vanderhoek1998-08-191-6/+0
| | | | PR: ports/7651
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Automatically handle more cases, change name of sample file.David E. O'Brien1998-01-102-2/+76
|
* Add a sample wrapped inet.conf.David E. O'Brien1998-01-102-1/+9
|
* /etc/hosts.{allow,deny} -> $PREFIX/etc/hosts.{allow,deny}Torsten Blum1997-08-056-0/+241
|
* Make this port respect ${PREFIX} if it's set.Masafumi Max NAKANE1997-07-211-1/+1
| | | | | PR: 4125 Pointed-out by: Wes Santee <wes@bogon.net>
* Take out version numberAndrey A. Chernov1997-07-051-3/+0
|
* Upgrade to 7.6Andrey A. Chernov1997-07-044-7/+7
|
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-06-201-2/+2
|
* Add -DNETGROUP to the compile-time flags so that entries in /etc/netgroupMasafumi Max NAKANE1997-06-201-4/+21
| | | | | | (or one provided via NIS) can be used when setting up access restriction. PR: 3277 Submitted by: James FitzGibbon <james@nexis.net>
* make this one compile againTorsten Blum1997-01-051-0/+7
|
* fix the clean target to remove *.so and libwrap.soTorsten Blum1997-01-031-32/+42
| | | | Pointed-Out by: Wietse Venema <wietse@porcupine.org>
* CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))David E. O'Brien1996-11-171-8/+5
| | | | | Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
* Whoops! forgot the package files! :-(Peter Wemm1996-04-092-2/+2
|
* Update tcp_wrappers port from v7.2 to v7.4, as the original tar filePeter Wemm1996-04-093-8/+9
| | | | | | | is gone from the master site. There are no new features, just a couple of bug fixes (that shouldn't affect us) and portability improvements.
* Use absolute path to ldconfigAndrey A. Chernov1996-01-252-3/+3
|
* exec ranlib & ldconfigAndrey A. Chernov1996-01-251-0/+2
|
* Create share data block to resolve referencesAndrey A. Chernov1996-01-251-7/+15
|
* Build/install shared libwrap, build programs with it tooAndrey A. Chernov1996-01-253-22/+128
| | | | | Add forgotten program Fix install permissions
* Build/install shared libwrap, build programs with it tooAndrey A. Chernov1996-01-251-1/+2
|
* Change category "networking" to "net".Satoshi Asami1995-11-221-2/+2
|
* External interface was incomplete, tcpd.h was missing, add itAndrey A. Chernov1995-10-102-13/+15
|
* Moved to new category security.Satoshi Asami1995-07-131-2/+2
|
* Add "MAINTAINER=torstenb@FreeBSD.ORG". Thanks Torsten!Satoshi Asami1995-05-171-1/+3
| | | | | Submitted-by: torstenb, who is sitting on the far side of a slow network at the moment
* Back out last change by ache, which torstenb and pst say shouldn't beSatoshi Asami1995-05-171-17/+0
| | | | | the default. Submitted by: torstenb, pst
* Enable call of remote pindentdAndrey A. Chernov1995-05-161-1/+18
|
* - use compressed manpagesTorsten Blum1995-05-061-7/+6
| | | | - remove @cwd
* - add myself as MAINTAINERTorsten Blum1995-05-061-1/+8
| | | | - compress manpages