Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move to <limits.h> universe | 2015-01-19 | 1 | -2/+1 | |
| | | | | ok yasuoka | ||||
* | Reimplement control part of npppd(8) with imsg. Also add "monitor" | 2014-03-22 | 1 | -2/+15 | |
| | | | | command for npppctl(8) to monitor PPP session start/stop events. | ||||
* | Replace npppdctl(8) by new npppctl(8). npppctl was written from | 2012-01-18 | 1 | -0/+319 | |
scratch, it uses parser.c derived from ikectl(8) to have OpenBSD's fashion. This includes related changes listed below: - changed npppd control IPC heavyly. - support IPv6 as tunnel source address. - deleted support changing the configuration of npppd_ctl on running. Because it is not so needed but it requires privilege operations. - refactors. man page helps from jmc. tested by sebastia. ok deraadt sebastia sthen |