aboutsummaryrefslogtreecommitdiffstats
path: root/filters/simple-authentication.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* auth-filters: use crypt() in simple-authenticationJason A. Donenfeld2018-07-151-13/+6
* auth-filters: generate secret securelyJason A. Donenfeld2018-07-151-8/+42
* auth-filters: do not use HMAC-SHA1Jason A. Donenfeld2018-07-141-2/+2
* simple-authentication.lua: tie secure cookies to field namesJason A. Donenfeld2015-03-051-13/+21
* simple-authentication: styleJason A. Donenfeld2014-01-231-1/+1
* auth: document tweakables in lua scriptJason A. Donenfeld2014-01-171-0/+10
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-161-6/+1
* auth: lua string comparisons are time invariantJason A. Donenfeld2014-01-161-2/+2
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-161-79/+121
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-161-0/+225