aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* npassd/service/ReadAlias: initsinanmohd2024-05-011-0/+4
|
* npassd/service/service_free: free collectionssinanmohd2024-05-011-0/+1
|
* npassd/collection: initsinanmohd2024-04-283-1/+25
|
* npassd/session: refactorsinanmohd2024-04-272-13/+12
| | | | - mak use of list(3)
* npassd/db: initsinanmohd2024-04-222-0/+5
|
* libnpass: refactor set_pass_dir to pass_store_path_setsinanmohd2024-04-221-0/+1
|
* npassd/session: free session when owner service disconnects from the bussinanmohd2024-04-211-1/+4
|
* npassd: initsinanmohd2024-04-203-0/+34
|
* libnpass: readstore_all -> pass_readstore_allsinanmohd2024-04-181-1/+1
|
* c: rename error reporting marcossinanmohd2024-04-171-3/+3
|
* npass: refactorsinanmohd2024-04-172-3/+5
| | | | | | | | 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-5/+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/util: refactorsinanmohd2024-04-151-1/+1
| | | | | | | | 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
* c/format: initsinanmohd2024-04-113-10/+12
|
* c: wrap multi line macros inside do whilesinanmohd2024-04-101-4/+5
| | | | https://man.openbsd.org/style
* libnpass: define PASS_DEF_LENsinanmohd2024-04-101-0/+2
|
* pass/ls: initsinanmohd2024-04-091-0/+20
|
* libnpass/pass_gen_t: PASS_GEN_PRINT -> PASS_GEN_GRAPHsinanmohd2024-04-081-1/+1
|
* libnpass/pass_gen_t: PASS_GEN_ALPHA -> PASS_GEN_ALNUMsinanmohd2024-04-071-1/+1
|
* pass/gen: initsinanmohd2024-04-071-0/+8
|
* util: refactor error reportingsinanmohd2024-04-071-4/+2
|
* meson: split ./includesinanmohd2024-04-064-10/+5
|
* meson: initsinanmohd2024-04-063-0/+31