Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-12-22 | runcmd: use set_close_on_exec() | Andrew Tridgell | 1 | -0/+8 |
2011-12-22 | runcmd: use a pipe for stdin to child processes | Andrew Tridgell | 1 | -7/+46 |
2011-11-21 | Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s... | Jeremy Allison | 1 | -2/+1 |
2011-02-28 | tdb: Use <tdb.h> to include tdb so system headers are found when building aga... | Jelmer Vernooij | 1 | -1/+1 |
2011-02-28 | Use <tevent.h> so the system tevent gets included, if enabled. | Jelmer Vernooij | 1 | -2/+2 |
2010-04-20 | util-runcmd: ignore spurious ECHILD errors | Andrew Tridgell | 1 | -0/+14 |
2010-04-19 | runcmd: use tevent_re_initialise() to close sockets | Andrew Tridgell | 1 | -0/+4 |
2010-03-26 | util: on FreeBSD true is in /usr/bin. Use execvp to find it | Andrew Tridgell | 1 | -1/+1 |
2010-03-09 | lib/util: change samba_runcmd() to use tevent_req _send/_recv | Stefan Metzmacher | 1 | -139/+180 |
2010-02-26 | s4-dns: use a loadparm list for samba_runcmd() commands | Andrew Tridgell | 1 | -5/+5 |
2010-02-17 | util: added samba_runcmd() | Andrew Tridgell | 1 | -0/+253 |