1. 12 5月, 2014 2 次提交
    • D
      ippool: introduced shuffle option · e7b98bc7
      Dmitry Kozlov 提交于
      By default list of IP address is serial at startup.
      This option shuffles initial IP list so it becomes more random.
      e7b98bc7
    • D
      pppoe: introduced called-sid option. · 48e3ff7f
      Dmitry Kozlov 提交于
      This new option will control how to represent Called-Station-ID.
      Its value maybe ifname,mac or ifname:mac.
      By default mac is used to keep compatibility with old versions.
      Also old option ifname-in-sid is removed from documentation, but is still supported for compatibility.
      48e3ff7f
  2. 29 4月, 2014 1 次提交
  3. 11 4月, 2014 2 次提交
  4. 20 1月, 2014 1 次提交
  5. 30 10月, 2013 1 次提交
  6. 03 10月, 2013 2 次提交
  7. 05 9月, 2013 1 次提交
  8. 01 9月, 2013 1 次提交
  9. 28 8月, 2013 1 次提交
  10. 22 8月, 2013 1 次提交
  11. 16 8月, 2013 2 次提交
  12. 25 7月, 2013 1 次提交
  13. 29 6月, 2013 1 次提交
  14. 23 6月, 2013 1 次提交
  15. 14 6月, 2013 1 次提交
  16. 11 6月, 2013 2 次提交
  17. 06 6月, 2013 2 次提交
  18. 04 6月, 2013 1 次提交
  19. 31 5月, 2013 1 次提交
  20. 24 5月, 2013 1 次提交
  21. 23 4月, 2013 1 次提交
  22. 17 4月, 2013 1 次提交
    • G
      l2tp: Full hidden AVPs support · 9ec0d6be
      Guillaume Nault 提交于
      Add option "hide-avps" in the "l2tp" section for hiding attributes
      sent to peer. This same option is also made available on accel-ppp's
      command line interface:
        accel-ppp# tunnel create tunnel peer-addr 192.0.2.1 hide-avps 1
      
      Attribute hiding is performed upon attribute creation (in the
      l2tp_packet_add_*() functions family) rather than upon packet sending.
      This avoid running the cipher for every retransmission; the counterpart
      is that l2tp_packet_print() can't dump original attributes of hidden
      AVPs.
      
      Currently, only one random vector is used for all hidden AVPs in a
      packet. This is easily extensible though, as the 'last_RV' field in
      struct l2tp_packet_t may be overridden to use new vectors for next
      AVPs.
      Signed-off-by: NGuillaume Nault <g.nault@alphalink.fr>
      9ec0d6be
  23. 11 4月, 2013 1 次提交
  24. 18 2月, 2013 1 次提交
  25. 25 1月, 2013 2 次提交
    • K
      backport 1.7 · cf3de06a
      Kozlov Dmitry 提交于
      * l2tp: Fix allocation checking when adding octets AVP
      * cli, tcp: Fix non-NULL terminated string reception
      * Fix va_end() missing calls
      * chap-secrets: implemented encryption
      * auth_pap: make messages like other auth modules
      * cli: check xmit_buf is not null at enter to write function
      * pppoe: implemented regular expression support
      * chap-secrets: implemented encryption
      * ippool: fixed initialization order
      * optional shaper compiling
      * ppp: dns/wins code cleanup
      cf3de06a
    • K
      merge upstream · 45026d43
      Kozlov Dmitry 提交于
      45026d43
  26. 13 8月, 2012 1 次提交
  27. 03 8月, 2012 1 次提交
  28. 20 7月, 2012 1 次提交
  29. 05 6月, 2012 1 次提交
    • K
      ppp: implemented unit cache · fa315a7a
      Kozlov Dmitry 提交于
           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
      fa315a7a
  30. 17 5月, 2012 1 次提交
  31. 16 5月, 2012 1 次提交
  32. 02 5月, 2012 1 次提交
  33. 30 4月, 2012 1 次提交