summaryrefslogtreecommitdiff
path: root/shells/rssh
AgeCommit message (Collapse)AuthorFilesLines
2016-02-26Use OPSYSVARS.jperkin1-6/+2
2015-11-02Add SHA512 digests for distfiles for shells categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2014-01-09Avoid linking statically on SunOS.jperkin1-1/+7
2013-02-28Add Debian patch to allow rssh to work with rsync protocol version 3.darcy3-2/+110
http://patch-tracker.debian.org/patch/series/view/rssh/2.3.4-1/fixes/rsync-protocol.diff
2012-11-28Update to 2.3.4; add comment to modified patch:wiz3-14/+18
2.3.4 - Fixed several problems with argument validation - Added -Wall and cleaned up compiler output - Installing rssh.conf as rssh.conf.default
2012-11-01Rename log to my_log to avoid conflict with libm.joerg2-1/+372
2012-09-11"user-destdir" is default these daysasau1-3/+1
2011-05-31Update HOMEPAGE url.obache1-2/+2
2010-10-16Changes 2.3.3:adam4-26/+24
This release solves two small bugs, with minor security implications.
2010-02-12DESTDIR supportjoerg3-7/+17
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-14Update to version 2.3.2.seb3-6/+33
Changes since last packaged version (2.3.0): 2.3.2 - fixed segfault due to checking the length of variables that I forgot to remove from build_arg_vector() since the chroot root exploit fix in 2.3.0 2.3.1 - fixed stupid bug that caused rssh not to allow rsync and rdist
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Update to version 2.3.0seb2-7/+6
Note that this is (mostly) a security fix release. Changes since last packaged version (2.2.3): 2.3.0 - modified chroot_helper to parse the config file, to avoid arbitrary chroot() (and thus root compromise) - numerous documentation updates - fix for va_start()/va_end()-related segfault on 64-bit architecture - small bit of code cleanup
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-7/+7
CONFIGURE_ARGS.
2005-09-28Adjust HOMEPAGE.seb1-2/+2
2005-09-20Teach the +SHELLS helper script to not create an /etc/shells file ifjlam1-1/+2
one doesn't exist. From now on, we only add the listed PKG_SHELL to the /etc/shells file if it already exists. This fixes PR pkg/27162.
2005-07-29* Separate out the shell registration into a separately unpacked scriptjlam1-2/+2
+SHELL. * Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell environment so that admins can make a choice when installing from binary packages. * PKG_SHELL is now a list of paths, and if the path is relative, then it is taken to be relative to ${PREFIX}. Convert packages that set PKG_SHELL to take advantage of this new feature by changing the full paths to the shells into relative paths.
2005-04-20Initial import of rssh version 2.2.3 into the NetBSD Packages Collection.seb6-0/+90
Based on rssh package in pkgsrc-wip by pancake at phreaker dot net, slightly modified and updated to latest version by myself. Claim stewardship. Rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp. For example, if you have a server which you only want to allow users to copy files off of via scp, without providing shell access, you can use rssh to do that.