History log of /haiku/headers/private/app/KeyStoreDefs.h
Revision Date Author Comments
# 4a0460a9 25-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Add generic unlock key setting and removal.

* Replace {Set|Remove}MasterKey() by generic {Set|Remove}UnlockKey()
that works on a keyring.
* Implement {Set|Remove}MasterUnlockKey() on top of that.
* Rename the commands and constants accrodingly.
* Implement setting and removing keyring unlock keys.


# c8ae843f 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Rename keyring "access/revoke" to "unlock/lock".

The unlock/lock concept just seems easier to grasp and is used in
various similar tools as well.


# 5d4a0da4 06-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Remove unneeded master access revoke command.

Revoking master access currently simply means to revoke access
to the default keyring.


# 005a15bb 04-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Move keystore message constants and use a messenger.

* The keystore backend will (at least for the time being) reside in a
separate server. This one can be reached via normal messaging, so use
a BMessenger for sending key messages.
* Move the message constants from RegistrarDefs.h into a new
KeyStoreDefs.h that also contains the server signature.
* Update the message constants to reflect the new situation.


# 4a0460a9bc02ca100b7b7de2f7b04e77ee75593f 25-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Add generic unlock key setting and removal.

* Replace {Set|Remove}MasterKey() by generic {Set|Remove}UnlockKey()
that works on a keyring.
* Implement {Set|Remove}MasterUnlockKey() on top of that.
* Rename the commands and constants accrodingly.
* Implement setting and removing keyring unlock keys.


# c8ae843f3dcba6c16eda5d2b5db1f981ee69f448 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Rename keyring "access/revoke" to "unlock/lock".

The unlock/lock concept just seems easier to grasp and is used in
various similar tools as well.


# 5d4a0da4557c1bbd3d8463201bc3f6ab93b06ae6 06-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Remove unneeded master access revoke command.

Revoking master access currently simply means to revoke access
to the default keyring.


# 005a15bbcd7fe2f63477eea4b111711c44e171aa 04-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Move keystore message constants and use a messenger.

* The keystore backend will (at least for the time being) reside in a
separate server. This one can be reached via normal messaging, so use
a BMessenger for sending key messages.
* Move the message constants from RegistrarDefs.h into a new
KeyStoreDefs.h that also contains the server signature.
* Update the message constants to reflect the new situation.