Menu

Tree [334edc] master /
 History

HTTPS access


File Date Author Commit
 CodeBlocks 2014-07-10 Andrey Kuznetsov Andrey Kuznetsov [8da441] * FIxed GCC warnings about unused variables
 CodeLite 2013-06-08 ronys ronys [9fc7d1] Second part of rearrangement
 Misc 2014-07-28 ronys ronys [e9428e] Fixed make-latest.pl to work correctly with git
 Xcode 2014-06-24 Saurav Ghosh Saurav Ghosh [36e837] A new Xcode5-specific project file
 docs 2014-09-13 c-273@users.surceforge.net c-273@users.surceforge.net [334edc] Fix for BR 1211: Two read only checkbox issues
 help 2014-07-26 Rony Shapiro Rony Shapiro [7f3eda] Revert "Updated Russian help"
 install 2014-07-19 ronys ronys [64ff69] Prepare Liunx 0.94 release
 old-sln 2014-02-16 ronys ronys [371633] [1165] Remove execute permission where irrelevant.
 src 2014-09-13 c-273@users.surceforge.net c-273@users.surceforge.net [334edc] Fix for BR 1211: Two read only checkbox issues
 xml 2014-02-12 ronys ronys [a0ca83] Added copyright notices where missing
 .gitignore 2014-03-17 c-273 c-273 [b5c08e] Move coretest to its own VS2012 solution as not...
 LICENSE 2014-07-12 ronys ronys [101b50] Assert collective-work copyright on project cod...
 Makefile 2014-02-16 ronys ronys [371633] [1165] Remove execute permission where irrelevant.
 Makefile.linux 2014-07-19 ronys ronys [64ff69] Prepare Liunx 0.94 release
 Makefile.macos 2013-06-08 ronys ronys [9fc7d1] Second part of rearrangement
 Makefile.windows 2014-08-19 ronys ronys [eef887] [BR1210] CurrentFile preference is updated soon...
 README.LINUX 2014-02-16 ronys ronys [371633] [1165] Remove execute permission where irrelevant.
 README.LINUX.DEVELOPERS.txt 2014-02-08 ronys ronys [89421c] Get build and rpm creation to work under Fedora 20
 README.MAC.DEVELOPERS.txt 2013-12-23 ronys ronys [682d06] More nits on README for MAC developers
 README.WINDOWS.DEVELOPERS.html 2014-03-03 c-273@users.surceforge.net c-273@users.surceforge.net [4400c7] Support VS2013 and deal with MS's deprecation o...
 README.txt 2013-11-19 ronys ronys [5e069a] Bugfix 1143 - Clarify the provenance of PAsswor...
 pwsafe-12.sln 2014-03-17 c-273 c-273 [b5c08e] Move coretest to its own VS2012 solution as not...
 pwsafe.sln 2014-03-17 c-273 c-273 [b5c08e] Move coretest to its own VS2012 solution as not...
 pwsafe_wx-12.sln 2014-03-16 c-273@users.surceforge.net c-273@users.surceforge.net [3db05f] Fix the VS2012/V2013 build configurations and t...
 pwsafe_wx.sln 2014-03-16 c-273@users.surceforge.net c-273@users.surceforge.net [3db05f] Fix the VS2012/V2013 build configurations and t...

Read Me

1. Introduction:
The Linux port of PasswordSafe is currently in BETA.
This means that (1) you should take care to keep copies of the
database to protect against possible loss of data due to bugs, and (2)
there are several unimplemented features. Nonetheless, we feel that
this is good enough to release as an early beta to gather feedback
from a wider audience.

2. Supported Distributions:
Currently Debian 7.0, Ubuntu 13.04 and Fedora 19 are supported, 32 and
64 bit systems.

3. Installation on Debian or Ubuntu:
3.1 Download the .deb file that corresponds to your distribution.
3.2 Install it using dpkg:
$ sudo dpkg -i passwordsafe-*.deb
Dpkg will complain if prerequisite packages are missing. To install
the missing packages:
$ sudo aptitude install missing-pkgX missing-pkgY

4. Installation on Fedora:
3.1 Download the .rpm file that corresponds to your distribution.
3.2 Install it using yum:
$ sudo yum install passwordsafe-*.rpm

5. Reporting bugs:
Please submit bugs via
https://sourceforge.net/tracker/?func=add&group_id=41019&atid=429579
Set the Category field to Linux to help ensure timely response.