Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-17 | avoid false double space; | Jason McIntyre | |
2007-11-16 | fix formatting error as a result of having too many arguments to a macro; | Jason McIntyre | |
problem reported by Tamas TEVESZ | |||
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-05-18 | Reference pppoe(4). | Ray Lai | |
``it makes sense'' jmc@ | |||
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2005-05-03 | setres[ug]id; ok deraadt@ | Damien Miller | |
2005-02-18 | grammatical blip, from jens ropers; | Jason McIntyre | |
2004-12-20 | RFC documents are not free enough | Theo de Raadt | |
2004-09-20 | addres -> address | Miod Vallat | |
2004-09-03 | sleep instead of busy waiting on ENOBUFS. reduces cpu time. | Ted Unangst | |
pr3900. ok canacar@ deraadt@ matthieu@ millert@ | |||
2004-08-03 | add ifconfig(8) Xr and spacing; | Jason McIntyre | |
from Alexey E. Suslikov; | |||
2004-06-14 | Set relay session id in outgoing packets properly. Report with patch | Can Erkin Acar | |
from Girish Venkatachalam. ok millert@ | |||
2004-05-14 | Fix pppoe server mode. pppoe no longer chroots in server mode. | Can Erkin Acar | |
the command 'allow users _ppp' must be added to the relevant section in ppp.conf. Found, tested and help claudio@ put that pppoe in deraadt@ | |||
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 | |
write filters and locking its bpf descriptor. ok deraadt@ | |||
2004-05-06 | debug.c not used | Theo de Raadt | |
2004-05-06 | .Fl for flags, .Ar for arguments; | Jason McIntyre | |
2003-08-19 | rewrite SIOCGIFCONF into getifaddrs. deraadt ok | Jun-ichiro itojun Hagino | |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-28 | () to (void) | Theo de Raadt | |
2003-06-04 | kill terms 3 & 4 | Jason Wright | |
2003-06-04 | kill clause 3 & 4 | Jason Wright | |
2003-05-10 | typos; | Jason McIntyre | |
2003-02-09 | typos; | Jason McIntyre | |
2002-09-08 | more cleaning | Jason Wright | |
2002-09-08 | Fix a bunch of -pedantic errors | Jason Wright | |
2002-09-06 | default: needs statement after it | Theo de Raadt | |
2002-09-06 | MD5Final() takes unsigned char * | Theo de Raadt | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-10 | Use IFNAMSIZ for strlcpy() and also pretty the man page | Jason Wright | |
(from PR2315; Jason Ackley <jason@ackley.net>) | |||
2001-11-29 | Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto. | Miod Vallat | |
jason@ ok | |||
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-09-12 | s/set (mtu|mru)/set \1 max/ | brian | |
2001-08-22 | must quote set device line; mcbride@countersiege.com (pr2020... I can patch ↵ | Jason Wright | |
clearly now the rej is gone...) | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-04-24 | remove unecessary code and data | Jason Wright | |
initialize more of the client state in client_mode() add sessionid check on incoming packets. Non-matching packets are just ignored (this allows multiple pppoe's to run on the same interface without freaking out). Thanks again to Russell T Hunt <alaric@MIT.EDU>. | |||
2001-04-24 | Remove unnecessary code; Russell T Hunt <alaric@MIT.EDU>. | Jason Wright | |
2001-04-24 | PPPOE_MTU should be (ETHERMTU - sizeof(struct pppoe_header)) not two bytes | Jason Wright | |
less. (This is the MTU between ppp and bpf, not to be confused with the link negotiated ppp mtu). Many thanks to Russell T Hunt <alaric@MIT.EDU> and Brian Somers <brian@Awfulhak.org> for finding this. | |||
2001-04-15 | Fix several errors in the bpf program; bugs reported by | Jason Wright | |
Russell T Hunt <alaric@MIT.EDU>. | |||
2001-03-09 | exit(-#) is wrong | Theo de Raadt | |
2001-02-18 | Try every bpf device, not only the even-numbered ones; jason@ ok | Miod Vallat | |
2001-02-04 | setting of maximum fd was wrong; patch from pr 1670: "Evgeni Belin" ↵ | Jason Wright | |
<ebelin@sauron.dnsalias.net>. | |||
2001-01-19 | mark remaining signal races which are difficult to fix | Theo de Raadt | |
2001-01-17 | point out a few non-obvious and helpful ppp(8) options | Jason Wright | |
2001-01-16 | do not trash errno in signal handler | Theo de Raadt | |
2001-01-16 | bzero the sets before FD_SET'n them | Jason Wright | |