aboutsummaryrefslogtreecommitdiffstats
path: root/filters/gentoo-ldap-authentication.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* filters: migrate from luacrypto to luaosslJason A. Donenfeld2019-01-031-12/+19
| | | | | | | luaossl has no upstream anymore and doesn't support OpenSSL 1.1, whereas luaossl is quite active. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* auth-filters: generate secret securelyJason A. Donenfeld2018-07-151-10/+43
| | | | | | This is much better than having the user generate it themselves. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* auth-filters: do not crash on nil usernameJason A. Donenfeld2018-07-141-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* auth-filters: do not use HMAC-SHA1Jason A. Donenfeld2018-07-141-2/+2
| | | | | | | Though SHA1 is broken, HMAC-SHA1 is still fine. But let's not push our luck; SHA256 is more sensible anyway. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Hosted on HTTPS nowJason A. Donenfeld2016-06-071-1/+1
|
* filters: Add sample gentoo scriptJason A. Donenfeld2015-03-131-0/+320