summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppctl/parser.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move to <limits.h> universederaadt2015-01-191-2/+1
| | | | ok yasuoka
* Reimplement control part of npppd(8) with imsg. Also add "monitor"yasuoka2014-03-221-2/+15
| | | | command for npppctl(8) to monitor PPP session start/stop events.
* Replace npppdctl(8) by new npppctl(8). npppctl was written fromyasuoka2012-01-181-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