]> git.cameronkatri.com Git - cgit.git/history - filters/simple-authentication.lua
global: replace references to 'sha1' with 'oid'
[cgit.git] / filters / simple-authentication.lua
2019-01-03 Jason A. Donenfeldfilters: migrate from luacrypto to luaossl
2018-07-15 Jason A. Donenfeldauth-filters: use crypt() in simple-authentication
2018-07-15 Jason A. Donenfeldauth-filters: generate secret securely
2018-07-14 Jason A. Donenfeldauth-filters: do not use HMAC-SHA1
2015-03-05 Jason A. Donenfeldsimple-authentication.lua: tie secure cookies to field...
2014-01-22 Jason A. Donenfeldsimple-authentication: style
2014-01-17 Jason A. Donenfeldauth: document tweakables in lua script
2014-01-16 Jason A. Donenfeldauth: have cgit calculate login address
2014-01-16 Jason A. Donenfeldauth: lua string comparisons are time invariant
2014-01-16 Jason A. Donenfeldauthentication: use hidden form instead of referer
2014-01-16 Jason A. Donenfeldauth: add basic authentication filter framework