summaryrefslogtreecommitdiff
path: root/security/ssh2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chmod -> ${CHMOD}Michael Haro1999-08-221-16/+10
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists.David E. O'Brien1999-06-241-2/+2
| | | | Notes: svn path=/head/; revision=19753
* upgrade to 2.0.13Andrey A. Chernov1999-06-1811-62/+70
| | | | | | | | | | XXXtgetent from original PR fixed PR: 12279 Submitted by: Issei Suzuki <issei@issei.org> Notes: svn path=/head/; revision=19548
* Add WWW: to DESCR filesMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18397
* detect/use -current libwrapAndrey A. Chernov1999-04-031-1/+5
| | | | Notes: svn path=/head/; revision=17616
* Re-order definition of a couple of variables so the ssh1 dependencySteve Price1999-03-151-10/+11
| | | | | | | | | | is picked up correctly. PR: 10577 Submitted by: maintainer Notes: svn path=/head/; revision=17188
* Use setusercontext() now to set all sort of login things including env.Andrey A. Chernov1999-02-063-5/+138
| | | | | | | | | variables and priority! Enable light debugging for compatibility with -v option Don't print "No mail." - not in BSD login style. Notes: svn path=/head/; revision=16549
* remove lines which do chmod -x on recently installed rc.d/sshd.shAndrey A. Chernov1999-02-051-4/+1
| | | | Notes: svn path=/head/; revision=16547
* upgrade to 2.0.12Andrey A. Chernov1999-02-056-20/+42
| | | | Notes: svn path=/head/; revision=16540
* remove curses bloatAndrey A. Chernov1999-01-281-0/+20
| | | | Notes: svn path=/head/; revision=16412
* 1. Update base ssh2 version from 2.0.9 to 2.0.11David E. O'Brien1998-12-017-33/+79
| | | | | | | | | | | | | | | | | | | | Ssh 2.0.9 has bugs abount updating utmp/wtmp file. 2. Now you can compile ssh2 to support TCP_Wrapper (security/tcp_wrapper) when you define USE_TCPWRAP=YES 3. Fix typo in MASTER_SITES (Thanks to Chris Piazza <norn@home.net>) 4. Use /usr/lib/libz.so.* instead of libz in ssh2 source file. 5. Delete some obsolute pathes. PR: ports/8916 Submitted by: issei@jp.FreeBSD.ORG Notes: svn path=/head/; revision=15012
* fix typo in a URLDavid E. O'Brien1998-12-011-2/+2
| | | | Notes: svn path=/head/; revision=14995
* Oops, I forgot to remove old patches...Jun Kuriyama1998-11-236-598/+0
| | | | Notes: svn path=/head/; revision=14796
* Secure shell client and server (remote login program).Jun Kuriyama1998-11-236-318/+172
| | | | | | | | PR: ports/8204 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> Notes: svn path=/head/; revision=14788
* Mark this broken as it awaits upgrade after repository copy.Satoshi Asami1998-11-221-1/+3
| | | | Notes: svn path=/head/; revision=14775
* 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