summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd/common/addr_range.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop using __P macro.yasuoka2017-05-301-6/+6
|
* s/failes/failed/gmmcc2015-12-171-6/+6
|
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-4/+3
|
* Fix comments and styles. Delete unused variables and labels.yasuoka2012-05-081-2/+2
| | | | | | No binary changes. ok mcbride henning
* Translate Japanese comments or labels into English. Translation wasyasuoka2010-07-011-1/+2
| | | | | | | | | | | done by IIJ people (MATSUI Yoshihiro, SAITOH Masanobu, Tomoyuki Sahara), yuo@ and myself. This diff also includes - delete part of useless comments, correct spelling. - add man page of npppdctl. There is no functional change.
* Initial import npppd(8). npppd is a new PPP daemon that handles manyyasuoka2010-01-111-0/+432
ppp sessions as a server. It supports L2TP, PPTP and PPPoE as tunneling. ok mcbride@ dlg@ deraadt@ reyk@.