summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 2.7 (no changes since 2.7b4)torstenb1996-09-142-4/+4
|
* Upgrade to 0.19torstenb1996-09-143-18/+18
|
* upgrade to v1.5erich1996-09-063-11/+42
|
* Remove LIB_DEPENDS on libz, it's in /usr/src now.asami1996-08-192-4/+2
|
* Dont install identconn or itest, installing itest requires root access,peter1996-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
* Update from 2.7b3 -> 2.7b4, the author included our patch.peter1996-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.
* Have ssh use rresvport() to get a privileged socket instead of doing itpeter1996-08-122-0/+52
| | | | itself. This means it obeys the portrange sysctl's.
* Move to version 0.6.3markm1996-08-104-2/+24
|
* Move to version 0.6.3markm1996-08-102-6/+6
|
* Several fixes/improvements :-peter1996-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
* Turn off the unconditional use of USE_PIPES as it prevents rdist from usingpeter1996-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
* Change NO_PACKAGE to RESTRICTED, this is crypto code so we don't evenasami1996-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)....
* SSLeay version 0.6.2.markm1996-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? ;-)
* The checksum for the ssh tarball was out of date - fix it.jkh1996-07-292-2/+2
|
* If using socks, make sure you find socks librarypst1996-07-222-14/+10
|
* Put "sudoers.sample" in the package and copy it to "sudoers" if theasami1996-07-192-1/+10
| | | | | latter doesn't already exist. Closes PR ports/1405 ("why can Satoshi sudo on my machine?").
* Back out andrews change - 1.2.14.1 is not an official ssh release.torstenb1996-07-1810-174/+154
|
* Use += for USA_RESIDENT MASTER_SITESache1996-07-172-6/+4
|
* Upgrade to 1.2.14.1ache1996-07-1610-150/+172
| | | | Misc bugfixes
* Add xinetd.asami1996-07-101-1/+2
|
* X-based inetd replacement for security and management.asami1996-07-105-0/+75
| | | | Submitted by: markm
* Take out the version numbertorstenb1996-07-071-1/+1
| | | | Suggested by: asami
* Change version number from 2.6 to 2.7 beta3torstenb1996-07-061-1/+1
|
* Add back checksum for rsaref2, used only while building in the US.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
* upgrade to 2.7b2torstenb1996-06-254-11/+13
| | | | | Submitted by: adam via gpalmer OK'ed by: gpalmer
* Remove reminder about host key generation, it autogenerated on installache1996-06-202-10/+2
|
* missing )adam1996-06-201-2/+2
|
* If hostname > UT_HOSTSIZE, write its numeric address instead to keepache1996-06-172-0/+48
| | | | valid information in utmp and lastlog
* Add a "/" to the end of MASTER_SITES so that this wil actually fetchmarkm1996-06-161-2/+2
|
* Install an sshd.sh startup file.jkh1996-06-154-2/+18
|
* Path on master site has changedtorstenb1996-06-152-4/+4
|
* Add fwtkgpalmer1996-06-151-1/+2
|
* Port of TIS's FWTK. This port is RESTRICTED (no form ofgpalmer1996-06-157-0/+290
| | | | redistribution, even mirroring, is allowed)
* Return back to distributed libz 0.95ache1996-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
* Update ssh-1.2.13 -> ssh-1.2.14peter1996-06-078-202/+106
| | | | | | | ssh-askpass no longer uses wish, so chop the make rules that attempt to locate it. Go further to try and protect the ssh_host_key, since it's critical to the operation and security of the machine.
* Upgrade to 2.6.3iaache1996-05-273-12/+15
|
* Checksum changed on master siteache1996-05-272-2/+2
|
* Update the hack for locating wish/wish4.0 to also look for wish4.1 nowpeter1996-05-242-6/+14
| | | | that we have that one too.
* Change NO_PACKAGE to RESTRICTED.asami1996-04-172-4/+4
|
* Add ssh. I have no idea why it was missing.asami1996-04-171-1/+2
|
* pkg/COMMENT files for use by ports READMEs.asami1996-04-091-0/+1
|
* Whoops! forgot the package files! :-(peter1996-04-092-2/+2
|
* Update tcp_wrappers port from v7.2 to v7.4, as the original tar filepeter1996-04-093-8/+9
| | | | | | | is gone from the master site. There are no new features, just a couple of bug fixes (that shouldn't affect us) and portability improvements.
* Check NOMANCOMPRESS.asami1996-04-011-1/+3
|
* Auto-sense installed perl & wishache1996-03-242-6/+14
|
* Move perl depends under USE_PERLache1996-03-232-4/+24
|
* Check USE_WISH for YES value as other parts of Makefile doesache1996-03-212-4/+4
|
* Use wish only if USE_WISH defined.ache1996-03-212-4/+4
|
* Update for perl5.002markm1996-03-162-4/+4
|
* Add SSLeaymarkm1996-03-071-1/+2
| | | | Noticed before: asami
OpenPOWER on IntegriCloud