summaryrefslogtreecommitdiff
path: root/usr.sbin/npppd/pppoe
AgeCommit message (Expand)Author
2019-02-22errror -> error in log messages; from alessandro galloJason McIntyre
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2016-05-28Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).Martin Natano
2015-12-17Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' totb
2015-12-05Pass the pppx_hdr when sending packets through the pppx device and use theYASUOKA Masahiko
2015-10-11Simplify and lock down priv_open():Philip Guenther
2015-09-13Set the index of the interface in handroller link_addr(3) like code.Martin Pieuchot
2015-01-19move to <limits.h> universeTheo de Raadt
2014-11-27Fix typos in comments.Tobias Stoeckmann
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-03-22Stop output "Stopped" log message of the tunnel protocols.YASUOKA Masahiko
2013-04-20Don't use random() because it's not safe. Use arc4random() instead ofYASUOKA Masahiko
2013-04-16pppoed didn't work since it has been broken after the lastYASUOKA Masahiko
2012-09-18New configuration syntax for npppd(8). `npppd.conf' will be based onYASUOKA 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-01-18Fix compiler warnings and some styles.YASUOKA Masahiko
2011-03-16use timerclear macro. while here, fix spelling.Okan Demirmen
2011-02-28fix a buffer overflow in the pppoe receive packet handling.David Gwynne
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-31privilege separation of npppd.YASUOKA Masahiko
2010-01-27Fixed 2 off-by-one problems.YASUOKA Masahiko
2010-01-13cleanup npppd code. delete IIJ local ifdef switches and fix warnings.YASUOKA Masahiko
2010-01-11Initial import npppd(8). npppd is a new PPP daemon that handles manyYASUOKA Masahiko