1. 18 11月, 2015 5 次提交
  2. 02 11月, 2015 1 次提交
  3. 19 8月, 2015 2 次提交
  4. 17 8月, 2015 1 次提交
  5. 07 7月, 2015 1 次提交
  6. 02 7月, 2015 1 次提交
    • D
      ipoe: introduced option "check-mac-change" · 2883c323
      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.
      2883c323
  7. 20 4月, 2015 1 次提交
    • D
      ipoe: changed behavior of agent-remote-id option · b8b91d8b
      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
      b8b91d8b
  8. 18 4月, 2015 2 次提交
    • D
      ipoe: implemneted passing DHCP Option 82 to Radius as two separated attributes · ab110d1e
      Dmitry Kozlov 提交于
      Introducesed 2 new options:
      [ipoe]
      attr-dhcp-opt82-remote-id=
      attr-dhcp-opt82-circuit-id=
      ab110d1e
    • D
      ipoe: implemented soft session termination · 40c8be9c
      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.
      40c8be9c
  9. 21 2月, 2015 3 次提交
  10. 20 2月, 2015 1 次提交
  11. 28 1月, 2015 3 次提交
  12. 23 1月, 2015 1 次提交
  13. 30 12月, 2014 2 次提交
  14. 04 12月, 2014 1 次提交
  15. 22 11月, 2014 1 次提交
  16. 06 11月, 2014 1 次提交
  17. 30 10月, 2014 1 次提交
  18. 29 10月, 2014 2 次提交
    • D
      ipoe: implemented "L4 redirect on reject" for DHCP sessions · 3aecff0f
      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.
      3aecff0f
    • D
      ipoe: implemented "L4 redirect on reject" for DHCP sessions · c801c643
      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.
      c801c643
  19. 27 10月, 2014 1 次提交
  20. 20 10月, 2014 1 次提交
  21. 18 10月, 2014 1 次提交
  22. 08 10月, 2014 1 次提交
  23. 20 9月, 2014 1 次提交
    • D
      rewrite of authentication/accounting procedures · 62e89248
      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.
      62e89248
  24. 04 9月, 2014 1 次提交
  25. 26 8月, 2014 1 次提交
  26. 25 8月, 2014 1 次提交
  27. 25 7月, 2014 1 次提交
  28. 17 7月, 2014 1 次提交