index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
util_runcmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-02
lib: tevent_req_set_endtime() can fail
Volker Lendecke
1
-1
/
+4
2021-01-25
lib: Fix the build on FreeBSD
Martin Schwenke
1
-0
/
+1
2021-01-22
lib: Avoid an "includes.h"
Volker Lendecke
1
-1
/
+3
2019-02-08
lib/util: inline lib/util/util_runcmd.h again
Stefan Metzmacher
1
-1
/
+15
2019-02-07
lib/util: add samba_runcmd_export_stdin() helper function
Stefan Metzmacher
1
-0
/
+11
2017-09-30
lib/util/run_cmd: use a cleanup function instead of a destructor
Ralph Boehme
1
-3
/
+6
2017-09-30
lib/util/run_cmd: remove a printf
Ralph Boehme
1
-1
/
+0
2017-09-30
lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructor
Ralph Boehme
1
-0
/
+1
2017-09-30
lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeout
Ralph Boehme
1
-4
/
+4
2017-09-16
util_runcmd: Free the fde in event handler.
Gary Lockyer
1
-0
/
+1
2017-07-03
lib/util: make use of tfork in samba_runcmd_send()
Ralph Boehme
1
-49
/
+56
2017-04-30
Revert "lib/util: make use of tfork in samba_runcmd_send()"
Ralph Boehme
1
-56
/
+47
2017-04-20
lib/util: make use of tfork in samba_runcmd_send()
Ralph Boehme
1
-47
/
+56
2016-07-05
check-password-script: Allow AD to execute these scripts
Garming Sam
1
-13
/
+1
2016-06-03
samba_dnsupdate: do not interpret failure count as unix error code
Bob Campbell
1
-2
/
+2
2016-05-06
typo: mplementation => implementation
Garming Sam
1
-1
/
+1
2015-05-07
Fix a few printf format errors
Volker Lendecke
1
-1
/
+1
2015-03-17
lib/util: Make ECHILD in samba_runcmd_io_handler an error
Andrew Bartlett
1
-1
/
+5
2014-07-07
param: Add null checks for upcoming str_list_make changes
Garming Sam
1
-0
/
+4
2014-04-02
lib/util: fix const warnings
Stefan Metzmacher
1
-2
/
+5
2012-12-12
util: Remove unused fde_stdin in samba_runcmd.
Andreas Schneider
1
-22
/
+5
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