summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove RESTRICTED entry...source/binaries may be distributed; not that thisChris D. Faulhaber2000-02-221-1/+0
| | | | | | | matters since the DISTFILES must be manually fetched. Notes: svn path=/head/; revision=26161
* Activate its4Chris D. Faulhaber2000-02-221-0/+1
| | | | Notes: svn path=/head/; revision=26160
* Initial import of ITS4:Chris D. Faulhaber2000-02-227-0/+91
| | | | | | | | ITS4 is a tool that statically scans C and C++ source code for potential security vulnerabilities. Notes: svn path=/head/; revision=26159
* Display the plain english translation of the RSAREF license and requireKris Kennaway2000-02-223-1/+217
| | | | | | | | | | | acceptance before building the package to avoid legal ramifications for our users. The legalese version is available in files/LICENSE to clear up any remaining confusion about the terms. No prompting is done when installing the package, although it should be. Notes: svn path=/head/; revision=26132
* Unbreak for -current.Jun Kuriyama2000-02-224-16/+10
| | | | | | | Remove blank directories. Notes: svn path=/head/; revision=26126
* Unbreak for -current.Jun Kuriyama2000-02-222-16/+4
| | | | Notes: svn path=/head/; revision=26125
* Unbreak for -current.Jun Kuriyama2000-02-228-44/+14
| | | | | | | Use USE_LIBTOOL. Notes: svn path=/head/; revision=26124
* Oops, previous commit broke installing. Fix this and reorganise a bitKris Kennaway2000-02-212-11/+8
| | | | | | | more. Notes: svn path=/head/; revision=26084
* Clean up the makefile a bit (PR) and add a bunch of new MASTER_SITEsKris Kennaway2000-02-213-33/+36
| | | | | | | | PR: 15970 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=26082
* Update to 0.2pJacques Vidrine2000-02-213-8/+7
| | | | Notes: svn path=/head/; revision=26074
* Make buildable on IPv4-only kernel.Munechika SUMIKAWA2000-02-202-17/+11
| | | | | | | | Specified by: ache Reviewed by: torstenb Notes: svn path=/head/; revision=26042
* Store pid file in /var/run/.Dirk Froemberg2000-02-201-0/+2
| | | | | | | | PR: ports/16805 Submitted by: maintainer Notes: svn path=/head/; revision=26029
* Zombiezapper sends commands to DDoS agents to stop flooding, leaving themKris Kennaway2000-02-207-0/+108
| | | | | | | | around for further forensics. As with most of the DDoS tools, this assumes the agents are using the default settings. Notes: svn path=/head/; revision=26027
* Use 'IPv4or6' instead of AF_UNSPEC for 1st getaddrinfo() ai_family.Yoshinobu Inoue2000-02-191-3/+12
| | | | | | | | | | Without this fix, still query to AAAA recored happens even if -4 options is specified. Reviewed by: green Notes: svn path=/head/; revision=26011
* Add p5-Crypt-CBC.Mark Murray2000-02-181-0/+1
| | | | Notes: svn path=/head/; revision=25981
* This is Crypt::CBC, a Perl-only implementation of the cryptographicMark Murray2000-02-185-0/+38
| | | | | | | | | | cipher block chaining mode (CBC). In combination with a block cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by B<SSLeay>. Notes: svn path=/head/; revision=25980
* The "-I/sys" hack should no longer be necessary to build this portArchie Cobbs2000-02-181-1/+1
| | | | | | | | | thanks to bde's rev 1.109 fix to <sys/systm.h>. PR: ports/16496 Notes: svn path=/head/; revision=25950
* New patch to eliminate editorial in reference file.Daniel Baker2000-02-171-0/+11
| | | | | | | Submitted by: David McNett <nugget@slacker.com> Notes: svn path=/head/; revision=25948
* distfile is missing from both mirror sites - update both of them with new onesAndrey A. Chernov2000-02-161-2/+2
| | | | Notes: svn path=/head/; revision=25893
* Change a MAKE_ENV= to MAKE_ENV+=. This may fix problems people onBrian Feldman2000-02-161-1/+1
| | | | | | | -STABLE are reporting. Notes: svn path=/head/; revision=25883
* Remove giflib dependence.R. Imura2000-02-152-4/+2
| | | | | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!! Notes: svn path=/head/; revision=25853
* When IPv4-only client connected to a server which have IPv4 and IPv6Munechika SUMIKAWA2000-02-151-3/+12
| | | | | | | | addresses, the client couldn't connect to the server via IPv4 because the client gave up on first rresevport_af(). Notes: svn path=/head/; revision=25852
* Update PLISTKris Kennaway2000-02-151-0/+1
| | | | | | | Submitted by: Maintainer Notes: svn path=/head/; revision=25849
* Upgrade to stunnel 3.7Kris Kennaway2000-02-153-126/+66
| | | | | | | | PR: 16554 (updated) Submitted by: Martti Kuparinen <martti.kuparinen@lmf.ericsson.se> Notes: svn path=/head/; revision=25847
* Disable ipv6 until it will be fixed by someone.Andrey A. Chernov2000-02-141-2/+10
| | | | | | | | | | With latest -current configure fails: checking getaddrinfo bug... buggy Fatal: You must get working getaddrinfo() function. or you can specify "--disable-ipv6". Notes: svn path=/head/; revision=25824
* Support IPv6.Munechika SUMIKAWA2000-02-143-6/+85
| | | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Approved by: torstenb Notes: svn path=/head/; revision=25818
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-02-141-1/+1
| | | | | | | Approved by: torstenb Notes: svn path=/head/; revision=25816
* USE_OPENSSLKris Kennaway2000-02-144-16/+46
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=25811
* release slurpie & trinokillerDavid E. O'Brien2000-02-141-0/+2
| | | | Notes: svn path=/head/; revision=25810
* This program remotely kills trino nodes on version 1.07b2+f3 and below.David E. O'Brien2000-02-146-0/+49
| | | | | | | It abuses the careless coding in trinoo nodes and causes them to exit. Notes: svn path=/head/; revision=25809
* Slurpie is a passwd file cracker similar to CrackerJack and John the RipperDavid E. O'Brien2000-02-147-0/+68
| | | | | | | | except that it can be run in a distributed environment (multiple computers aka nodes). Notes: svn path=/head/; revision=25808
* release ridDavid E. O'Brien2000-02-141-0/+1
| | | | Notes: svn path=/head/; revision=25807
* RID is a configurable tool which uses intrusion fingerprints to track downDavid E. O'Brien2000-02-147-0/+70
| | | | | | | | compromised hosts. RID can remotely detect Stacheldraht, TFN, Trinoo and TFN2k if the attacker did not change the default ports. Notes: svn path=/head/; revision=25806
* Forgot the README's.David E. O'Brien2000-02-143-0/+3
| | | | Notes: svn path=/head/; revision=25805
* ``find_ddos'' will detect these denial of service programs: tfn2k client,David E. O'Brien2000-02-145-0/+42
| | | | | | | | | tfn2k daemon, trinoo daemon, trinoo master, tfn daemon, tfn client, stacheldraht master, stacheldraht client, stachelddraht demon and tfn-rush client. Notes: svn path=/head/; revision=25803
* release find_ddos onto the world!David E. O'Brien2000-02-141-0/+1
| | | | Notes: svn path=/head/; revision=25802
* Release gag and dds upon the world!David E. O'Brien2000-02-141-0/+2
| | | | Notes: svn path=/head/; revision=25797
* "dds" is a program to scan for a limited set of distributed denial ofDavid E. O'Brien2000-02-146-0/+66
| | | | | | | | | | | | service (ddos) agents. At present, it scans for active instances of "trinoo", "Tribe Flood Network" ("TFN") and "stacheldraht" agents, which were compiled using the default values in known source distributions. It will *not* detect TFN2K agents. Notes: svn path=/head/; revision=25796
* "gag" is a program to scan for "stacheldraht" agents, which are partDavid E. O'Brien2000-02-146-0/+55
| | | | | | | | of an active "stacheldraht" network. It will not detect trinoo, the original Tribe Flood Network (TFN), or TFN2K agents. Notes: svn path=/head/; revision=25795
* Split up the freebsd build target into one for the i386 and one for theSteve Price2000-02-131-1/+1
| | | | | | | Alpha so the Alpha users can use pgp too. Notes: svn path=/head/; revision=25757
* Style nits in the ports I maintain.David E. O'Brien2000-02-1311-48/+49
| | | | Notes: svn path=/head/; revision=25734
* Clean things up by using the new knob for OpenSSL usage.Brian Feldman2000-02-122-11/+7
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=25722
* Checfor OSVERSION _or_ USE_INET6 when deciding if IPv6 support shouldTorsten Blum2000-02-122-15/+23
| | | | | | | | | | | be added. This is done to support the build on pre 4.0 machines with the KAME IPv6 stack installed. It has been verified to build+work with both 4.0 and 3.4+kame. Org. patch Submitted By: Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp> Notes: svn path=/head/; revision=25701
* USE_OPENSSLKris Kennaway2000-02-122-10/+93
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=25684
* Tell the user that they're doing something wrong when USA_RESIDENT isBrian Feldman2000-02-101-1/+5
| | | | | | | not set. Notes: svn path=/head/; revision=25643
* Simplify IPv6 checking.Munechika SUMIKAWA2000-02-092-8/+5
| | | | | | | Suggested by: green Notes: svn path=/head/; revision=25603
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-088-8/+8
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Add a patch that stops sslproxy from leaving zombies all over the place.Bill Fumerola2000-02-074-7/+43
| | | | | | | | | Submitted by: rwatson Upgrade to sslproxy.2000_Jan_29, with appropriate changes. Notes: svn path=/head/; revision=25576
* Respect CC and CFLAGSKris Kennaway2000-02-071-7/+41
| | | | Notes: svn path=/head/; revision=25542
* USE_OPENSSLKris Kennaway2000-02-062-49/+23
| | | | | | | Assisted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=25533