summaryrefslogtreecommitdiffstats
path: root/lib/util/util_runcmd.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: fix const warningsStefan Metzmacher2014-04-021-2/+5
* util: Remove unused fde_stdin in samba_runcmd.Andreas Schneider2012-12-121-22/+5
* runcmd: use set_close_on_exec()Andrew Tridgell2011-12-221-0/+8
* runcmd: use a pipe for stdin to child processesAndrew Tridgell2011-12-221-7/+46
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-211-2/+1
* tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij2011-02-281-1/+1
* Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij2011-02-281-2/+2
* util-runcmd: ignore spurious ECHILD errorsAndrew Tridgell2010-04-201-0/+14
* runcmd: use tevent_re_initialise() to close socketsAndrew Tridgell2010-04-191-0/+4
* util: on FreeBSD true is in /usr/bin. Use execvp to find itAndrew Tridgell2010-03-261-1/+1
* lib/util: change samba_runcmd() to use tevent_req _send/_recvStefan Metzmacher2010-03-091-139/+180
* s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell2010-02-261-5/+5
* util: added samba_runcmd()Andrew Tridgell2010-02-171-0/+253