summaryrefslogtreecommitdiff
path: root/security/ssh (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-25Patches are now available from www.ssh.org/patchesChris Piazza1-2/+2
1999-11-20Default to not allowing root logins. This makes it consistant withWarner Losh1-1/+1
1999-11-18Use a different PATCH_SITE so we don't keep getting people telling usChris Piazza1-1/+2
1999-11-16Don't overflow rsa bits. As seen on bugtraq and elsewhere.Warner Losh1-0/+25
1999-11-08Spelling error correction.Brian Feldman1-1/+1
1999-11-06Correct PLIST for the non-X11 case. (This was OK'ed by the maintainer quiteEivind Eklund3-2/+10
1999-09-10Turn Root Login on again.Torsten Blum1-1/+1
1999-09-02Path for problem with tty ownership with chflags and chown in BSD 4.4Chris Piazza2-0/+5
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-2/+2
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
1999-08-09SUID ssh breaks kerberos; disable in the kerberized case. I evenMark Murray1-2/+3
1999-07-16Remove manpages from PLIST and use MLINKS instead of a bunch of ${LN} calls.Michael Haro2-24/+10
1999-07-07Update the master site.Masafumi Max NAKANE1-2/+2
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek1-1/+1
1999-06-18Only use trimdomain() if __FreeBSD_version > 320000Brian Somers2-9/+22
1999-06-15PR: ports/12037SADA Kenji11-390/+162
1999-05-07Always use trimdomain(), not just #if __FreeBSD_version >= 400004Brian Somers2-22/+8
1999-04-11Reduce the copy of the DISPLAY variable usingBrian Somers1-2/+24
1999-04-11Call trimdomain() to reduce the size of the ut_hostBrian Somers1-0/+31
1999-04-03detect/use -current libwrapAndrey A. Chernov1-1/+5
1999-03-13(1) Add a new MASTER_SITEBill Fumerola2-39/+26
1999-01-02Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anySatoshi Asami1-5/+5
1998-11-10add official kerberos patchAndrey A. Chernov1-0/+286
1998-10-30configure with "--without-x" if X11BASE/bin/xauth is missing.David E. O'Brien1-1/+5
1998-10-08Um, be careful when you copy stuff around -- change the secondSatoshi Asami1-2/+2
1998-10-08Better depends.Jordan K. Hubbard1-2/+3
1998-10-08Clean this file up a bit.Jordan K. Hubbard1-7/+5
1998-10-08Properly reference the rsaref sources, which are required during the buildJordan K. Hubbard2-7/+10
1998-10-07Depend on ports collection rsaref, since we have it now alreadyJordan K. Hubbard1-8/+3
1998-09-26Make RSA stuff work on alpha (or on any other 64bit architecture)Dima Ruban1-1/+2
1998-09-17tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:Satoshi Asami1-2/+2
1998-09-15Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1-4/+3
1998-09-13Repair a linkage problem, whereis the ssh port was trying toChuck Robey1-186/+121
1998-08-19The pkg_create(1) handles symlinks correctly. Delist manpages.Tim Vanderhoek2-42/+20
1998-08-17Use ${PERL_VERSION} on perl version.Vanilla I. Shu1-4/+4
1998-08-17Change perl version to 5.00502.Vanilla I. Shu1-4/+4
1998-08-01If KRB5_HOME is defined, compile ssh with krb5 support.Dima Ruban1-1/+5
1998-07-25Fix up slogin1.1 -> ssh1.1 symlink too.Satoshi Asami1-1/+3
1998-07-11upgrade to 1.2.26 for security improvementsWarner Losh2-3/+3
1998-06-12Do not install slogin1.1 manpage, no such programAndrey A. Chernov1-3/+1
1998-06-12Fix all *1 linksAndrey A. Chernov1-16/+30
1998-06-121.2.22 -> 1.2.25Dima Ruban5-436/+176
1998-05-23Two "/usr/local" --> ${PREFIX}David E. O'Brien1-2/+2
1998-05-22Allow use of Phil Karn's patchkit that implements DES/DES3 inMatthew Hunt2-1/+11
1998-03-10Further adjustments to english.Jordan K. Hubbard1-4/+4
1998-03-10Clean up and clarify some english user prompts in the Makefile whichJordan K. Hubbard1-6/+6
1998-02-13Fix rare DES empty passwords bugAndrey A. Chernov1-0/+13
1998-01-22Don't print "No mail" for FreeBSD , just print nothingAndrey A. Chernov1-3/+15
1998-01-22Fix .hushlogin supportAndrey A. Chernov1-48/+74