summaryrefslogtreecommitdiff
path: root/src/conn-tools
AgeCommit message (Collapse)Author
2020-03-16 Add -d to s6-sudod; prepare for 2.9.2.0Laurent Bercot
2019-12-23 Make execline dependency optionalLaurent 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 -PLaurent Bercot
2019-09-21 Remove tainnow.lib dependencyLaurent Bercot
2019-09-06 Adapt to new stopwatch APILaurent Bercot
2019-09-04 Separate wall clocks from stopwatchesLaurent Bercot
2019-05-14 bugfix: s6-ipcserverd: fix spurious warning when at maxconnLaurent Bercot
2019-02-04 Revert -I, but add uid/self and gid/self to uidgid accessrules checkingLaurent Bercot
2019-02-04 Add -I option to s6-ipcserver-accessLaurent Bercot
2019-02-01 Fix s6-sudoc error message when it fails to connectLaurent Bercot
2018-07-21 More build fixes for skalibs-2.7.0.0Laurent Bercot
2018-07-21 Adapt to skalibs-2.7.0.0Laurent Bercot
2018-04-11 Add -B option to s6-ipcserver-socketbinder for blocking socketsLaurent Bercot
2017-12-11 Add "-a perms" option to s6-ipcserver(-socketbinder)Laurent Bercot
2017-09-30 Use mkstemp() in s6-accessrules-cdb-from-fsLaurent Bercot
2017-08-28 Switch to xpathexec_*Laurent Bercot
2017-06-17 s6-ipcserver-access: make -E properly remove IPCCONNNUMLaurent Bercot
2017-05-24 fix s6-sudod default timeout: infinite by default, as documentedLaurent Bercot
2017-05-12 Better error message when s6-sudoc gets punted by s6-ipcserver-accessLaurent Bercot
2017-03-13 Cleanup of superfluous includesLaurent Bercot
2017-03-12 Fix a few omissions in the adaptationLaurent Bercot
2017-03-12 Adapt to skalibs-2.5.0.0Laurent Bercot
2017-01-12 Types fix, first passLaurent Bercot
2016-12-01 bugfix: s6-ipcclient's socket needs to be blockingLaurent Bercot
2016-10-14 Port to the new librandom APILaurent Bercot
2016-09-10 Add guard-rail to s6-ipcserver to avoid it choking on a dgram socketLaurent 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 charLaurent Bercot
- Easier CROSS_COMPILE support in configure
2015-11-05 - s6-ioconnect bugfixv2.2.3.1Laurent Bercot
- version: 2.2.3.1
2015-01-23 - add s6_accessrules_params_freeLaurent 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