summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/arp.c
Commit message (Expand)AuthorAgeFilesLines
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+3
* #include <errno.h>, not <sys/errno.h>brian1999-04-261-2/+2
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Add ``enable proxyall'' support. This adds proxy ARP entriesbrian1998-10-261-31/+21
* Put the IP buffer queues into struct ipcp.brian1998-08-261-3/+3
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-4/+6
* MFMP: Make ppp multilink capable.brian1998-05-211-81/+54
* Fix error message.brian1998-01-241-10/+5
* Stop bogus warnings.brian1998-01-231-1/+2
* Re-implement the proxy arp sockaddr_dl search routine (again).brian1998-01-231-65/+80
* Use the sockaddr_dl with the link#, not the ethernet addressbrian1998-01-211-2/+2
* sys/types.h -> sys/param.hbrian1998-01-191-2/+2
* Reimplement proxy-arp address stuff using sysctl().brian1998-01-191-83/+117
* Remove includes of if_var.h and in_var.hbrian1998-01-111-5/+1
* Cosmetic (style):brian1997-12-241-7/+7
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian1997-12-231-2/+2
* Fix prototypes.brian1997-11-221-1/+4
* Introduce ID0 logging.brian1997-11-091-5/+8
* Cosmetic (no functional changes):brian1997-10-261-124/+22
* Cosmetic: Remove unused variables and build on OpenBSD.brian1997-09-101-4/+2
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-6/+6
* Make the code format more in line with style(9).brian1997-08-251-229/+212
* Overhaul ppp:brian1997-06-091-19/+20
* Remove osreldate. I got the number wrong anyway :(brian1997-04-151-4/+1
* osreldate.h stuff suggested by: Eivind Eklundbrian1997-02-251-1/+4
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-101-2/+3
* Update to match changes in <net/if.h>.wollman1997-01-031-1/+2
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-3/+3
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-111-1/+3
* A random bunch of cleanup changes.phk1996-01-101-3/+4
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-0/+423
OpenPOWER on IntegriCloud