summaryrefslogtreecommitdiffstats
path: root/BUILDING.md
Commit message (Collapse)AuthorAge
* Note /dev/log issue on linuxRoy Marples2020-04-05
|
* Remove RC_SVCNAME.Roy Marples2020-01-21
| | | | We've not used that for quite a while now.....
* privsep: Note CHROOT scriptRoy Marples2020-01-21
| | | | | While here make BUILDING.md match reality and fix a warning compiling without privsep.
* Correct URL in priorRoy Marples2019-12-17
|
* Note some compilation issues and how to solve them.Roy Marples2019-12-17
|
* privsep: Add support for priviledge separationRoy Marples2019-11-28
| | | | | | | | | | | | | | | | | | | | | | | | Not enabled by default - enable with ./configure --enable-privsep Requires a user added to the system - default _dhcpcd Several processes will be spawned off the main state engine: a privileged actioneer and a generic network proxy. Only the privileged actioneer process will retain root permissions. When required, the privileged actioneer will also spawn BPF listeners for BOOTP (DHCP) and ARP. The BOOTP BPF listener should be a short lived process. On kernels with RFC 5227 support, the ARP BPF listener will only be used for ARPing and announcing a preferred address and will also be a short lived process. When not running in master mode, an address listener will be spawned for each address (with the exception of RA dervived addresses) dhcpcd cares about. TODO: * Solaris support. * ARP BPF address filtering.
* build: Allow DESTDIR to work for import as well.Roy Marples2019-08-28
|
* build: Note import-src target.Roy Marples2019-08-28
|
* Remove ND6 Advertisement from SMALL builds.Roy Marples2019-07-25
| | | | | This is quite a saving and is only used for IP6 address sharing which only works on NetBSD.
* Remove gmake-4 note, gmake-3 works again.Roy Marples2019-02-11
| | | | Might require newer gmake-4, but heh ho.
* Write syslog entries in logfile:Roy Marples2017-04-11
| | | | | | | | date tag[pid]: message This does add a few more bytes, but it allows for the same log analysis tools to be used. When building SMALL, this code is removed and you just get the message in the logfile.
* Markdown improvements.Roy Marples2017-03-14
|
* Use some markdown loving.Roy Marples2017-03-14