aboutsummaryrefslogtreecommitdiff
path: root/shells/rssh
Commit message (Collapse)AuthorAgeFilesLines
* - Add itself to /etc/shellsPav Lucistnik2005-06-052-1/+13
| | | | | | | | | PR: ports/81257 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=136855
* Update to version 2.2.3 to fix security vulnerability.Simon L. B. Nielsen2005-01-262-3/+3
| | | | | | | | | Security: http://vuxml.FreeBSD.org/f11b219a-44b6-11d9-ae2f-021106004fd6.html With hat: secteam Approved by: maintainer timeout (security; 2 days), erwin (mentor) Notes: svn path=/head/; revision=127386
* There is a string format vulnerability in rssh-2.2.1Yen-Ming Lee2004-11-033-17/+9
| | | | | | | | | | | | | | http://www.pizzashack.org/rssh/security.shtml - update to 2.2.2 - use REINPLACE_CMD instead of the patch file - correct the knob for RDIST PR: 73143 Submitted by: leeym Notes: svn path=/head/; revision=120691
* - rssh < 2.2.1 has information disclosure vulnerability, so update to 2.2.1Yen-Ming Lee2004-09-213-97/+20
| | | | | | | | | | | - rssh depends on rsync and rdist (optionally) PR: 71472 Submitted by: leeym Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118328
* - Mark rssh as IGNORE on 4.x (wordexp() is not supported)Clement Laforet2004-05-231-1/+5
| | | | | | | Maintainer informed. Notes: svn path=/head/; revision=109786
* Add rssh 2.1.1, a Restricted Secure SHell only for sftp or/and scp.Clement Laforet2004-05-215-0/+139
rssh is a Restricted Secure SHell that allow only the use of sftp or scp. It could be use when you need an account (and a valid shell) in order to execute sftp or scp but when you don't want to give the possibility to log in to this user. WWW: http://www.pizzashack.org/rssh/index.shtml PR: ports/65860 Submitted by: enigmatyc Notes: svn path=/head/; revision=109638