Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-29 | Adapt to skalibs-2.13.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-09-21 | bugfix: s6-accessrules-fs-from-cdb's incorrectly terminated string | Laurent Bercot | |
Also overview typo fix. Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-06-08 | Prepare for 2.11.1.1; adapt to skalibs-2.12.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-25 | Full userspace 1-copy s6-ioconnect | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-25 | Doc fixes, s6-socklog min linelen -> 76, s6-ioconnect fixes | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-24 | Better error messages for s6-ioconnect | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-09 | skalibs-2.11.0.0 API change | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
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> | |||
2021-05-21 | Trivial syscall number optimization | Laurent Bercot | |
2021-02-11 | bugfix: unignore SIGPIPE before execing a user-controlled process | Laurent Bercot | |
2020-12-09 | Get rid of webipc.h | Laurent Bercot | |
2020-11-28 | Adapt to new exec.h | Laurent Bercot | |
2020-03-16 | Add -d to s6-sudod; prepare for 2.9.2.0 | 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-09-21 | Remove tainnow.lib dependency | Laurent Bercot | |
2019-09-06 | Adapt to new stopwatch API | Laurent Bercot | |
2019-09-04 | Separate wall clocks from stopwatches | Laurent Bercot | |
2019-05-14 | bugfix: s6-ipcserverd: fix spurious warning when at maxconn | 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 | |
2019-02-01 | Fix s6-sudoc error message when it fails to connect | Laurent Bercot | |
2018-07-21 | More build fixes for skalibs-2.7.0.0 | Laurent Bercot | |
2018-07-21 | Adapt to skalibs-2.7.0.0 | Laurent Bercot | |
2018-04-11 | Add -B option to s6-ipcserver-socketbinder for blocking sockets | Laurent Bercot | |
2017-12-11 | Add "-a perms" option to s6-ipcserver(-socketbinder) | Laurent Bercot | |
2017-09-30 | Use mkstemp() in s6-accessrules-cdb-from-fs | Laurent Bercot | |
2017-08-28 | Switch to xpathexec_* | Laurent Bercot | |
2017-06-17 | s6-ipcserver-access: make -E properly remove IPCCONNNUM | Laurent Bercot | |
2017-05-24 | fix s6-sudod default timeout: infinite by default, as documented | Laurent Bercot | |
2017-05-12 | Better error message when s6-sudoc gets punted by s6-ipcserver-access | Laurent Bercot | |
2017-03-13 | Cleanup of superfluous includes | 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 | |
2016-12-01 | bugfix: s6-ipcclient's socket needs to be blocking | Laurent Bercot | |
2016-10-14 | Port to the new librandom API | Laurent Bercot | |
2016-09-10 | Add guard-rail to s6-ipcserver to avoid it choking on a dgram socket | Laurent Bercot | |
2016-09-10 | Allow s6-ipcserver-socketbinder to create SOCK_DGRAM sockets and to not ↵ | Laurent Bercot | |
listen() (suggested by Daniel Kahn Gillmor) | |||
2015-11-30 | - Fix selfpipe_read() invocation: the return is int, not char | Laurent Bercot | |
- Easier CROSS_COMPILE support in configure | |||
2015-11-05 | - s6-ioconnect bugfixv2.2.3.1 | Laurent Bercot | |
- version: 2.2.3.1 | |||
2015-01-23 | - add s6_accessrules_params_free | Laurent Bercot | |
- some libfdholder debug | |||
2015-01-15 | Move Unix domain utilities and access control utilites, | Laurent Bercot | |
as well as the accessrules library, from s6-networking to here |