summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* miscbaserock/richardipsum/cgisRichard Ipsum2014-01-281-9/+4
* We can't auth if we don't know what the cmd isRichard Ipsum2014-01-281-0/+2
* Use gitano.auth.is_authorized() in gitano-smart-httpRichard Ipsum2014-01-281-138/+1
* auth.lua require gitano.repositoryRichard Ipsum2014-01-281-0/+1
* Use gitano.auth to check auth in command.cgiRichard Ipsum2014-01-281-147/+1
* Make Makefile install auth.luaRichard Ipsum2014-01-281-1/+1
* Make gitano.auth publicRichard Ipsum2014-01-281-0/+2
* Create auth.luaRichard Ipsum2014-01-281-0/+156
* separate auth from running cmdRichard Ipsum2014-01-281-73/+63
* Revert "FOOM FATAL"Richard Ipsum2014-01-281-2/+0
* use io.write() srslyRichard Ipsum2014-01-271-2/+2
* no need to check for user anymoreRichard Ipsum2014-01-271-4/+2
* Revert "remove stream - we don't need it anymore"Richard Ipsum2014-01-271-0/+5
* change to userRichard Ipsum2014-01-271-3/+3
* set source to httpRichard Ipsum2014-01-271-1/+1
* remove stream - we don't need it anymoreRichard Ipsum2014-01-241-5/+0
* get rid of things we don't needRichard Ipsum2014-01-241-16/+3
* use envRichard Ipsum2014-01-241-1/+3
* bit more conciseRichard Ipsum2014-01-241-13/+6
* more thingsRichard Ipsum2014-01-241-37/+22
* FOOM FATALRichard Ipsum2014-01-231-0/+2
* debug and safetyRichard Ipsum2014-01-231-1/+3
* use buffer_output and move print contentRichard Ipsum2014-01-231-7/+5
* set the env vars!Richard Ipsum2014-01-231-39/+48
* improve parse_get_requestRichard Ipsum2014-01-231-6/+3
* parse and auth post requestRichard Ipsum2014-01-231-4/+23
* is_authorized and check get requests are authdRichard Ipsum2014-01-231-11/+188
* Give 403 if authorization failsRichard Ipsum2014-01-231-0/+2
* someone save the env vars!Richard Ipsum2014-01-231-1/+27
* The seed of gitan-smart-http.cgiRichard Ipsum2014-01-231-0/+3
* TODORichard Ipsum2014-01-231-0/+3
* Decode urlRichard Ipsum2014-01-231-1/+9
* Add the seed of our cgi scriptRichard Ipsum2014-01-231-0/+204
* Commit passwords to gitRichard Ipsum2014-01-231-1/+8
* Parse passwords from admin repoRichard Ipsum2014-01-231-0/+10
* Fix some indentation in usercommandRichard Ipsum2014-01-231-22/+27
* Add passwd commandRichard Ipsum2014-01-231-3/+103
* Add hash_password and check_password to utilRichard Ipsum2014-01-231-0/+16
* Fix some indentation in configRichard Ipsum2014-01-231-69/+70
* Don't use luxio.LOG_EMERG in syslogbaserock/richardipsum/log_emergRichard Ipsum2014-01-231-1/+1
* Add buffering capability to gitano.logRichard Ipsum2014-01-171-3/+50
* Cope with nil back from sio:readDaniel Silverstone2013-11-171-1/+1
* Merge branch 'master' of git://git.gitano.org.uk/gitanoDaniel Silverstone2013-11-151-0/+1
|\
| * Pass in pathsDaniel Silverstone2013-11-151-0/+1
* | Expose project clod in the lace contextDaniel Silverstone2013-11-152-1/+31
* | Fix up tabular matches to be less insaneDaniel Silverstone2013-11-151-12/+7
|/
* Also log the username and keytag in the syslog during gitano-authDaniel Silverstone2013-10-031-2/+4
* Merge remote-tracking branch 'baserock/baserock/richardipsum/syslog'Daniel Silverstone2013-10-038-13/+132
|\
| * Add syslogging to gitano-post-receive-hookbaserock/richardipsum/syslogRichard Ipsum2013-10-021-8/+29
| * Add syslogging to gitano-update-sshRichard Ipsum2013-10-021-0/+3