summaryrefslogtreecommitdiff
path: root/pinyweb/cgi-bin
AgeCommit message (Collapse)AuthorFilesLines
2023-03-09newrepo: scalar()ize last of CGI parametersJoe Rayhawk1-2/+2
2021-03-11pinyweb: delay STDERR redirect until we're properly ready for itJoe Rayhawk10-20/+20
2018-11-27pinyweb: newuser: remove google's broken captcha apiJoe Rayhawk1-15/+11
2018-09-24pinyweb: scalarizing CGI params because perlJoe Rayhawk11-29/+29
Because not everyone wants to Perl Jam.
2015-07-02pinyweb: newuser.cgi: fix recaptcha logicJoe Rayhawk1-21/+20
2014-12-15pinyweb: newuser.cgi: add recaptcha supportjrayhawk+piny.be@omgwallhack.org1-0/+22
2012-01-27Initial shot at web-friendly (sadly PAM unfriendly...) password modification.Joe Rayhawk1-0/+41
2011-06-01Adding cgi support for source reposJoe Rayhawk1-15/+17
2011-06-01newrepo.cgi: adding support for --enable/disable-ikiwikiJoe Rayhawk1-2/+14
2011-05-24Add piny-suid-ified cgit cgijrayhawk+piny.be@omgwallhack.org1-0/+6
2011-05-12pinyweb: making '0' an acceptable variable valueJoe Rayhawk7-8/+8
2011-05-12pinyconfig.cgi: enabling variable listingJoe Rayhawk1-0/+4
2011-05-12Add lsaccess.cgi and lsrepo.cgijrayhawk+piny.be@omgwallhack.org2-0/+42
2011-05-12Adding pinyconfig.cgi and rebuildrepo.cgiJoe Rayhawk2-0/+44
2011-05-04Merge branch 'master' of ssh://piny/srv/git/piny-codeJulian Blake Kongslie1-2/+2
2011-05-04Fix some encoding bugs.Julian Blake Kongslie1-16/+20
2011-04-27newuser.cgi: switching Convert::Base32 syntax over to MIME::Base32 syntaxjrayhawk+piny.be@omgwallhack.org1-2/+2
2011-04-27joe is a whiny baby who doesn't want password sent in cleartextJulian Blake Kongslie1-4/+17
2011-04-20introduce some semblance of security for the newuser cgi.Julian Blake Kongslie1-2/+9
2011-02-03Rough stab at hmacing newuser.cgijrayhawk+piny.be@omgwallhack.org1-13/+36
2011-01-21Adding 2>1 to newuser for more obvious errors.jrayhawk+piny.be@omgwallhack.org1-0/+2
2011-01-21If you're going to replace something working with something broken, do it ↵jrayhawk+piny.be@omgwallhack.org1-83/+19
somewhere other than master. This reverts commits 145dd509a0ed40be03e8b1372cee183703344b36 53d9d204ac838f6f2e2c46d4c9a764dc53427e45 e7dfef272790cf79cce19e3459363e6ee95f73d5 0a34bdd06065f320bd23ef47aa03fecc44a59bfd 666f8065cd416870d236ae2063dd836fb35d18a0
2011-01-21Adding slew of simple piny-suid cgisjrayhawk+piny.be@omgwallhack.org4-4/+71
2011-01-21Switching newrepo cgi to use --batch interfacejrayhawk+piny.be@omgwallhack.org1-1/+1
2011-01-18Merge branch 'master' of piny.be:/srv/git/piny-codeIan Duffe1-3/+6
Conflicts: pinyweb/cgi-bin/newuser.cgi
2011-01-18Adding BEGIN phrase to newuser.cgiIan Duffe1-0/+7
2011-01-18Merge branch 'master' of piny.be:/srv/git/piny-codejrayhawk+piny.be@omgwallhack.org1-16/+22
2011-01-18Adding crazy sudo modifications to pinywebjrayhawk+piny.be@omgwallhack.org1-19/+82
2011-01-18Another newuser.cgi updateIan Duffe1-2/+7
2011-01-18Okay, newuser.cgi is almost finished now.joanofarctangent@gmail.com1-23/+66
2011-01-18Merge branch 'master' of piny.be:/srv/git/piny-codejoanofarctangent@gmail.com1-3/+3
2011-01-18More status code changes.Julian Blake Kongslie1-3/+3
2011-01-18Merge branch 'master' of piny.be:/srv/git/piny-codejoanofarctangent@gmail.com1-1/+1
2011-01-18and another oneJulian Blake Kongslie1-1/+1
2011-01-18Merge branch 'master' of piny.be:/srv/git/piny-codejoanofarctangent@gmail.com1-1/+1
2011-01-18more access controlJulian Blake Kongslie1-1/+1
2011-01-18One more header.Julian Blake Kongslie1-1/+1
2011-01-18Merge branch 'master' of piny.be:/srv/git/piny-codejoanofarctangent@gmail.com1-15/+21
2011-01-18Do something more reasonable with OPTIONS requests.Julian Blake Kongslie1-15/+21
2011-01-18Merge branch 'master' of piny.be:/srv/git/piny-codejoanofarctangent@gmail.com2-0/+41
2011-01-18Committing half-finished changes to newuser.cgi because Jules is a jerkjoanofarctangent@gmail.com1-5/+11
2011-01-18Adding a CGI for doing AJAX-style live validation of constraints.Julian Blake Kongslie1-0/+41
2011-01-18Permissions on newuser.cgi for ease of testing.Julian Blake Kongslie1-0/+0
2011-01-09Move cgi-bin resources into cgi-bin/piny/ and cgi-bin/piny/authjrayhawk+piny.be@omgwallhack.org2-0/+0
2010-12-30Revert "Some minor reorg."Joe Rayhawk2-0/+0
This makes newuser.cgi usable again. This reverts commit 3e9efc02288fd4cd386f825adf9017d6117e6383.
2010-12-30Some minor reorg.Julian Blake Kongslie2-0/+0
2010-12-30Fix up syntax on cgisjrayhawk+piny.be@omgwallhack.org2-11/+37
2010-12-27Cleaning up syntax in piny-newuser.cgijrayhawk+piny.be@omgwallhack.org1-3/+1
2010-12-27Add a tentative newuser cgi.jrayhawk+piny.be@omgwallhack.org1-2/+27
2010-12-21Adding build and config infrastructure for Piny CGIsjrayhawk+piny.be@omgwallhack.org1-0/+9