smb2_server: add and use a function that calculated the remaining channels
[gd/samba-autobuild/.git] / lib / util / util_runcmd.c
2019-02-08 Stefan Metzmacherlib/util: inline lib/util/util_runcmd.h again
2019-02-07 Stefan Metzmacherlib/util: add samba_runcmd_export_stdin() helper function
2017-09-30 Ralph Boehmelib/util/run_cmd: use a cleanup function instead of...
2017-09-30 Ralph Boehmelib/util/run_cmd: remove a printf
2017-09-30 Ralph Boehmelib/util/run_cmd: ensure fd_stdin gets set to -1 in...
2017-09-30 Ralph Boehmelib/util/run_cmd: prevent zombies in samba_runcmd_send...
2017-09-16 Gary Lockyerutil_runcmd: Free the fde in event handler.
2017-07-03 Ralph Boehmelib/util: make use of tfork in samba_runcmd_send()
2017-04-30 Ralph BoehmeRevert "lib/util: make use of tfork in samba_runcmd_send()"
2017-04-20 Ralph Boehmelib/util: make use of tfork in samba_runcmd_send()
2016-07-04 Garming Samcheck-password-script: Allow AD to execute these scripts
2016-06-03 Bob Campbellsamba_dnsupdate: do not interpret failure count as...
2016-05-06 Garming Samtypo: mplementation => implementation
2015-05-07 Volker LendeckeFix a few printf format errors
2015-03-17 Andrew Bartlettlib/util: Make ECHILD in samba_runcmd_io_handler an...
2014-07-07 Garming Samparam: Add null checks for upcoming str_list_make changes
2014-04-02 Stefan Metzmacherlib/util: fix const warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-12-12 Andreas Schneiderutil: Remove unused fde_stdin in samba_runcmd.
2011-12-22 Andrew Tridgellruncmd: use set_close_on_exec()
2011-12-22 Andrew Tridgellruncmd: use a pipe for stdin to child processes
2011-11-21 Jeremy AllisonFix a bunch of "warning: variable ‘XXXX’ set but not...
2011-02-28 Jelmer Vernooijtdb: Use <tdb.h> to include tdb so system headers are...
2011-02-28 Jelmer VernooijUse <tevent.h> so the system tevent gets included,...
2010-04-20 Andrew Tridgellutil-runcmd: ignore spurious ECHILD errors
2010-04-19 Andrew Tridgellruncmd: use tevent_re_initialise() to close sockets
2010-03-26 Andrew Tridgellutil: on FreeBSD true is in /usr/bin. Use execvp to...
2010-03-09 Stefan Metzmacherlib/util: change samba_runcmd() to use tevent_req _send...
2010-02-26 Andrew Tridgells4-dns: use a loadparm list for samba_runcmd() commands
2010-02-17 Andrew Tridgellutil: added samba_runcmd()