Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Commit 29289dada9c3 Raw commit »

commit
29289dada9c3
parent
123e88385b6e
branch
default

added mman module, and call mlockall() to ensure memory is never swapped to disk

Comments

    Log in to comment »

    File Lines added Lines removed
    ChangeLog 6
    NEWS 2
    acinclude.m4 4
    configure.ac 2
    src/revelation-applet.in 3 1
    src/revelation.in 2 1
    src/wrap/Makefile.am 1 1
    src/wrap/mman/Makefile.am 16
    src/wrap/mman/mman.c 96