summaryrefslogtreecommitdiff
path: root/security/ssh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If KRB5_HOME is defined, compile ssh with krb5 support.Dima Ruban1998-08-011-1/+5
| | | | Notes: svn path=/head/; revision=12245
* Fix up slogin1.1 -> ssh1.1 symlink too.Satoshi Asami1998-07-251-1/+3
| | | | Notes: svn path=/head/; revision=12121
* upgrade to 1.2.26 for security improvementsWarner Losh1998-07-112-3/+3
| | | | Notes: svn path=/head/; revision=11839
* Do not install slogin1.1 manpage, no such programAndrey A. Chernov1998-06-121-3/+1
| | | | Notes: svn path=/head/; revision=11409
* Fix all *1 linksAndrey A. Chernov1998-06-121-16/+30
| | | | Notes: svn path=/head/; revision=11408
* 1.2.22 -> 1.2.25Dima Ruban1998-06-125-436/+176
| | | | | | | | | | Somebody needs to go through patch-af to check it, since I'm not sure about some of the stuff. This version fixes a security flaw in previous version. Notes: svn path=/head/; revision=11400
* Two "/usr/local" --> ${PREFIX}David E. O'Brien1998-05-231-2/+2
| | | | Notes: svn path=/head/; revision=11113
* Allow use of Phil Karn's patchkit that implements DES/DES3 inMatthew Hunt1998-05-222-1/+11
| | | | | | | | | | | fast assembly code. Patchfile must be manually placed in DISTDIR, as described in the Makefile. PR: 6446 Submitted by: Jonathan Hanna <pangolin@rogers.wave.ca> Notes: svn path=/head/; revision=11105
* Further adjustments to english.Jordan K. Hubbard1998-03-101-4/+4
| | | | Notes: svn path=/head/; revision=10096
* Clean up and clarify some english user prompts in the Makefile whichJordan K. Hubbard1998-03-101-6/+6
| | | | | | | have been bugging me for many months. :) Notes: svn path=/head/; revision=10095
* Fix rare DES empty passwords bugAndrey A. Chernov1998-02-131-0/+13
| | | | Notes: svn path=/head/; revision=9707
* Don't print "No mail" for FreeBSD , just print nothingAndrey A. Chernov1998-01-221-3/+15
| | | | Notes: svn path=/head/; revision=9411
* Fix .hushlogin supportAndrey A. Chernov1998-01-221-48/+74
| | | | | | | | | Remove FreeBSD mail check, now done elsewhere in the code Use bsdi code to warn about expired/changed passwords Move misplaced login_close up Notes: svn path=/head/; revision=9410
* Upgrade to ssh 1.2.22. Please send problems with the upgrade to me.Warner Losh1998-01-203-426/+359
| | | | | | | | | | 1.2.22 fixes a security hole with ssh-agent, so users are encouraged to upgrade. OK'd by: Torsten Blum (torstenb@freebsd.org) Notes: svn path=/head/; revision=9384
* Merge in change requested by theo:Warner Losh1997-12-241-1/+1
| | | | | | | | | OpenBSD and FreeBSD now both use rresvport. This is a nop for FreeBSD, but for OpenBSD this picks random port numbers. Submitted by: deraadt@cvs.openbsd.org Notes: svn path=/head/; revision=9175
* Make the SOCKS support from USE_SOCKS play nicely with the socks5 port.Warner Losh1997-12-241-2/+2
| | | | Notes: svn path=/head/; revision=9174
* Change to use perl5.004_04Mark Murray1997-11-211-4/+4
| | | | Notes: svn path=/head/; revision=8732
* ftp.dsi.unimi.it -> idea.sec.dsi.unimi.itDima Ruban1997-11-101-2/+2
| | | | Notes: svn path=/head/; revision=8573
* fixed little typo.Ralf S. Engelschall1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8201
* Upgrade to 1.2.21Torsten Blum1997-09-163-65/+67
| | | | Notes: svn path=/head/; revision=7923
* mv -> ${MV}.Masafumi Max NAKANE1997-09-111-2/+2
| | | | Notes: svn path=/head/; revision=7863
* Prevent this server error message:John Polstra1997-07-191-0/+13
| | | | | | | | | | | | | | | fatal: Local: Agent socket bind failed: Address already in use It would happen when the server tried to create the Unix domain socket "/tmp/ssh-username/agent-socket-123", if the file already existed. It could already exist if it happened to be left over from a system crash. This patch unlinks the file before attempting the bind operation. I will send this patch to ssh-bugs@cs.hut.fi too. Notes: svn path=/head/; revision=7375
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-181-4/+4
| | | | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). Notes: svn path=/head/; revision=7366
* typo in commentAdam David1997-07-011-2/+2
| | | | Notes: svn path=/head/; revision=7153
* 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-256-67/+76
| | | | | | | | | | | | 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-166-78/+151
| | | | 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-288-190/+191
| | | | Notes: svn path=/head/; revision=6051
* Add LOGIN_CAP abilitiesAndrey A. Chernov1997-02-275-37/+237
| | | | | | | 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-203-19/+19
| | | | | | | (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
* Change syslog facility from DAEMON to AUTHAndrey A. Chernov1996-11-021-0/+19
| | | | Notes: svn path=/head/; revision=4249
* Use system shared libgmp nowAndrey A. Chernov1996-10-242-89/+183
| | | | 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-165-69/+98
| | | | | | | 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