History log of /haiku/src/bin/keystore/keystore.cpp
Revision Date Author Comments
# ae542b14 25-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Add setting/removal of keyring unlock keys to the cli app.


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

Don't require a key when creating a new keyring.

There will be key setting/removal functions so the step of adding the
keyring and setting a key on it can be done individually.


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

Add app enumeration and removal to the keystore cli tool.


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

Rename "default" to "master" keyring as that's what it is.

Also add a well defined name ("Master") for the master keyring so it is
easier to understand what this keyring does instead of displaying an
empty string.


# 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.


# a5a2a275 03-Feb-2012 Michael Lotz <mmlr@mlotz.ch>

Make the keystore cli app a BApplication.

We need the app to be registered so that the app info can be retrieved.


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

Add setting/removal of keyring unlock keys to the cli app.


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

Don't require a key when creating a new keyring.

There will be key setting/removal functions so the step of adding the
keyring and setting a key on it can be done individually.


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

Add app enumeration and removal to the keystore cli tool.


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

Rename "default" to "master" keyring as that's what it is.

Also add a well defined name ("Master") for the master keyring so it is
easier to understand what this keyring does instead of displaying an
empty string.


# 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.


# a5a2a2754e841b3a1e683a456d1c46a935a873e0 03-Feb-2012 Michael Lotz <mmlr@mlotz.ch>

Make the keystore cli app a BApplication.

We need the app to be registered so that the app info can be retrieved.