Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libnpass: refactor set_pass_dir to pass_store_path_set | sinanmohd | 2024-04-22 | 1 | -44/+34 |
| | |||||
* | libnpass/pass_gen_set: use static qualifier | sinanmohd | 2024-04-22 | 1 | -3/+2 |
| | |||||
* | c: improve error reporting | sinanmohd | 2024-04-20 | 1 | -12/+12 |
| | |||||
* | libnpass/openstore: use int instead of pass_store_t for error handling | sinanmohd | 2024-04-19 | 1 | -8/+7 |
| | |||||
* | libnpass: readstore_all -> pass_readstore_all | sinanmohd | 2024-04-18 | 1 | -1/+1 |
| | |||||
* | c: improve error reporting | sinanmohd | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | c: rename error reporting marcos | sinanmohd | 2024-04-17 | 1 | -40/+40 |
| | |||||
* | npass: refactor | sinanmohd | 2024-04-17 | 1 | -8/+16 |
| | | | | | | | | https://www.kernel.org/doc/html/v4.10/process/coding-style.html - Function return values and names (-Exxx = failure, 0 = success) for imperative commands (0 = failure, non-zero = success) for predicates | ||||
* | libnpass: refactor | sinanmohd | 2024-04-16 | 1 | -151/+153 |
| | | | | | | | | https://www.kernel.org/doc/html/v4.10/process/coding-style.html - Function return values and names (-Exxx = failure, 0 = success) for imperative commands (0 = failure, non-zero = success) for predicates | ||||
* | libnpass/util: refactor | sinanmohd | 2024-04-15 | 1 | -2/+2 |
| | | | | | | | | https://www.kernel.org/doc/html/v4.10/process/coding-style.html - Function return values and names (-Exxx = failure, 0 = success) for imperative commands (0 = failure, non-zero = success) for predicates | ||||
* | libnpass/gpg: refactor | sinanmohd | 2024-04-15 | 1 | -4/+4 |
| | | | | | | | | | | https://www.kernel.org/doc/html/v4.10/process/coding-style.html - Centralized exiting of functions (goto cleanup) - Function return values and names (-Exxx = failure, 0 = success) for imperative commands (0 = failure, non-zero = success) for predicates - avoid macros that affect control flow | ||||
* | c: properly handle return value of snprintf | sinanmohd | 2024-04-12 | 1 | -24/+24 |
| | |||||
* | libnpass: improve backward compatibility with original pass | sinanmohd | 2024-04-11 | 1 | -0/+16 |
| | |||||
* | c: check string truncation when using snprintf | sinanmohd | 2024-04-11 | 1 | -5/+10 |
| | |||||
* | c/format: init | sinanmohd | 2024-04-11 | 1 | -52/+57 |
| | |||||
* | c: declare local functions as static | sinanmohd | 2024-04-10 | 1 | -12/+12 |
| | |||||
* | libnpass/readstore_all/len: PATH_MAX -> 64 | sinanmohd | 2024-04-10 | 1 | -1/+2 |
| | |||||
* | src: avoid unnecessary sizeof() - 1 | sinanmohd | 2024-04-10 | 1 | -6/+6 |
| | |||||
* | libnpass: better error messages | sinanmohd | 2024-04-09 | 1 | -4/+10 |
| | |||||
* | pass/ls: init | sinanmohd | 2024-04-09 | 1 | -2/+168 |
| | |||||
* | libnpass/pass_gen_set/PASS_GEN_PRINT: add missing upper alphabet | sinanmohd | 2024-04-07 | 1 | -0/+1 |
| | |||||
* | pass/gen: init | sinanmohd | 2024-04-07 | 1 | -0/+36 |
| | |||||
* | util: refactor error reporting | sinanmohd | 2024-04-07 | 1 | -21/+21 |
| | |||||
* | meson: split ./include | sinanmohd | 2024-04-06 | 1 | -2/+4 |
| | |||||
* | meson: keep source files under ./src | sinanmohd | 2024-04-06 | 1 | -0/+202 |