summaryrefslogtreecommitdiff
path: root/usr.sbin/pppoe/client.c
AgeCommit message (Collapse)Author
2001-04-24remove unecessary code and dataJason 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-02-04setting of maximum fd was wrong; patch from pr 1670: "Evgeni Belin" ↵Jason Wright
<ebelin@sauron.dnsalias.net>.
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2001-01-16bzero the sets before FD_SET'n themJason Wright
2001-01-16fix fd_set overflowsJason Wright
2001-01-12use setitimer instead of alarmJason Wright
2000-10-09Don't exit when we get ENOBUFS from writev(), drop the packet instead.brian
2000-08-03fd == 0 is perfectly valid (and likely); spotted by Steve Williams ↵Jason Wright
<steve@genie96.com>
2000-06-20use stdin instead of exec'n ppp(8). It's expected that ppp will give usJason Wright
a AF_LOCAL,SOCK_DGRAM socket as stdin
2000-06-20Remove some debugging code, and prepare to become an 'exec' client of ppp(8)Jason Wright
2000-06-18import my pppoe codeJason Wright