gnome-keyring r843 - in trunk: . daemon library reference/tmpl tests



Author: nnielsen
Date: 2007-10-04 04:30:29 +0100 (Thu, 04 Oct 2007)
New Revision: 843
ViewCVS link: http://svn.gnome.org/viewcvs/gnome-keyring?rev=843&view=rev

Modified:
   trunk/ChangeLog
   trunk/daemon/gkr-daemon-ops.c
   trunk/library/gnome-keyring-result.h
   trunk/library/gnome-keyring-utils.c
   trunk/reference/tmpl/gnome-keyring-result.sgml
   trunk/tests/unit-test-keyrings.c
Log:
	* daemon/gkr-daemon-ops.c:
	* library/gnome-keyring-result.h:
	* library/gnome-keyring-utils.c:
	* tests/unit-test-keyrings.c: Add a NO_MATCH result code and 
	return it when 'find' has zero results. We do this because 
	it seems that several poorly coded applications don't know how
	to handle empty lists. gnome-keyring-daemon used to return 
	'access denied' in this case, which is clearly bogus. So since
	we don't want to break ABI, we need to return another failure
	result code. Fixes bug #476682




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]