summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 0.6.6Mark Murray1997-01-138-28/+16
| | | | Notes: svn path=/head/; revision=5342
* New port, strobe:Masafumi Max NAKANE1997-01-076-0/+67
| | | | | | | | | | | | | | | | | | | strobe is a network/security tool that locates and describes all listening tcp ports on a (remote) host or on many hosts in a bandwidth utilisation maximising, and pro- cess resource minimizing manner. strobe approximates a parallel finite state machine inter- nally. In non-linear multi-host mode it attempts to appor- tion bandwidth and sockets amoung the hosts very effi- ciently. This can reap appreciable gains in speed for multiple distinct hosts/routes. Submitted by: proff@suburbia.net (Julian Assange) Reviewed & Modified by: max (Closing PR #1663.) Notes: svn path=/head/; revision=5252
* 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
* Make one of our changes for -current work on 2.1. In -current, rresvport()Peter Wemm1996-12-272-2/+4
| | | | | | | | | | ignores it's argument (it's meaningless, the kernel keeps the state), but 2.1.x use it. ssh was effectively giving a random port to 2.1. Originally noticed by: John Polstra <jdp@polstra.com> Notes: svn path=/head/; revision=5106
* @#$%!! Forgot the MD5 checksum.Mark Murray1996-12-122-2/+2
| | | | | | | Found before: Anyone Else Notes: svn path=/head/; revision=4961
* Update to 0.6.5Mark Murray1996-12-118-34/+116
| | | | Notes: svn path=/head/; revision=4932
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Install SSLeay docs into ${PREFIX}/share/doc/SSLeay/...David E. O'Brien1996-12-034-2/+102
| | | | | | | Submitted by: Igor Vinokurov <igor@ibank.ru> (on ports list) Notes: svn path=/head/; revision=4765
* Add safe-tcl.Mark Murray1996-11-271-1/+2
| | | | | | | Remembered before: asami Notes: svn path=/head/; revision=4706
* upgrade to 1.5.3Eric L. Hernes1996-11-262-6/+6
| | | | | | | Submitted by: Masafumi NAKANE (max@wide.ad.jp) Notes: svn path=/head/; revision=4694
* Add cops.Satoshi Asami1996-11-261-1/+2
| | | | Notes: svn path=/head/; revision=4683
* aargh! how did this happen?? USE_DES is *not* supposed to be on byPeter Wemm1996-11-251-2/+2
| | | | | | | default, as it needs the secure dist to be installed... Notes: svn path=/head/; revision=4658
* Silently fix up my mistakes so nobody will know what a dork I am.Satoshi Asami1996-11-224-4/+8
| | | | Notes: svn path=/head/; revision=4632
* 1.2.16 --> 1.2.17Adam David1996-11-207-50/+53
| | | | | | | (new agent forwarding protocol that is said to work this time) Notes: svn path=/head/; revision=4614
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-1810-26/+30
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-183-16/+13
| | | | Notes: svn path=/head/; revision=4575
* Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-1/+2
| | | | Notes: svn path=/head/; revision=4568
* Missed that PKGNAME and DISTNAME needed to be switched.David E. O'Brien1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4567
* upgrade to 0.20Torsten Blum1996-11-172-4/+4
| | | | Notes: svn path=/head/; revision=4555
* Removed the hardcoded paths and used our variables instead (WRKSRC,PREFIX).David E. O'Brien1996-11-171-6/+13
| | | | | | | CATEGORIES+= --> CATEGORIES= Notes: svn path=/head/; revision=4553
* Import of the COPS system security checker.James FitzGibbon1996-11-175-0/+247
| | | | | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: Oliver Oberdorf <oly@world.std.com> Notes: svn path=/head/; revision=4552
* CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))David E. O'Brien1996-11-1715-106/+54
| | | | | | | | Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable Notes: svn path=/head/; revision=4537
* YAFCSSatoshi Asami1996-11-161-1/+1
| | | | Notes: svn path=/head/; revision=4512
* Update 2.7.1 -> 2.7.2. The author used our patches that were notPeter Wemm1996-11-151-4/+4
| | | | | | | related to the ports mechanism. Notes: svn path=/head/; revision=4480
* Master site path changedAndrey A. Chernov1996-11-141-2/+2
| | | | Notes: svn path=/head/; revision=4452
* Fix this:Mark Murray1996-11-132-7/+8
| | | | | | | | | a) Distribution tarball names were broken. b) doc file md5 was wrong/dist file has changed c) replace multiple spaces with tabs Notes: svn path=/head/; revision=4449
* sudo is moved from sysutils to security.Satoshi Asami1996-11-121-1/+2
| | | | | | | Forgotten by: obrien ;) Notes: svn path=/head/; revision=4419
* Remove my ptys patch, because this code is unused, openpty is used insteadAndrey A. Chernov1996-11-122-30/+70
| | | | | | | | | Mimic login more closely now: 1) Put usual Copyright line 2) You have mail Notes: svn path=/head/; revision=4414
* Use BSD naming convention for pty names, it fixes two problems:Andrey A. Chernov1996-11-122-0/+38
| | | | | | | | 1) Too many false open syscalls on pty allocation 2) (more serious) ssh not use about half of available ptys Notes: svn path=/head/; revision=4412
* Moved sudo from ports/sysutils -> ports/security.David E. O'Brien1996-11-121-3/+3
| | | | | | | Reviewed by: Satoshi Notes: svn path=/head/; revision=4411
* Add a compile option so that identd will send encrypted cookies out ratherPeter Wemm1996-11-051-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | than usernames. This makes it much more difficult for somebody to "frame" one of your users. ie: instead of people getting: connect from peter@spinner.DIALix.COM in their syslogs, they will get this instead: connect from [W+rNvCy5FuPV4xEj8thdXIlfD9qNIbzB]@spinner.DIALix.COM The remote site will have to send it to you to decode it. When you are given one of these cookies, you can know for sure it is not faked, and you don't have to trust the word of the remote sysadmin when arranging your local lame hacker-type user to meet with an unfortunate incident :-). This feature is documented in the man pages. Also, fix an apparent bug in the code that deals with this, but it might be a feature of the version of libdes we have on FreeBSD. Requested by: markm (a fair while ago) Notes: svn path=/head/; revision=4305
* Fix bug in man page path substitution.Peter Wemm1996-11-051-1/+1
| | | | | | | (it used to come out as /usr/local/identd) Notes: svn path=/head/; revision=4303
* Change syslog facility from DAEMON to AUTHAndrey A. Chernov1996-11-021-0/+19
| | | | Notes: svn path=/head/; revision=4249
* Upgrade to 2.7.1Andrey A. Chernov1996-10-312-4/+4
| | | | Notes: svn path=/head/; revision=4206
* Activated vscan.Masafumi Max NAKANE1996-10-271-1/+2
| | | | Notes: svn path=/head/; revision=4172
* Mcafee VirusScan 1.0.2.Masafumi Max NAKANE1996-10-275-0/+80
| | | | | | | | Submitted by: David O'Brien <obrien@cs.ucdavis.edu> (Closing PR #1718.) Notes: svn path=/head/; revision=4171
* Use system shared libgmp nowAndrey A. Chernov1996-10-246-197/+396
| | | | Notes: svn path=/head/; revision=4148
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-244-4/+8
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* Update for new perl5 portsJames FitzGibbon1996-10-241-1/+5
| | | | Notes: svn path=/head/; revision=4120
* perl5 module to work with PGP messages.James FitzGibbon1996-10-245-0/+58
| | | | Notes: svn path=/head/; revision=4119
* perl5 interface to the RSA Data Security Inc. MD5 Message-Digest AlgorithmJames FitzGibbon1996-10-245-0/+81
| | | | Notes: svn path=/head/; revision=4118
* perl5 interface to IDEA block cipher.James FitzGibbon1996-10-245-0/+48
| | | | Notes: svn path=/head/; revision=4117
* perl5 interface to DES block cipher.James FitzGibbon1996-10-245-0/+48
| | | | Notes: svn path=/head/; revision=4116
* It fixes a really annoying errorAndrey A. Chernov1996-10-172-0/+64
| | | | | | | | | | | reporting bug which happens if the remote end uses tcp_wrappers to control sshd access (it says something like "read: no such file or directory" or "read: permission denied" instead of "connection closed"). I already sent it in to the ssh mailing list. Submitted by: fenner Notes: svn path=/head/; revision=4020
* Changed flags for ln in the install: target in the Makefile to -s to -fs.Masafumi Max NAKANE1996-10-161-5/+7
| | | | | | | Noticed by: asami Notes: svn path=/head/; revision=4001
* Change NO_PACKAGE to RESTRICTED, we don't even want to redistribute theSatoshi Asami1996-10-163-12/+12
| | | | | | | distfile. Notes: svn path=/head/; revision=4000
* Upgrade to official 1.2.16Andrey A. Chernov1996-10-1611-144/+202
| | | | | | | Fix PLIST Notes: svn path=/head/; revision=3997
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-104-4/+4
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Update to 0.6.4Mark Murray1996-09-246-20/+20
| | | | | | | Submitted by:Jeremy Prior <jez@netcraft.co.uk> (sorry I took so long!) Notes: svn path=/head/; revision=3861