Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-06 | knf and other cleanups | Theo de Raadt | |
2003-06-04 | kill terms 3 & 4 | Jason Wright | |
2002-09-08 | more cleaning | Jason Wright | |
2002-09-08 | Fix a bunch of -pedantic errors | Jason Wright | |
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. | |||
2001-11-17 | volatile sig_atomic_t | 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-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-16 | bzero the sets before FD_SET'n them | Jason Wright | |
2001-01-16 | fix fd_set overflows | Jason Wright | |
2001-01-12 | use setitimer instead of alarm | Jason Wright | |
2000-10-09 | Don't exit when we get ENOBUFS from writev(), drop the packet instead. | brian | |
2000-08-03 | fd == 0 is perfectly valid (and likely); spotted by Steve Williams ↵ | Jason Wright | |
<steve@genie96.com> | |||
2000-06-20 | use stdin instead of exec'n ppp(8). It's expected that ppp will give us | Jason Wright | |
a AF_LOCAL,SOCK_DGRAM socket as stdin | |||
2000-06-20 | Remove some debugging code, and prepare to become an 'exec' client of ppp(8) | Jason Wright | |
2000-06-18 | import my pppoe code | Jason Wright | |