Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libnpass/gpg: make key a NULL-terminated array | sinanmohd | 2024-04-11 | 1 | -6/+6 |
| | | | | | | | | | | GPGME_DEBUG to the rescue. this bug caused pass gen and add to fail when building with gcc and optimization set to anything other than 0. https://www.gnupg.org/documentation/manuals/gpgme/Encrypting-a-Plaintext.html > Function: gpgme_error_t gpgme_op_encrypt ... > ... > recp must be a NULL-terminated array of keys | ||||
* | c: wrap multi line macros inside do while | sinanmohd | 2024-04-10 | 1 | -5/+7 |
| | | | | https://man.openbsd.org/style | ||||
* | c: declare local functions as static | sinanmohd | 2024-04-10 | 1 | -4/+4 |
| | |||||
* | util: refactor error reporting | sinanmohd | 2024-04-07 | 1 | -18/+18 |
| | |||||
* | meson: split ./include | sinanmohd | 2024-04-06 | 1 | -2/+2 |
| | |||||
* | meson: keep source files under ./src | sinanmohd | 2024-04-06 | 1 | -0/+130 |