Age | Commit message (Collapse) | Author |
|
Move definition of ACCEL_PPP_VERSION from /accel-pppd/CMakeLists.txt
to /CMakeLists.txt so that it gets visible by any cmake file.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
|
|
|
|
|
|
* fixed various bugs in cli
* fixed l2tp connection problem from android
* implemented chap-secrets encryption
* implemented NBNS (WINS) support
|
|
|
|
|
|
* fixed connection dropping when mppe=prefer and user rejects ccp
* improved tunnel termination (l2tp)
* fixed sending incorrect magic in lcp echo request
* fixed various typos
* gather interface statistics via netlink
|
|
|
|
* drop compressor settings on session termination
* fixed race condition on termination
* fixed unexpected lcp timer start
* fixed setting of ACCEL_PPP_VERSION with git coloured output
* log_file: fixed bug in per user log
* pppoe: tag length sanity check
* iprange: accept network with null mask (which actually disables iprange module)
* l2tp: various fixes
* radius: update Class attribute by CoA request
* telnet: check for disconnect condition while processing input chars
* implemented per-CTRL ip-pool option to specify default ip pool name
|
|
|
|
* implemented per CTRL mppe config
* implemented vendor/attr options to specify which radius attribute containes ip pool name
* implemented adaptive lcp echo functionality
* implemented leaf qdisc attachment (only sfq at present)
* implemented Challenge attribute handling (l2tp)
* implemented unit(interface) cache
* fixed ip-pre-up script result handling
* fixed time range start detection on startup/config reload
* fixed reading of req-limit option (radius)
* fixed unexpected radattr file removal
|
|
If enabled accel-pppd will not destroy interface immediately after corresponding session is terminated, instead interface will be brought down and placed to cache for later use for new sessions.
It should reduce kernel interface creation/deletion rate lack and increase responsibility of daemon
|
|
Low interface creation/deletion rate is kernel issue and should be fixed in 3.5.
This reverts commit 9ae4a0151805229face3385e6c966de90c7fec29.
|
|
|
|
* fixed ip-down segfault
|
|
* implemented logwtmp module
* implemented connlimit module
* implemented advanced shaper
* implemented MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes
* fix per-interface PADI limiting (pppoe)
* fix module load order
* fix "show sessions match" (cli)
* other bugfixes and improvements
|
|
|
|
* implemented named IP pools (radius Framed-Pool attribute)
* implemented logging to system logger (log_syslog)
* implemented ability to send cli commands via snmp
* implemented PADI limiting (pppoe)
* implemented simultaneous radius requests limiting
* various bug fixes and improvements
|
|
* implemented SNMP support (using net-snmp AgentX)
* implemented multiple radius servers support
* implemented IPv6:
- PPP IPV6CP protocol
- Neighbor Discovery protocol in part of Router Advertisement
- DHCPv6 server including Prefix Delegation extension
- ipv6-pool module
- Radius Framed-Interface-Id, Framed-IPv6-Prefix, Delegated-IPv6-Prefix attributes
* fixed MPPE handling
* implemented noauth mode (login without authentication)
* improved CCP/IPCP handling
* included builtin crypto library (optional)
* improved l2tp handling
* fixed builtin shaper temporary rate change functionality
* various bug fixes and improvements
|
|
(default OPENSSL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|