Age | Commit message (Expand) | Author |
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 | 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 | strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1) | brian |
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 | pretty | 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 | 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 |
1997-12-17 | If we've got a descriptor table that's bigger than an | brian |
1997-12-17 | o Log ******** instead of the actual password for "set authkey" | brian |
1997-12-17 | Fix a potential overflow where, if the label passed on the command | brian |
1997-12-16 | Wrap long lines | brian |
1997-12-15 | Correct return values from alias routines. | brian |
1997-12-15 | Use LogWARN for command usage messages and unrecognised | brian |
1997-12-15 | Include iplist.c (forgotten when updating for dynamic | brian |
1997-12-15 | Do 2 passes when "delete all"ing. The first pass removes | brian |
1997-12-15 | Allow random IP number allocation to peer. | brian |
1997-12-08 | Deal with inflate() returning avail_in == avail_out == 0 | brian |
1997-12-08 | Correct usage of `add' and `delete'. | brian |
1997-12-07 | Fix PAP, CHAP & LQR req (I broke the byte ordering when | brian |
1997-12-07 | Add forgotten files. | brian |
1997-12-07 | Only allow one arg to `delete' - the mask & gateway aren't necessary. | brian |
1997-12-06 | Correct cftypes128 index. | brian |
1997-12-06 | Understand ``sockaddr_dl''s where sdl_nlen != 0 | brian |
1997-12-06 | Remove duplicate REJECTED macro. | brian |
1997-12-06 | Initialize ccpstate when CCP comes down. | brian |
1997-12-06 | Parenthesise the REJECTED macro. | brian |
1997-12-06 | Identify rejected protocol types according to rfc1700. | brian |
1997-12-06 | Add DEFLATE capabilities (rfc1979). | brian |
1997-12-06 | Show uptime as zero if a connection has never been made. | brian |
1997-11-26 | Don't look for /usr/include/alias.h in the Makefile, | brian |
1997-11-23 | Remove trash directory (duh!) | brian |
1997-11-23 | Import version 1.5 of ppp. | brian |