aboutsummaryrefslogtreecommitdiff
path: root/security/ssh2
Commit message (Collapse)AuthorAgeFilesLines
* Handle expired and changed password timeouts nowAndrey A. Chernov1997-06-111-19/+70
| | | | Notes: svn path=/head/; revision=6862
* Don't remove the host key on pkg_delete. It is irreplaceable.John Polstra1997-06-021-1/+0
| | | | Notes: svn path=/head/; revision=6668
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-4/+4
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* login_getclass() -> login_getpwclass().David Nugent1997-05-101-2/+2
| | | | Notes: svn path=/head/; revision=6441
* Fix 3 error with login.confAndrey A. Chernov1997-05-021-24/+38
| | | | | | | | | | 1) pw->pw_class was always zero since not copied 2) login_getuserclass() used instead of login_getclass(), so default class always returned 3) env pointer can be redefined at the moment of setusercontext() call Notes: svn path=/head/; revision=6379
* Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I justPeter Wemm1997-04-258-84/+93
| | | | | | | | | | | | regenerated them to fix the line numbers. Also, I added two commented out options in Makefile, one to tell sshd that a group writeable homedir is OK because all users are in their own group, and the other is to allow an unencrypted connection (which is dangerous since it can lead to compromise of keys), but on a secure network it's damn useful for backups etc. Notes: svn path=/head/; revision=6293
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6249
* Disable extended LOGIN_CAP $MAIL processing until it will be fixedAndrey A. Chernov1997-04-161-1/+1
| | | | | | | | properly. In old variant /var/mail/root was always checked instead of /var/mail/<user> Notes: svn path=/head/; revision=6223
* Upgrade to 1.2.19Andrey A. Chernov1997-04-168-90/+163
| | | | Notes: svn path=/head/; revision=6222
* Back out previous patch, I got confused by an old sshd.conf filePaul Traina1997-04-011-2/+2
| | | | Notes: svn path=/head/; revision=6086
* Fix argument parsing loop in ssh-agent (original 1.2.18 bug)Andrey A. Chernov1997-04-011-0/+13
| | | | Notes: svn path=/head/; revision=6082
* Generate host key in /etc to match the portPaul Traina1997-04-011-2/+2
| | | | Notes: svn path=/head/; revision=6081
* Upgrade to 1.2.18Andrey A. Chernov1997-03-289-211/+209
| | | | Notes: svn path=/head/; revision=6051
* Add LOGIN_CAP abilitiesAndrey A. Chernov1997-02-276-52/+294
| | | | | | | Submitted by: davidn Notes: svn path=/head/; revision=5763
* Make one of our changes for -current work on 2.1. In -current, rresvport()Peter Wemm1996-12-271-1/+2
| | | | | | | | | | 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
* 1.2.16 --> 1.2.17Adam David1996-11-204-31/+34
| | | | | | | (new agent forwarding protocol that is said to work this time) Notes: svn path=/head/; revision=4614
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-5/+6
| | | | Notes: svn path=/head/; revision=4575
* Remove my ptys patch, because this code is unused, openpty is used insteadAndrey A. Chernov1996-11-121-15/+35
| | | | | | | | | 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-121-0/+19
| | | | | | | | 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
* Use system shared libgmp nowAndrey A. Chernov1996-10-244-108/+213
| | | | Notes: svn path=/head/; revision=4148
* It fixes a really annoying errorAndrey A. Chernov1996-10-171-0/+32
| | | | | | | | | | | 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
* Upgrade to official 1.2.16Andrey A. Chernov1996-10-166-75/+104
| | | | | | | Fix PLIST Notes: svn path=/head/; revision=3997
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | 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
* Remove LIB_DEPENDS on libz, it's in /usr/src now.Satoshi Asami1996-08-191-2/+1
| | | | Notes: svn path=/head/; revision=3644
* Have ssh use rresvport() to get a privileged socket instead of doing itPeter Wemm1996-08-121-0/+26
| | | | | | | itself. This means it obeys the portrange sysctl's. Notes: svn path=/head/; revision=3583
* Several fixes/improvements :-Peter Wemm1996-08-082-5/+14
| | | | | | | | | | | | | | | | | | | - 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
* The checksum for the ssh tarball was out of date - fix it.Jordan K. Hubbard1996-07-291-1/+1
| | | | Notes: svn path=/head/; revision=3447
* If using socks, make sure you find socks libraryPaul Traina1996-07-221-7/+5
| | | | Notes: svn path=/head/; revision=3415
* Back out andrews change - 1.2.14.1 is not an official ssh release.Torsten Blum1996-07-185-87/+77
| | | | Notes: svn path=/head/; revision=3400
* Use += for USA_RESIDENT MASTER_SITESAndrey A. Chernov1996-07-171-3/+2
| | | | Notes: svn path=/head/; revision=3397
* Upgrade to 1.2.14.1Andrey A. Chernov1996-07-165-75/+86
| | | | | | | Misc bugfixes Notes: svn path=/head/; revision=3393
* Add back checksum for rsaref2, used only while building in the US.Satoshi Asami1996-07-051-0/+1
| | | | | | | | | | 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
* Remove reminder about host key generation, it autogenerated on installAndrey A. Chernov1996-06-201-5/+1
| | | | Notes: svn path=/head/; revision=3258
* If hostname > UT_HOSTSIZE, write its numeric address instead to keepAndrey A. Chernov1996-06-171-0/+24
| | | | | | | valid information in utmp and lastlog Notes: svn path=/head/; revision=3244
* Install an sshd.sh startup file.Jordan K. Hubbard1996-06-152-1/+9
| | | | Notes: svn path=/head/; revision=3226
* Path on master site has changedTorsten Blum1996-06-151-2/+2
| | | | Notes: svn path=/head/; revision=3224
* Return back to distributed libz 0.95Andrey A. Chernov1996-06-081-2/+1
| | | | | | | | 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
* Update ssh-1.2.13 -> ssh-1.2.14Peter Wemm1996-06-074-101/+53
| | | | | | | | | | 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. Notes: svn path=/head/; revision=3175
* Update the hack for locating wish/wish4.0 to also look for wish4.1 nowPeter Wemm1996-05-241-3/+7
| | | | | | | that we have that one too. Notes: svn path=/head/; revision=3123
* Change NO_PACKAGE to RESTRICTED.Satoshi Asami1996-04-171-2/+2
| | | | Notes: svn path=/head/; revision=3001
* Auto-sense installed perl & wishAndrey A. Chernov1996-03-241-3/+7
| | | | Notes: svn path=/head/; revision=2881
* Move perl depends under USE_PERLAndrey A. Chernov1996-03-231-2/+12
| | | | Notes: svn path=/head/; revision=2879
* Check USE_WISH for YES value as other parts of Makefile doesAndrey A. Chernov1996-03-211-2/+2
| | | | Notes: svn path=/head/; revision=2869
* Use wish only if USE_WISH defined.Andrey A. Chernov1996-03-211-2/+2
| | | | Notes: svn path=/head/; revision=2868
* Update for perl5.002Mark Murray1996-03-161-2/+2
| | | | Notes: svn path=/head/; revision=2844
* Use libz 1.0Andrey A. Chernov1996-02-191-2/+2
| | | | Notes: svn path=/head/; revision=2724
* Checksum for rsaref2.tar.gz. Only used if you are compiling this in USA.Satoshi Asami1996-02-191-0/+1
| | | | Notes: svn path=/head/; revision=2723
* Upgrade to 1.2.13Andrey A. Chernov1996-02-173-16/+16
| | | | Notes: svn path=/head/; revision=2721
* Fix patch typo.Paul Traina1996-02-071-1/+1
| | | | | | | Found by: Andrzej Tobola <san@iem.pw.edu.pl> Notes: svn path=/head/; revision=2683