summaryrefslogtreecommitdiff
path: root/lib/util/util_runcmd.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-17util: added samba_runcmd()Andrew Tridgell1-0/+253
This allows us to run a child command in an async fashion, with control over logging of stdout and stderr (which appears in the Samba log file). This is useful for ensuring we don't miss important messages from rndc commands (for example). Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>