summaryrefslogtreecommitdiffstats
path: root/src/ply-boot-server.c
Commit message (Expand)AuthorAgeFilesLines
* Add --hide-splash optionRay Strode2008-06-271-0/+16
* Fix missing struct initializer on ->newroot, so boot.log will actually work.Peter Jones2008-06-161-0/+1
* Fix checking for newroot in the protocol handler for the daemon.Peter Jones2008-06-091-1/+1
* Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.Peter Jones2008-06-091-0/+14
* Fix socket address creation off-by-one bug for abstract socket paths.Peter Jones2008-06-031-1/+1
* Port password handling over to using new answer objectRay Strode2008-06-021-3/+10
* Add second cut at password supportRay Strode2008-05-211-23/+30
* Fix some harmless typos in the reply codeRay Strode2008-05-211-3/+3
* Only allow root clients to talk to daemonRay Strode2008-05-211-0/+29
* Don't show splash by default, instead require client to request itRay Strode2008-05-201-0/+16
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-151-0/+41
* don't spew PING debug message when rhgb-client --ping isRay Strode2007-06-051-6/+2
* add sysinit support to the boot classesRay Strode2007-06-051-1/+16
* add the beginning of an rhgb-client cloneRay Strode2007-06-041-6/+2
* add "quit" and "update" commands to the ply-boot statusRay Strode2007-06-041-10/+55
* add some support for "update" command to boot status daemonRay Strode2007-06-031-5/+49
* add the start of some classes for tracking boot statusRay Strode2007-06-031-0/+255