aboutsummaryrefslogtreecommitdiff
path: root/security/pssh
Commit message (Collapse)AuthorAgeFilesLines
* STAGIFYBrooks Davis2013-10-182-3/+5
| | | | Notes: svn path=/head/; revision=330755
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Upgrade to 2.3.1. [0]Brooks Davis2012-07-303-4/+7
| | | | | | | | | | Fix a few outstanding plist bugs. PR: ports/166509 [0] Submitted by: Paul Procacci <pprocacci at gmail.com> [0] Notes: svn path=/head/; revision=301721
* Update to 2.2.2Brooks Davis2011-02-114-21/+50
| | | | | | | | PR: ports/154568 Submitted by: Ruslan Mahmatkhanov Notes: svn path=/head/; revision=268943
* - Use GOOGLE_CODE/LOCAL macroMartin Wilke2011-02-051-3/+4
| | | | | | | | | | PR: 153113 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=268670
* Move to the new distribution site on googlecode and upgrade to 2.1.1.Brooks Davis2010-12-085-28/+18
| | | | Notes: svn path=/head/; revision=265885
* Upgrade to 1.4.3 which fixes all of the bugs I had patched around and more.Brooks Davis2009-02-139-153/+16
| | | | | | | | Prodded by: Michael <postmaster at softsearch dot ru> (ages ago), portscout (via miwi) Notes: svn path=/head/; revision=228225
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-302-19/+3
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Fix a couple bugs and remove the IGNORE variable:Brooks Davis2007-07-068-2/+164
| | | | | | | | | | | | | | | | - select can be interrupted and return EINTR so we need to loop around it while it does so rather than treating it as a fatal error. - all process creations are matched with a wait() so having a SIGCHLD handler that performs a wait(-1) is pointless and racy. We tend to loose the race over half the time and as a result were reporting successful processes as failed. Add a couple features: - Skip commented lines in the host specification. - Allow '-' as an alias for stdin in the host file specification. Notes: svn path=/head/; revision=195101
* Further testing indicates that a majority of connections fail,Brooks Davis2007-07-061-0/+2
| | | | | | | | | | | | apparently due to mishandling of EINTR in select. It looks like this is simlar to the problem reported in Python bug linked below, but thus far I have been unable to work around it. Until that happens, mark this port IGNORE to prevent disappointment. https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1049450&group_id=5470 Notes: svn path=/head/; revision=195092
* Add pssh:Brooks Davis2007-07-034-0/+61
This package provides parallel versions of the openssh tools. Included in the distribution: - Parallel ssh (pssh) - Parallel scp (pscp) - Parallel rsync (prsync) - Parallel nuke (pnuke) - Parallel slurp (pslurp) What are these tools good for? Mainly for controlling large collections of nodes in the wide-area. WWW: http://www.theether.org/pssh/ Notes: svn path=/head/; revision=194735