summaryrefslogtreecommitdiff
path: root/security/ssh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anySatoshi Asami1999-01-021-5/+5
| | | | | | | | | | dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway. Notes: svn path=/head/; revision=15765
* add official kerberos patchAndrey A. Chernov1998-11-101-0/+286
| | | | Notes: svn path=/head/; revision=14446
* configure with "--without-x" if X11BASE/bin/xauth is missing.David E. O'Brien1998-10-301-1/+5
| | | | | | | Requested by: Studded@gorean.org Notes: svn path=/head/; revision=14250
* Um, be careful when you copy stuff around -- change the secondSatoshi Asami1998-10-081-2/+2
| | | | | | | | | CONFIGURE_ARGS defintion to use "+=" so it won't override the first. While I'm here, GNU_CONFIGURE implies --prefix=${PREFIX} so take it out. Notes: svn path=/head/; revision=13736
* Better depends.Jordan K. Hubbard1998-10-081-2/+3
| | | | | | | Also Suggested by: asami Notes: svn path=/head/; revision=13730
* Clean this file up a bit.Jordan K. Hubbard1998-10-081-7/+5
| | | | | | | Suggested by: asami Notes: svn path=/head/; revision=13729
* Properly reference the rsaref sources, which are required during the buildJordan K. Hubbard1998-10-082-7/+10
| | | | | | | | of ssh now. If anyone knows of a way of making the build dependency here less gross, I'm listening! :) Notes: svn path=/head/; revision=13727
* Depend on ports collection rsaref, since we have it now alreadyJordan K. Hubbard1998-10-071-8/+3
| | | | | | | available "broken out." Notes: svn path=/head/; revision=13724
* Make RSA stuff work on alpha (or on any other 64bit architecture)Dima Ruban1998-09-261-1/+2
| | | | Notes: svn path=/head/; revision=13398
* tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:Satoshi Asami1998-09-171-2/+2
| | | | | | | | libwrap is a shared library so it should be LIB_DEPENDS, and delete some spaces and tab-only lines. Notes: svn path=/head/; revision=13204
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-4/+3
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Repair a linkage problem, whereis the ssh port was trying toChuck Robey1998-09-131-186/+121
| | | | | | | | specify the location of system libs. Reviewed by: Mark Murray, David O'Brien Notes: svn path=/head/; revision=13098
* The pkg_create(1) handles symlinks correctly. Delist manpages.Tim Vanderhoek1998-08-192-42/+20
| | | | Notes: svn path=/head/; revision=12654
* Use ${PERL_VERSION} on perl version.Vanilla I. Shu1998-08-171-4/+4
| | | | | | | Reminded by: asami Notes: svn path=/head/; revision=12581
* Change perl version to 5.00502.Vanilla I. Shu1998-08-171-4/+4
| | | | Notes: svn path=/head/; revision=12578
* 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