summaryrefslogtreecommitdiff
path: root/lib/util/util_runcmd.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-02lib: tevent_req_set_endtime() can failVolker Lendecke1-1/+4
2021-01-25lib: Fix the build on FreeBSDMartin Schwenke1-0/+1
2021-01-22lib: Avoid an "includes.h"Volker Lendecke1-1/+3
2019-02-08lib/util: inline lib/util/util_runcmd.h againStefan Metzmacher1-1/+15
2019-02-07lib/util: add samba_runcmd_export_stdin() helper functionStefan Metzmacher1-0/+11
2017-09-30lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme1-3/+6
2017-09-30lib/util/run_cmd: remove a printfRalph Boehme1-1/+0
2017-09-30lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme1-0/+1
2017-09-30lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme1-4/+4
2017-09-16util_runcmd: Free the fde in event handler.Gary Lockyer1-0/+1
2017-07-03lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme1-49/+56
2017-04-30Revert "lib/util: make use of tfork in samba_runcmd_send()"Ralph Boehme1-56/+47
2017-04-20lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme1-47/+56
2016-07-05check-password-script: Allow AD to execute these scriptsGarming Sam1-13/+1
2016-06-03samba_dnsupdate: do not interpret failure count as unix error codeBob Campbell1-2/+2
2016-05-06typo: mplementation => implementationGarming Sam1-1/+1
2015-05-07Fix a few printf format errorsVolker Lendecke1-1/+1
2015-03-17lib/util: Make ECHILD in samba_runcmd_io_handler an errorAndrew Bartlett1-1/+5
2014-07-07param: Add null checks for upcoming str_list_make changesGarming Sam1-0/+4
2014-04-02lib/util: fix const warningsStefan Metzmacher1-2/+5
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