Age | Commit message (Collapse) | Author |
|
|
|
Submitted by: Jakob Stoklund Olesen <stoklund@taxidriver.dk>
|
|
Submitted by: Angelos D. Keromytis <angelos@dsl.cis.upenn.edu>
|
|
|
|
|
|
|
|
|
|
added them yet. Instead just rely on our deleting all routes
associated with our interface.
|
|
strtok() -> strsep()
Handle icmp replies for requests originating outside the
``public'' interface correctly
Obtained from: FreeBSD
|
|
Suggested by: Theo
|
|
an empty argument
|
|
|
|
|
|
|
|
dropped by any filter.
Submitted by: Mark Hannon <markhannon@one.net.au>
with some small tweaks by me.
|
|
statistics as a side effect.
Submitted by: Marcin Cieslak <saper@system.pl>
with some tweaks to RAD_ACCT_SESSION_ID and
RAD_ACCT_MULTI_SESSION_ID generation by me.
|
|
capabilities.
|
|
capabilities.
|
|
We still process it for now though.
|
|
isn't open and the links MRU >= our MRRU, send outbound traffic as
PROTO_IP rather than PROTO_MP. This shaves some bytes off the front
of each packet 'till the second link is brought up.
Idea obtained from: Cisco
|
|
Pointed out by: Christian Weisgerber <naddy@mips.inka.de>
|
|
(a password) asap.
|
|
it from id.c into defs.c
|
|
|
|
|
|
of the two when calculating the MP throughput average for the ``set
autoload'' implementation.
This makes more sense as all links I know of are full-duplex. This
also means that people may need to adjust their autoload settings
as 100% bandwidth is now the theoretical maximum rather than 200%
(but of course, halfing the current settings is probably not the
correct answer either!).
This involves a ppp version bump as we need to pass an extra
throughput array through the MP local domain socket.
|
|
cumulative total of all active links rather than basing it on the
total of PROTO_MP traffic.
This fixes a problem whereby Cisco routers send PROTO_IP packets only
when there's only one link (hmm, what a good idea!).
|
|
|
|
Add support for radius accounting in radlib.c (not yet working in ppp); FreeBSD
|
|
first arg, move it into the setproctitle() format string.
This is only actually useful on FreeBSD.
|
|
pppoe program must be used (such as pppoe(8)).
|
|
be doubled up to mean a single literaly ``!''.
|
|
when purging routes.
|
|
Add VERSION and COMPILATIONDATE macros
Two new commands are available; ``ident'' and ``sendident''.
|
|
This avoids line length limits when large numbers of users are allowed
access to ppp.
|
|
Spotted by: sheldonh@FreeBSD.org
CVS: ----------------------------------------------------------------------
CVS: PR: Fill this in if a GNATS PR is affected by the change.
CVS: Submitted by: Fill this in if someone else sent in the change.
CVS: Reviewed by: Fill this in if someone else reviewed your modification.
CVS: Approved by: Fill this in if you needed approval for this commit.
CVS: Obtained from: Fill this in if the change is from third party software.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: ppp.8
CVS: ----------------------------------------------------------------------
|
|
thorough an MP setup with only a single link.
|
|
effect the idle timer in different ways.
Submitted by: Stefan Esser <se@freebsd.org>
With adjustments by me to document the option in the man page and to
give the same semantics for outgoing traffic as incoming.
I made the style more consistent in ip.c - this should really have
been done as a separate commit.
|
|
|
|
o If the new ``filter-decapsulation'' is enabled, delve into UDP packets
that contain 0xff 0x03 as the first two bytes, and if we recognise it
as PROTO_IP, decapsulate it for the purpose of filter checking.
If we recognise it as PROTO_<anything else> mention this for logging
purposes only.
This change is aimed at people running PPPoUDP where the UDP traffic is
being sent over another PPP link. It's desireable to have the top level
link connected all the time, but to have the bottom level link capable
of decapsulating the traffic and comparing the payload against the filters,
thus allowing ``set filter dial ...'' to work in tunnelled environments.
The caveat here is that the top ppp cannot employ any compression layers
without making the data unreadable for the bottom ppp. ``disable deflate
pred1 vj'' and ``deny deflate pred1 vj'' is suggested.
|
|
firewall punching fixes.
Obtained from: FreeBSD
|
|
|
|
Use the peers MRRU as we're supposed to.
|
|
|
|
Moved security checks into one place; FreeBSD
Remove ``nat pptp'' now that it's transparent
|
|
|
|
Problem found by: Tomaz Borstnar <tomaz.borstnar@over.net>
|
|
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
|
|
|
|
Ensure that the segment preceding a PORT/227 segment terminates with
a \r\n, the IP address in the PORT/227 matches the source IP address
of the packet and the port number in the PORT command or 277 reply is
greater than or equal to 1024.
Obtained from: FreeBSD
|