Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-13 | ipoe: shared nat support | Kozlov Dmitry | |
2012-07-13 | L2TP: Check for fcntl() errors in l2tp_connect() | Kozlov Dmitry | |
Add error detection to ensure the FD_CLOEXEC flag gets set for every new socket. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-07-13 | Merge commit 'e04b9b2b35ed36ceb89d6991d2322210f6dd6abc' | Kozlov Dmitry | |
* commit 'e04b9b2b35ed36ceb89d6991d2322210f6dd6abc': L2TP: Close sockets opened by l2tp_connect() upon failure | |||
2012-07-13 | Merge commit '0b99fef73bce3f1abed63e581594de9d1f132312' | Kozlov Dmitry | |
* commit '0b99fef73bce3f1abed63e581594de9d1f132312': L2TP: Fix socket() error handling in l2tp_connect() iprange: accept network with null mask (which actually disables iprange module) | |||
2012-07-13 | L2TP: Check for fcntl() errors in l2tp_connect() | Guillaume Nault | |
Add error detection to ensure the FD_CLOEXEC flag gets set for every new socket. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-07-13 | L2TP: Close sockets opened by l2tp_connect() upon failure | Guillaume Nault | |
Centralise error management to ensure full cleanup upon failure. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-07-13 | L2TP: Fix socket() error handling in l2tp_connect() | Guillaume Nault | |
Check if the tunnel file descriptor has been successfully created. Explicitely check for negative values to detect socket() errors. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-07-12 | ipoe: per-interface static dhcp pool of addresses | Kozlov Dmitry | |
2012-07-11 | Merge commit '72c82d4f729e68acab1c91de502cd0c230cbed39' | Kozlov Dmitry | |
2012-07-11 | ipoe: implemented unit cache | Kozlov Dmitry | |
2012-07-11 | ipoe: fix multiple interface loading | Kozlov Dmitry | |
2012-07-11 | futher session backup implementation | Kozlov Dmitry | |
cli: introduced 'restart' command to restrat daemon | |||
2012-07-10 | initial session backup implementation | Kozlov Dmitry | |
2012-07-07 | pppoe: tag length sanity check | Kozlov Dmitry | |
2012-07-05 | ipoe: futher work | Kozlov Dmitry | |
2012-07-02 | ipoe: integrating accel-pppd and ipoe kernel module | Kozlov Dmitry | |
2012-06-26 | ipoe: futher working | Kozlov Dmitry | |
2012-06-25 | working on ipoe | Kozlov Dmitry | |
2012-06-22 | initial ipoe implementation | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-06-05 | pppoe: fix typo in config parsing | Kozlov Dmitry | |
2012-06-04 | Revert "implemented delayed fd close (speeds up session termination process)" | Kozlov Dmitry | |
Low interface creation/deletion rate is kernel issue and should be fixed in 3.5. This reverts commit 9ae4a0151805229face3385e6c966de90c7fec29. | |||
2012-05-31 | Merge branch 'master' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp | |||
2012-05-31 | pppoe: fix improper ifname-in-sid handling | Kozlov Dmitry | |
2012-05-28 | implemented delayed fd close (speeds up session termination process) | Kozlov Dmitry | |
2012-05-22 | Some AVP we are not handling yet, and it is better to provide option | Kozlov Dmitry | |
to ignore them, instead of refusing connection. Signed-off-by: Denys Fedoryshchenko <denys@visp.net.lb> | |||
2012-05-16 | l2tp: implemented Challenge attribute handling (shared secret) | Kozlov Dmitry | |
2012-05-16 | write message to log if unable to load necessary kernel module | Kozlov Dmitry | |
2012-04-21 | implemented per CTRL mppe config | Kozlov Dmitry | |
2012-03-07 | pppoe: fix per-interface PADI limiting | Kozlov Dmitry | |
2012-01-23 | load necessary kernel modules at startup | Kozlov Dmitry | |
2012-01-18 | implemented connlimit module which can be used to reduce system overload due ↵ | Kozlov Dmitry | |
to flood of connections | |||
2012-01-18 | l2tp: add Host-Name attribute to SCCRP necessarily | Kozlov Dmitry | |
l2tp: add Vendor-Name attribute to SCCRP | |||
2012-01-13 | set FD_CLOEXEC on opened file descriptors | Kozlov Dmitry | |
2011-12-29 | pppoe: set default padi_limit to 0 | Kozlov Dmitry | |
2011-12-29 | pppoe: implemented PADI limiting | Kozlov Dmitry | |
2011-09-19 | shaper_tbf: fix temporary rate change functionality | Kozlov Dmitry | |
2011-09-15 | l2tp: don't send OCRQ | Kozlov Dmitry | |
2011-09-03 | implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL ↵ | Kozlov Dmitry | |
(default OPENSSL) | |||
2011-08-29 | fix incorrect ppp_terminate calls | Kozlov Dmitry | |
2011-08-19 | snmp support | Kozlov Dmitry | |
2011-06-23 | pppoe: reworked config read | Kozlov Dmitry | |
pppoe: tr101 option to enable/disable tr101 handling | |||
2011-05-31 | pptp: don't log 'identifier mismatch' message anymore | Kozlov Dmitry | |
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-05-10 | l2tp: dir300 quirk | Kozlov Dmitry | |
2011-01-26 | dynamicaly check if radius module loaded (so not more require to rebuild ↵ | Dmitry Kozlov | |
project without RADIUS to switch to chap-secrets) | |||
2011-01-26 | ppp, radius: Acct-Terminate-Cause=Lost-Carrier when ppp terminates by lcp ↵ | Dmitry Kozlov | |
reply absence | |||
2011-01-05 | pppoe: tr101 fixes | Dmitry Kozlov | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |