summaryrefslogtreecommitdiff
path: root/security (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-01-13Upgrade to 0.6.6Mark Murray8-28/+16
Notes: svn path=/head/; revision=5342
1997-01-07New port, strobe:Masafumi Max NAKANE6-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
1997-01-05make this one compile againTorsten Blum1-0/+7
Notes: svn path=/head/; revision=5214
1997-01-03fix the clean target to remove *.so and libwrap.soTorsten Blum1-32/+42
Pointed-Out by: Wietse Venema <wietse@porcupine.org> Notes: svn path=/head/; revision=5187
1996-12-27Make one of our changes for -current work on 2.1. In -current, rresvport()Peter Wemm2-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
1996-12-12@#$%!! Forgot the MD5 checksum.Mark Murray2-2/+2
Found before: Anyone Else Notes: svn path=/head/; revision=4961
1996-12-11Update to 0.6.5Mark Murray8-34/+116
Notes: svn path=/head/; revision=4932
1996-12-08No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1-2/+2
RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
1996-12-03Install SSLeay docs into ${PREFIX}/share/doc/SSLeay/...David E. O'Brien4-2/+102
Submitted by: Igor Vinokurov <igor@ibank.ru> (on ports list) Notes: svn path=/head/; revision=4765
1996-11-27Add safe-tcl.Mark Murray1-1/+2
Remembered before: asami Notes: svn path=/head/; revision=4706
1996-11-26upgrade to 1.5.3Eric L. Hernes2-6/+6
Submitted by: Masafumi NAKANE (max@wide.ad.jp) Notes: svn path=/head/; revision=4694
1996-11-26Add cops.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=4683
1996-11-25aargh! how did this happen?? USE_DES is *not* supposed to be on byPeter Wemm1-2/+2
default, as it needs the secure dist to be installed... Notes: svn path=/head/; revision=4658
1996-11-22Silently fix up my mistakes so nobody will know what a dork I am.Satoshi Asami4-4/+8
Notes: svn path=/head/; revision=4632
1996-11-201.2.16 --> 1.2.17Adam David7-50/+53
(new agent forwarding protocol that is said to work this time) Notes: svn path=/head/; revision=4614
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami10-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
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami3-16/+13
Notes: svn path=/head/; revision=4575
1996-11-18Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=4568
1996-11-18Missed that PKGNAME and DISTNAME needed to be switched.David E. O'Brien1-2/+2
Notes: svn path=/head/; revision=4567
1996-11-17upgrade to 0.20Torsten Blum2-4/+4
Notes: svn path=/head/; revision=4555
1996-11-17Removed the hardcoded paths and used our variables instead (WRKSRC,PREFIX).David E. O'Brien1-6/+13
CATEGORIES+= --> CATEGORIES= Notes: svn path=/head/; revision=4553
1996-11-17Import of the COPS system security checker.James FitzGibbon5-0/+247
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Oliver Oberdorf <oly@world.std.com> Notes: svn path=/head/; revision=4552
1996-11-17CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))David E. O'Brien15-106/+54
Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable Notes: svn path=/head/; revision=4537
1996-11-16YAFCSSatoshi Asami1-1/+1
Notes: svn path=/head/; revision=4512
1996-11-15Update 2.7.1 -> 2.7.2. The author used our patches that were notPeter Wemm1-4/+4
related to the ports mechanism. Notes: svn path=/head/; revision=4480
1996-11-14Master site path changedAndrey A. Chernov1-2/+2
Notes: svn path=/head/; revision=4452
1996-11-13Fix this:Mark Murray2-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
1996-11-12sudo is moved from sysutils to security.Satoshi Asami1-1/+2
Forgotten by: obrien ;) Notes: svn path=/head/; revision=4419
1996-11-12Remove my ptys patch, because this code is unused, openpty is used insteadAndrey A. Chernov2-30/+70
Mimic login more closely now: 1) Put usual Copyright line 2) You have mail Notes: svn path=/head/; revision=4414
1996-11-12Use BSD naming convention for pty names, it fixes two problems:Andrey A. Chernov2-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
1996-11-12Moved sudo from ports/sysutils -> ports/security.David E. O'Brien1-3/+3
Reviewed by: Satoshi Notes: svn path=/head/; revision=4411
1996-11-05Add a compile option so that identd will send encrypted cookies out ratherPeter Wemm1-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
1996-11-05Fix bug in man page path substitution.Peter Wemm1-1/+1
(it used to come out as /usr/local/identd) Notes: svn path=/head/; revision=4303
1996-11-02Change syslog facility from DAEMON to AUTHAndrey A. Chernov1-0/+19
Notes: svn path=/head/; revision=4249
1996-10-31Upgrade to 2.7.1Andrey A. Chernov2-4/+4
Notes: svn path=/head/; revision=4206
1996-10-27Activated vscan.Masafumi Max NAKANE1-1/+2
Notes: svn path=/head/; revision=4172
1996-10-27Mcafee VirusScan 1.0.2.Masafumi Max NAKANE5-0/+80
Submitted by: David O'Brien <obrien@cs.ucdavis.edu> (Closing PR #1718.) Notes: svn path=/head/; revision=4171
1996-10-24Use system shared libgmp nowAndrey A. Chernov6-197/+396
Notes: svn path=/head/; revision=4148
1996-10-24Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon4-4/+8
Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
1996-10-24Update for new perl5 portsJames FitzGibbon1-1/+5
Notes: svn path=/head/; revision=4120
1996-10-24perl5 module to work with PGP messages.James FitzGibbon5-0/+58
Notes: svn path=/head/; revision=4119
1996-10-24perl5 interface to the RSA Data Security Inc. MD5 Message-Digest AlgorithmJames FitzGibbon5-0/+81
Notes: svn path=/head/; revision=4118
1996-10-24perl5 interface to IDEA block cipher.James FitzGibbon5-0/+48
Notes: svn path=/head/; revision=4117
1996-10-24perl5 interface to DES block cipher.James FitzGibbon5-0/+48
Notes: svn path=/head/; revision=4116
1996-10-17It fixes a really annoying errorAndrey A. Chernov2-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
1996-10-16Changed flags for ln in the install: target in the Makefile to -s to -fs.Masafumi Max NAKANE1-5/+7
Noticed by: asami Notes: svn path=/head/; revision=4001
1996-10-16Change NO_PACKAGE to RESTRICTED, we don't even want to redistribute theSatoshi Asami3-12/+12
distfile. Notes: svn path=/head/; revision=4000
1996-10-16Upgrade to official 1.2.16Andrey A. Chernov11-144/+202
Fix PLIST Notes: svn path=/head/; revision=3997
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami4-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
1996-09-24Update to 0.6.4Mark Murray6-20/+20
Submitted by:Jeremy Prior <jez@netcraft.co.uk> (sorry I took so long!) Notes: svn path=/head/; revision=3861