summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 924 - 1006 from gnome-2-20 branchStefan Walter2008-01-141-0/+1
* Fix memory tests so they can operate in 32K of lockable memory.Stefan Walter2008-01-111-7/+7
* Drain the wakeup FD properly, so that we don't hang in strange ways. FixesStefan Walter2008-01-111-0/+1
* Don't list directories from the watch.Stefan Walter2007-12-221-5/+18
* Use preconditions instead of asserts for validating arguments.Stefan Walter2007-12-221-10/+16
* pkcs11/Makefile.amStefan Walter2007-12-193-8/+85
* Add support for unencrypted keyrings when the user specifies a blankStefan Walter2007-12-192-0/+20
* Initialize Dbus error structure properly. Fixes crash on shutdown. PatchStefan Walter2007-12-181-2/+6
* x64 fixes to the secure memory allocator.Stefan Walter2007-12-151-2/+2
* Don't generate key and empty entropy pool just for tests.Stefan Walter2007-12-151-5/+11
* x86_64 build fixes. Patch by Dan WinshipStefan Walter2007-12-041-1/+2
* Fix buffer sizes when using SHA1, and close hashing context.Stefan Walter2007-12-041-2/+6
* Use SHA1 for unique hashes instead of MD5.Stefan Walter2007-12-031-2/+2
* Release gnome-keyring 2.21.3GNOME_KEYRING_2_21_3Stefan Walter2007-12-011-2/+2
* Fix passing of heap memory to g_sliceStefan Walter2007-12-011-8/+70
* Add RSA encrypt, and DSA operations.Stefan Walter2007-12-012-0/+54
* Rework how objects are loaded and keep them in the object manager as longStefan Walter2007-11-302-0/+20
* Fix bugs in tests and regression bugs exposedStefan Walter2007-11-293-10/+36
* Cleanup and organize tests to be with the components that they test.Stefan Walter2007-11-2910-0/+1379
* Fix crasher when serializing null strings.Stefan Walter2007-11-291-4/+3
* A better async worker task switching location is from a GSource ratherStefan Walter2007-11-291-19/+85
* Allow excluding files from location watchStefan Walter2007-11-282-6/+14
* Add and update license stubs in headers properly.Stefan Walter2007-11-287-71/+124
* 570 - 887Stefan Walter2007-11-2815-134/+2395
* Merge revisions from gnome-2-20 branch. 860 - 878Stefan Walter2007-11-262-3/+4
* Include header necessary for building on OpenBSD. Patch by Jasper LievisseStefan Walter2007-10-261-0/+1
* Fix building with newer versions of DBus. Fixes bug #465936. Patch byStefan Walter2007-08-191-1/+12
* Build fixes for FreeBSD. Patch by Joe Marcus Clarke. Fixes bug #466060Stefan Walter2007-08-161-1/+1
* Create keyrings in the right directory. Patch from Nathaniel McCallum.Stefan Walter2007-08-121-1/+2
* Build fixes when building with/without HAL/PAMStefan Walter2007-07-301-2/+1
* Build fixes from Jens Granseuer. Fixes bug #461025Stefan Walter2007-07-271-0/+2
* Fix warning when building with WITH_TESTS not enabled. Patch from ClaudioStefan Walter2007-07-271-1/+4
* Fix compiler warningsStefan Walter2007-07-271-1/+1
* Add indications in the UI when a keyring is on a removable drive. AddStefan Walter2007-07-262-63/+191
* Added support for using keyrings on removable drives Fixes bug #454390Stefan Walter2007-07-265-0/+1199
* Fix race condition.Stefan Walter2007-07-221-1/+0
* Move to a cooperative threading model for the daemon, this simplifies aStefan Walter2007-07-146-308/+409
* Fix problem building on Sun's strange cc compiler. Patch by Halton Huo.Stefan Walter2007-07-091-2/+2
* Fix build fail: ambiguous fprintf() arguments Fixes bug #452498 (TheppitakOlav Vitters2007-07-051-2/+6
* Fix gcc4 compiler warning that breaks build (bug #452202).Christian Kirbach2007-07-021-1/+1
* Properly handle unix signals. Quit main loop gracefully.Stefan Walter2007-06-257-65/+705
* Use registered cleanup callbacks instead of a myriad of special functionsStefan Walter2007-06-253-0/+125
* gnome-keyring-daemon and libgnome-keyring now use non-pageable secureStefan Walter2007-06-155-37/+830
* Fix uninitialized variable. Fixes bug #448000Stefan Walter2007-06-151-1/+1
* Use GkrBuffer instead of GString which will facilitate swapping out to aStefan Walter2007-06-155-0/+833