summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Added donkey to SUBDIR.Masafumi Max NAKANE1996-09-191-1/+2
| | | | Notes: svn path=/head/; revision=3819
* An alternative for S/KEY's key command.Masafumi Max NAKANE1996-09-196-0/+128
| | | | Notes: svn path=/head/; revision=3817
* From the README:Gary Palmer1996-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. Notes: svn path=/head/; revision=3814
* Upgrade to 2.7 (no changes since 2.7b4)Torsten Blum1996-09-142-4/+4
| | | | Notes: svn path=/head/; revision=3781
* Upgrade to 0.19Torsten Blum1996-09-143-18/+18
| | | | Notes: svn path=/head/; revision=3780
* upgrade to v1.5Eric L. Hernes1996-09-063-11/+42
| | | | Notes: svn path=/head/; revision=3745
* Remove LIB_DEPENDS on libz, it's in /usr/src now.Satoshi Asami1996-08-192-4/+2
| | | | Notes: svn path=/head/; revision=3644
* Dont install identconn or itest, installing itest requires root access,Peter Wemm1996-08-172-3/+24
| | | | | | | | | | | | | | | meaning it will silently fail if you (say) install as "bin". This makes the packaging break. (Will the package tools install the setuid-root binary anyway?) They were not particularly useful anyway, they are mainly diagnostic tools to parse the output of 'netstat' to see which users have what local connections open. Requested by: asami Notes: svn path=/head/; revision=3633
* Update from 2.7b3 -> 2.7b4, the author included our patch.Peter Wemm1996-08-165-127/+80
| | | | | | | | .. however, he also changed the top level Makefile to use $PREFIX for something completely different (and incompatable) to what we use it for. Notes: svn path=/head/; revision=3625
* Have ssh use rresvport() to get a privileged socket instead of doing itPeter Wemm1996-08-122-0/+52
| | | | | | | itself. This means it obeys the portrange sysctl's. Notes: svn path=/head/; revision=3583
* Move to version 0.6.3Mark Murray1996-08-104-2/+24
| | | | Notes: svn path=/head/; revision=3575
* Move to version 0.6.3Mark Murray1996-08-102-6/+6
| | | | Notes: svn path=/head/; revision=3574
* Several fixes/improvements :-Peter Wemm1996-08-084-10/+28
| | | | | | | | | | | | | | | | | | | - protect the secret RSA etc/ssh_host_key. It is now generated on install (either by pkg_add or make install) if not already present and is not ever added to a package since it's your host's credentials. It should not be removed on pkg_delete, since you are in big trouble if you did this (for example) pkg_delete ssh-1.2.14; pkg_add ssh-1.2.15.tgz. - fix the broken manpage symlink when compressing man pages (slogin.1 has been causing /etc/weekly to generate cron messages) - zlib 1.0.4 is now "blessed" again, the ssh working sources now use this instead of v0.95. The decompression problem was fixed in either 1.0.3 or 1.0.4. Also, the current version of cvs uses zlib 1.0.4 as well.. - perl5.002 -> perl5.003 Reviewed by: torstenb Notes: svn path=/head/; revision=3546
* Turn off the unconditional use of USE_PIPES as it prevents rdist from usingPeter Wemm1996-08-081-0/+30
| | | | | | | | | | ssh for transport. FreeBSD does not have the implementation bugs that some other systems appear to have, this option only hurts us. Reviewed by: torstenb Notes: svn path=/head/; revision=3545
* Change NO_PACKAGE to RESTRICTED, this is crypto code so we don't evenSatoshi Asami1996-07-302-6/+10
| | | | | | | | | | | want to touch it. While I'm here, change MASTER_SITES to URL form (ftp://) and add markm as the maintainer (he's the only one who touched this Makefile since the beginning of history).... Notes: svn path=/head/; revision=3465
* SSLeay version 0.6.2.Mark Murray1996-07-2910-212/+80
| | | | | | | | | | | This implementation has been built with Our ((actually its own but in our source tree) DES library and our MD{45}. You will need to link your SSL code with -ldes and -lmd. Are you happy now, Torsten? ;-) Notes: svn path=/head/; revision=3448
* The checksum for the ssh tarball was out of date - fix it.Jordan K. Hubbard1996-07-292-2/+2
| | | | Notes: svn path=/head/; revision=3447
* If using socks, make sure you find socks libraryPaul Traina1996-07-222-14/+10
| | | | Notes: svn path=/head/; revision=3415
* Put "sudoers.sample" in the package and copy it to "sudoers" if theSatoshi Asami1996-07-192-1/+10
| | | | | | | | latter doesn't already exist. Closes PR ports/1405 ("why can Satoshi sudo on my machine?"). Notes: svn path=/head/; revision=3407
* Back out andrews change - 1.2.14.1 is not an official ssh release.Torsten Blum1996-07-1810-174/+154
| | | | Notes: svn path=/head/; revision=3400
* Use += for USA_RESIDENT MASTER_SITESAndrey A. Chernov1996-07-172-6/+4
| | | | Notes: svn path=/head/; revision=3397
* Upgrade to 1.2.14.1Andrey A. Chernov1996-07-1610-150/+172
| | | | | | | Misc bugfixes Notes: svn path=/head/; revision=3393
* Add xinetd.Satoshi Asami1996-07-101-1/+2
| | | | Notes: svn path=/head/; revision=3366
* X-based inetd replacement for security and management.Satoshi Asami1996-07-105-0/+75
| | | | | | | Submitted by: markm Notes: svn path=/head/; revision=3365
* Take out the version numberTorsten Blum1996-07-071-1/+1
| | | | | | | Suggested by: asami Notes: svn path=/head/; revision=3326
* Change version number from 2.6 to 2.7 beta3Torsten Blum1996-07-061-1/+1
| | | | Notes: svn path=/head/; revision=3323
* Add back checksum for rsaref2, used only while building in the US.Satoshi Asami1996-07-052-0/+2
| | | | | | | | | | People, if you do a "make makesum" on a non-US machine, don't forget to add this line back before commiting it: MD5 (rsaref2.tar.gz) = 0b474c97bf1f1c0d27e5a95f1239c08d Notes: svn path=/head/; revision=3306
* upgrade to 2.7b2Torsten Blum1996-06-254-11/+13
| | | | | | | | Submitted by: adam via gpalmer OK'ed by: gpalmer Notes: svn path=/head/; revision=3279
* Remove reminder about host key generation, it autogenerated on installAndrey A. Chernov1996-06-202-10/+2
| | | | Notes: svn path=/head/; revision=3258
* missing )Adam David1996-06-201-2/+2
| | | | Notes: svn path=/head/; revision=3257
* If hostname > UT_HOSTSIZE, write its numeric address instead to keepAndrey A. Chernov1996-06-172-0/+48
| | | | | | | valid information in utmp and lastlog Notes: svn path=/head/; revision=3244
* Add a "/" to the end of MASTER_SITES so that this wil actually fetchMark Murray1996-06-161-2/+2
| | | | Notes: svn path=/head/; revision=3233
* Install an sshd.sh startup file.Jordan K. Hubbard1996-06-154-2/+18
| | | | Notes: svn path=/head/; revision=3226
* Path on master site has changedTorsten Blum1996-06-152-4/+4
| | | | Notes: svn path=/head/; revision=3224
* Add fwtkGary Palmer1996-06-151-1/+2
| | | | Notes: svn path=/head/; revision=3223
* Port of TIS's FWTK. This port is RESTRICTED (no form ofGary Palmer1996-06-157-0/+290
| | | | | | | redistribution, even mirroring, is allowed) Notes: svn path=/head/; revision=3222
* Return back to distributed libz 0.95Andrey A. Chernov1996-06-082-4/+2
| | | | | | | | All libzs 0.99-1.0.2 produce deflate error on certain files (with ssh) I don't know, is it ssh error or libz error Notes: svn path=/head/; revision=3180