summaryrefslogtreecommitdiff
path: root/security/MyPasswordSafe
AgeCommit message (Collapse)AuthorFilesLines
2017-09-26*: remove qt3 and the packages using it, including KDE3wiz15-239/+0
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories p through x.tnn1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-03-28Forward declaration must not be qualified with a namespace. Adjust.joerg2-1/+14
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-03-03More pcre PKGREVISION bumps.wiz1-2/+2
2012-03-02Fix build on SunOS.hans2-4/+16
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2011-11-22Fix build with newer GCCjoerg5-1/+57
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-08-02Fix prototype.joerg2-1/+15
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14More PKGREVISION bumps for pixman update.wiz1-2/+2
2010-06-14PKGREVISION bump for png-1.4.x shlib change.wiz1-2/+2
(missed those and *emacs* the first time round because they pull in their png dependencies via default-on options; they were included in the test bulk build though)
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-06-12Add DESTDIR support.joerg1-1/+5
2007-01-13Modular Xorg support.joerg1-1/+2
2007-01-06Updated MyPasswordSafe to 20061216.rillig3-11/+10
Changes unknown. The homepage seems to come directly from the year 2004.
2006-11-30The oracle says that FOO= ${FOO} to get the variable from the environmentjoerg2-5/+19
in Makefile is a really bad and stupid idea. Kill it.
2006-05-20Uses C++.joerg1-1/+2
2006-03-29Update to 20060326. Add options.mk file in preparation of eventualwiz3-10/+27
qt4 support (doesn't compile yet). 2006-03-26 19:06 nolan * src/serializers.cpp: Had a reported bug in which only the items in a single group got saved with a PwSafe 1.0 safe. The repro steps were: Create a safe with a few entries Save it as a PwSafe 1.0 safe Create a couple of folders Move the items into those folders Save the safe. Reopen the safe It ended up with the items from a single group instead of all the items. The cause was that I was returning from a recursive call to BlowfishLizer::saveGroup instead of only returning on an error. 2006-01-23 20:57 nolan * MyPasswordSafe.pro, MyPasswordSafe.qrc, src/aboutdlg.ui, src/main.cpp, src/manualdlg.ui, src/mypasswordsafe.ui, src/mypasswordsafe.ui.h, src/newpassphrasedlg.ui, src/passphrasedlg.ui, src/plaintextlizer.cpp, src/plaintextlizer.hpp, src/preferencesdlg.ui, src/preferencesdlg.ui.h, src/pwordeditdlg.ui, src/safe.hpp, src/safedragobject.cpp, src/safedragobject.hpp, src/safelistview.cpp, src/safelistview.hpp, src/serializers.cpp, src/startupdlgbase.ui, src/xmlserializer.cpp, src/tools/idle/idle_x11.cpp, uuid-1.0.0/Makefile, uuid-1.0.0/config.status: Converted to Qt4 2005-12-17 06:47 nolan * src/: mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h: Set the edit dialog as the active window if the user tries to edit that item a second time. Moved the future group handling for new items into MyPasswordSafe 2005-12-17 06:33 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h, safelistview.cpp: Made the add and edit dialogs non-modal Hiding during a lock now works 2005-12-17 05:03 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h, safelistview.cpp, safelistview.hpp: Attempted to hide the edit dialog when MyPS got locked, but that caused a crash so they get closed. Moved entry creation and updating to PwordEditDlg Moved the default user name and generation length into PwordEditDlg 2005-12-17 02:42 nolan * src/pwordeditdlg.ui.h, src/serializers.cpp, uuid-1.0.0/Makefile, uuid-1.0.0/config.status: Fixed the problem with the show password button; was checking for a normal echo mode 2005-11-25 00:21 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h: Lock on minimize works under WindowMaker 2005-11-24 01:23 nolan * src/mypasswordsafe.ui.h: Parented all the dialogs 2005-11-23 22:15 nolan * release/Makefile: Updated release path and upload rules 2005-11-23 11:14 nolan * src/: mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h: Had a bug in the user name and password checking in the edit dialog. Fixed that by adding an isNew attribute. 2005-11-23 08:21 nolan * src/tools/idle/: idle.cpp, idle.h, idle.pri, idle_mac.cpp, idle_win.cpp, idle_x11.cpp, win32/Makefile, win32/idleui.cpp, win32/idleui.def, win32/idleui.dll, win32/idleui.h: Added Idle from Psi to lock MyPS 2005-11-23 08:21 nolan * src/mypasswordsafe.ui, src/mypasswordsafe.ui.h, src/preferencesdlg.ui, src/preferencesdlg.ui.h, src/pwordeditdlg.ui, src/pwordeditdlg.ui.h, src/safe.cpp, src/safe.hpp, src/safelistview.cpp, src/safelistview.hpp, src/serializers.cpp, test/safe/safe.pro, test/safe/safetest.cpp: Added Idle from Psi to lock MyPS Add Password: automatically generate a new password and display it to the user Confirm changes to user name and/or password in entries Empty fields are now saved working around a bug in Password Safe Clipboard will be cleared after a specified time Generated passwords are automatically fetched 2005-11-23 08:19 nolan * MyPasswordSafe.pro: Added Idle from Psi
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-19Add DragonFly support.joerg2-1/+15
2006-01-09Does not need qt3-tools at runtime.wiz1-5/+2
Change to build dependency and bump PKGREVISION.
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen1-1/+5
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2005-11-17Update to 20050615:wiz5-84/+37
2005-06-15 04:10 nolan * src/serializers.cpp: readCBC wasn't allocating enough memory for the buffer when the string's length was a multiple of 8. This was fixed by adding one. 2005-06-15 03:32 nolan * src/serializers.cpp: Fixed a memory leak in readCBC 2005-02-07 18:04 nolan * src/: aboutdlg.ui, manualdlg.ui, newpassphrasedlg.ui, passphrasedlg.ui, preferencesdlg.ui, pwordeditdlg.ui, startupdlgbase.ui: Added accelerators 2004-12-09 01:51 nolan * release/Makefile: Removed signing from all 2004-12-09 01:49 nolan * src/safelistview.cpp: Root is no longer decorated 2004-12-09 01:48 nolan * images/help.png: Copied from Psi 2004-12-06 11:03 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, safe.cpp, safelistview.cpp, safelistview.hpp: Added in place group renaming Safe emits changed() now MyPasswordSafe is connected to Safe::changed() Added savingEnabled() slot to MyPasswordSafe 2004-12-06 08:38 nolan * src/: mypasswordsafe.ui, safelistview.cpp: Added icon to passwords 2004-12-06 08:38 nolan * MyPasswordSafe.pro, images/configure.png, images/editcopy.png, images/editcopy_1.png, images/fetch_user.png, images/file_locked.png, images/folder_new.png: Added and redid some images 2004-12-06 08:14 nolan * Makefile, README: Updated README Increased minor version number 2004-12-06 08:07 nolan * src/crypto/: bfproxy.cpp, bfproxy.hpp, cryptointerface.hpp: Added copyright notice 2004-12-06 07:34 nolan * src/: safeserializer.cpp, serializers.cpp, serializers.hpp: Used #ifdef instead of #if 2004-12-06 07:32 nolan * MyPasswordSafe.pro, src/encryptedstring.cpp, src/encryptedstring.hpp, src/myutil.cpp, src/myutil.hpp, src/safe.cpp, src/safe.hpp, src/safeserializer.cpp, src/serializers.cpp, src/serializers.hpp, src/xmlserializer.cpp, src/crypto/bfproxy.cpp, src/crypto/bfproxy.hpp, src/crypto/blowfish.cpp, src/crypto/blowfish.h, src/crypto/cryptointerface.hpp, src/crypto/sha1.cpp, src/crypto/sha1.h, src/pwsafe/PW_BlowFish.cpp, src/pwsafe/PW_BlowFish.h, src/pwsafe/Util.cpp, test/bfproxytest.build, test/bfproxytest.cpp: Moved the serializers off of Password Safe's blowfish and sha1 code Created a proxy class for Blowfish Created two serializers for big endian machines to open the borked safes Made EncryptedString use a single encryption object 2004-12-06 01:16 nolan * src/startupdlgbase.ui: Changed the shadow and shape of banner 2004-12-06 01:14 nolan * release/Makefile: Added about_banner swapping Renamed 'upload' to 'release' All just compiles, no more uploading 2004-12-06 01:01 nolan * src/aboutdlg.ui: Added logo to license 2004-12-06 01:00 nolan * images/: about_banner.png, about_banner.src.png: Branded about logo Created an unbranded src logo 2004-11-30 16:26 nolan * images/edit_remove.png: Switched it to a minus sign again, but it's based off of the new plus sign 2004-11-29 22:35 nolan * uuid-1.0.0/: Makefile, config.status: [no log message] 2004-11-29 22:35 nolan * images/: button_ok.png, edit_add.png, edit_remove.png, fileclose.png: Copied better icons from Psi 2004-11-02 17:17 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h: Connected helpAbout 2004-11-02 17:17 nolan * MyPasswordSafe.pro: Removed some spaces 2004-11-02 16:51 nolan * images/: fileclose.png, lock.png: Added 2004-11-02 16:51 nolan * Makefile: Removed domainname 2004-11-02 16:37 nolan * src/safelistview.cpp: The username is copied to the clipboard on a drag 2004-11-02 16:28 nolan * Makefile: Inced version 2004-11-02 16:27 nolan * README: Added headers and -jN 2004-11-02 16:25 nolan * src/: aboutdlg.ui, aboutdlg.ui.h, main.cpp, mypasswordsafe.ui, mypasswordsafe.ui.h: The license gets displayed the first time MyPS is ran 2004-11-02 15:57 nolan * src/: main.cpp, mypasswordsafe.ui, mypasswordsafe.ui.h: Made locking hide the main window Locking no longer prompts on a change of virtual desktops 2004-11-02 01:38 nolan * src/mypasswordsafe.ui.h: [no log message] 2004-11-01 18:42 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, startupdlgbase.ui, startupdlgbase.ui.h: The password widget gets focus after an action is selected Set the startup dialog's icon Changed a couple of the action items' text Default action sets the default safe 2004-11-01 18:23 nolan * MyPasswordSafe.pro, src/myendian.h, src/myutil.hpp, src/startupdlgbase.ui.h, src/crypto/blowfish.cpp, src/crypto/blowfish.h, src/crypto/sha1.cpp, src/crypto/sha1.h, src/pwsafe/PwsPlatform.h: Added new crypto 2004-11-01 16:54 nolan * MyPasswordSafe.pro, src/encryptedstring.cpp, src/encryptedstring.hpp, src/serializers.cpp, src/pwsafe/PW_BlowFish.cpp, src/pwsafe/PW_sha1.cpp, src/pwsafe/PW_sha1.h, src/pwsafe/Util.cpp, src/pwsafe/Util.h, src/pwsafe/sha1.cpp, src/pwsafe/sha1.h: Renamed sha1 Changed the #includes 2004-11-01 16:50 nolan * README: Removed Boost and added trademark and copyright info 2004-11-01 16:49 nolan * MyPasswordSafe.pro, README: [no log message] 2004-11-01 16:48 nolan * MyPasswordSafe.pro: Changed BlowFish to PW_BlowFish 2004-11-01 16:48 nolan * src/pwsafe/: BlowFish.cpp, BlowFish.h, PW_BlowFish.cpp, PW_BlowFish.h: Renamed 2004-11-01 16:44 nolan * COPYING: [no log message] 2004-11-01 16:34 nolan * src/: encryptedstring.cpp, encryptedstring.hpp, exception.hpp, main.cpp, mypasswordsafe.ui.h, myutil.cpp, myutil.hpp, newpassphrasedlg.ui.h, passphrasedlg.ui.h, plaintextlizer.cpp, plaintextlizer.hpp, preferencesdlg.ui.h, pwordeditdlg.ui.h, safe.cpp, safe.hpp, safedragobject.cpp, safedragobject.hpp, safelistview.cpp, safelistview.hpp, safeserializer.cpp, safeserializer.hpp, securedstring.cpp, securedstring.hpp, serializers.cpp, serializers.hpp, smartptr.cpp, smartptr.hpp, startupdlg.cpp, startupdlgbase.ui.h, uuid.cpp, uuid.hpp, xmlserializer.cpp, xmlserializer.hpp: Changed the header 2004-11-01 16:01 nolan * src/aboutdlg.ui: Changed license to GPL 2004-11-01 16:01 nolan * MyPasswordSafe.pro: [no log message] 2004-11-01 12:53 nolan * src/: mypasswordsafe.ui.h, passphrasedlg.ui.h, preferencesdlg.ui.h, pwordeditdlg.ui.h: Changed SGS to SG 2004-11-01 12:44 nolan * src/: encryptedstring.cpp, encryptedstring.hpp, main.cpp, plaintextlizer.cpp, safe.cpp, safe.hpp, safelistview.cpp, safeserializer.cpp, safeserializer.hpp, securedstring.cpp, securedstring.hpp, serializers.cpp, serializers.hpp, smartptr.cpp, smartptr.hpp, uuid.cpp, uuid.hpp, xmlserializer.hpp: Changed Semantic Gap Solutions to Semantic Gap (TM) 2004-11-01 12:39 nolan * src/: safe.cpp, safelistview.cpp, smartptr.cpp, smartptr.hpp: Replaced assert w/ Q_ASSERT Added headers to smartptr.?pp 2004-11-01 12:35 nolan * src/main.cpp: ifdefed out a print statement 2004-11-01 12:34 nolan * src/mypasswordsafe.ui.h: browseForSafe uses QFileDialog's static methods 2004-11-01 12:10 nolan * src/: aboutdlg.ui, manualdlg.ui, mypasswordsafe.ui, mypasswordsafe.ui.h, newpassphrasedlg.ui: Changed icons New safes won't ask to be saved when they're closed Changed MyPS's icon 2004-11-01 12:10 nolan * images/: button_cancel.png, button_ok.png, configure.png, contexthelp.png, edit.png, editcut.png, exit.png, fileopen.png, filesave.png, filesaveas.png, folder_new.png, help.png, redo.png, undo.png: Switched to 16x16 images 2004-11-01 12:09 nolan * MyPasswordSafe.pro: [no log message] 2004-10-31 07:32 nolan * src/pwsafe/: PwsPlatform.h, Util.h: Refactored the endian.h inclusion 2004-10-31 07:32 nolan * src/: mypasswordsafe.ui.h, safelistview.cpp: Changed the default column sizes 2004-10-31 01:38 nolan * src/: aboutdlg.ui, manualdlg.ui: Added a two contributors to credits Changed Semantic Gap (TM) Solutions to Semantic Gap (TM) 2004-10-31 01:22 nolan * release/Makefile: Added upload 2004-10-31 01:07 nolan * src/pwsafe/Util.h: Added endian.h for __APPLE__ 2004-10-30 09:41 nolan * MyPasswordSafe.pro, src/newpassphrasedlg.ui, src/passphrasedlg.ui, src/preferencesdlg.ui, src/pwordeditdlg.ui, src/startupdlgbase.ui: Added icons to buttons 2004-10-30 09:15 nolan * src/: passphrasedlg.ui, startupdlgbase.ui: Changed the dialog sizes 2004-10-30 08:58 nolan * images/keys.png: Readded 2004-10-30 08:58 nolan * MyPasswordSafe.pro, images/keys.png, src/passphrasedlg.ui, src/startupdlgbase.ui: Added keys Changed source files to use keys.png 2004-10-30 08:44 nolan * images/keys.png: new icon 2004-10-22 19:14 nolan * doc/sshots/mainwindow.jpg, src/serializers.cpp: Groupnames are converted from UTF8 2004-10-11 05:27 nolan * Makefile, src/pwsafe/PwsPlatform.h, src/pwsafe/Util.h: Applied contributed patches 2004-10-03 22:04 nolan * src/: mypasswordsafe.ui.h, safedragobject.cpp, safedragobject.hpp, safelistview.cpp, safelistview.hpp: Did some work so MyPS wouldn't segfault when dragging onto another app 2004-10-03 22:03 nolan * MyPasswordSafe.pro: Removed spaces added by Designer 2004-10-01 22:40 nolan * Makefile: Increased version number Added check for HOST 2004-10-01 22:26 nolan * src/: aboutdlg.ui, mypasswordsafe.ui, mypasswordsafe.ui.h, newpassphrasedlg.ui, passphrasedlg.ui, plaintextlizer.cpp, preferencesdlg.ui, pwordeditdlg.ui, safedragobject.cpp, safelistview.cpp, safelistview.hpp, safeserializer.cpp, xmlserializer.cpp, xmlserializer.hpp: Added some file headers Changed the button order on some dialogs Added drag and drop Finished XmlSerializer
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-06Update to 20041004, closes PR 27161:wiz2-6/+6
2004-10-03 22:04 nolan * src/: mypasswordsafe.ui.h, safedragobject.cpp, safedragobject.hpp, safelistview.cpp, safelistview.hpp: Did some work so MyPS wouldn't segfault when dragging onto another app 2004-10-03 22:03 nolan * MyPasswordSafe.pro: Removed spaces added by Designer
2004-10-06Initial import of MyPasswordSafe-20041001:wiz7-0/+144
MyPasswordSafe is a straight-forward, easy-to-use password manager that maintains compatibility with Password Safe files. MyPasswordSafe has the following features: * Safes are encrypted when they are stored to disk. * Passwords never have to be seen, because they are copied to the clipboard * Random passwords can be generated. * Window size, position, and column widths are remembered. * Passwords remain encrypted until they need to be decrypted at the dialog and file levels. * A safe can be made active so it will always be opened when MyPasswordSafe starts. * Supports Unicode in the safes * Languages supported: English and French