aboutsummaryrefslogtreecommitdiff
path: root/src/libnpass/libnpass.c
Commit message (Collapse)AuthorAgeFilesLines
* libnpass/pass_gen_set: use static qualifiersinanmohd2024-04-221-3/+2
|
* c: improve error reportingsinanmohd2024-04-201-12/+12
|
* libnpass/openstore: use int instead of pass_store_t for error handlingsinanmohd2024-04-191-8/+7
|
* libnpass: readstore_all -> pass_readstore_allsinanmohd2024-04-181-1/+1
|
* c: improve error reportingsinanmohd2024-04-171-1/+1
|
* c: rename error reporting marcossinanmohd2024-04-171-40/+40
|
* npass: refactorsinanmohd2024-04-171-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: refactorsinanmohd2024-04-161-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: refactorsinanmohd2024-04-151-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: refactorsinanmohd2024-04-151-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 snprintfsinanmohd2024-04-121-24/+24
|
* libnpass: improve backward compatibility with original passsinanmohd2024-04-111-0/+16
|
* c: check string truncation when using snprintfsinanmohd2024-04-111-5/+10
|
* c/format: initsinanmohd2024-04-111-52/+57
|
* c: declare local functions as staticsinanmohd2024-04-101-12/+12
|
* libnpass/readstore_all/len: PATH_MAX -> 64sinanmohd2024-04-101-1/+2
|
* src: avoid unnecessary sizeof() - 1sinanmohd2024-04-101-6/+6
|
* libnpass: better error messagessinanmohd2024-04-091-4/+10
|
* pass/ls: initsinanmohd2024-04-091-2/+168
|
* libnpass/pass_gen_set/PASS_GEN_PRINT: add missing upper alphabetsinanmohd2024-04-071-0/+1
|
* pass/gen: initsinanmohd2024-04-071-0/+36
|
* util: refactor error reportingsinanmohd2024-04-071-21/+21
|
* meson: split ./includesinanmohd2024-04-061-2/+4
|
* meson: keep source files under ./srcsinanmohd2024-04-061-0/+202