chiark / gitweb /
backend.py: Make FlatFileRecord._format include the trailing newline.
[chopwood] / httpauth.py
2014-04-06 Mark Wooding{cgi,cmd-cgi,httpauth}.py: Check request methods on... 1.0.3
2014-01-23 Mark Woodinghttpauth.py: Improve the CSRF token stuff.
2014-01-23 Mark Woodinghttpauth.py: Don't crash if Base-64 decoding of the...
2014-01-23 Mark Woodinghttpauth.py: Fix stupid formatting error.
2013-08-10 Mark Woodinghttpauth.py, cookies.fhtml: Randomize CSRF token to...
2013-08-10 Mark Woodinghttpauth.py: Use `base64' module's built-in character...
2013-08-10 Mark Woodinghttpauth.py: Allow configuration of the hash function.
2013-03-30 Mark Woodinghttpauth.py, cmd-cgi.py, list.fhtml: Implement explicit... 1.0.1
2013-03-30 Mark Woodinghttpauth.py: Abstract out setting the various cookie...
2013-03-09 Mark WoodingKeep track of whether a CGI request is carried over...
2013-03-08 Mark WoodingInitial commit.