summaryrefslogtreecommitdiff
path: root/usr.sbin/npppd/common
AgeCommit message (Expand)Author
2018-01-05Remove useless <sys/socketvar.h> includes.Martin Pieuchot
2017-05-30Remove never used ifdefs, define FATAL macro properly and define functionYASUOKA Masahiko
2017-05-30Stop using __P macro.YASUOKA Masahiko
2016-09-21Remove the use of cast. It is unnecessary and potentially problematic.YASUOKA Masahiko
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2015-12-17s/failes/failed/gmmcc
2015-12-17Add missing $OpenBSD$ tags.tb
2015-12-17Replace arc4random() % i by arc4random_uniform(i) to avoid modulo bias.tb
2015-12-05strings.h -> string.h to prevent an implicit declaration. Also remove ammcc
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-07-20Add size and NULL checks in debugutil.cYASUOKA Masahiko
2015-04-04gcc 2.x is deadPhilip Guenther
2015-01-19move to <limits.h> universeTheo de Raadt
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-05-30Use calloc instead of malloc and memset.YASUOKA Masahiko
2014-03-22Reimplement control part of npppd(8) with imsg. Also add "monitor"YASUOKA Masahiko
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2013-04-20Don't use random() because it's not safe. Use arc4random() instead ofYASUOKA Masahiko
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-13Constify arguments to sendto_nat_t and add missingYASUOKA Masahiko
2012-09-19remove files that became unused by new configuration syntax.YASUOKA Masahiko
2012-07-16add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)Markus Friedl
2012-05-08Delete rtev* that was to work around routing socket overflows.YASUOKA Masahiko
2012-05-08Trivial changes from the upstream(IIJ).YASUOKA Masahiko
2012-05-08Fix comments and styles. Delete unused variables and labels.YASUOKA Masahiko
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-01-18Replace npppdctl(8) by new npppctl(8). npppctl was written fromYASUOKA Masahiko
2011-07-08Improved npppd privileged separations:YASUOKA Masahiko
2010-09-24Add support pipex for L2TP call and L2TP on IPv6.YASUOKA Masahiko
2010-09-23Add the same license text to these files as the rest of npppd.Jonathan Gray
2010-09-23remove support for talking to the zebra routing socket whichJonathan Gray
2010-07-02add $OpenBSD$ and remove trailing space. no functional change.YASUOKA Masahiko
2010-07-01Translate Japanese comments or labels into English. Translation wasYASUOKA Masahiko
2010-01-11Initial import npppd(8). npppd is a new PPP daemon that handles manyYASUOKA Masahiko