| Commit message (Expand) | Author | Age | Files | Lines |
| * | SPDX: mostly fixes to previous changes. | Pedro F. Giffuni | 2017-12-13 | 1 | -1/+1 |
| * | SPDX: Fix some cases wrongly attributed to MIT. | Pedro F. Giffuni | 2017-11-30 | 1 | -1/+1 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Retire struct sockaddr_inarp. | Gleb Smirnoff | 2013-01-31 | 1 | -3/+2 |
| * | Need to set the proper flag bit when inserting ARP | Qing Li | 2010-03-18 | 1 | -1/+1 |
| * | Make ppp WARNS=5 clean | Brian Somers | 2004-09-05 | 1 | -8/+8 |
| * | Use the length of the interface name, not the length of its address when | Brooks Davis | 2004-01-21 | 1 | -1/+1 |
| * | socket()s first argument should be a protocol family rather than an | Brian Somers | 2002-01-16 | 1 | -1/+1 |
| * | socket's first argument is an address family, not a protocol family. | Brian Somers | 2002-01-16 | 1 | -1/+1 |
| * | Keep up with sys/net/rtsock.c,v 1.58. | Ruslan Ermilov | 2001-09-21 | 1 | -1/+1 |
| * | o Add ipv6 support, abstracting most NCP addresses into opaque | Brian Somers | 2001-08-14 | 1 | -1/+4 |
| * | Remove an irritating diagnostic emitted to LogPHASE when a | Brian Somers | 2001-07-31 | 1 | -9/+9 |
| * | Various whitespace changes. | Brian Somers | 2000-10-30 | 1 | -1/+2 |
| * | The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib | Brian Somers | 2000-03-14 | 1 | -39/+27 |
| * | Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines. | Brian Somers | 1999-09-21 | 1 | -3/+0 |
| * | NetBSD has moved ``extern int errno;'' to signal.h :-/ | Brian Somers | 1999-09-20 | 1 | -0/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | o Redesign the layering mechanism and make the aliasing code part of | Brian Somers | 1999-05-08 | 1 | -1/+3 |
| * | #include <errno.h>, not <sys/errno.h> | Brian Somers | 1999-04-26 | 1 | -2/+2 |
| * | Initial RADIUS support (using libradius). See the man page for | Brian Somers | 1999-01-28 | 1 | -2/+5 |
| * | Add ``enable proxyall'' support. This adds proxy ARP entries | Brian Somers | 1998-10-26 | 1 | -31/+21 |
| * | Put the IP buffer queues into struct ipcp. | Brian Somers | 1998-08-26 | 1 | -3/+3 |
| * | Change some log levels. ALERTs are only logged when | Brian Somers | 1998-06-16 | 1 | -4/+6 |
| * | MFMP: Make ppp multilink capable. | Brian Somers | 1998-05-21 | 1 | -81/+54 |
| |\ |
|
| | * | Cosmetic: Make our external function names consistent. | Brian Somers | 1998-05-01 | 1 | -23/+23 |
| | * | o Add the link name to modem diagnostics. | Brian Somers | 1998-04-28 | 1 | -1/+2 |
| | * | Create #defines for all endpoint discriptor classes, | Brian Somers | 1998-04-23 | 1 | -6/+4 |
| | * | o Move alias function pointers into loadalias.c | Brian Somers | 1998-04-07 | 1 | -3/+2 |
| | * | Remove unused includes. | Brian Somers | 1998-04-06 | 1 | -7/+1 |
| | * | o Move struct lcp and struct ccp into struct link. | Brian Somers | 1998-04-03 | 1 | -1/+7 |
| | * | Make struct bundle into a sort of `struct descriptor'. | Brian Somers | 1998-03-20 | 1 | -1/+2 |
| | * | Move VJ compression state and stats into struct ipcp. | Brian Somers | 1998-03-16 | 1 | -1/+4 |
| | * | Move filter sets into struct bundle. | Brian Somers | 1998-03-16 | 1 | -1/+2 |
| | * | Move the IPCP into struct bundle. | Brian Somers | 1998-03-13 | 1 | -3/+4 |
| | * | Create struct fsm_parent. FSMs are created with one of these, | Brian Somers | 1998-02-27 | 1 | -2/+2 |
| | * | Shuffle around our FSMs a bit. This'll make it | Brian Somers | 1998-02-21 | 1 | -13/+10 |
| | * | Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. | Brian Somers | 1998-02-08 | 1 | -5/+5 |
| | * | o Hook the FSMs into our bundle. | Brian Somers | 1998-02-07 | 1 | -45/+16 |
| | * | Bring the routing seqno into struct bundle. | Brian Somers | 1998-02-02 | 1 | -16/+17 |
| | * | This commit was manufactured by cvs2svn to create branch 'MP'. | cvs2svn | 1998-01-29 | 1 | -0/+355 |
| * | Fix error message. | Brian Somers | 1998-01-24 | 1 | -10/+5 |
| * | Stop bogus warnings. | Brian Somers | 1998-01-23 | 1 | -1/+2 |
| * | Re-implement the proxy arp sockaddr_dl search routine (again). | Brian Somers | 1998-01-23 | 1 | -64/+79 |
| * | Use the sockaddr_dl with the link#, not the ethernet address | Brian Somers | 1998-01-21 | 1 | -2/+2 |
| * | sys/types.h -> sys/param.h | Brian Somers | 1998-01-19 | 1 | -2/+2 |
| * | Reimplement proxy-arp address stuff using sysctl(). | Brian Somers | 1998-01-19 | 1 | -79/+113 |
| * | Remove includes of if_var.h and in_var.h | Brian Somers | 1998-01-11 | 1 | -5/+1 |
| * | Cosmetic (style): | Brian Somers | 1997-12-24 | 1 | -7/+7 |
| * | strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1) | Brian Somers | 1997-12-23 | 1 | -2/+2 |
| * | Fix prototypes. | Brian Somers | 1997-11-22 | 1 | -1/+4 |