Age | Commit message (Expand) | Author | Files | Lines |
2018-09-23 | pinyshell: use zsh and restrict read builtin | Joe Rayhawk | 4 | -2/+7 |
2014-10-29 | pinyadmin: bash -r -> ksh -r because the bash people apparently like to depre... | Joe Rayhawk | 4 | -4/+4 |
2013-01-09 | ugh fine i guess my bugfix should actually fix a bug | Julian Blake Kongslie | 1 | -3/+5 |
2013-01-09 | When setting description with pinyconfig, we need to verify differently. | Julian Blake Kongslie | 1 | -1/+4 |
2013-01-09 | Completely untested support in pinyconfig for repo description. | Julian Blake Kongslie | 1 | -2/+14 |
2013-01-03 | pinyadmin: new lsusers command | Joe Rayhawk | 1 | -0/+39 |
2012-08-30 | pinyconfig: FIXME for rebuild-on-unchanged-value | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2012-08-30 | pinyconfig: explicitly declare short opts | jrayhawk+piny.be@omgwallhack.org | 1 | -3/+3 |
2012-08-30 | pinyconfig: actually check for --fast | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2012-08-30 | pinyconfig: adding 'rebuild unless told not to' logic | jrayhawk+piny.be@omgwallhack.org | 1 | -4/+33 |
2012-06-01 | pinyadmin: pinyconfig: allow --user to actually set things | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2012-05-01 | Adding check for UID 0 to pinyadmin commands so root can actually do things | jrayhawk+piny.be@omgwallhack.org | 3 | -4/+15 |
2012-04-11 | pinyadmin: newrepo: remove extraneous Piny::Repo ikiwiki_rebuild(). | Joe Rayhawk | 1 | -1/+0 |
2012-04-11 | pinyadmin: newrepo: use full Piny::Repo rebuild(); | Joe Rayhawk | 1 | -2/+2 |
2012-02-01 | newpasshash: calling usermod with the correct flag might help | Joe Rayhawk | 1 | -1/+1 |
2012-01-27 | Initial shot at web-friendly (sadly PAM unfriendly...) password modification. | Joe Rayhawk | 2 | -0/+17 |
2011-12-08 | pinyadmin: adding piny-ikiwiki-mass-rebuild | Joe Rayhawk | 1 | -0/+8 |
2011-06-29 | Switch umask back to 0022 because 0027 breaks everything and I don't remember... | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-06-01 | newrepo: migrating rebuild logic out of Repo.pm and making --enable/disable-i... | Joe Rayhawk | 2 | -14/+38 |
2011-06-01 | Not the right place for this. | Joe Rayhawk | 1 | -15/+4 |
2011-05-31 | Real option parsing. | Julian Blake Kongslie | 1 | -4/+15 |
2011-05-30 | Adding primitive cloning support | Joe Rayhawk | 1 | -4/+15 |
2011-05-24 | Attempt to support core.sharedRepository | Joe Rayhawk | 1 | -0/+1 |
2011-05-11 | Inhibit some tweakables from being in the all-tweakables list, and display | Julian Blake Kongslie | 1 | -1/+6 |
2011-05-11 | Support listing all tweakables. | Julian Blake Kongslie | 1 | -18/+30 |
2011-05-11 | Making rebuildrepo user-usable and user-safe. | Joe Rayhawk | 3 | -13/+23 |
2011-04-27 | Renaming piny.newuseremail to piny.adminemail | jrayhawk+piny.be@omgwallhack.org | 3 | -3/+3 |
2011-04-27 | rmrepo: fixing rest of the email. | jrayhawk+piny.be@omgwallhack.org | 1 | -4/+4 |
2011-04-27 | rmrepo: fixing use of <<END | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-04-27 | Emails for creating and removing repos. | Julian Blake Kongslie | 2 | -0/+32 |
2011-04-27 | Notification emails for new users. | Julian Blake Kongslie | 1 | -0/+18 |
2011-04-24 | Adding new <32 character limit to usernames | Joe Rayhawk | 1 | -4/+4 |
2011-04-24 | Merge branch 'master' of piny.be:/srv/git/piny-code | Joe Rayhawk | 2 | -5/+24 |
2011-04-24 | Switching ikiwiki- username/group over to iki-; untested and requires a mass ... | Joe Rayhawk | 1 | -3/+3 |
2011-04-20 | Hard-coding gid for newuser | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-04-20 | Use the right variable name so pinyconfig actually compiles | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-04-20 | Allow changes to .gitconfig using pinyconfig interface. | Julian Blake Kongslie | 1 | -5/+11 |
2011-04-20 | Create .gitconfig for new users. | Julian Blake Kongslie | 1 | -0/+13 |
2011-04-15 | Get rid of extraneous manpage logic now that createuser doesn't exist | Joe Rayhawk | 1 | -1/+0 |
2011-04-15 | Remove createuser so we stop conflicting with postgres-client packages | Joe Rayhawk | 3 | -6/+3 |
2011-02-01 | Add SSH key management commands to pinyhelp | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+4 |
2011-02-01 | Adding cgit url to output of newrepo command | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+1 |
2011-02-01 | Adding lsaccess and lsrepo to piny documentation | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+3 |
2011-02-01 | Adding a help command for use in pinyshell | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+16 |
2011-01-21 | Adding noninteractive mode to newrepo | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+10 |
2011-01-15 | Making interactive use of newuser work again. | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2010-12-27 | Merge branch 'master' of ssh://piny/srv/git/piny-code | Julian Blake Kongslie | 1 | -8/+6 |
2010-12-27 | More standards-version stuff, feh. | Julian Blake Kongslie | 1 | -0/+6 |
2010-12-27 | Standards version. | Julian Blake Kongslie | 1 | -1/+1 |
2010-12-27 | Make failures for newuser more explicit. | jrayhawk+piny.be@omgwallhack.org | 1 | -8/+6 |