Menu

Tree [1aa0ec] master /
 History

HTTPS access


File Date Author Commit
 CodeBlocks 2015-02-22 Andrey Kuznetsov Andrey Kuznetsov [5ab847] Updates in C::B project
 CodeLite 2013-06-08 ronys ronys [9fc7d1] Second part of rearrangement
 Misc 2015-03-04 Saurav Ghosh Saurav Ghosh [edf602] osx: Added C++14 compatibility
 Xcode 2015-03-04 Saurav Ghosh Saurav Ghosh [edf602] osx: Added C++14 compatibility
 docs 2015-06-14 c-273 c-273 [1aa0ec] [FR782] Configurable Notes font - 3.36.1
 help 2015-06-13 ronys ronys [e9b159] B1255 - typos in Yubikey help text
 install 2015-04-05 ronys ronys [c862a8] Czech installer texts in ANSI encoding for NSIS
 old-sln 2014-02-16 ronys ronys [371633] [1165] Remove execute permission where irrelevant.
 src 2015-06-14 c-273 c-273 [1aa0ec] [FR782] Configurable Notes font - 3.36.1
 xml 2014-02-12 ronys ronys [a0ca83] Added copyright notices where missing
 .gitignore 2014-10-02 c-273 c-273 [583903] Update Windows Helper projects to VS2013 & rena...
 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 2015-04-10 ronys ronys [abb542] Setup for 3.36 pre-release
 Makefile.macos 2013-06-08 ronys ronys [9fc7d1] Second part of rearrangement
 Makefile.windows 2015-06-14 c-273 c-273 [1aa0ec] [FR782] Configurable Notes font - 3.36.1
 README.LINUX 2014-02-16 ronys ronys [371633] [1165] Remove execute permission where irrelevant.
 README.LINUX.DEVELOPERS.txt 2015-03-14 ronys ronys [c148de] Add note re Fedora 22 build
 README.MAC.DEVELOPERS.txt 2015-03-04 Saurav Ghosh Saurav Ghosh [edf602] osx: Added C++14 compatibility
 README.WINDOWS.DEVELOPERS.html 2014-09-30 ronys ronys [365264] Rename solution, project and related files to -11
 README.txt 2013-11-19 ronys ronys [5e069a] Bugfix 1143 - Clarify the provenance of PAsswor...
 pwsafe-11.sln 2014-09-30 ronys ronys [365264] Rename solution, project and related files to -11
 pwsafe-12.sln 2014-12-19 ronys ronys [053b74] Removed obsolete DEMO-related code etc.
 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...

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.