summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd/pppoe (follow)
Commit message (Expand)AuthorAgeFilesLines
* errror -> error in log messages; from alessandro gallojmc2019-02-221-3/+3
* Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beennatano2017-04-191-3/+3
* Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).natano2016-05-281-17/+6
* Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' totb2015-12-171-5/+5
* Pass the pppx_hdr when sending packets through the pppx device and use theyasuoka2015-12-052-4/+5
* Simplify and lock down priv_open():guenther2015-10-111-3/+3
* Set the index of the interface in handroller link_addr(3) like code.mpi2015-09-131-2/+3
* move to <limits.h> universederaadt2015-01-192-7/+8
* Fix typos in comments.tobias2014-11-271-6/+6
* Nuke more obvious #include duplications.krw2014-11-181-3/+2
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-212-5/+5
* Stop output "Stopped" log message of the tunnel protocols.yasuoka2014-03-221-3/+3
* Don't use random() because it's not safe. Use arc4random() instead ofyasuoka2013-04-201-4/+4
* pppoed didn't work since it has been broken after the lastyasuoka2013-04-161-4/+7
* New configuration syntax for npppd(8). `npppd.conf' will be based onyasuoka2012-09-185-158/+95
* Trivial changes from the upstream(IIJ).yasuoka2012-05-081-3/+2
* Fix comments and styles. Delete unused variables and labels.yasuoka2012-05-084-8/+8
* Fix compiler warnings and some styles.yasuoka2012-01-182-18/+23
* use timerclear macro. while here, fix spelling.okan2011-03-161-4/+3
* fix a buffer overflow in the pppoe receive packet handling.dlg2011-02-281-3/+12
* add $OpenBSD$ and remove trailing space. no functional change.yasuoka2010-07-024-13/+19
* Translate Japanese comments or labels into English. Translation wasyasuoka2010-07-014-178/+178
* privilege separation of npppd.yasuoka2010-01-311-2/+3
* Fixed 2 off-by-one problems.yasuoka2010-01-271-2/+2
* cleanup npppd code. delete IIJ local ifdef switches and fix warnings.yasuoka2010-01-131-4/+1
* Initial import npppd(8). npppd is a new PPP daemon that handles manyyasuoka2010-01-114-0/+2039