Age | Commit message (Collapse) | Author | Files | Lines |
|
Move dismissed argument first, so it's easier to parse the
result variant (or ignore it).
|
|
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.
|
|
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
|
|
|
|
Move to more relevant interfaces, and add secret parameter
to CreateItem.
|
|
* 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 '/'
|
|
|
|
|
|
Improve spec-to-introspect.xsl - no more extra spaces in type declarations.
|
|
converted to the Telepathy D-Bus Introspection spec. tools/spec-to-introspect.xsl converts the Telepathy format to the EggDBus format used by keyring.
|