A fully compatible passwordsafe implementation
pws aims to be a fully compatible passwordsafe implementation.
heart of the project is libpws, a general library for reading and
writing passwordsafe compatible files. currently passwordsafe files
format v2 and passwordsafe files format v3.2 are supported.
Authors:
--------
Timo Benk
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:darix/pws && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pws-0.3.1.tar.bz2 | 0000206997 202 KB | |
pws.changes | 0000004419 4.32 KB | |
pws.spec | 0000003316 3.24 KB |
Revision 12 (latest revision is 13)
Marcus Rueckert (darix)
committed
(revision 12)
- update to 0.3.1 bugs fixed: - some qt versions seem to have problems with malloc_secure()/free_secure(). the management of secured memory regions was rearranged to use a simple linked list instead of storing the size information directly inside of the allocated memory object. this should fix these qt issues. - on recent debian versions the mainwindow is immediately closed when a database was opened. - secmem.cpp removed. It seems for me, that it is not possible to manage memory allocation inside an arbitrary lib by overwriting new/delete operators without risking unexpected crashes. features added: - search box - system tray icon support - merge support added - file locking support (*.plk)
Comments 0