index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
npppd
/
pppoe
Age
Commit message (
Expand
)
Author
2019-02-22
errror -> error in log messages; from alessandro gallo
Jason McIntyre
2017-04-19
Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been
Martin Natano
2016-05-28
Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).
Martin Natano
2015-12-17
Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' to
tb
2015-12-05
Pass the pppx_hdr when sending packets through the pppx device and use the
YASUOKA Masahiko
2015-10-11
Simplify and lock down priv_open():
Philip Guenther
2015-09-13
Set the index of the interface in handroller link_addr(3) like code.
Martin Pieuchot
2015-01-19
move to <limits.h> universe
Theo de Raadt
2014-11-27
Fix typos in comments.
Tobias Stoeckmann
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-07-21
Switch from <sys/endian.h> or <machine/endian.h> to the new,
Philip Guenther
2014-03-22
Stop output "Stopped" log message of the tunnel protocols.
YASUOKA Masahiko
2013-04-20
Don't use random() because it's not safe. Use arc4random() instead of
YASUOKA Masahiko
2013-04-16
pppoed didn't work since it has been broken after the last
YASUOKA Masahiko
2012-09-18
New configuration syntax for npppd(8). `npppd.conf' will be based on
YASUOKA Masahiko
2012-05-08
Trivial changes from the upstream(IIJ).
YASUOKA Masahiko
2012-05-08
Fix comments and styles. Delete unused variables and labels.
YASUOKA Masahiko
2012-01-18
Fix compiler warnings and some styles.
YASUOKA Masahiko
2011-03-16
use timerclear macro. while here, fix spelling.
Okan Demirmen
2011-02-28
fix a buffer overflow in the pppoe receive packet handling.
David Gwynne
2010-07-02
add $OpenBSD$ and remove trailing space. no functional change.
YASUOKA Masahiko
2010-07-01
Translate Japanese comments or labels into English. Translation was
YASUOKA Masahiko
2010-01-31
privilege separation of npppd.
YASUOKA Masahiko
2010-01-27
Fixed 2 off-by-one problems.
YASUOKA Masahiko
2010-01-13
cleanup npppd code. delete IIJ local ifdef switches and fix warnings.
YASUOKA Masahiko
2010-01-11
Initial import npppd(8). npppd is a new PPP daemon that handles many
YASUOKA Masahiko