summaryrefslogtreecommitdiffstats
path: root/secret-service/specification.xml
AgeCommit message (Collapse)AuthorFilesLines
2011-08-30Wording fixesPaul Vojta1-12/+12
* Discussed on mailing list
2011-08-11Fix my email address.Stef Walter1-1/+1
2011-08-11Fix the last few places that used the old name.Stef Walter1-4/+4
s/Secrets Service/Secret Service/g See: http://lists.freedesktop.org/archives/authentication/2009-August/000092.html
2011-04-27Update version number.Stef Walter1-1/+1
2011-03-09Merge branch 'with-hkdf'Stef Walter1-3/+58
2011-03-01Allow specifying an alias in the CreateCollection() method.Stef Walter1-0/+24
This creates the collection with the given alias, or returns an already existing collection in a race free manner.
2011-02-27Fix some warnings during the build.Stef Walter1-4/+0
2011-02-27Specify the dh-ietf1024-sha256-aes128-cbc-pkcs7 algorithm suite.Stef Walter1-3/+54
This uses HKDF-SHA256 to digest the DH key into something usable by AES. The previous algorithm suite that this replaces just truncated the DH key which is cryptographically broken.
2010-12-04Fix typo securily -> securely.Michael Leupold1-1/+1
2010-12-04Support for collection aliases.Stef Walter1-7/+4
The collection aliases are present under: /org/freedesktop/secrets/aliases/xxxx So the default and network collections would be usable via the object path, in addition to their normal object paths: /org/freedesktop/secrets/aliases/default /org/freedesktop/secrets/aliases/network To manage the aliases, two new methods are added to the Service interface: ReadAlias() and SetAlias(). BTW, These are not properties on Collection because a collection can be have multiple aliases pointing to it.
2010-12-04Error code changes.Stef Walter1-2/+1
* Remove AlreadyExists. No longer needed. * Remove NotSupported in favor of the one defined in DBus itself: org.freedesktop.DBus.Error.NotSupported * There's no real NoSuchObject error code defined in DBus itself, so defined our own.
2010-12-04Use the OpenSession function for algorithm Negotiation.Stef Walter1-25/+35
This has several benefits: * Removes gray area of whether a single session could renegotiate a different key exchange. * Removes strange state that a session is in before negotiation of an algorithm. * Less API. * OpenSession() could be called multiple times for algorithms that require more than one back and forth negotiation. We have none of these presently.
2010-12-04Rename API to 'Secret Service API'Stef Walter1-55/+45
This was discussed on the mailing list a while back. Interfaces: org.freedesktop.Secret.Xxxx Service: org.freedesktop.Secrets Object Paths: /org/freedesktop/secrets/xxxx
2010-12-04Move the GetSecret, SetSecret and GetSecrets methods.Stef Walter1-17/+17
Move to more relevant interfaces, and add secret parameter to CreateItem.
2010-12-04Implement concept of prompt objects.Stef Walter1-57/+137
* Items that could require prompting, return an optional prompt object. * Prompt objects must then be acted upon. * Prompts can be dismissed. * Operation completes with the prompt, and signal is emitted. * When no prompt is needed, returns '/'
2010-12-04Tag functions referenced in text with <function> tag.Stef Walter1-7/+7
2010-12-04Changes to allow multiple sessions per application, discussed on mailing list.Stef Walter1-20/+27
2010-12-04Clearly note that this is a draft specificationStef Walter1-2/+2
2010-12-04Make objects paths be lower case, as discussed on the mailing list.Stef Walter1-5/+5
2010-12-04-> Docbook 5.0Michael Leupold1-12/+10
2010-12-04Add params to control toc generation.Michael Leupold1-35/+60
2010-12-04Enable building the whole spec with XInclude.Michael Leupold1-80/+61
2010-12-04Add the current docbook part of the spec and the D-Bus introspection part ↵Michael Leupold1-0/+418
converted to the Telepathy D-Bus Introspection spec. tools/spec-to-introspect.xsl converts the Telepathy format to the EggDBus format used by keyring.