Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-18 | ipoe: for vlan name pattern implemented %P argument - VID of parent interface | Dmitry Kozlov | |
2015-11-18 | ipoe: do not apply "soft terminate" to UP sessions | Dmitry Kozlov | |
2015-11-18 | ipoe: fixed detection for exceeding of maximum interface name in ↵ | Dmitry Kozlov | |
make_vlan_name function | |||
2015-11-18 | ipoe: fixed double route insertion | Dmitry Kozlov | |
2015-11-18 | ipoe: add route to client only in L3 mode | Dmitry Kozlov | |
2015-11-18 | ipoe: do not send immediate Accounting Stop in soft terminate mode | Dmitry Kozlov | |
2015-11-17 | ipoe: implemented dhcp option 58 | Dmitry Kozlov | |
2015-11-17 | ipoe: use single socket for arp processing | Dmitry Kozlov | |
2015-11-02 | ipoe: implemented username=ifname for UP sessions | Dmitry Kozlov | |
2015-08-19 | ipoe: fixed condition to register radius plugin | Dmitry Kozlov | |
2015-08-19 | ipoe: send client IP address in Framed-IP-Address for UP sessions | Dmitry Kozlov | |
2015-08-17 | ipoe: introduced 'calling-sid' option | Dmitry Kozlov | |
This option specifies value of Calling-Station-Id value. Available options are 'mac' and 'ip'. | |||
2015-07-08 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2015-07-07 | fixed check for interface name length | Dmitry Kozlov | |
2015-07-07 | ipoe: disable udp checksum validation | Dmitry Kozlov | |
2015-07-02 | ipoe: introduced option "check-mac-change" | Dmitry Kozlov | |
Default behaviour of accel-ppp when it receives DHCP request with same Option 82 but different MAC address is termination of old session (with previous MAC address). This option can turn off such behaviour, so multiple sessions with same Option 82 but different MAC may coesist. | |||
2015-06-16 | pppoe: do not send reply if Service-Name is empty | Dmitry Kozlov | |
2015-04-20 | ipoe: changed behavior of agent-remote-id option | Dmitry Kozlov | |
Before this patch if agent-remote-id is not specified in config it get default value "accel-pppd". Now if agent-remote-id is not specified then accel-ppp will not insert his Option 82 into relayed DHCP requests | |||
2015-04-18 | ipoe: implemneted passing DHCP Option 82 to Radius as two separated attributes | Dmitry Kozlov | |
Introducesed 2 new options: [ipoe] attr-dhcp-opt82-remote-id= attr-dhcp-opt82-circuit-id= | |||
2015-04-18 | ipoe: implemented soft session termination | Dmitry Kozlov | |
Soft termination means that session won't be terminated immediately, but marked as terminated and when client will request for lease renewal it will be NAKed and session will be terminated at this time. By default soft termination is turned off, to enable it introduces new option 'soft-terminate=1'. Also cli command 'terminate <session> hard' terminates session immediatly regardless of 'soft-terminate' option. | |||
2015-04-18 | ipoe: don't block lua script if it raises error | Dmitry Kozlov | |
2015-02-21 | ipoe: change l4-redirect-ipset/l4-redirect-table by CoA | Dmitry Kozlov | |
2015-02-21 | ipoe: for option password implemented special value "csid" | Dmitry Kozlov | |
If password=csid then password will we same as Calling-Station-Id. | |||
2015-02-21 | ipoe: introduced "idle-timeout" and "session-timeout" options | Dmitry Kozlov | |
2015-02-20 | ipoe: set Calling-Station-Id to client mac address for UP sessions | Dmitry Kozlov | |
2015-01-28 | ipoe: fixed bug (v2) | Dmitry Kozlov | |
2015-01-28 | Revert "ipoe: fixed bug" | Dmitry Kozlov | |
This reverts commit c362f0d1dc4b3feef318233007999db206dc3b1a. | |||
2015-01-28 | ipoe: fixed bug | Dmitry Kozlov | |
2015-01-23 | ipoe: fixed authentication with chap-secrets | Dmitry Kozlov | |
2015-01-09 | pppoe: check for tag length in print_packet function (fixes sigsegv) | Dmitry Kozlov | |
2014-12-30 | ipoe: fixed incorrect timer deletion | Dmitry Kozlov | |
2014-12-30 | ipoe: fixed mask calculation from ipaddr radius attribute | Dmitry Kozlov | |
2014-12-04 | ipoe: send DHCP reply to sessions's dhcp socket if exists | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-11-06 | release IP addresses before fire EV_SESSION_FINISHED (fixes segfault when ↵ | Dmitry Kozlov | |
using IPoE) | |||
2014-10-29 | ipoe: implemneted ability to send L4 redirect table/L4 redirect ipset via ↵ | Dmitry Kozlov | |
radius attributes Introduced following options: attr-l4-redirect-table (type integer) attr-l4-redirect-ipset (type string) Please note, to enable L4 redirect attr-l4-redirect must be specified and sent | |||
2014-10-28 | ipoe: implemented "L4 redirect on reject" for DHCP sessions | Dmitry Kozlov | |
If authentication rejects session, but l4-redirect-on-reject is specified in config then temporary session will be created and l4 redirect rule will be applied to IP of that session. Session will be terminated after specified number of seconds. Also if l4-redirect-ip-pool option is specified then IP will be allocated from that special pool. | |||
2014-10-27 | ipoe: implemented handling relayed DHCP clients | Dmitry Kozlov | |
2014-10-20 | ipoe: handle dhcp requests in session context if exists | Dmitry Kozlov | |
2014-10-20 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2014-10-20 | pppoe: stop server if interface down detected | Dmitry Kozlov | |
2014-10-17 | ipoe: initialize before_switch function for server contexts | Dmitry Kozlov | |
2014-10-08 | ipoe: fixed handling of mac address change | Dmitry Kozlov | |
2014-09-20 | rewrite of authentication/accounting procedures | Dmitry Kozlov | |
This patch gets rid of synchronuos style of authentication/accounting. Synchronous style of authentication/accounting produced sleeping threads which becomes a problem when lots of sessions started/stopped and all they want authorization/accounting. | |||
2014-09-13 | pppoe: start interfaces asynchronously | Dmitry Kozlov | |
When there are many interfaces to start accel-ppp stucks on startup because kernel slowly creates raw sockets. So starting this proccess asynchronous improves accel-ppp responsiveness | |||
2014-09-13 | pppoe: improved session id allocation procedure (optimizes memory usage) | Dmitry Kozlov | |
2014-09-13 | pptp: use predefined named framing/bearer values, cosmetics | Vladislav Grishenko | |
2014-09-13 | pptp: don't delay control connection msg on EINTR | Vladislav Grishenko | |
2014-09-13 | pppoe, pptp: fix socket type for checking | Vladislav Grishenko | |
2014-09-09 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |