summaryrefslogtreecommitdiff
path: root/src/client/plymouth.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-23Only hide boot splash on quit if told to do soRay Strode1-0/+1
2008-08-27Don't try to use cached passwords if none get returnedRay Strode1-13/+15
2008-08-27Add --prompt option to ask-for-password client commandRay Strode1-1/+12
2008-08-21fix typo (transposed letters in 'ask for passowrd')Ray Strode1-1/+1
2008-08-21White space clean upRay Strode1-5/+5
2008-08-20Before asking for passwords try old passwords firstRay Strode1-7/+55
2008-08-19Allow details plugin to work without windowRay Strode1-8/+23
2008-08-12if an error happens during boot up spool it for the viewerRay Strode1-1/+10
2008-08-07Don't call popen since it doesn't work in the initrdRay Strode1-10/+74
2008-08-05Add --debug command to clientRay Strode1-1/+6
2008-08-05Don't die from SIGPIPE on daemon disconnectRay Strode1-0/+3
2008-08-05Add --wait option to client to block until daemon quitsCasey Dahlin1-3/+20
2008-07-01Add new subcommand "ask-for-password"Ray Strode1-13/+114
2008-07-01Drop print_usage functionRay Strode1-15/+5
2008-07-01Add state structure to client to consolidate the various stateRay Strode1-38/+43
2008-06-27Add --hide-splash optionRay Strode1-1/+9
2008-06-16Revert "Supress erroneous warning during shutdown.", it's completely wrong.Peter Jones1-8/+5
2008-06-16Supress erroneous warning during shutdown.Peter Jones1-5/+8
2008-06-12Fix trivial problems discovered with "-Wall -Werror"Peter Jones1-1/+1
2008-06-10s/BOOLEAN/FLAG/ for client option typesRay Strode1-5/+5
2008-06-10Add back client --ping optionRay Strode1-0/+2
2008-06-09Fix whitespace error I introduced.Peter Jones1-1/+1
2008-06-09Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.Peter Jones1-2/+10
2008-06-08Add new FLAG type to command parser apiRay Strode1-1/+1
2008-06-08Port client over to using new command line parsing codeRay Strode1-38/+45
2008-06-08s/rhgb-client.c/plymouth.c/ in commentRay Strode1-1/+1
2008-05-20s/rhgb-client/plymouth/ in the client usage stringRay Strode1-1/+1
2008-05-20Don't show splash by default, instead require client to request itRay Strode1-3/+12
2008-05-20rename rhgb-client to plymouthRay Strode1-0/+184