aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssh2
Commit message (Expand)AuthorAgeFilesLines
* Update to 3.2.0Patrick Li2002-06-193-7/+3
* Update to 3.1.2 which fixes a recent security problem described at:Pete Fritchman2002-05-292-3/+2
* Oops, ".include <bsd.port.pre.mk>" line must be placed here.SADA Kenji2002-05-171-2/+2
* Install default config files as *.sample instead of overwriting existing ones.SADA Kenji2002-05-172-25/+46
* ssh_askpass2 is built only when X11 is installed. SupportAkinori MUSHA2002-04-022-1/+9
* - Update to 3.1.0.Akinori MUSHA2002-02-2214-326/+45
* Remove myself from MAINTAINERIssei Suzuki2002-02-161-1/+1
* Remove extra file from pkg-plist to fix package buildingDavid W. Chapman Jr.2001-09-141-1/+0
* Unrestrict to match the ssh port.David E. O'Brien2001-02-171-1/+1
* Don't install etc/rc.d/sshd.sh if sshd is being started from inetd.conf.Steve Price2000-10-301-1/+3
* Upgrade to ssh-2.3.0.Kris Kennaway2000-09-0215-152/+109
* Remove redundant/inappropriate CATEGORIES. People need to start readingWill Andrews2000-06-021-1/+1
* Update to version 2.1.0pl2.Steve Price2000-05-2912-100/+119
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-3/+3
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-16/+14
* Sorry to everyone, the commits previously broke installing for these ports.Will Andrews2000-04-141-1/+1
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
* Add better sshd startup scripts; specifically, allow restarting andWill Andrews2000-04-062-2/+29
* Support OpenSSH in the base system as the ssh1 component.David E. O'Brien2000-03-111-2/+10
* Make pkgname match the directory the port lives in, and to reduce collsionDavid E. O'Brien2000-01-291-2/+3
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-252-12/+2
* Forgot a lineChris Piazza1999-11-261-0/+1
* Patches are now available from www.ssh.org/patchesChris Piazza1999-11-261-0/+3
* Removed an obsoleted patch.SADA Kenji1999-11-251-4/+0
* Path for problem with tty ownership with chflags and chown in BSD 4.4Chris Piazza1999-09-032-0/+5
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
* chmod -> ${CHMOD}Michael Haro1999-08-231-16/+10
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-271-1/+1
* Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists.David E. O'Brien1999-06-251-2/+2
* upgrade to 2.0.13Andrey A. Chernov1999-06-1911-62/+70
* Add WWW: to DESCR filesMichael Haro1999-05-031-1/+1
* detect/use -current libwrapAndrey A. Chernov1999-04-031-1/+5
* Re-order definition of a couple of variables so the ssh1 dependencySteve Price1999-03-151-10/+11
* Use setusercontext() now to set all sort of login things including env.Andrey A. Chernov1999-02-063-5/+138
* remove lines which do chmod -x on recently installed rc.d/sshd.shAndrey A. Chernov1999-02-061-4/+1
* upgrade to 2.0.12Andrey A. Chernov1999-02-056-20/+42
* remove curses bloatAndrey A. Chernov1999-01-291-0/+20
* 1. Update base ssh2 version from 2.0.9 to 2.0.11David E. O'Brien1998-12-017-33/+79
* fix typo in a URLDavid E. O'Brien1998-12-011-2/+2
* Oops, I forgot to remove old patches...Jun Kuriyama1998-11-236-598/+0
* Secure shell client and server (remote login program).Jun Kuriyama1998-11-236-318/+172
* Mark this broken as it awaits upgrade after repository copy.Satoshi Asami1998-11-231-1/+3
* add official kerberos patchAndrey A. Chernov1998-11-101-0/+286
* configure with "--without-x" if X11BASE/bin/xauth is missing.David E. O'Brien1998-10-301-1/+5
* Um, be careful when you copy stuff around -- change the secondSatoshi Asami1998-10-081-2/+2
* Better depends.Jordan K. Hubbard1998-10-081-2/+3
* Clean this file up a bit.Jordan K. Hubbard1998-10-081-7/+5
* Properly reference the rsaref sources, which are required during the buildJordan K. Hubbard1998-10-082-7/+10
* Depend on ports collection rsaref, since we have it now alreadyJordan K. Hubbard1998-10-081-8/+3
* Make RSA stuff work on alpha (or on any other 64bit architecture)Dima Ruban1998-09-261-1/+2
* tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:Satoshi Asami1998-09-171-2/+2
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-161-4/+3
* Repair a linkage problem, whereis the ssh port was trying toChuck Robey1998-09-141-186/+121
* The pkg_create(1) handles symlinks correctly. Delist manpages.Tim Vanderhoek1998-08-202-42/+20
* Use ${PERL_VERSION} on perl version.Vanilla I. Shu1998-08-171-4/+4
* Change perl version to 5.00502.Vanilla I. Shu1998-08-171-4/+4
* If KRB5_HOME is defined, compile ssh with krb5 support.Dima Ruban1998-08-021-1/+5
* Fix up slogin1.1 -> ssh1.1 symlink too.Satoshi Asami1998-07-261-1/+3
* upgrade to 1.2.26 for security improvementsWarner Losh1998-07-122-3/+3
* Do not install slogin1.1 manpage, no such programAndrey A. Chernov1998-06-121-3/+1
* Fix all *1 linksAndrey A. Chernov1998-06-121-16/+30
* 1.2.22 -> 1.2.25Dima Ruban1998-06-125-436/+176
* Two "/usr/local" --> ${PREFIX}David E. O'Brien1998-05-231-2/+2
* Allow use of Phil Karn's patchkit that implements DES/DES3 inMatthew Hunt1998-05-222-1/+11
* Further adjustments to english.Jordan K. Hubbard1998-03-101-4/+4
* Clean up and clarify some english user prompts in the Makefile whichJordan K. Hubbard1998-03-101-6/+6
* Fix rare DES empty passwords bugAndrey A. Chernov1998-02-141-0/+13
* Don't print "No mail" for FreeBSD , just print nothingAndrey A. Chernov1998-01-221-3/+15
* Fix .hushlogin supportAndrey A. Chernov1998-01-221-48/+74
* Upgrade to ssh 1.2.22. Please send problems with the upgrade to me.Warner Losh1998-01-213-426/+359
* Merge in change requested by theo:Warner Losh1997-12-251-1/+1
* Make the SOCKS support from USE_SOCKS play nicely with the socks5 port.Warner Losh1997-12-251-2/+2
* Change to use perl5.004_04Mark Murray1997-11-211-4/+4
* ftp.dsi.unimi.it -> idea.sec.dsi.unimi.itDima Ruban1997-11-111-2/+2
* fixed little typo.Ralf S. Engelschall1997-10-101-2/+2
* Upgrade to 1.2.21Torsten Blum1997-09-163-65/+67
* mv -> ${MV}.Masafumi Max NAKANE1997-09-121-2/+2
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-181-4/+4
* typo in commentAdam David1997-07-011-2/+2
* Handle expired and changed password timeouts nowAndrey A. Chernov1997-06-111-19/+70
* Don't remove the host key on pkg_delete. It is irreplaceable.John Polstra1997-06-021-1/+0
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-4/+4
* login_getclass() -> login_getpwclass().David Nugent1997-05-111-2/+2
* Fix 3 error with login.confAndrey A. Chernov1997-05-031-24/+38
* Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I justPeter Wemm1997-04-258-84/+93
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
* Disable extended LOGIN_CAP $MAIL processing until it will be fixedAndrey A. Chernov1997-04-171-1/+1
* Upgrade to 1.2.19Andrey A. Chernov1997-04-178-90/+163
* Back out previous patch, I got confused by an old sshd.conf filePaul Traina1997-04-011-2/+2
* Fix argument parsing loop in ssh-agent (original 1.2.18 bug)Andrey A. Chernov1997-04-011-0/+13
* Generate host key in /etc to match the portPaul Traina1997-04-011-2/+2
* Upgrade to 1.2.18Andrey A. Chernov1997-03-299-211/+209
* Add LOGIN_CAP abilitiesAndrey A. Chernov1997-02-276-52/+294
* Make one of our changes for -current work on 2.1. In -current, rresvport()Peter Wemm1996-12-271-1/+2
* 1.2.16 --> 1.2.17Adam David1996-11-204-31/+34
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-5/+6
* Remove my ptys patch, because this code is unused, openpty is used insteadAndrey A. Chernov1996-11-121-15/+35
* Use BSD naming convention for pty names, it fixes two problems:Andrey A. Chernov1996-11-121-0/+19
* Use system shared libgmp nowAndrey A. Chernov1996-10-254-108/+213
* It fixes a really annoying errorAndrey A. Chernov1996-10-181-0/+32
* Upgrade to official 1.2.16Andrey A. Chernov1996-10-166-75/+104
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
* Remove LIB_DEPENDS on libz, it's in /usr/src now.Satoshi Asami1996-08-191-2/+1
* Have ssh use rresvport() to get a privileged socket instead of doing itPeter Wemm1996-08-121-0/+26
* Several fixes/improvements :-Peter Wemm1996-08-082-5/+14
* Turn off the unconditional use of USE_PIPES as it prevents rdist from usingPeter Wemm1996-08-081-0/+30
* The checksum for the ssh tarball was out of date - fix it.Jordan K. Hubbard1996-07-291-1/+1
* If using socks, make sure you find socks libraryPaul Traina1996-07-231-7/+5
* Back out andrews change - 1.2.14.1 is not an official ssh release.Torsten Blum1996-07-185-87/+77
* Use += for USA_RESIDENT MASTER_SITESAndrey A. Chernov1996-07-181-3/+2
* Upgrade to 1.2.14.1Andrey A. Chernov1996-07-165-75/+86
* Add back checksum for rsaref2, used only while building in the US.Satoshi Asami1996-07-051-0/+1
* Remove reminder about host key generation, it autogenerated on installAndrey A. Chernov1996-06-201-5/+1
* If hostname > UT_HOSTSIZE, write its numeric address instead to keepAndrey A. Chernov1996-06-181-0/+24
* Install an sshd.sh startup file.Jordan K. Hubbard1996-06-162-1/+9
* Path on master site has changedTorsten Blum1996-06-151-2/+2
* Return back to distributed libz 0.95Andrey A. Chernov1996-06-091-2/+1
* Update ssh-1.2.13 -> ssh-1.2.14Peter Wemm1996-06-074-101/+53
* Update the hack for locating wish/wish4.0 to also look for wish4.1 nowPeter Wemm1996-05-251-3/+7
* Change NO_PACKAGE to RESTRICTED.Satoshi Asami1996-04-171-2/+2
* Auto-sense installed perl & wishAndrey A. Chernov1996-03-251-3/+7
* Move perl depends under USE_PERLAndrey A. Chernov1996-03-241-2/+12
* Check USE_WISH for YES value as other parts of Makefile doesAndrey A. Chernov1996-03-211-2/+2
* Use wish only if USE_WISH defined.Andrey A. Chernov1996-03-211-2/+2
* Update for perl5.002Mark Murray1996-03-171-2/+2
* Use libz 1.0Andrey A. Chernov1996-02-201-2/+2
* Checksum for rsaref2.tar.gz. Only used if you are compiling this in USA.Satoshi Asami1996-02-191-0/+1
* Upgrade to 1.2.13Andrey A. Chernov1996-02-173-16/+16
* Fix patch typo.Paul Traina1996-02-071-1/+1
* Upgrade to snapshot of ssh. 1.1.12a was recalled due to even worsePaul Traina1996-02-064-17/+77
* Understands shared libwrap nowAndrey A. Chernov1996-01-251-2/+3
* Autopick any wish present even wish4.0Andrey A. Chernov1996-01-251-9/+23
* Damn. Forgot to include the makefile diffs in the last lot.Mark Murray1996-01-231-1/+2
* Remove ftp.funet.fi from master list, it not contains rsarefAndrey A. Chernov1996-01-211-2/+1
* Add BUILD_DEPENDS of wish and perl5, both checked exactly in build processAndrey A. Chernov1996-01-211-1/+3
* Upgrade to 1.2.12a (security bugfix)Andrey A. Chernov1996-01-213-8/+7
* Update ssh from 1.2.10 to 1.2.12.. This is for two reasons:Peter Wemm1995-11-243-3/+6
* Change category "networking" to "net".Satoshi Asami1995-11-221-2/+2
* two minor adjustments to ssh for freebsd specific issues:Peter Wemm1995-11-211-0/+14
* Add torstenb as maintainer.Satoshi Asami1995-11-091-1/+3
* Fix tcp_wrapper supportAndrey A. Chernov1995-10-111-4/+5
* add "networking" to the categories listTorsten Blum1995-10-071-2/+2
* Ssh is a secure rlogin/rsh/rcp replacement with strong authenticationTorsten Blum1995-10-077-0/+246