summaryrefslogtreecommitdiff
path: root/security/password-store
AgeCommit message (Collapse)AuthorFilesLines
2015-02-15Update security/password-store to 1.6.5gls3-7/+8
Upstream changes: ================= Release 1.6.5. Changes: == Features == * Support Gpg4win alongside Cygwin == Bug Fixes == * Work around unit tests bug with GnuPG 2.1.0 and 2.1.1 * Manually migrate unit tests keys to GnuPG 2.1 series * Restore support GnuPG 2.0 series Release 1.6.4. Changes: == Features == * "add" is an alias of "insert" * `pass edit` will no longer make a commit if the password does not change * Symbolic links are now followed * Remove gpg agent check, due to the auto-starting gpg-agent in GnuPG 2.1 == Bug Fixes == * Avoid trailing slash in `pass grep` * Account for $CLIP_TIME in messages * revelation2pass, keepassx2pass, and other script improvements * Fix .gpg extension in tree listings, and preserve colors * Improved support for getopt on OSX * Updates for zsh and fish completion autoloading * Always preserve TTY for pinentry * Only use encryption subkeys * Better clip error messages * No longer use hidden recipients
2015-01-05Forgot to add / commit options.mkimil2-2/+19
2015-01-05Comment out options.mk until imil has time to add it.wiz1-2/+2
2015-01-02Initial import of password-store, version 1.6.3, into the NetBSD Packagesimil5-0/+142
Collection. Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities. pass makes managing these individual password files extremely easy. All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It's capable of temporarily putting passwords on your clipboard and tracking password changes using git