index
:
delta/gnome-keyring.git
baserock/3.18.3-5-geb16c03
baserock/gnome
baserock/morph
gnome-2-12
gnome-2-14
gnome-2-16
gnome-2-18
gnome-2-20
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-30
gnome-2-32
gnome-2-6
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-24
gnome-3-28
gnome-3-34
gnome-3-36
gnome-3-4
gnome-3-6
gnome-3-8
gnome-40
gnome-42
master
new-glib-tests
nielsdg/default-keyring-in-portal-impl
nielsdg/fix-builds
nielsdg/fix-snprintf-truncation-warning
split
ssh-wip
update-readme
wip/cosimoc/gdbus-fixes
wip/dueno/ecdsa-support
wip/dueno/gitlab-ci
wip/dueno/openssh-parse
wip/dueno/secrets-helper
wip/dueno/ssh-agent
wip/dueno/ssh-agent-2
wip/dueno/systemd
wip/empty
wip/fork-fixes
wip/gdbus
wip/nielsdg/add-portal-label
wip/nielsdg/meson
wip/smcv/allow-for-overhead
wip/smcv/fix-ci
wip/smcv/tolerate-lack-of-caps
gitlab.gnome.org: GNOME/gnome-keyring.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set USERNAME and LOGNAME environment variables in daemon when starting up.
Stefan Walter
2009-03-17
1
-0
/
+2
*
Merge branch 'docs-reorganize'
Stefan Walter
2009-03-17
28
-2113
/
+226
*
Ignore built files
Stefan Walter
2009-02-28
1
-0
/
+0
*
Use size_t and gsize for memory sizes rather than unsigned long.
Stefan Walter
2009-02-13
2
-3
/
+2
*
Add G_BEGIN_DECLS/G_END_DECLS so the library can be used with a C++
Stefan Walter
2009-02-11
2
-0
/
+8
*
Revert patch for bug# 571194, by Xan Lopez:
Stefan Walter
2009-02-11
3
-12
/
+0
*
Bug 571194 -G_BEGIN_DECLS/G_END_DECLS missing from headers
Xan Lopez
2009-02-10
3
-0
/
+12
*
Ignore built files in git.
Stefan Walter
2009-02-07
4
-0
/
+29
*
Consolidate truly common functionality into 'egg' library. Many more files
Stefan Walter
2009-01-17
9
-416
/
+417
*
Make it easier to pick and choose between commonly used code bits in
Stefan Walter
2009-01-09
1
-1
/
+3
*
Rework initialization of the daemon so that most initialization can happen
Stefan Walter
2008-12-11
3
-6
/
+6
*
Synchronize ICEAUTHORITY and XAUTHLOCALHOSTNAME environment variables on
Stefan Walter
2008-12-11
1
-2
/
+4
*
Add --start option to daemon which allows initialization of a running
Stefan Walter
2008-11-09
5
-223
/
+333
*
Make DBUS a required dependency of gnome-keyring.
Stefan Walter
2008-11-05
2
-10
/
+0
*
Add missing 'server' attribute to the NETWORK_PASSWORD schema. Fixes bug
Stefan Walter
2008-10-18
1
-0
/
+1
*
Move the documentation for the gnome-keyring library into the 'library'
Stefan Walter
2008-08-28
22
-1
/
+2098
*
Manage keyring and item reference counting properly. Fixes bug #545456
Stefan Walter
2008-07-30
1
-6
/
+6
*
Null terminate hex encodings properly
Stefan Walter
2008-07-07
1
-1
/
+3
*
Fix problem with gnome_keyring_is_available() producing spurious warnings
Stefan Walter
2008-07-02
1
-0
/
+8
*
Add --disable-acl-prompts option to disable all access/allow ACL prompts.
Stefan Walter
2008-07-02
1
-0
/
+4
*
Include GNOME_KEYRING_NETWORK_PASSWORD exported in libgnome-keyring.so.
Stefan Walter
2008-03-16
1
-1
/
+1
*
Avoid usage of the 'environ' global variable and use g_list_env() instead.
Stefan Walter
2008-03-13
1
-6
/
+22
*
Shutdown socket connections properly. This may fix the hang problems
Stefan Walter
2008-02-21
1
-1
/
+5
*
Build fix due to glib g_realloc signature change.
Stefan Walter
2008-02-15
1
-1
/
+2
*
Fix build problem. Fixes bug #516526
Stefan Walter
2008-02-14
1
-2
/
+2
*
Fix problem setting environment variables.
Stefan Walter
2008-02-14
1
-2
/
+7
*
Add API to sync up environment between session manager and the daemon.
Stefan Walter
2008-02-14
6
-14
/
+136
*
Add checking that PKCS#11 socket connections come from the appropriate
Stefan Walter
2008-02-07
1
-96
/
+12
*
Fix more compile problems due to glib changing signature of g_realloc.
Stefan Walter
2008-01-31
1
-1
/
+1
*
Fix compile problem on with certain combinations of libraries.
Stefan Walter
2008-01-31
1
-48
/
+51
*
Fix memory tests so they can operate in 32K of lockable memory.
Stefan Walter
2008-01-11
1
-7
/
+7
*
Fix tests so they run properly when automatically run.
Stefan Walter
2007-12-01
1
-10
/
+6
*
Fix bugs in tests and regression bugs exposed
Stefan Walter
2007-11-29
1
-1
/
+1
*
Cleanup and organize tests to be with the components that they test.
Stefan Walter
2007-11-29
8
-0
/
+1267
*
570 - 887
Stefan Walter
2007-11-28
5
-171
/
+88
*
Merge revisions from gnome-2-20 branch. 860 - 878
Stefan Walter
2007-11-26
2
-3
/
+6
*
Make library more thread friendly by not scheduling IO callbacks until
Stefan Walter
2007-11-24
1
-154
/
+80
*
Add better result messages. See bug #476682
Stefan Walter
2007-11-24
1
-11
/
+2
*
Change password API to use schemas, which both define reduce typing and
Stefan Walter
2007-11-24
2
-79
/
+151
*
Add new simpler password storage APIs.
Stefan Walter
2007-11-23
2
-11
/
+535
*
Add a NO_MATCH result code and return it when 'find' has zero results. We
Stefan Walter
2007-10-04
2
-3
/
+15
*
Don't include libgnome-keyring-common internal library in stuff we
Stefan Walter
2007-09-06
1
-1
/
+1
*
Get around more optimizations that cancel out wiping of strings before
Stefan Walter
2007-08-18
1
-7
/
+9
*
Use -export-symbols-regex to mark with symbols to export instead of a GNU
Stefan Walter
2007-08-01
2
-8
/
+2
*
Fix distcheck problems from previous commits.
Stefan Walter
2007-07-31
1
-1
/
+2
*
pam/gkr-pam-export.map Only export the functions from shared libraries
Stefan Walter
2007-07-31
6
-774
/
+550
*
Build fixes from Jens Granseuer. Fixes bug #461025
Stefan Walter
2007-07-27
1
-1
/
+2
*
Added support for using keyrings on removable drives Fixes bug #454390
Stefan Walter
2007-07-26
1
-1
/
+1
*
Add support for automatically unlocking other keyrings when their password
Stefan Walter
2007-07-23
3
-41
/
+42
*
Now uses the 'login' keyring instead of the default. Added support for
Stefan Walter
2007-07-22
5
-43
/
+105
[next]