aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell
Commit message (Expand)AuthorAgeFilesLines
* fix regexp to detect git commands (fix #2513)Nicolas Vigier2011-09-261-1/+1
* move ldap-sshkey2file.py to openssh module (where it is used)Nicolas Vigier2011-08-211-92/+0
* add support for upload-binNicolas Vigier2011-08-172-0/+15
* add option to allow using maintdbNicolas Vigier2011-07-122-0/+14
* show the group of a user in the error message, so people can check theirMichael Scherer2011-04-211-0/+2
* use submit_package now that wrapper is fixedNicolas Vigier2011-01-171-1/+1
* use create-srpm for nowNicolas Vigier2011-01-171-1/+1
* add missing space in regexpNicolas Vigier2011-01-171-1/+1
* allow both create-srpm and submit_package for nowNicolas Vigier2011-01-171-2/+2
* remove shadowExpire from filterNicolas Vigier2011-01-071-1/+1
* correct syntax errorNicolas Vigier2011-01-071-1/+1
* - improve error message when trying to get a interactive shellMichael Scherer2010-11-241-1/+5
* move the ldap key from ssh logic to openssh module ( more logical ), and add ...Michael Scherer2010-11-231-37/+0
* link root keys in the /var/lib/pubkeys ( easier than to change the location o...Michael Scherer2010-11-231-0/+12
* add class for scp and sftpMichael Scherer2010-11-232-0/+14
* - split the module in 2 part, and add class to allow to more easylyMichael Scherer2010-11-232-17/+44
* - rewrite restricted_shell, and split the shell in its own subclassMichael Scherer2010-11-231-53/+53
* - do not let file with passwords to be world readable Michael Scherer2010-11-201-3/+1
* update binddn and password fileNicolas Vigier2010-11-172-3/+4
* - adapt the script to our infrastructure ( ie, use our domain, and create the...Michael Scherer2010-11-172-4/+14
* - import mandriva script to export ssh keys ( need some cleaning )Michael Scherer2010-11-172-0/+109
* add support for pkgsubmit in restricted shellNicolas Vigier2010-11-102-0/+14
* add module to install shell to restrict access to only svn, git, and later pa...Nicolas Vigier2010-11-023-0/+192
class="hl str">$2); } #- print "STILL HAVE ($_)\n" if $_; my $format = $min == 1 && $max == 1 ? ($is_a_number ? N("a number") : '') : $min == $max ? ($is_a_number ? N("%d comma separated numbers", $min) : N("%d comma separated strings", $min)) : $min == 1 ? ($is_a_number ? N("comma separated numbers") : N("comma separated strings")) : ''; #- too weird and buggy, do not display it push @parameters, [ $name, $format, $description ]; } @parameters; } 1;