Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Vala
C
Makefile
M4
Ruby
Python
Other
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
data | ||
|
|
egg | ||
|
|
flatpak | ||
|
|
gpgme-glib | ||
|
|
libgd @ 63d1488 | ||
|
|
m4 | ||
|
|
po | ||
|
|
src | ||
|
|
tests | ||
|
|
.dir-locals.el | ||
|
|
.gitmodules | ||
|
|
COPYING | ||
|
|
Makefile.am | ||
|
|
NEWS | ||
|
|
README | ||
|
|
autogen.sh | ||
|
|
configure.ac | ||
|
|
git.mk | ||
|
|
glib-tap.mk | ||
|
|
gnome-credentials.anjuta | ||
|
|
gnome-credentials.doap | ||
|
|
gnome-credentials.spec | ||
README
About gnome-credentials ======================= gnome-credentials is a prototyping effort to implement the new "Passwords and Keys" application design: https://wiki.gnome.org/Design/Apps/PasswordsAndKeys License ======= GPL 2.0 or later (see the file COPYING). Derived code from other projects are: - the libsecret backend (src/secret-*.vala) is based on Seahorse (seahorse/gkr/*.vala) - src/list-box-helper.vala is based on gnome-control-center (gnome-control-center/shell/list-box-helper.c) - The format_date() function in src/utils.vala is based on Nautilus (the nautilus_file_get_date_as_string() function in libnautilus-private/nautilus-file.c)