summaryrefslogtreecommitdiff
path: root/security/tcp_wrapper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix instances of "This is ...."Tim Vanderhoek1999-07-031-1/+1
| | | | Notes: svn path=/head/; revision=19966
* #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 Notes: svn path=/head/; revision=19804
* Move master site IAW CERT advisory CA-99-01-Trojan-TCP-Wrappers.Mark Murray1999-01-251-2/+2
| | | | Notes: svn path=/head/; revision=16295
* Spell PREFIX wih only one X.Steve Price1998-10-101-1/+1
| | | | | | | | PR: 8089 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=13817
* Rewind shlib version number.Satoshi Asami1998-09-172-3/+3
| | | | | | | Reminded by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=13203
* Fix Package build for aout systemScott Mace1998-09-161-7/+5
| | | | | | | symlink .so in both elf and aout cases Notes: svn path=/head/; revision=13187
* Fix build problem for aoutScott Mace1998-09-161-6/+12
| | | | Notes: svn path=/head/; revision=13176
* make tcp_wrapper build on a non-elf systemScott Mace1998-09-151-3/+7
| | | | Notes: svn path=/head/; revision=13153
* make ELF conversion comply with standard.Scott Mace1998-09-151-4/+3
| | | | Notes: svn path=/head/; revision=13128
* Make elf conversion comply with standardScott Mace1998-09-151-3/+3
| | | | | | | round up shlib version to 8 Notes: svn path=/head/; revision=13127
* Add libwrap.soScott Mace1998-09-141-0/+1
| | | | Notes: svn path=/head/; revision=13121
* Convert to ELF.Scott Mace1998-09-141-1/+1
| | | | Notes: svn path=/head/; revision=13120
* Convert to Elf.Scott Mace1998-09-142-32/+34
| | | | Notes: svn path=/head/; revision=13119
* Secure the freedom of the manpages! Free the manpages!Tim Vanderhoek1998-08-191-6/+0
| | | | | | | PR: ports/7651 Notes: svn path=/head/; revision=12655
* 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> Notes: svn path=/head/; revision=10860
* Automatically handle more cases, change name of sample file.David E. O'Brien1998-01-102-2/+76
| | | | Notes: svn path=/head/; revision=9313
* Add a sample wrapped inet.conf.David E. O'Brien1998-01-102-1/+9
| | | | Notes: svn path=/head/; revision=9312
* /etc/hosts.{allow,deny} -> $PREFIX/etc/hosts.{allow,deny}Torsten Blum1997-08-056-0/+241
| | | | Notes: svn path=/head/; revision=7484
* 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> Notes: svn path=/head/; revision=7397
* Take out version numberAndrey A. Chernov1997-07-051-3/+0
| | | | Notes: svn path=/head/; revision=7217
* Upgrade to 7.6Andrey A. Chernov1997-07-044-7/+7
| | | | Notes: svn path=/head/; revision=7213
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-06-201-2/+2
| | | | Notes: svn path=/head/; revision=7024
* 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> Notes: svn path=/head/; revision=7023
* make this one compile againTorsten Blum1997-01-051-0/+7
| | | | Notes: svn path=/head/; revision=5214
* fix the clean target to remove *.so and libwrap.soTorsten Blum1997-01-031-32/+42
| | | | | | | Pointed-Out by: Wietse Venema <wietse@porcupine.org> Notes: svn path=/head/; revision=5187
* 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 Notes: svn path=/head/; revision=4537
* Whoops! forgot the package files! :-(Peter Wemm1996-04-092-2/+2
| | | | Notes: svn path=/head/; revision=2953
* 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. Notes: svn path=/head/; revision=2952
* Use absolute path to ldconfigAndrey A. Chernov1996-01-252-3/+3
| | | | Notes: svn path=/head/; revision=2663
* exec ranlib & ldconfigAndrey A. Chernov1996-01-251-0/+2
| | | | Notes: svn path=/head/; revision=2659
* Create share data block to resolve referencesAndrey A. Chernov1996-01-251-7/+15
| | | | Notes: svn path=/head/; revision=2657
* Build/install shared libwrap, build programs with it tooAndrey A. Chernov1996-01-253-22/+128
| | | | | | | | Add forgotten program Fix install permissions Notes: svn path=/head/; revision=2656
* Build/install shared libwrap, build programs with it tooAndrey A. Chernov1996-01-251-1/+2
| | | | Notes: svn path=/head/; revision=2655
* Change category "networking" to "net".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2455
* External interface was incomplete, tcpd.h was missing, add itAndrey A. Chernov1995-10-102-13/+15
| | | | Notes: svn path=/head/; revision=2305
* Moved to new category security.Satoshi Asami1995-07-131-2/+2
| | | | Notes: svn path=/head/; revision=1961
* 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 Notes: svn path=/head/; revision=1769
* 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 Notes: svn path=/head/; revision=1768
* Enable call of remote pindentdAndrey A. Chernov1995-05-161-1/+18
| | | | Notes: svn path=/head/; revision=1763
* - use compressed manpagesTorsten Blum1995-05-061-7/+6
| | | | | | | - remove @cwd Notes: svn path=/head/; revision=1654
* - add myself as MAINTAINERTorsten Blum1995-05-061-1/+8
| | | | | | | - compress manpages Notes: svn path=/head/; revision=1653
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-2/+4
| | | | Notes: svn path=/head/; revision=1363
* COMMENT should be all on the first line. Delete the LF which was beforeGary Palmer1995-04-121-1/+0
| | | | | | | all the text and screwing up the INDEX Notes: svn path=/head/; revision=1350
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Strip binaries on installAndrey A. Chernov1995-03-241-4/+4
| | | | Notes: svn path=/head/; revision=1189
* Remove pre-install, done by mtree nowAndrey A. Chernov1995-02-151-11/+1
| | | | Notes: svn path=/head/; revision=987
* Upgrade.Andrey A. Chernov1995-02-095-28/+27
| | | | Notes: svn path=/head/; revision=918
* Upgrade to version 7.0Torsten Blum1995-01-106-81/+103
| | | | Notes: svn path=/head/; revision=740
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* TCP/IP daemon wrapper packageTorsten Blum1994-11-015-0/+198
Notes: svn path=/head/; revision=304