<feed xmlns='http://www.w3.org/2005/Atom'>
<title>s6/src/conn-tools/s6-ipcserver-access.c, branch v2.15.1.0</title>
<subtitle>The skarnet.org supervision suite</subtitle>
<id>http://git.skarnet.org/cgit/s6/atom/src/conn-tools/s6-ipcserver-access.c?h=v2.15.1.0</id>
<link rel='self' href='http://git.skarnet.org/cgit/s6/atom/src/conn-tools/s6-ipcserver-access.c?h=v2.15.1.0'/>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/'/>
<updated>2022-11-29T12:33:38Z</updated>
<entry>
<title> Adapt to skalibs-2.13.0.0</title>
<updated>2022-11-29T12:33:38Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2022-11-29T12:33:38Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=e63e9a4c5b6cba6a8c2b43a92f0e1a597ed586d2'/>
<id>urn:sha1:e63e9a4c5b6cba6a8c2b43a92f0e1a597ed586d2</id>
<content type='text'>
Signed-off-by: Laurent Bercot &lt;ska@appnovation.com&gt;
</content>
</entry>
<entry>
<title> skalibs-2.11.0.0 API change</title>
<updated>2021-08-09T23:42:35Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-08-09T23:42:35Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=aaea6322e9e765969f452764e51ca1ddd9783264'/>
<id>urn:sha1:aaea6322e9e765969f452764e51ca1ddd9783264</id>
<content type='text'>
Signed-off-by: Laurent Bercot &lt;ska@appnovation.com&gt;
</content>
</entry>
<entry>
<title> Prepare for 2.11.0.0, adapt to skalibs-2.11.0.0 (cdb changes)</title>
<updated>2021-07-23T20:01:58Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-07-23T20:01:58Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=f24d6bdcdfd5f955cbc72ae9e0eb2d2778ecf06a'/>
<id>urn:sha1:f24d6bdcdfd5f955cbc72ae9e0eb2d2778ecf06a</id>
<content type='text'>
Signed-off-by: Laurent Bercot &lt;ska@appnovation.com&gt;
</content>
</entry>
<entry>
<title> Get rid of webipc.h</title>
<updated>2020-12-09T18:27:43Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-09T18:27:43Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=dd4afee4a8ea8c44126c44b31c6f1a36582d0964'/>
<id>urn:sha1:dd4afee4a8ea8c44126c44b31c6f1a36582d0964</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Adapt to new exec.h</title>
<updated>2020-11-28T12:38:56Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-28T12:38:56Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=1f7a397ea589f31ab8e8eed72ebc2933ddb229a9'/>
<id>urn:sha1:1f7a397ea589f31ab8e8eed72ebc2933ddb229a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Make execline dependency optional</title>
<updated>2019-12-23T13:05:25Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-12-23T13:05:25Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=07491df186d562d0efa6a7fca2b7f8d07dbd0652'/>
<id>urn:sha1:07491df186d562d0efa6a7fca2b7f8d07dbd0652</id>
<content type='text'>
 This includes:
 - adding a configure option to disable execline support
 - duplicating el_semicolon() and el_getstrict() into the s6 library
when execline is disabled at build time, making a compat shim and
using it where needed (s6-svlisten, s6-ftrig-listen)
 - Creating alternatives for execlineb script spawning:
   * s6-log: '?' directive (done in the previous commit)
   * s6-notifyoncheck: require hardcoding the check in ./data/check
   * s6-ipcserver-access: no support for exec files, add a warning
 - Updating the relevant parts of the doc

 --enable-execline will remain the default, and whiners can choke
on their tears.
</content>
</entry>
<entry>
<title> Always execute execline scripts with -P</title>
<updated>2019-12-20T03:19:05Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-12-20T03:19:05Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=76c5586ea0b3b98ae42f2000c94c04297391f1af'/>
<id>urn:sha1:76c5586ea0b3b98ae42f2000c94c04297391f1af</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Revert -I, but add uid/self and gid/self to uidgid accessrules checking</title>
<updated>2019-02-04T19:04:05Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-04T19:04:05Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=e910005b1a337093109af29c7bf21b32c343ab56'/>
<id>urn:sha1:e910005b1a337093109af29c7bf21b32c343ab56</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add -I option to s6-ipcserver-access</title>
<updated>2019-02-04T14:11:35Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-04T14:11:35Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=fb6877e47d8a60b1e00ea55b2203589a43a610d0'/>
<id>urn:sha1:fb6877e47d8a60b1e00ea55b2203589a43a610d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Switch to xpathexec_*</title>
<updated>2017-08-28T13:59:16Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-08-28T13:59:16Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/s6/commit/?id=04b699857c141a93fc981b83ba02b452ce3a2ddc'/>
<id>urn:sha1:04b699857c141a93fc981b83ba02b452ce3a2ddc</id>
<content type='text'>
</content>
</entry>
</feed>
