[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 1e6c4ac0174cfa24a390a038045b0f631c8d52ba |
Date: |
Sun, 6 Nov 2016 17:03:09 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via 1e6c4ac0174cfa24a390a038045b0f631c8d52ba (commit)
via b978d17ca0780f1c594405d11c264f8d6a69e7e9 (commit)
from dde55c6c0efcdf3869416c1c2231488e33ca9343 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1e6c4ac0174cfa24a390a038045b0f631c8d52ba
Author: Sylvain Rochet <address@hidden>
Date: Sun Nov 6 17:39:59 2016 +0100
PPP, IPCP: check that the peer is allowed to use the IP address it wants
This is done in the pppd upstream and was disabled because we don't have
the allowed addresses list required for the auth_ip_addr function.
This is mostly necessary for PPP in server mode to prevent the peer to
use the IP address it wants instead of the one we want, which is
currently allowed.
Rewrite auth_ip_addr in a simple way where we forbid PPP peer to use
loopback net, a multicast address or a reserved class address. Added
to that we consider that PPP in server mode with peer required to
authenticate must provide the peer IP address, reject any IP address
wanted by peer different than the one we wanted. This is actually
an allowed addresses "list" of one entry that follows what is done
in the unused auth_ip_addr function.
commit b978d17ca0780f1c594405d11c264f8d6a69e7e9
Author: Sylvain Rochet <address@hidden>
Date: Sun Nov 6 12:54:26 2016 +0100
PPP, IPCP: remove obvious FIXME
No-op. This is now unused code and it is pretty self explanatory what
int_option do; it checks that passed parameter is an unsigned integer.
-----------------------------------------------------------------------
Summary of changes:
src/netif/ppp/ipcp.c | 25 ++++++++++++++++++++-----
1 file changed, 20 insertions(+), 5 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 1e6c4ac0174cfa24a390a038045b0f631c8d52ba,
Sylvain Rochet <=