]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
add new protocol type for cached passwords
authorRay Strode <rstrode@redhat.com>
Tue, 19 Aug 2008 20:42:27 +0000 (16:42 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 19 Aug 2008 20:42:27 +0000 (16:42 -0400)
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.

src/ply-boot-protocol.h

index 852b9d9d9c465c2493a1f64fca71558b1c772e80..a4f10e60a54de5df02b960420cbbac216341c988 100644 (file)
@@ -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"