aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* npassd/collection/aliases: initsinanmohd2024-04-291-1/+22
* c: don't NULL check before freesinanmohd2024-04-292-18/+10
* npassd/collection: initsinanmohd2024-04-286-16/+418
* npassd/session: refactorsinanmohd2024-04-272-57/+70
* npassd/service/SearchItems: init stubsinanmohd2024-04-221-0/+11
* npassd/db: initsinanmohd2024-04-223-1/+62
* libnpass: refactor set_pass_dir to pass_store_path_setsinanmohd2024-04-222-59/+53
* libnpass/pass_gen_set: use static qualifiersinanmohd2024-04-221-3/+2
* npassd/session/close: only allow owner to close sessionsinanmohd2024-04-211-1/+10
* npassd/session: free session when owner service disconnects from the bussinanmohd2024-04-212-9/+59
* npassd/service/open_session: change replay type, vs -> vosinanmohd2024-04-211-1/+1
* npassd: initsinanmohd2024-04-205-1/+237
* c: improve error reportingsinanmohd2024-04-202-13/+13
* libnpass/openstore: use int instead of pass_store_t for error handlingsinanmohd2024-04-191-8/+7
* libnpass: readstore_all -> pass_readstore_allsinanmohd2024-04-182-2/+2
* npass/ls: make sure ret is initializedsinanmohd2024-04-171-0/+1
* npass: DEF_DEPTTH -> DEF_DEPTHsinanmohd2024-04-171-4/+4
* c: improve error reportingsinanmohd2024-04-172-3/+6
* c: rename error reporting marcossinanmohd2024-04-174-66/+66
* npass: refactorsinanmohd2024-04-172-71/+92
* libnpass: refactorsinanmohd2024-04-163-159/+155
* libnpass/util/util_strtrim: safely handle 0 length C stringssinanmohd2024-04-161-1/+2
* libnpass/util: refactorsinanmohd2024-04-152-20/+25
* libnpass/gpg: refactorsinanmohd2024-04-152-35/+68
* c: properly handle return value of snprintfsinanmohd2024-04-123-28/+28
* libnpass: improve backward compatibility with original passsinanmohd2024-04-111-0/+16
* c: check string truncation when using snprintfsinanmohd2024-04-113-9/+16
* libnpass/util: fix off by one errorsinanmohd2024-04-111-2/+2
* c/format: initsinanmohd2024-04-114-86/+92
* meson/test/npass: initsinanmohd2024-04-111-1/+3
* libnpass/gpg: make key a NULL-terminated arraysinanmohd2024-04-111-6/+6
* c: wrap multi line macros inside do whilesinanmohd2024-04-101-5/+7
* npass/gen: only append newline if stdout isattysinanmohd2024-04-101-1/+1
* libnpass: define PASS_DEF_LENsinanmohd2024-04-101-1/+1
* npass/help: follow bsd style usage patternssinanmohd2024-04-101-12/+13
* c: declare local functions as staticsinanmohd2024-04-103-26/+26
* npass/ls: remove depth_state from args and make it staticsinanmohd2024-04-101-6/+7
* npass/main: better error repottingsinanmohd2024-04-101-1/+1
* libnpass/readstore_all/len: PATH_MAX -> 64sinanmohd2024-04-101-1/+2
* npass/ls/depth_state_len: NAME_MAX -> 16sinanmohd2024-04-101-3/+4
* src: avoid unnecessary sizeof() - 1sinanmohd2024-04-103-8/+8
* npass: better mimic behaviour of the original passsinanmohd2024-04-091-8/+17
* libnpass: better error messagessinanmohd2024-04-091-4/+10
* pass/ls: initsinanmohd2024-04-092-3/+238
* libnpass/pass_gen_t: PASS_GEN_PRINT -> PASS_GEN_GRAPHsinanmohd2024-04-081-5/+5
* libnpass/pass_gen_set/PASS_GEN_PRINT: add missing upper alphabetsinanmohd2024-04-071-0/+1
* libnpass/pass_gen_t: PASS_GEN_ALPHA -> PASS_GEN_ALNUMsinanmohd2024-04-071-1/+1
* pass/gen: initsinanmohd2024-04-072-1/+86
* util: refactor error reportingsinanmohd2024-04-074-53/+54
* meson: split ./includesinanmohd2024-04-064-5/+8