summaryrefslogtreecommitdiffstats
path: root/src/privsep-root.c
Commit message (Expand)AuthorAge
* Rename Privileged Actioneer to Privileged ProxyRoy Marples2021-02-02
* Rename Master to ManagerRoy Marples2021-02-02
* Fix prior for epoll.Roy Marples2021-02-02
* eloop: Make the API more like native poll/kqueue/epollRoy Marples2021-02-02
* A belated welcome to 2021Roy Marples2021-01-31
* OpenBSD: Fix kqueue detection and one error.Roy Marples2021-01-28
* BSD: Implement kqueue(2) for eloop (again)Roy Marples2021-01-28
* log: Allow logopen to be called without logcloseRoy Marples2020-10-30
* privsep: Allow logfile reopening in a chrootRoy Marples2020-10-30
* privsep: Send all log messages to the privileged actioneerRoy Marples2020-10-30
* privsep: We now need to carry ifa_data for BSDRoy Marples2020-09-30
* Linux: detect network namespace and deny udev in oneRoy Marples2020-09-19
* privsep: Only the master process accepts signalsRoy Marples2020-08-20
* Use a minimum bufsize of 1 as 0 doesn't work on some OS.Roy Marples2020-08-16
* privsep: Set a zero length receive buffer for write only socketsRoy Marples2020-08-16
* Revert "privsep: shutdown read end of the write only sockets"Roy Marples2020-08-03
* privsep: shutdown read end of the write only socketsRoy Marples2020-07-18
* privsep: Simplyfy signal handlingRoy Marples2020-06-16
* privsep: Use root signal_cb for all signals here.Roy Marples2020-06-16
* privsep: Don't handle any signals meant for the main processRoy Marples2020-06-16
* privsep: Fix a shutdown raceRoy Marples2020-06-10
* privsep: fix size of rdmRoy Marples2020-06-10
* Try and guard against impossibly large data.Roy Marples2020-06-10
* privsep: Fix bogus warnings without inet.Roy Marples2020-06-09
* privsep: limit psr_datalen to SSIZE_MAXRoy Marples2020-06-09
* privsep: Limit rights generically rather than Capsicum specifcRoy Marples2020-06-05
* Linux: make resource limits work by using getifaddrs over privsepRoy Marples2020-06-05
* Fix installing the embedded config as a file.Roy Marples2020-06-04
* privsep: Log ECONNRESET errors againRoy Marples2020-06-04
* privsep: Don't wait for the process to finish when stopping itRoy Marples2020-06-04
* privsep: Fix returning indirect ioctl dataRoy Marples2020-06-04
* eloop: Just use ppoll(2)Roy Marples2020-06-03
* privsep: Access the RDM monotic file via IPCRoy Marples2020-06-02
* privsep: harden process handlingRoy Marples2020-06-02
* privsep: Only open raw sockets for the needed protocols.Roy Marples2020-06-01
* privsep: Don't carry ifa_nextRoy Marples2020-06-01
* Fix compile with inet or inet6 disabledRoy Marples2020-05-30
* privsep: Avoid the /proc/../ escapeRoy Marples2020-05-24
* Fix prior for BSDRoy Marples2020-05-24
* privsep: Fix compile for prior without dev pluginsRoy Marples2020-05-24
* privsep: Allow dev plugins to workRoy Marples2020-05-24
* privsep: Allow Linux to work without needing any mountsRoy Marples2020-05-24
* dhcpcd: Move the script file from per interface to global contextRoy Marples2020-05-21
* privsep: Validate UDP portsRoy Marples2020-05-21
* privsep: Only allow file IO to specific pathsRoy Marples2020-05-21
* privsep: Filter ioctls to a known list.Roy Marples2020-05-20
* privsep: Ensure we don't scribble garbage to BPFRoy Marples2020-05-20
* privsep: Enable Capsicum for all processes.Roy Marples2020-05-19
* privsep: sockaddr len should be socklen_tRoy Marples2020-05-14
* Remove debug.Roy Marples2020-05-13