- Sep 01, 2023
- Aug 29, 2023
-
- Dec 19, 2022
-
-
ale authored
Prevents us from making 4-5 concurrent requests (or fallbacks to decryption from database) for the same user when clients like Thunderbird connect.
-
ale authored
-
ale authored
Breaking API change, adding a "session_id" field to Open and Close calls. Multiple sessions can be attached to the same decrypted key, each expiring (or being closed) independently: the key will only be dropped when the last session terminates.
-
- Sep 13, 2022
-
-
ale authored
Using a *yaml.Node does not work.
-
- Sep 12, 2022
-
-
ale authored
-
- Dec 06, 2019
-
-
ale authored
The messages should look less confusing now, as the phrasing for expected errors has been changed.
-
- Apr 02, 2019
-
-
ale authored
-
- Apr 01, 2019
-
-
ale authored
Introduces the "sql" backend, and refactors backends behind a nicer interface (which looks a lot like the one in id/auth). Users can define arbitrary SQL queries to fetch the key data, to adapt to their database schema. Include vendored dependencies for sqlite3/mysql/postgres.
-
- Nov 20, 2018
-
-
ale authored
-
- Nov 16, 2018
-
-
ale authored
Sets 'noauthenticate', and prefixes the private key with the userdb_ prefix as it should.
-
- Jun 28, 2018
-
-
ale authored
-
- Feb 16, 2018
-
-
ale authored
-
- Jan 13, 2018
- Jan 12, 2018
-
-
ale authored
The dovecot-keylookupd is a dict-proxy dovecot lookup daemon, which can read public and private keys from the LDAP backend and use them for Dovecot userdb / passdb lookups.
-