OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7, Mon Apr 27 02:13:58 1998 UTC (26 years, 1 month ago) by brian
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
FILE REMOVED

Remove mention of libalias and dlopen/dlsym.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 25 09:23:22 1998 UTC (26 years, 1 month ago) by brian
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Sat Apr 25 05:06:21 1998 UTC (26 years, 1 month ago) by todd
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4 (colored)

not that we compile this, but incase we ever do, prepare it to work for elf.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 19 22:59:14 1998 UTC (26 years, 4 months ago) by brian
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.3: +7 -3 lines
Diff to previous 1.3 (colored)

dlopen(..., RTLD_NOW) rather than RTLD_LAZY.
Pointed out by: John Polstra <jdp@polstra.com>

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 14 01:23:50 1998 UTC (26 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.2: +59 -10 lines
Diff to previous 1.2 (colored)

Lose __libalias_version.
We now look for the biggest of libalias.so.2.*

Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 21 14:27:07 1997 UTC (26 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.1: +26 -2 lines
Diff to previous 1.1 (colored)

Add (BSD) copyright headers

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Nov 23 20:27:34 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:34 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.