aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-21Allow the inclusion of RSA keys with read-only accessRafael Laboissiere
This is accomplished by using option 'command="..."' that precede the key sting in the authorized_keys file. The add-authorized-keys script accepts now the -r option for enabling the inclusion of the option above. The included option is actually 'command="read-only"', which points to a new script named read-only that is installed in the git-shell-commands directory of the Git user's login directory. This is done in the add-git-user script. Also, this commit makes some improvement in the code. The add-authorized-keys script has now a usage function and accepts a -h option. The add-git-user script has been better documented
2015-09-08Install su scripts into sbin directoryRafael Laboissiere
2015-05-14Add option for adding the repository descriptionRafael Laboissiere
2015-05-09Add rule for uninstalling the sscriptsRafael Laboissiere
2015-05-09Renamed git_multimail.pyRafael Laboissiere
The file has now the same name as its installation target (git-multimail). This changes allows the generalization of the installation rule in Makefile, in whihc the scripts are now listed in a variable.
2015-05-09Initial commitRafael Laboissiere