summaryrefslogtreecommitdiff
path: root/lib/util/util_runcmd.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: inline lib/util/util_runcmd.h againStefan Metzmacher2019-02-081-1/+15
* lib/util: add samba_runcmd_export_stdin() helper functionStefan Metzmacher2019-02-071-0/+11
* lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme2017-09-301-3/+6
* lib/util/run_cmd: remove a printfRalph Boehme2017-09-301-1/+0
* lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme2017-09-301-0/+1
* lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme2017-09-301-4/+4
* util_runcmd: Free the fde in event handler.Gary Lockyer2017-09-161-0/+1
* lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme2017-07-031-49/+56
* Revert "lib/util: make use of tfork in samba_runcmd_send()"Ralph Boehme2017-04-301-56/+47
* lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme2017-04-201-47/+56
* check-password-script: Allow AD to execute these scriptsGarming Sam2016-07-051-13/+1
* samba_dnsupdate: do not interpret failure count as unix error codeBob Campbell2016-06-031-2/+2
* typo: mplementation => implementationGarming Sam2016-05-061-1/+1
* Fix a few printf format errorsVolker Lendecke2015-05-071-1/+1
* lib/util: Make ECHILD in samba_runcmd_io_handler an errorAndrew Bartlett2015-03-171-1/+5
* param: Add null checks for upcoming str_list_make changesGarming Sam2014-07-071-0/+4
* 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