From: Ray Strode Date: Tue, 19 Aug 2008 20:42:27 +0000 (-0400) Subject: add new protocol type for cached passwords X-Git-Tag: 0.6.0~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eaf21780d37d078af1fb44c05d9ca99aac7facce;p=thirdparty%2Fplymouth.git add new protocol type for cached passwords It will be used for the client to communicate to the daemon that it would prefer the daemon return any previous password responses instead of asking the user. --- diff --git a/src/ply-boot-protocol.h b/src/ply-boot-protocol.h index 852b9d9d..a4f10e60 100644 --- a/src/ply-boot-protocol.h +++ b/src/ply-boot-protocol.h @@ -28,6 +28,7 @@ #define PLY_BOOT_PROTOCOL_REQUEST_TYPE_SYSTEM_INITIALIZED "S" #define PLY_BOOT_PROTOCOL_REQUEST_TYPE_QUIT "Q" #define PLY_BOOT_PROTOCOL_REQUEST_TYPE_PASSWORD "*" +#define PLY_BOOT_PROTOCOL_REQUEST_TYPE_CACHED_PASSWORD "c" #define PLY_BOOT_PROTOCOL_REQUEST_TYPE_SHOW_SPLASH "$" #define PLY_BOOT_PROTOCOL_REQUEST_TYPE_HIDE_SPLASH "H" #define PLY_BOOT_PROTOCOL_REQUEST_TYPE_NEWROOT "R"