summaryrefslogtreecommitdiff
path: root/lib/util/util_runcmd.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12util: Remove unused fde_stdin in samba_runcmd.Andreas Schneider1-22/+5
2011-12-22runcmd: use set_close_on_exec()Andrew Tridgell1-0/+8
2011-12-22runcmd: use a pipe for stdin to child processesAndrew Tridgell1-7/+46
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-2/+1
2011-02-28tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij1-1/+1
2011-02-28Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij1-2/+2
2010-04-20util-runcmd: ignore spurious ECHILD errorsAndrew Tridgell1-0/+14
2010-04-19runcmd: use tevent_re_initialise() to close socketsAndrew Tridgell1-0/+4
2010-03-26util: on FreeBSD true is in /usr/bin. Use execvp to find itAndrew Tridgell1-1/+1
2010-03-09lib/util: change samba_runcmd() to use tevent_req _send/_recvStefan Metzmacher1-139/+180
2010-02-26s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell1-5/+5
2010-02-17util: added samba_runcmd()Andrew Tridgell1-0/+253