Fix include paths for plugins to use the public API of pppd |
|
More...
|
almost 4 years ago
|
Update configure.ac to use AS_IF() and correct use of paranthesis |
|
More...
|
almost 4 years ago
|
configure.ac: include systemd support in summary |
|
More...
|
almost 4 years ago
|
configure.ac, pppd/Makefile.am: use pkg-config to link against systemd |
|
More...
|
almost 4 years ago
|
configure.ac: minor phrasing tidy ups in output |
|
More...
|
almost 4 years ago
|
configure.ac: use consistent x${VAR} = x${VALUE} test |
|
More...
|
almost 4 years ago
|
Changing USE_PAM to PPP_WITH_PAM for consistency. |
|
More...
|
almost 4 years ago
|
Changing MAXOCTETS to PPP_WITH_MAXOCTETS |
|
More...
|
almost 4 years ago
|
Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistency |
|
More...
|
almost 4 years ago
|
Removing patchlevel.h |
|
More...
|
almost 4 years ago
|
Fixing up quotation of AC_DEFINE macro |
|
More...
|
almost 4 years ago
|
pppd: Retry registering interface when on rtnetlink -EBUSY error |
|
More...
|
almost 4 years ago
|
Merge pull request #305 from pali/ifnamsiz |
|
More...
|
almost 4 years ago
|
Fixing up a few inconsistencies in configure.ac (#306) |
|
More...
|
almost 4 years ago
|
Changing PPP_FILTER to PPP_WITH_FILTER for consistency. |
|
More...
|
almost 4 years ago
|
Changing PLUGIN to PPP_WITH_PLUGINS for consistency |
|
More...
|
almost 4 years ago
|
Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent. |
|
More...
|
almost 4 years ago
|
Changing USE_TDB to PPP_WITH_TDB to be consistent. |
|
More...
|
almost 4 years ago
|
Changing HAVE_MULTILINK to PPP_WITH_MULTILINK |
|
More...
|
almost 4 years ago
|
Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_* |
|
More...
|
almost 4 years ago
|
Changing INET6 to PPP_WITH_IPV6CP and adding configure option |
|
More...
|
almost 4 years ago
|
pppd: Replace IF_NAMESIZE by IFNAMSIZ for struct ifreq |
|
More...
|
almost 4 years ago
|
pppd: De-duplicate Linux rtnetlink code |
|
More...
|
almost 4 years ago
|
pppd: Remove usage of incorrect constant MAXIFNAMELEN |
|
More...
|
almost 4 years ago
|
ipv6cp: Add support for ipv6cp-use-remotenumber option |
|
More...
|
almost 4 years ago
|
pppoe: Remove rp-pppoe.so symlink to not conflict with real rp-pppoe.so plugin (#304) |
|
More...
|
almost 4 years ago
|
Merge pull request #303 from enaess/fix-md4 |
|
More...
|
almost 4 years ago
|
radius: interim and stop frames should not depend on successful start. (#299) |
|
More...
|
almost 4 years ago
|
Adding in unit-tests for chap_ms.c in pppd |
|
More...
|
almost 4 years ago
|
Using OpenSSL for MD4 isn't compatibile how NTPasswordHash is using it. |
|
More...
|
almost 4 years ago
|