Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-23 | Prepare for 2.11.0.0, adapt to skalibs-2.11.0.0 (cdb changes) | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2020-12-09 | Get rid of webipc.h | Laurent Bercot | |
2020-11-28 | Adapt to new exec.h | Laurent Bercot | |
2019-12-23 | Make execline dependency optional | Laurent Bercot | |
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. | |||
2019-12-20 | Always execute execline scripts with -P | Laurent Bercot | |
2019-02-04 | Revert -I, but add uid/self and gid/self to uidgid accessrules checking | Laurent Bercot | |
2019-02-04 | Add -I option to s6-ipcserver-access | Laurent Bercot | |
2017-08-28 | Switch to xpathexec_* | Laurent Bercot | |
2017-06-17 | s6-ipcserver-access: make -E properly remove IPCCONNNUM | Laurent Bercot | |
2017-03-12 | Fix a few omissions in the adaptation | Laurent Bercot | |
2017-03-12 | Adapt to skalibs-2.5.0.0 | Laurent Bercot | |
2017-01-12 | Types fix, first pass | Laurent Bercot | |
2015-01-15 | Move Unix domain utilities and access control utilites, | Laurent Bercot | |
as well as the accessrules library, from s6-networking to here |