summaryrefslogtreecommitdiff
path: root/security/gpass/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-01-13Fix multiple useless C99isms. Should fix the build with GCC 2.95.jmmv4-0/+132
Spotted by latest NetBSD 1.6.2/i386 kristerw@'s bulk build.
2004-06-21Update to 0.4.4:jmmv1-13/+0
This is mainly a bugfix release. Sometimes EOF was not properly detected while reading the password file. This would result in an 'Line too long' error message (and some wierd behavour). Also, the current password file is now backed up before each write.
2004-05-10Update to 0.4.2:jmmv2-11/+32
Added a 'Copy Both' menu item to the 'Entry' menu that 'queues' the username and password on the clipboard. Also, this release fixes some bugs in the configure script.
2004-05-02Update to 0.4.1:jmmv2-29/+13
This release includes some HIG compliance improvements to the dialogs and other fixes (like a working .desktop file).
2004-04-29Initial import of gpass, version 0.4:jmmv2-0/+42
GPass is a simple GNOME application that lets you manage a collection of passwords. The password collection is stored in an encrypted file, protected by a master-password. Features include: * Clean and easy-to-use user interface. * Quick-search facility. * Username and password may easily be copied to the clipboard. * Encryption is done using the OpenSSL cryptographic library. * The built-in password generator helps you generate secure passwords.