forked from keepassx/keepassx
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c715823
commit 5430647
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# KeePassX + keepasshttp + autotype | ||
|
||
This code extends the brilliant [KeePassX](https://www.keepassx.org/) program | ||
which accesses [KeePass](http://keepass.info/) password databases. | ||
|
||
I have merged the latest version of the code with Francois Ferrand's | ||
[keepassx-http](https://gitorious.org/keepassx/keepassx-http/) repository. | ||
This adds support for the [keepasshttp](https://github.com/pfn/keepasshttp/) | ||
protocol, enabling automatic form-filling in web browsers. This is accomplished | ||
via a compatible browser plugin such as | ||
[PassIFox](https://passifox.appspot.com/passifox.xpi) for Mozilla Firefox and | ||
[chromeIPass](https://chrome.google.com/webstore/detail/chromeipass/ompiailgknfdndiefoaoiligalphfdae) | ||
for Google Chrome. | ||
|
||
I have also added global autotype for OSX machines and added a few other minor | ||
tweaks and bugfixes. | ||
|
5430647
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Keith
I really like the app you put in this dmg-file, it has everything I desire: mac-autotype and keepasshttp-support.
I wanted to compile this myself, but I do not get the same version.
I get one without http support and the autotype .so file is placed outside of the app-file.
How did you compile this version?
I simply did a
cmake .. -DCMAKE_BUILD_TYPE=Release && make -j7 && make package
from the build folder which creates the package I described above.Thanks again for helping me
5430647
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you care to submit a PR for auto-type only to the master branch of the original source?
And possibly a second one for http?