Age | Commit message (Expand) | Author |
1998-01-10 | Implement Reset{Req,Ack} properly, as per rfc 1962. | brian |
1998-01-08 | Zap any addresses on the network side of the `tun' as soon | brian |
1998-01-08 | Fix some problems with xfr of secure maps. Problem reported by | Mats O Jansson |
1998-01-06 | Correct the return value of ReportProtStatus() ("show proto"). | brian |
1998-01-05 | o Allow the use of HISADDR as the first arg to "add". | brian |
1998-01-04 | Make it clear that using "add ...." in ppp.conf when | brian |
1998-01-04 | Don't scribble on the stack if our input packet is | brian |
1998-01-04 | Initialize CcpInfo protocols to -1 (none, not OUI). | brian |
1998-01-03 | more oflows; we should just delete this thing | Theo de Raadt |
1997-12-30 | Allow "set device" to close the open modem if we're in | brian |
1997-12-30 | Typo in error message. | brian |
1997-12-30 | Use inet_aton() before gethostbyname() | brian |
1997-12-30 | Allow "add! dst mask gw" (note the ``!'') to do an | brian |
1997-12-29 | Don't complain that someone's changed the clock unless the time | brian |
1997-12-29 | Show how much time is left before timing out in the | brian |
1997-12-29 | sysctl ddb.panic_ddb; felix@mamba.pond.sub.org | Theo de Raadt |
1997-12-28 | Don't expect select() to adjust the passed time when it's | brian |
1997-12-28 | Initialize mbuf::pnext. | brian |
1997-12-28 | If a packet causes a dial, continue to test whether it's | brian |
1997-12-28 | Allow initial sequence numbers less than what we're expecting. | brian |
1997-12-27 | Write to the routing socket as uid 0. It's not good enough | brian |
1997-12-27 | Show who closes the diagnostic connection. | brian |
1997-12-27 | Remove bogus timeout code in Receive(). | brian |
1997-12-27 | Allow (and document) execution of commands from within | brian |
1997-12-24 | Correct copyright. | brian |
1997-12-24 | Cosmetic (style): | brian |
1997-12-24 | Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes ! | brian |
1997-12-23 | make it more obvious why pmap_set syslogs happen | Theo de Raadt |
1997-12-23 | strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1) | brian |
1997-12-22 | handle timing normally except when clock jumps between 1 and 3 hours. If it | Theo de Raadt |
1997-12-22 | Don't forget to ntohs(sin.sin_port) (DUH!) | brian |
1997-12-21 | Add (BSD) copyright headers | brian |
1997-12-21 | Cosmetic: Test for comment lines after the lenght has been established. | brian |
1997-12-21 | Allow multiple (comma seperated) devices on the "set device" line. | brian |
1997-12-21 | Mention that leading whitespace is ignored when identifying comments. | brian |
1997-12-21 | Zero struct sockaddr_??s before filling them in. | brian |
1997-12-21 | Index: systems.c | brian |
1997-12-21 | clean | Theo de Raadt |
1997-12-21 | Correct the "how to find out if the line is up" example. | brian |
1997-12-21 | pretty | Theo de Raadt |
1997-12-20 | do not override other ppp manpage | Theo de Raadt |
1997-12-19 | Reset our "ifaddr" to zero if the "set ifaddr" fails in | brian |
1997-12-19 | If the peer asks for IP 0.0.0.0, choose an IP ourselves | brian |
1997-12-18 | Replace | brian |
1997-12-18 | "No reply from ppp" -> "Connection closed". | brian |
1997-12-18 | Don't log the actual password when command-logging | brian |
1997-12-17 | Don't depend on a u_long being 32 bits. | brian |
1997-12-17 | char filename[200] => char filename[MAXPATHLEN] | brian |
1997-12-17 | Log the source of client connections to the diagnostic port. | brian |
1997-12-17 | Remove useless comparison. | brian |