GNU Rush 1.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNU Rush 1.5 (Default branch)
# 1  
Old 01-17-2009
GNU Rush 1.5 (Default branch)

GNU Rush is a Restricted User Shell designed for sites providing limited remote access to their resources, such as SVN or Git repositories, scp, or the like. Using a sophisticated configuration file, Rush gives you complete control over the command lines that users execute, as well as over the usage of system resources such as virtual memory, CPU time, etc. In particular, it allows you to run remote programs in a chrooted environment, which is important with such programs as sftp-server or scp that lack this ability.License: GNU General Public License v3Changes:
This version implements a new "post-process notification" feature, which allows it to notify third-party programs via an INET or Unix socket. The configuration file syntax has been extended with the new 'include' statement. Before startup, rush runs a sequence of security checks over the main configuration file and any eventual include files, and refuses to start up if any of these fail. Internationalization support is available, and translations to Polish and Ukrainian are included.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Git::PurePerl(3pm)					User Contributed Perl Documentation					Git::PurePerl(3pm)

NAME
Git::PurePerl - A Pure Perl interface to Git repositories SYNOPSIS
my $git = Git::PurePerl->new( directory => '/path/to/git/' ); $git->master->committer; $git->master->comment; $git->get_object($git->master->tree); DESCRIPTION
This module is a Pure Perl interface to Git repositories. It was mostly based on Grit <http://grit.rubyforge.org/>. METHODS
master get_object get_object_packed get_object_loose create_object all_sha1s MAINTAINANCE
This module is maintained in git at http://github.com/bobtfish/git-pureperl/ <http://github.com/bobtfish/git-pureperl/>. Patches are welcome, please come speak to one of the Gitalist team on "#gitalist". AUTHOR
Leon Brocard <acme@astray.com> CONTRIBUTORS
Chris Reinhardt Tomas (t0m) Doran Dan (broquaint) Brook Alex Vandiver Dagfinn Ilmari Mannsaaker COPYRIGHT
Copyright (C) 2008, Leon Brocard and the above mentioned contributors. LICENSE
This module is free software; you can redistribute it or modify it under the same terms as Perl itself. perl v5.14.2 2011-07-15 Git::PurePerl(3pm)