summaryrefslogtreecommitdiff
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Set USERNAME and LOGNAME environment variables in daemon when starting up.Stefan Walter2009-03-171-0/+2
* Merge branch 'docs-reorganize'Stefan Walter2009-03-1728-2113/+226
* Ignore built filesStefan Walter2009-02-281-0/+0
* Use size_t and gsize for memory sizes rather than unsigned long.Stefan Walter2009-02-132-3/+2
* Add G_BEGIN_DECLS/G_END_DECLS so the library can be used with a C++Stefan Walter2009-02-112-0/+8
* Revert patch for bug# 571194, by Xan Lopez:Stefan Walter2009-02-113-12/+0
* Bug 571194 -G_BEGIN_DECLS/G_END_DECLS missing from headersXan Lopez2009-02-103-0/+12
* Ignore built files in git.Stefan Walter2009-02-074-0/+29
* Consolidate truly common functionality into 'egg' library. Many more filesStefan Walter2009-01-179-416/+417
* Make it easier to pick and choose between commonly used code bits inStefan Walter2009-01-091-1/+3
* Rework initialization of the daemon so that most initialization can happenStefan Walter2008-12-113-6/+6
* Synchronize ICEAUTHORITY and XAUTHLOCALHOSTNAME environment variables onStefan Walter2008-12-111-2/+4
* Add --start option to daemon which allows initialization of a runningStefan Walter2008-11-095-223/+333
* Make DBUS a required dependency of gnome-keyring.Stefan Walter2008-11-052-10/+0
* Add missing 'server' attribute to the NETWORK_PASSWORD schema. Fixes bugStefan Walter2008-10-181-0/+1
* Move the documentation for the gnome-keyring library into the 'library'Stefan Walter2008-08-2822-1/+2098
* Manage keyring and item reference counting properly. Fixes bug #545456Stefan Walter2008-07-301-6/+6
* Null terminate hex encodings properlyStefan Walter2008-07-071-1/+3
* Fix problem with gnome_keyring_is_available() producing spurious warningsStefan Walter2008-07-021-0/+8
* Add --disable-acl-prompts option to disable all access/allow ACL prompts.Stefan Walter2008-07-021-0/+4
* Include GNOME_KEYRING_NETWORK_PASSWORD exported in libgnome-keyring.so.Stefan Walter2008-03-161-1/+1
* Avoid usage of the 'environ' global variable and use g_list_env() instead.Stefan Walter2008-03-131-6/+22
* Shutdown socket connections properly. This may fix the hang problemsStefan Walter2008-02-211-1/+5
* Build fix due to glib g_realloc signature change.Stefan Walter2008-02-151-1/+2
* Fix build problem. Fixes bug #516526Stefan Walter2008-02-141-2/+2
* Fix problem setting environment variables.Stefan Walter2008-02-141-2/+7
* Add API to sync up environment between session manager and the daemon.Stefan Walter2008-02-146-14/+136
* Add checking that PKCS#11 socket connections come from the appropriateStefan Walter2008-02-071-96/+12
* Fix more compile problems due to glib changing signature of g_realloc.Stefan Walter2008-01-311-1/+1
* Fix compile problem on with certain combinations of libraries.Stefan Walter2008-01-311-48/+51
* Fix memory tests so they can operate in 32K of lockable memory.Stefan Walter2008-01-111-7/+7
* Fix tests so they run properly when automatically run.Stefan Walter2007-12-011-10/+6
* Fix bugs in tests and regression bugs exposedStefan Walter2007-11-291-1/+1
* Cleanup and organize tests to be with the components that they test.Stefan Walter2007-11-298-0/+1267
* 570 - 887Stefan Walter2007-11-285-171/+88
* Merge revisions from gnome-2-20 branch. 860 - 878Stefan Walter2007-11-262-3/+6
* Make library more thread friendly by not scheduling IO callbacks untilStefan Walter2007-11-241-154/+80
* Add better result messages. See bug #476682Stefan Walter2007-11-241-11/+2
* Change password API to use schemas, which both define reduce typing andStefan Walter2007-11-242-79/+151
* Add new simpler password storage APIs.Stefan Walter2007-11-232-11/+535
* Add a NO_MATCH result code and return it when 'find' has zero results. WeStefan Walter2007-10-042-3/+15
* Don't include libgnome-keyring-common internal library in stuff weStefan Walter2007-09-061-1/+1
* Get around more optimizations that cancel out wiping of strings beforeStefan Walter2007-08-181-7/+9
* Use -export-symbols-regex to mark with symbols to export instead of a GNUStefan Walter2007-08-012-8/+2
* Fix distcheck problems from previous commits.Stefan Walter2007-07-311-1/+2
* pam/gkr-pam-export.map Only export the functions from shared librariesStefan Walter2007-07-316-774/+550
* Build fixes from Jens Granseuer. Fixes bug #461025Stefan Walter2007-07-271-1/+2
* Added support for using keyrings on removable drives Fixes bug #454390Stefan Walter2007-07-261-1/+1
* Add support for automatically unlocking other keyrings when their passwordStefan Walter2007-07-233-41/+42
* Now uses the 'login' keyring instead of the default. Added support forStefan Walter2007-07-225-43/+105