aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Update to DAT 4515James E. Housley2005-06-162-3/+3
| | | | Notes: svn path=/head/; revision=137563
* Update to 0.7.0.Roman Bogorodskiy2005-06-164-13/+20
| | | | | | | | PR: 82322 Submitted by: Janos Mohacsi (maintainer) Notes: svn path=/head/; revision=137562
* - Update to 0.10Michael Johnson2005-06-162-8/+9
| | | | | | | | PR: ports/82280 Submitted by: Ports Fury Notes: svn path=/head/; revision=137512
* - Reroll tarball and mirror on MASTER_SITE_LOCAL, the orignal tarballMichael Johnson2005-06-152-3/+5
| | | | | | | | | was tared up and gzipped twice and gnutar does not like that. Pointed out by: krismail Notes: svn path=/head/; revision=137504
* Update to DAT 4514James E. Housley2005-06-152-3/+3
| | | | Notes: svn path=/head/; revision=137497
* - Add saspMichael Johnson2005-06-154-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a tool that uses ARP poisoning to have a scenario like this: we have a LAN and we want offer connectivity to every- one coming here with his laptop for example. It could happen that our customer has his network parameters already configured to work correctly in his own LAN, but not working here. We can have then this scenario: Customer's host (10.0.0.2/8 and default gateway set to 10.0.0.1) Our LAN (192.168.0.0/24 with real gateway 192.168.0.254). All that we want is that our customer plugs his laptop and joins the internet without changing nothing of his network parameters. Here comes this tool installed in my real gw(192.168.0.254) It's a sort of sniffer, because it sniffs broadcast ARP requests for the gateway and answers that the gateway is itself In our example our customer's laptop sends this request: arp who-has 10.0.0.1 tell 10.0.0.2 Now our gateway does the following: 1) Sends back this reply to 10.0.0.2: arp reply 10.0.0.1 is-at his_mac_address 2)Create the alias 10.0.0.254 (ARP is not routable so we need one alias for each subnet that is not our one) 3)Sends itself an ARP reply to refresh his ARP cache It is different from proxy arp for two reasons: first it runs in user space, then in this case we can plug machines belonging to whatever subnet, while proxy arp is used in the case of only two different ones. PR: ports/79676 Submitted by: Luigi Pizzirani <sviat@opengeeks.it> Notes: svn path=/head/; revision=137480
* Grab maintainer-ship of portaudit. While I do not currently have anySimon L. B. Nielsen2005-06-142-2/+2
| | | | | | | | | | plans for improvements (though I have ideas) I feel that portaudit is too important to not have an active maintainer. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=137463
* New port: Create HOME directory with a PAM module on demandNiels Heinen2005-06-146-0/+76
| | | | | | | | | | | Based on submission via the following PR: PR: ports/82032 Submitted by: Martin Mersberger Approved by: nectar (mentor) Notes: svn path=/head/; revision=137459
* Update to 20050614 (0.86rc1).Roman Bogorodskiy2005-06-142-3/+3
| | | | | | | | | PR: 82222 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: Rob Evers (maintainer) Notes: svn path=/head/; revision=137457
* Change MAINTAINER email back from babak@farrokhi.net toNiels Heinen2005-06-141-1/+1
| | | | | | | | | | vaidab@safe-mail.net. This was mistakenly changed during yesterdays patch. Approved by: nectar (mentor) Notes: svn path=/head/; revision=137455
* Update to DAT 4513James E. Housley2005-06-142-3/+3
| | | | Notes: svn path=/head/; revision=137447
* Update to 1.1.3.Roman Bogorodskiy2005-06-143-3/+6
| | | | | | | | PR: 82232 Submitted by: Linh Pham (maintainer) Notes: svn path=/head/; revision=137445
* Update to 2.8.6-p4, should fix port de-install.Ollivier Robert2005-06-142-4/+4
| | | | Notes: svn path=/head/; revision=137429
* Add CONFLICTS entry for calife-3.* (calife-devel).Ollivier Robert2005-06-141-0/+2
| | | | Notes: svn path=/head/; revision=137427
* Please welcome the development version of calife:Ollivier Robert2005-06-144-9/+20
| | | | | | | | | | | | | | - full PAMification - code cleanup & silmplification - fixes (some of them will/are in 2.8.6 too). Thomas (thomas@) has agreed to maintain it too although as the author, I may update things with his approval from times to times. Repocopied by: marcus Notes: svn path=/head/; revision=137424
* OPTIONS'ify, but still leave WITH_STUNNEL_SSL_ENGINE out of it - it isPeter Pentchev2005-06-141-11/+8
| | | | | | | a bit too dangerous to leave out in the open. Notes: svn path=/head/; revision=137421
* Fix the stunnel ucontext-related problems using a patch from the author,Peter Pentchev2005-06-143-1/+84
| | | | | | | | | | | | | | | | | | | | Michael Trojnara[1]. Also, add the build-time WITH_FORK, WITH_PTHREAD, and WITH_UCONTEXT knobs to control the stunnel threading model used, based on Vasil Dimov's PR's with some modifications [2]. While I'm here, add in a <sys/types.h> inclusion that seems to be needed for <ucontext.h> at least on FreeBSD 6.0/sparc64. Reported by: many Pointy hat to: roam (myself) for both not noticing this and then letting it linger for a while Obtained from: Michael Trojnara's BSD patch from <53594c631989fde6ca0bdb3435b93dfe@mirt.net> [1] PR: 81289, 82202 [2] Submitted by: Vasil Dimov Notes: svn path=/head/; revision=137420
* Update MASTER_SITES.Roman Bogorodskiy2005-06-141-3/+3
| | | | | | | | PR: 82199 Submitted by: Adi Pircalabu (maintainer) Notes: svn path=/head/; revision=137412
* Upgrade to version 1.2.7Niels Heinen2005-06-132-4/+4
| | | | | | | | | PR: ports/82193 Submitted by: Babak Farrokhi Approved by: nectar (mentor) Notes: svn path=/head/; revision=137402
* Update to DAT 4512James E. Housley2005-06-132-3/+3
| | | | Notes: svn path=/head/; revision=137398
* - Remove empty pkg-plist.Florent Thoumie2005-06-121-0/+0
| | | | | | | | PR: ports/82158 Submitted by: TAOKA Fumiyoshi Notes: svn path=/head/; revision=137318
* Disable optimizationPatrick Li2005-06-121-1/+1
| | | | | | | | | | PR: ports/76875 Submitted by: Thomas Melzer <tmelzer@tomesoft.de> Reviewed by: pav Approved by: maintainer Notes: svn path=/head/; revision=137306
* Fix restart logic in rc.subr(8) start/stop script.Kirill Ponomarev2005-06-111-1/+1
| | | | | | | Submitted by: Alex Lyashkov <umka at sevcity dot net> Notes: svn path=/head/; revision=137277
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-118-26/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* Update Gaim to 1.3.1 and chase all dependent ports.Joe Marcus Clarke2005-06-114-4/+4
| | | | | | | | | | | | The changes in this release of Gaim can be found at http://gaim.sourceforge.net/ChangeLog. Submitted by: Matthew Luckie <mjl@luckie.org.nz> Security: This release fixes security bugs found at http://gaim.sourceforge.net/security/ Notes: svn path=/head/; revision=137244
* Update to 20050611.Roman Bogorodskiy2005-06-112-3/+3
| | | | | | | | PR: 82132 Submitted by: Tim Bishop (maintainer) Notes: svn path=/head/; revision=137241
* Update to DAT 4511James E. Housley2005-06-102-3/+3
| | | | Notes: svn path=/head/; revision=137203
* Update to 2.8.6-p3.Ollivier Robert2005-06-104-8/+16
| | | | | | | Approved by: thomas (MAINTAINER) Notes: svn path=/head/; revision=137186
* Update to 20050608.Roman Bogorodskiy2005-06-102-3/+3
| | | | | | | | | PR: 82042 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: Rob Evers (maintainer) Notes: svn path=/head/; revision=137174
* Update to 4510James E. Housley2005-06-092-3/+3
| | | | Notes: svn path=/head/; revision=137106
* Document leafnode -- denial of service vulnerability.Simon L. B. Nielsen2005-06-091-0/+33
| | | | | | | Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=137092
* Update to 4509James E. Housley2005-06-082-3/+3
| | | | Notes: svn path=/head/; revision=137069
* - convert cfsd.sh to rcNGJean-Yves Lefort2005-06-087-30/+89
| | | | | | | | | | | | | | | | - add a CFS bootstrap directory to the port (${PREFIX}/cfsd-bootstrap) - mount that CFS bootstrap directory in cfsd.sh (default mountpoint is /crypt, configurable in /etc/rc.conf) - explain how to quickly setup cfsd in pkg-message - do display pkg-message - while here, use USE_RC_SUBR PR: ports/18800 Submitted by: Louis Mamakos <louie@TransSys.COM>, myself Approved by: green (maintainer) Notes: svn path=/head/; revision=137043
* New port based on submission by Paul SchmehlNiels Heinen2005-06-079-0/+212
| | | | | | | | | | | | | | | Sancp is a network security tool designed to collect statistical information regarding network traffic, as well as, collect the traffic itself in pcap format, all for the purpose of: auditing, historical analysis, and network activity discovery. PR: ports/77426 Submitted by: Paul Schmehl Approved by: nectar (mentor) Notes: svn path=/head/; revision=137010
* Update to 4508James E. Housley2005-06-072-3/+3
| | | | Notes: svn path=/head/; revision=137001
* Update to 4507James E. Housley2005-06-062-3/+3
| | | | Notes: svn path=/head/; revision=136949
* - Update to 4.1p1Pav Lucistnik2005-06-062-5/+5
| | | | | | | | PR: ports/81948 Submitted by: Daniel Gerzo <danger@rulez.sk> Notes: svn path=/head/; revision=136933
* - Fix libkrb5.so library version.Florent Thoumie2005-06-051-2/+2
| | | | | | | | | PR: ports/67183 Submitted by: Oleg Sharoiko <os@rsu.ru> Approved by: maintainer timeout (1 year) Notes: svn path=/head/; revision=136871
* - Fix deinstall script when running in BATCH mode.Florent Thoumie2005-06-052-1/+2
| | | | | | | | | PR: ports/67762 Submitted by: Linus Sjoberg <lsjoberg@aland.net> Approved by: maintainer timeout (7 weeks) Notes: svn path=/head/; revision=136870
* - Update to 0.3.6Pav Lucistnik2005-06-058-47/+149
| | | | | | | | | PR: ports/81669 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=136861
* - Update to 2.5.4.1Pav Lucistnik2005-06-052-4/+4
| | | | | | | | PR: ports/81928 Submitted by: Olivier Tharan <olive@oban.frmug.org> (maintainer) Notes: svn path=/head/; revision=136852
* - update to 1.3Yen-Ming Lee2005-06-052-3/+3
| | | | | | | Noticed by: Makoto Matsushita <matusita@jp.FreeBSD.org> Notes: svn path=/head/; revision=136841
* - Fix libmilter detection.Florent Thoumie2005-06-051-3/+3
| | | | | | | | | PR: ports/81392 Submitted by: Henri Hennebert <hlh@ciger.be> Approved by: maintainer Notes: svn path=/head/; revision=136836
* - Distfile rerolled:Pav Lucistnik2005-06-053-2/+6
| | | | | | | | | | | * expired SSL certificate * new exploits PR: ports/81910 Submitted by: Yonatan <onatan@gmail.com> (maintainer) Notes: svn path=/head/; revision=136828
* New port: BitDefender Console Antivirus 7.0.1Niels Heinen2005-06-057-0/+199
| | | | | | | | | | | Based on submission via PR: PR: ports/75424 Submitted by: Adrian Pircalabu Approved by: nectar (mentor) Notes: svn path=/head/; revision=136822
* Make port build on 4.x.Anders Nordby2005-06-041-0/+23
| | | | | | | Noticed by: kris/pointyhat Notes: svn path=/head/; revision=136778
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-031-1/+1
| | | | Notes: svn path=/head/; revision=136758
* Document a directory traversal issue in older GForge versions.Jacques Vidrine2005-06-031-0/+30
| | | | Notes: svn path=/head/; revision=136756
* Document an authentication bypass vulnerability in imap-uw.Jacques Vidrine2005-06-031-0/+27
| | | | Notes: svn path=/head/; revision=136754
* Document squid denial-of-service vulnerabilities.Jacques Vidrine2005-06-031-0/+29
| | | | Notes: svn path=/head/; revision=136752