OpenBSD CVS

CVS log for src/usr.sbin/ppp/Attic/Makefile


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12, Mon Mar 17 17:15:51 2014 UTC (10 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1 lines
FILE REMOVED

ppp(8) goes to the bit bucket in the sky

Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 31 08:15:48 1998 UTC (25 years, 9 months ago) by brian
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.10: +1 -5 lines
Diff to previous 1.10 (colored)

Move libalias sources into the ppp directory.
Suggested (many times) by: Theo

Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 31 00:20:08 1998 UTC (25 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.9: +9 -15 lines
Diff to previous 1.9 (colored)

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.9 / (download) - annotate - [select for diffs], Sun Jun 7 17:09:43 1998 UTC (26 years ago) by brian
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Fix previous commit.  bit 1 is the execute bit, not the read bit *blush*
ie, BINMODE=4551 -> BINMODE=4554
Pointed out by: Bruce Evans <bde@zeta.org.au>

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jun 7 00:20:22 1998 UTC (26 years ago) by brian
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Make ppp world-readable so that root can get at it over
NFS when nobody isn't in group network :-)

Pointed out by: Bruce Evans <bde@zeta.org.au>

Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 26 16:20:06 1998 UTC (26 years, 1 month ago) by brian
Branch: MAIN
Changes since 1.6: +2 -9 lines
Diff to previous 1.6 (colored)

Remove libalias entirely.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 26 16:16:59 1998 UTC (26 years, 1 month ago) by brian
Branch: MAIN
Changes since 1.5: +11 -4 lines
Diff to previous 1.5 (colored)

Exclude use of the libalias stubs as there is no useful
way of determining if dlopen() and dlsym() exist.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 25 09:23:10 1998 UTC (26 years, 1 month ago) by brian
Branch: MAIN
Changes since 1.4: +6 -12 lines
Diff to previous 1.4 (colored)

Add libalias and tidy up a few warnings.
libalias does not build by default, you must build and
install it manually (cd ppp/libalias && make && make install).

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 15 22:49:11 1997 UTC (26 years, 5 months ago) by brian
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Include iplist.c (forgotten when updating for dynamic
IP support).

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 6 12:08:54 1997 UTC (26 years, 6 months ago) by brian
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Add DEFLATE capabilities (rfc1979).

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 26 01:37:32 1997 UTC (26 years, 6 months ago) by brian
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Don't look for /usr/include/alias.h in the Makefile,
expect ``make -DHAVE_LIBALIAS'' instead.
alias.h poo poo'd by: Theo

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.