OpenBSD CVS

CVS log for src/usr.sbin/ppp/Attic/arp.c


[BACK] Up to [local] / src / usr.sbin / ppp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11, Mon Aug 31 00:20:13 1998 UTC (25 years, 9 months ago) by brian
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -1 lines
FILE REMOVED

Upgrade ppp to version 2.0

This adds a number of features including:
o Multilink
o Callback (including CBCP)
o DNS negotiation (client & server)
o Easy to configure masquerading/packet aliasing
o Any number of diagnostic socket connections (limits DOS attacks)
o Sticky routes (ppp updates the routing table when the IP number is changed)

See the file README.changes for things that effect current
configurations.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 24 00:00:33 1998 UTC (26 years, 4 months ago) by brian
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.9: +5 -10 lines
Diff to previous 1.9 (colored)

Fix error message.
Don't complicate the test compilation mentioned at the start of
the file.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 23 22:26:34 1998 UTC (26 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Stop bogus warnings.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 23 21:57:11 1998 UTC (26 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.7: +82 -67 lines
Diff to previous 1.7 (colored)

Re-implement the proxy arp sockaddr_dl search routine (again).
It now works :-) and searches all interface aliases.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 21 12:50:54 1998 UTC (26 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Use the sockaddr_dl with the link#, not the ethernet address
when creating proxy arp entries.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 19 22:32:01 1998 UTC (26 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

sys/types.h -> sys/param.h
Pointed out by: Niklas Hallqvist <niklas@petra.appli.se>

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 19 02:57:32 1998 UTC (26 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.4: +117 -83 lines
Diff to previous 1.4 (colored)

Reimplement proxy-arp address stuff using sysctl().

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 11 04:01:51 1998 UTC (26 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.3: +1 -5 lines
Diff to previous 1.3 (colored)

Remove includes of if_var.h and in_var.h

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 24 09:30:20 1997 UTC (26 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.2: +7 -7 lines
Diff to previous 1.2 (colored)

Cosmetic (style):
  sizeof(var) -> sizeof var
  sizeof type -> sizeof(type)

Suggested by: J Wunsch <j@uriah.heep.sax.de>

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 23 22:38:00 1997 UTC (26 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)

Suggested by: Philippe Charnier <charnier@lirmm.fr>
              Theo de Raadt <deraadt@cvs.openbsd.org>

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Nov 23 20:27:32 1997 UTC (26 years, 6 months ago) by brian
Branch: BRIAN
CVS Tags: PPP1_5
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import version 1.5 of ppp.

<sales>
This is a user-level ppp implementation that uses the
tun driver.  It was originally created by a Japanese
ISP.  It's now piled with features.  Check the man pages
for details.
</sales>

The sources are identical to the ones in FreeBSD, except
for the Makefile.

IP aliasing (NAT) is disabled, and can be enabled by simply
doing a ``make install'' of libalias, then rebuilding
ppp.  I'll create libalias as a port soon.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 23 20:27:32 1997 UTC (26 years, 6 months ago) by brian
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.