aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* readme/todo: elaborate more detailsHEADmastersinanmohd2024-05-251-2/+13
* npassd/service/ReadAlias: initsinanmohd2024-05-014-6/+127
* c/format: properly handle `ForEachMacros`sinanmohd2024-05-012-4/+7
* npassd/service/service_free: free collectionssinanmohd2024-05-013-4/+8
* npassd/collection/CreateItem: set argument typessinanmohd2024-05-011-1/+1
* npassd/collection/aliases: initsinanmohd2024-04-291-1/+22
* c: don't NULL check before freesinanmohd2024-04-292-18/+10
* npassd/collection: initsinanmohd2024-04-2810-18/+444
* npassd/session: refactorsinanmohd2024-04-274-70/+82
* npassd/service/SearchItems: init stubsinanmohd2024-04-221-0/+11
* npassd/db: initsinanmohd2024-04-228-1/+71
* libnpass: refactor set_pass_dir to pass_store_path_setsinanmohd2024-04-223-59/+54
* flake/shell/pkgs: rm self.packagessinanmohd2024-04-221-2/+0
* 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-213-10/+63
* npassd/service/open_session: change replay type, vs -> vosinanmohd2024-04-211-1/+1
* npassd: initsinanmohd2024-04-2011-9/+308
* c: improve error reportingsinanmohd2024-04-202-13/+13
* flake: bump flake.locksinanmohd2024-04-191-3/+3
* libnpass/openstore: use int instead of pass_store_t for error handlingsinanmohd2024-04-191-8/+7
* libnpass: readstore_all -> pass_readstore_allsinanmohd2024-04-183-3/+3
* 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-175-69/+69
* npass: refactorsinanmohd2024-04-174-74/+97
* libnpass: refactorsinanmohd2024-04-164-164/+157
* libnpass/util/util_strtrim: safely handle 0 length C stringssinanmohd2024-04-161-1/+2
* libnpass/util: refactorsinanmohd2024-04-153-21/+26
* 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
* readme/installation/meson: set buildtype to releasesinanmohd2024-04-111-1/+1
* 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-119-97/+119
* meson/test/npass: initsinanmohd2024-04-112-1/+4
* libnpass/gpg: make key a NULL-terminated arraysinanmohd2024-04-111-6/+6
* c: wrap multi line macros inside do whilesinanmohd2024-04-102-9/+12
* npass/gen: only append newline if stdout isattysinanmohd2024-04-101-1/+1
* libnpass: define PASS_DEF_LENsinanmohd2024-04-102-1/+3
* npass/help: follow bsd style usage patternssinanmohd2024-04-101-12/+13
* c: declare local functions as staticsinanmohd2024-04-103-26/+26
* readme/installation/nix: initsinanmohd2024-04-101-5/+14
* flake/pkgs/npass: initsinanmohd2024-04-102-4/+42
* npass/ls: remove depth_state from args and make it staticsinanmohd2024-04-101-6/+7
* flake/shell/pkgs: add cclssinanmohd2024-04-101-1/+1
* npass/main: better error repottingsinanmohd2024-04-101-1/+1
* libnpass/readstore_all/len: PATH_MAX -> 64sinanmohd2024-04-101-1/+2