summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Make one of our changes for -current work on 2.1. In -current, rresvport()peter1996-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>
* @#$%!! Forgot the MD5 checksum.markm1996-12-122-2/+2
| | | | Found before: Anyone Else
* Update to 0.6.5markm1996-12-118-34/+116
|
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-081-2/+2
| | | | | RESTRICTED or BROKEN. Pointed-out by: asami
* Install SSLeay docs into ${PREFIX}/share/doc/SSLeay/...obrien1996-12-034-2/+102
| | | | Submitted by: Igor Vinokurov <igor@ibank.ru> (on ports list)
* Add safe-tcl.markm1996-11-271-1/+2
| | | | Remembered before: asami
* upgrade to 1.5.3erich1996-11-262-6/+6
| | | | Submitted by: Masafumi NAKANE (max@wide.ad.jp)
* Add cops.asami1996-11-261-1/+2
|
* aargh! how did this happen?? USE_DES is *not* supposed to be on bypeter1996-11-251-2/+2
| | | | default, as it needs the secure dist to be installed...
* Silently fix up my mistakes so nobody will know what a dork I am.asami1996-11-224-4/+8
|
* 1.2.16 --> 1.2.17adam1996-11-207-50/+53
| | | | (new agent forwarding protocol that is said to work this time)
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-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.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-183-16/+13
|
* Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-1/+2
|
* Missed that PKGNAME and DISTNAME needed to be switched.obrien1996-11-181-2/+2
|
* upgrade to 0.20torstenb1996-11-172-4/+4
|
* Removed the hardcoded paths and used our variables instead (WRKSRC,PREFIX).obrien1996-11-171-6/+13
| | | | CATEGORIES+= --> CATEGORIES=
* Import of the COPS system security checker.jfitz1996-11-175-0/+247
| | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: Oliver Oberdorf <oly@world.std.com>
* CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))obrien1996-11-1715-106/+54
| | | | | Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
* YAFCSasami1996-11-161-1/+1
|
* Update 2.7.1 -> 2.7.2. The author used our patches that were notpeter1996-11-151-4/+4
| | | | related to the ports mechanism.
* Master site path changedache1996-11-141-2/+2
|
* Fix this:markm1996-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
* sudo is moved from sysutils to security.asami1996-11-121-1/+2
| | | | Forgotten by: obrien ;)
* Remove my ptys patch, because this code is unused, openpty is used insteadache1996-11-122-30/+70
| | | | | | Mimic login more closely now: 1) Put usual Copyright line 2) You have mail
* Use BSD naming convention for pty names, it fixes two problems:ache1996-11-122-0/+38
| | | | | 1) Too many false open syscalls on pty allocation 2) (more serious) ssh not use about half of available ptys
* Moved sudo from ports/sysutils -> ports/security.obrien1996-11-121-3/+3
| | | | Reviewed by: Satoshi
* Add a compile option so that identd will send encrypted cookies out ratherpeter1996-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)
* Fix bug in man page path substitution.peter1996-11-051-1/+1
| | | | (it used to come out as /usr/local/identd)
* Change syslog facility from DAEMON to AUTHache1996-11-021-0/+19
|
* Upgrade to 2.7.1ache1996-10-312-4/+4
|
* Activated vscan.max1996-10-271-1/+2
|
* Mcafee VirusScan 1.0.2.max1996-10-275-0/+80
| | | | | Submitted by: David O'Brien <obrien@cs.ucdavis.edu> (Closing PR #1718.)
* Use system shared libgmp nowache1996-10-246-197/+396
|
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.jfitz1996-10-244-4/+8
| | | | Submitted by: asami@freebsd.org
* Update for new perl5 portsjfitz1996-10-241-1/+5
|
* perl5 module to work with PGP messages.jfitz1996-10-245-0/+58
|
* perl5 interface to the RSA Data Security Inc. MD5 Message-Digest Algorithmjfitz1996-10-245-0/+81
|
* perl5 interface to IDEA block cipher.jfitz1996-10-245-0/+48
|
* perl5 interface to DES block cipher.jfitz1996-10-245-0/+48
|
* It fixes a really annoying errorache1996-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
* Changed flags for ln in the install: target in the Makefile to -s to -fs.max1996-10-161-5/+7
| | | | Noticed by: asami
* Change NO_PACKAGE to RESTRICTED, we don't even want to redistribute theasami1996-10-163-12/+12
| | | | distfile.
* Upgrade to official 1.2.16ache1996-10-1611-144/+202
| | | | Fix PLIST
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"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!
* Update to 0.6.4markm1996-09-246-20/+20
| | | | Submitted by:Jeremy Prior <jez@netcraft.co.uk> (sorry I took so long!)
* Added donkey to SUBDIR.max1996-09-191-1/+2
|
* An alternative for S/KEY's key command.max1996-09-196-0/+128
|
* From the README:gpalmer1996-09-191-3/+10
| | | | | | | | | | TIS has recently instituted a registration policy for access to the freely available toolkit. We have added this additional step to ensure that you are aware that, while this software is freely available, it is licensed and copyrighted software. so add a dummy fetch: target to tell people to read their licence and obtain the source manually, and what to do with it when you have it.
* Upgrade to 2.7 (no changes since 2.7b4)torstenb1996-09-142-4/+4
|
OpenPOWER on IntegriCloud