| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ppp WARNS=5 clean | brian | 2004-09-05 | 1 | -8/+8 |
* | Use the length of the interface name, not the length of its address when | brooks | 2004-01-21 | 1 | -1/+1 |
* | socket()s first argument should be a protocol family rather than an | brian | 2002-01-16 | 1 | -1/+1 |
* | socket's first argument is an address family, not a protocol family. | brian | 2002-01-16 | 1 | -1/+1 |
* | Keep up with sys/net/rtsock.c,v 1.58. | ru | 2001-09-21 | 1 | -1/+1 |
* | o Add ipv6 support, abstracting most NCP addresses into opaque | brian | 2001-08-14 | 1 | -1/+4 |
* | Remove an irritating diagnostic emitted to LogPHASE when a | brian | 2001-07-31 | 1 | -9/+9 |
* | Various whitespace changes. | brian | 2000-10-30 | 1 | -1/+2 |
* | The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib | brian | 2000-03-14 | 1 | -39/+27 |
* | Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines. | brian | 1999-09-21 | 1 | -3/+0 |
* | NetBSD has moved ``extern int errno;'' to signal.h :-/ | brian | 1999-09-20 | 1 | -0/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -1/+3 |
* | #include <errno.h>, not <sys/errno.h> | brian | 1999-04-26 | 1 | -2/+2 |
* | Initial RADIUS support (using libradius). See the man page for | brian | 1999-01-28 | 1 | -2/+5 |
* | Add ``enable proxyall'' support. This adds proxy ARP entries | brian | 1998-10-26 | 1 | -31/+21 |
* | Put the IP buffer queues into struct ipcp. | brian | 1998-08-26 | 1 | -3/+3 |
* | Change some log levels. ALERTs are only logged when | brian | 1998-06-16 | 1 | -4/+6 |
* | MFMP: Make ppp multilink capable. | brian | 1998-05-21 | 1 | -81/+54 |
* | Fix error message. | brian | 1998-01-24 | 1 | -10/+5 |
* | Stop bogus warnings. | brian | 1998-01-23 | 1 | -1/+2 |
* | Re-implement the proxy arp sockaddr_dl search routine (again). | brian | 1998-01-23 | 1 | -65/+80 |
* | Use the sockaddr_dl with the link#, not the ethernet address | brian | 1998-01-21 | 1 | -2/+2 |
* | sys/types.h -> sys/param.h | brian | 1998-01-19 | 1 | -2/+2 |
* | Reimplement proxy-arp address stuff using sysctl(). | brian | 1998-01-19 | 1 | -83/+117 |
* | Remove includes of if_var.h and in_var.h | brian | 1998-01-11 | 1 | -5/+1 |
* | Cosmetic (style): | brian | 1997-12-24 | 1 | -7/+7 |
* | strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1) | brian | 1997-12-23 | 1 | -2/+2 |
* | Fix prototypes. | brian | 1997-11-22 | 1 | -1/+4 |
* | Introduce ID0 logging. | brian | 1997-11-09 | 1 | -5/+8 |
* | Cosmetic (no functional changes): | brian | 1997-10-26 | 1 | -124/+22 |
* | Cosmetic: Remove unused variables and build on OpenBSD. | brian | 1997-09-10 | 1 | -4/+2 |
* | Cosmetic: Make LogPrintf() calls consistent. | brian | 1997-08-31 | 1 | -6/+6 |
* | Make the code format more in line with style(9). | brian | 1997-08-25 | 1 | -229/+212 |
* | Overhaul ppp: | brian | 1997-06-09 | 1 | -19/+20 |
* | Remove osreldate. I got the number wrong anyway :( | brian | 1997-04-15 | 1 | -4/+1 |
* | osreldate.h stuff suggested by: Eivind Eklund | brian | 1997-02-25 | 1 | -1/+4 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix many buffer overruns in the code. Specifically, disallow ExpandString | imp | 1997-01-10 | 1 | -2/+3 |
* | Update to match changes in <net/if.h>. | wollman | 1997-01-03 | 1 | -1/+2 |
* | Here is a diff of /usr/src/usr.sbin/ppp against current. The diffs | phk | 1996-05-11 | 1 | -3/+3 |
* | Final cleanup for now. -Wall is now silent. A couple of bogons found. | phk | 1996-01-11 | 1 | -1/+3 |
* | A random bunch of cleanup changes. | phk | 1996-01-10 | 1 | -3/+4 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -9/+9 |
* | New user Process PPP based on iij-ppp0.94beta2. | amurai | 1995-02-26 | 1 | -0/+423 |