Jonathan White 3f80134f07 Merge pull request #66 from JosefVitu/fix-tests
Fix memory leaks and typos in various tests
2016-10-29 09:18:05 -04:00
2016-10-28 18:51:09 +02:00
2016-10-05 23:03:13 -04:00
2016-10-02 21:30:17 -04:00
2016-10-02 21:50:15 -04:00
2013-03-23 21:50:23 +01:00
2013-03-24 14:16:34 +01:00

KeePassX Reboot

Travis Build Status Coverage Status

About

Fork of KeePassX that aims to incorporate stalled Pull Requests, features, and bug fixes that are not being incorporated into the main KeePassX baseline.

Additional Reboot Features

  • keepasshttp support for use with PassIFox for Mozilla Firefox and chromeIPass for Google Chrome.

KeePassHttp implementation has been forked from jdachtera's repository, which in turn was based on code from code with Francois Ferrand's keepassx-http repository.

This is a rebuild from denk-mal's keepasshttp that brings it forward to Qt5 and KeePassX v2.x.

Installation

Right now KeePassXR does not have a precompiled executable or an installation package.
So you must install it from its source code.

More detailed instructions are available in the INSTALL file or at the Wiki page.

First you must download the KeePassXR source code as ZIP file or with Git.

Generally you can build and install KeePassXR with the following commands from a Terminal in the KeePassXR folder

mkdir build
cd build
cmake -DWITH_TESTS=OFF
make
sudo make install

Clone Repository

Clone the repository to a suitable location where you can extend and build this project.

git clone https://github.com/keepassxreboot/keepassx.git

Note: This will clone the entire contents of the repository at the HEAD revision.

To update the project from within the project's folder you can run the following command:

git pull

Contributing

We're always looking for suggestions to improve our application. If you have a suggestion for improving an existing feature, or would like to suggest a completely new feature for KeePassX Reboot, please use the Issues section or our Google Groups forum.

Please review the CONTRIBUTING document for further information.

Description
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Readme 83 MiB
Languages
C++ 97.3%
CMake 1.2%
Shell 0.8%
PowerShell 0.3%
Objective-C++ 0.3%