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
/
pppoe
/
pppoe.c
Age
Commit message (
Expand
)
Author
2011-04-30
Use gid_t for setgroups(), from Michael W Bombardieri. ok yasuoka
Nicholas Marriott
2008-06-24
missing "usage:"
Igor Sobrado
2005-05-03
setres[ug]id; ok deraadt@
Damien Miller
2004-09-20
addres -> address
Miod Vallat
2004-05-14
Fix pppoe server mode. pppoe no longer chroots in server mode.
Can Erkin Acar
2004-05-06
knf and other cleanups
Theo de Raadt
2004-05-06
pppoe now drops privileges to user _ppp and chroots after setting
Can Erkin Acar
2003-08-19
rewrite SIOCGIFCONF into getifaddrs. deraadt ok
Jun-ichiro itojun Hagino
2003-06-28
() to (void)
Theo de Raadt
2003-06-04
kill terms 3 & 4
Jason Wright
2002-09-08
Fix a bunch of -pedantic errors
Jason Wright
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-10
Use IFNAMSIZ for strlcpy() and also pretty the man page
Jason Wright
2001-11-29
Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto.
Miod Vallat
2001-04-15
Fix several errors in the bpf program; bugs reported by
Jason Wright
2001-02-18
Try every bpf device, not only the even-numbered ones; jason@ ok
Miod Vallat
2001-01-16
do not trash errno in signal handler
Theo de Raadt
2000-06-18
import my pppoe code
Jason Wright