summaryrefslogtreecommitdiff
path: root/security/ssh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patches are now available from www.ssh.org/patchesChris Piazza1999-11-251-2/+2
| | | | | | | Submitted by: Issei Suzuki <issei@jp.freebsd.org> Notes: svn path=/head/; revision=23332
* Default to not allowing root logins. This makes it consistant withWarner Losh1999-11-201-1/+1
| | | | | | | | OpenSSH. Users desiring the old functionality can edit their sshd-config files by hand for new installs. Notes: svn path=/head/; revision=23216
* Use a different PATCH_SITE so we don't keep getting people telling usChris Piazza1999-11-181-1/+2
| | | | | | | | | that the port is broken. Thanks to Charles "spork" <spork@super-g.com> Notes: svn path=/head/; revision=23177
* Don't overflow rsa bits. As seen on bugtraq and elsewhere.Warner Losh1999-11-161-0/+25
| | | | | | | | | Submitted by: drow@false.org Reviewed by: ache PR: 14749 Notes: svn path=/head/; revision=23147
* Spelling error correction.Brian Feldman1999-11-081-1/+1
| | | | Notes: svn path=/head/; revision=22962
* Correct PLIST for the non-X11 case. (This was OK'ed by the maintainer quiteEivind Eklund1999-11-063-2/+10
| | | | | | | some time ago). Notes: svn path=/head/; revision=22944
* Turn Root Login on again.Torsten Blum1999-09-101-1/+1
| | | | | | | | It has been changed in rev. 1.4 of this file, but the committer forgot to mention it on the log. Notes: svn path=/head/; revision=21609
* Path for problem with tty ownership with chflags and chown in BSD 4.4Chris Piazza1999-09-022-0/+5
| | | | | | | | | | | variants. Fixes a security bug in tty allocation. PR: 13515 PR: 13536 Submitted by: Issei Suzuki <issei@jp.FreeBSD.org> (ssh2 maintainer) Notes: svn path=/head/; revision=21200
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* SUID ssh breaks kerberos; disable in the kerberized case. I evenMark Murray1999-08-091-2/+3
| | | | | | | | like the idea of breaking SUID bit permanently, but I'll leave this up to the maintainer. Notes: svn path=/head/; revision=20631
* Remove manpages from PLIST and use MLINKS instead of a bunch of ${LN} calls.Michael Haro1999-07-162-24/+10
| | | | Notes: svn path=/head/; revision=20226
* Update the master site.Masafumi Max NAKANE1999-07-071-2/+2
| | | | Notes: svn path=/head/; revision=20104
* #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
* Only use trimdomain() if __FreeBSD_version > 320000Brian Somers1999-06-182-9/+22
| | | | | | | It was available in 3.0 & 3.1 but would truncate at UT_HOSTSIZE-1 Notes: svn path=/head/; revision=19543
* PR: ports/12037SADA Kenji1999-06-1511-390/+162
| | | | | | | | | | Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> Upgrade to 1.2.27. # I'm not maintainer but it seems that torstenb is too busy to # look the PR and many people want new version ssh port. Notes: svn path=/head/; revision=19489
* Always use trimdomain(), not just #if __FreeBSD_version >= 400004Brian Somers1999-05-072-22/+8
| | | | | | | The port maintainer must be away.... Notes: svn path=/head/; revision=18592
* Reduce the copy of the DISPLAY variable usingBrian Somers1999-04-111-2/+24
| | | | | | | | | trimdomain() so that ``ssh machine.domain xterm'' comes out with a machine name of (say) ``machine:10.0''. Reviewed by: torstenb@ Notes: svn path=/head/; revision=17770
* Call trimdomain() to reduce the size of the ut_hostBrian Somers1999-04-111-0/+31
| | | | | | | | field before reveting to storing an IP number. Reviewed by: torstenb@ Notes: svn path=/head/; revision=17769
* detect/use -current libwrapAndrey A. Chernov1999-04-031-1/+5
| | | | Notes: svn path=/head/; revision=17615
* (1) Add a new MASTER_SITEBill Fumerola1999-03-132-39/+26
| | | | | | | | | | | | | | | | | (2) Reorganize MASTER_SITEs (3) Remove reference to Phil Karn's ssh speedups, it is now distributed as a full source package, and not a patch kit. If we want to use it, we will have to make a new port for it. (4) Use ${ECHO} instead of echo, ${RM} instead of rm, ${LN} instead of ln (5) Use ${FALSE} instead of false (6) Remove multiple blank lines in Makefile (7) Remove trailing blank lines in pkg/DESCR Submitted by: Alex Perel <veers@disturbed.net> (1, 2, 4, 6) Bill Fumerola <billf@FreeBSD.org> (3, 5, 7) Notes: svn path=/head/; revision=17167
* 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