History log of /haiku/src/servers/keystore/KeyRequestWindow.h
Revision Date Author Comments
# bc5a7a37 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Fix crash on request window close.

The outside waiting mechanism is responsible for quitting the dialog so
prevent it from quitting itself.


# 515e648d 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Use B_CLOSE_ON_ESCAPE in request dialogs.

Instead of doing it manually.


# 90013c82 07-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Let the KeyRequestWindow return a flattened BPasswordKey.

Also provide the keyring string separately instead of abusing the
output key message.


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

Implement basic keyring access logic and key request dialog.

* The keyring needs to be made accessible before allowing any
operation.
* Before executing commands the keyring is made accessible if
possible (the command is aborted as needed).
* Accessing a keyring opens up a preliminary key request dialog.
* If the default keyring is accessible and a keyring key for the
requested keyring is found, that key will be used to automatically
make the requested keyring accessible.


# bc5a7a37499482758a11a463cc00f876edce69f0 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Fix crash on request window close.

The outside waiting mechanism is responsible for quitting the dialog so
prevent it from quitting itself.


# 515e648d7b334571c7831a638e9e59934c85ada3 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Use B_CLOSE_ON_ESCAPE in request dialogs.

Instead of doing it manually.


# 90013c82e83a7a25e5d012daff40e38db5d5f741 07-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Let the KeyRequestWindow return a flattened BPasswordKey.

Also provide the keyring string separately instead of abusing the
output key message.


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

Implement basic keyring access logic and key request dialog.

* The keyring needs to be made accessible before allowing any
operation.
* Before executing commands the keyring is made accessible if
possible (the command is aborted as needed).
* Accessing a keyring opens up a preliminary key request dialog.
* If the default keyring is accessible and a keyring key for the
requested keyring is found, that key will be used to automatically
make the requested keyring accessible.