summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of everything about directory switching and PLY_WORKING_DIRECTORY.Peter Jones2008-06-041-5/+0
|
* Remove ply_create_detachable_directory() and ply_detach_directory(), addPeter Jones2008-06-041-2/+1
| | | | ply_mount_tmpfs() to do the part of that we still need.
* Add ply_move_mount().Peter Jones2008-06-041-0/+1
|
* Daemonize after starting boot serverRay Strode2008-06-031-0/+7
| | | | | | | Previously we would daemonize when spawning the terminal session. We don't do that now, since we attach to an existing already running terminal session.
* Only allow root clients to talk to daemonRay Strode2008-05-211-0/+4
| | | | | | | | We don't want normal users on the system to be able to manipulate plymouth. This will be especially important later when we run plymouth for post-bootup reasons. This patch checks peer credentials and sends back a NAK to clients who aren't root.
* add ply_unmount_filesystem function to handle lazy umountRay Strode2007-10-211-0/+1
| | | | | The lazy unmount flag isn't documented anywhere, so its probably better to hide the nastiness behind a function
* add ply_list_directory functionRay Strode2007-10-211-0/+1
| | | | It just does ls -R basically, but it's useful for debugging.
* change ply_create_scratch directory to be a two step,Ray Strode2007-06-131-4/+4
| | | | | ply_create_detachable_directory/ply_detach_directory process, because the former semantics couldn't actually work
* add new untested ply_create_scratch_directory that createsRay Strode2007-06-111-0/+1
| | | | a directory that's only visible to the current process
* add untested recursive mkdir function (ply_create_directory)Ray Strode2007-06-101-0/+2
|
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-061-0/+83