index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
util_runcmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/util/run_cmd: use a cleanup function instead of a destructor
Ralph Boehme
2017-09-30
1
-3
/
+6
*
lib/util/run_cmd: remove a printf
Ralph Boehme
2017-09-30
1
-1
/
+0
*
lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructor
Ralph Boehme
2017-09-30
1
-0
/
+1
*
lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeout
Ralph Boehme
2017-09-30
1
-4
/
+4
*
util_runcmd: Free the fde in event handler.
Gary Lockyer
2017-09-16
1
-0
/
+1
*
lib/util: make use of tfork in samba_runcmd_send()
Ralph Boehme
2017-07-03
1
-49
/
+56
*
Revert "lib/util: make use of tfork in samba_runcmd_send()"
Ralph Boehme
2017-04-30
1
-56
/
+47
*
lib/util: make use of tfork in samba_runcmd_send()
Ralph Boehme
2017-04-20
1
-47
/
+56
*
check-password-script: Allow AD to execute these scripts
Garming Sam
2016-07-05
1
-13
/
+1
*
samba_dnsupdate: do not interpret failure count as unix error code
Bob Campbell
2016-06-03
1
-2
/
+2
*
typo: mplementation => implementation
Garming Sam
2016-05-06
1
-1
/
+1
*
Fix a few printf format errors
Volker Lendecke
2015-05-07
1
-1
/
+1
*
lib/util: Make ECHILD in samba_runcmd_io_handler an error
Andrew Bartlett
2015-03-17
1
-1
/
+5
*
param: Add null checks for upcoming str_list_make changes
Garming Sam
2014-07-07
1
-0
/
+4
*
lib/util: fix const warnings
Stefan Metzmacher
2014-04-02
1
-2
/
+5
*
util: Remove unused fde_stdin in samba_runcmd.
Andreas Schneider
2012-12-12
1
-22
/
+5
*
runcmd: use set_close_on_exec()
Andrew Tridgell
2011-12-22
1
-0
/
+8
*
runcmd: use a pipe for stdin to child processes
Andrew Tridgell
2011-12-22
1
-7
/
+46
*
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
2011-11-21
1
-2
/
+1
*
tdb: Use <tdb.h> to include tdb so system headers are found when building aga...
Jelmer Vernooij
2011-02-28
1
-1
/
+1
*
Use <tevent.h> so the system tevent gets included, if enabled.
Jelmer Vernooij
2011-02-28
1
-2
/
+2
*
util-runcmd: ignore spurious ECHILD errors
Andrew Tridgell
2010-04-20
1
-0
/
+14
*
runcmd: use tevent_re_initialise() to close sockets
Andrew Tridgell
2010-04-19
1
-0
/
+4
*
util: on FreeBSD true is in /usr/bin. Use execvp to find it
Andrew Tridgell
2010-03-26
1
-1
/
+1
*
lib/util: change samba_runcmd() to use tevent_req _send/_recv
Stefan Metzmacher
2010-03-09
1
-139
/
+180
*
s4-dns: use a loadparm list for samba_runcmd() commands
Andrew Tridgell
2010-02-26
1
-5
/
+5
*
util: added samba_runcmd()
Andrew Tridgell
2010-02-17
1
-0
/
+253