Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c: check string truncation when using snprintf | sinanmohd | 2024-04-11 | 3 | -9/+16 |
| | |||||
* | libnpass/util: fix off by one error | sinanmohd | 2024-04-11 | 1 | -2/+2 |
| | |||||
* | c/format: init | sinanmohd | 2024-04-11 | 9 | -97/+119 |
| | |||||
* | meson/test/npass: init | sinanmohd | 2024-04-11 | 2 | -1/+4 |
| | |||||
* | 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 | 2 | -9/+12 |
| | | | | https://man.openbsd.org/style | ||||
* | npass/gen: only append newline if stdout isatty | sinanmohd | 2024-04-10 | 1 | -1/+1 |
| | |||||
* | libnpass: define PASS_DEF_LEN | sinanmohd | 2024-04-10 | 2 | -1/+3 |
| | |||||
* | npass/help: follow bsd style usage patterns | sinanmohd | 2024-04-10 | 1 | -12/+13 |
| | | | | https://man.openbsd.org/style | ||||
* | c: declare local functions as static | sinanmohd | 2024-04-10 | 3 | -26/+26 |
| | |||||
* | readme/installation/nix: init | sinanmohd | 2024-04-10 | 1 | -5/+14 |
| | |||||
* | flake/pkgs/npass: init | sinanmohd | 2024-04-10 | 2 | -4/+42 |
| | |||||
* | npass/ls: remove depth_state from args and make it static | sinanmohd | 2024-04-10 | 1 | -6/+7 |
| | |||||
* | flake/shell/pkgs: add ccls | sinanmohd | 2024-04-10 | 1 | -1/+1 |
| | |||||
* | npass/main: better error repotting | sinanmohd | 2024-04-10 | 1 | -1/+1 |
| | |||||
* | libnpass/readstore_all/len: PATH_MAX -> 64 | sinanmohd | 2024-04-10 | 1 | -1/+2 |
| | |||||
* | npass/ls/depth_state_len: NAME_MAX -> 16 | sinanmohd | 2024-04-10 | 1 | -3/+4 |
| | |||||
* | src: avoid unnecessary sizeof() - 1 | sinanmohd | 2024-04-10 | 3 | -8/+8 |
| | |||||
* | readme: add npass.png | sinanmohd | 2024-04-10 | 1 | -0/+2 |
| | |||||
* | npass: better mimic behaviour of the original pass | sinanmohd | 2024-04-09 | 1 | -8/+17 |
| | |||||
* | libnpass: better error messages | sinanmohd | 2024-04-09 | 1 | -4/+10 |
| | |||||
* | pass/ls: init | sinanmohd | 2024-04-09 | 5 | -5/+261 |
| | |||||
* | libnpass/pass_gen_t: PASS_GEN_PRINT -> PASS_GEN_GRAPH | sinanmohd | 2024-04-08 | 2 | -6/+6 |
| | |||||
* | meson: clean up | sinanmohd | 2024-04-07 | 1 | -1/+0 |
| | |||||
* | flake: clean up | sinanmohd | 2024-04-07 | 1 | -1/+2 |
| | |||||
* | libnpass/pass_gen_set/PASS_GEN_PRINT: add missing upper alphabet | sinanmohd | 2024-04-07 | 1 | -0/+1 |
| | |||||
* | libnpass/pass_gen_t: PASS_GEN_ALPHA -> PASS_GEN_ALNUM | sinanmohd | 2024-04-07 | 2 | -2/+2 |
| | |||||
* | readme: init | sinanmohd | 2024-04-07 | 1 | -0/+40 |
| | |||||
* | pass/gen: init | sinanmohd | 2024-04-07 | 3 | -1/+94 |
| | |||||
* | util: refactor error reporting | sinanmohd | 2024-04-07 | 5 | -57/+56 |
| | |||||
* | meson: set c standard and _POSIX_C_SOURCE | sinanmohd | 2024-04-07 | 1 | -1/+10 |
| | |||||
* | meson: split ./include | sinanmohd | 2024-04-06 | 8 | -15/+13 |
| | |||||
* | meson: keep source files under ./src | sinanmohd | 2024-04-06 | 7 | -2/+2 |
| | |||||
* | meson: init | sinanmohd | 2024-04-06 | 13 | -18/+38 |
| | |||||
* | flake: bump flake.lock | sinanmohd | 2024-04-06 | 1 | -3/+3 |
| | |||||
* | flake/shell: set PASSWORD_STORE_DIR to dev_pass | sinanmohd | 2024-04-06 | 1 | -1/+1 |
| | |||||
* | licence: init gpl3 | sinanmohd | 2024-03-18 | 1 | -0/+674 |
| | |||||
* | pass.c: check argc instead of argv | sinanmohd | 2023-12-31 | 1 | -4/+4 |
| | |||||
* | pass/rm: init | sinanmohd | 2023-12-31 | 5 | -2/+56 |
| | |||||
* | pass/add: trim gpg fingerprint | sinanmohd | 2023-12-30 | 3 | -0/+14 |
| | |||||
* | pass: support unlimited password length | sinanmohd | 2023-12-30 | 5 | -30/+20 |
| | |||||
* | pass_util/add: better error messages | sinanmohd | 2023-12-30 | 1 | -1/+1 |
| | |||||
* | pass_util/getpass: size_t -> ssize_t | sinanmohd | 2023-12-30 | 2 | -3/+3 |
| | |||||
* | pass/cat: gpg fingerprint is not needed | sinanmohd | 2023-12-30 | 3 | -28/+5 |
| | |||||
* | pass.c: if allocation fails don't check for NULL and free | sinanmohd | 2023-12-30 | 1 | -5/+1 |
| | |||||
* | pass.c/cat: print newline if output is a terminal | sinanmohd | 2023-12-30 | 1 | -2/+8 |
| | |||||
* | pass.c: if no command is given assume cat | sinanmohd | 2023-12-30 | 1 | -1/+3 |
| | |||||
* | pass/add: init | sinanmohd | 2023-12-30 | 6 | -4/+161 |
| | |||||
* | pass_util/getpass: init | sinanmohd | 2023-12-30 | 2 | -0/+26 |
| | |||||
* | pass.c/cat: move to a function | sinanmohd | 2023-12-30 | 1 | -5/+13 |
| |