summaryrefslogtreecommitdiff
path: root/src/client/plymouth.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-28[client] Add new deactivate subcommandno-fbconRay Strode1-0/+16
2009-08-11[client] Fix memleak at exitFrederic Crozat1-0/+2
2009-08-07[client] add --get-splash-plugin-path argumentRay Strode1-1/+9
2009-08-05[client] Drop unused variableRay Strode1-1/+1
2009-03-31Pause progress by default on password and question queriesCharlie Brej1-12/+12
2009-02-26add a message display methodWilliam Jon McCann1-1/+31
2009-01-03Optionally pause progress while asking for a password or a questionCharlie Brej1-51/+151
2009-01-03Make Ctrl+C and Ctrl+D cause the password/question entry to quitCharlie Brej1-31/+37
2008-12-28Add progress-pause/unpause commands to halt the progress barCharlie Brej1-0/+35
2008-12-19Rework of the input methodsCharlie Brej1-30/+175
2008-09-23Add new "report-error" subcommandRay Strode1-0/+18
2008-09-23Limit number of unlock attemptsRay Strode1-8/+25
2008-09-23Add "quit" subcommand to boot clientRay Strode1-0/+27
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