Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-05 | Fix format string errors | Guillaume Nault | |
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-09-05 | Add compilation checks for printf-style format strings | Guillaume Nault | |
Append the format() __attribute__ to function prototypes which use a format string. This allows GCC to check for consistency between the format string and its arguments when these functions are called. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-09-05 | gather interface statistics via netlink | Kozlov Dmitry | |
2012-08-27 | fix various typos | Kozlov Dmitry | |
2012-08-27 | fix typo (successed -> succeeded) | Kozlov Dmitry | |
2012-08-23 | L2TP: Tear down tunnel when peer stops listening | Guillaume Nault | |
Stop sending messages on tunnels for which no peer is listening. Discard retransmissions too. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-08-13 | lcp: fixed sending incorrect magic in lcp echo request | Kozlov Dmitry | |
2012-08-03 | Merge branch '1.7' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp into 1.7 | |||
2012-08-03 | l2tp: stop hello timer on session termination | Kozlov Dmitry | |
l2tp: rertansmit last packet if duplicate packet received | |||
2012-08-03 | Merge branch '1.7' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp into 1.7 | |||
2012-08-03 | ppp: don't drop connection when mppe=prefer and user rejects ccp | Kozlov Dmitry | |
2012-07-30 | make worker stack size configurable | Kozlov Dmitry | |
2012-07-30 | 1.7.1 release | Kozlov Dmitry | |
* 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 | |||
2012-07-30 | add per-CTRL ip-pool option to specify default ip pool name | Kozlov Dmitry | |
2012-07-19 | cli: telnet: check for disconnect condition while processing input chars | Kozlov Dmitry | |
2012-07-13 | radius: update Class attribute by CoA request | Kozlov Dmitry | |
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-07 | Merge branch '1.7' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp into 1.7 | |||
2012-07-07 | iprange: accept network with null mask (which actually disables iprange module) | Kozlov Dmitry | |
2012-07-07 | pppoe: tag length sanity check | Kozlov Dmitry | |
2012-07-06 | Merge branch '1.7' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp into 1.7 | |||
2012-07-06 | log_file: fixed double list deletetion if per user log file creating failed | Kozlov Dmitry | |
2012-07-06 | ppp: drop compressor settings on session initiation | Kozlov Dmitry | |
2012-06-29 | Fix setting of ACCEL_PPP_VERSION with git coloured output | Kozlov Dmitry | |
2012-06-21 | ppp: fixed unexpected lcp timer start | Kozlov Dmitry | |
2012-06-21 | fixed race on termination | Kozlov Dmitry | |
2012-06-19 | ppp: drop compressor settings on session termination | Kozlov Dmitry | |
2012-06-15 | 1.7.0 release | Kozlov Dmitry | |
* 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 | |||
2012-06-05 | ppp: implemented unit cache | 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 | |||
2012-06-05 | Merge branch 'master' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp | |||
2012-06-05 | pppoe: fix typo in config parsing | Kozlov Dmitry | |
2012-06-04 | ippool: fixed 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-06-04 | Revert "fdtrash: don't queue descriptors after context is closed (fix ↵ | Kozlov Dmitry | |
segfault when stopping accel-pppd)" This reverts commit 2e56893233560dfc6b3ad12eb8f75f50cb4c930f. | |||
2012-06-02 | fdtrash: don't queue descriptors after context is closed (fix segfault when ↵ | Kozlov Dmitry | |
stopping accel-pppd) | |||
2012-05-31 | ppp: if signle-session=replace down first session's interface before second ↵ | Kozlov Dmitry | |
comes up (should fix unexpected ospf routes deletion) | |||
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-28 | log_syslog: check buffer overflow | Kozlov Dmitry | |
2012-05-28 | auth_mschap_v2: remove debugging code | Kozlov Dmitry | |
2012-05-28 | auth_chap*: use previous challenge value in packet resend instead of ↵ | Kozlov Dmitry | |
generating new one | |||
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-05-15 | shaper: implemented leaf qdisc attachment | Kozlov Dmitry | |
2012-05-14 | cli: add 'comp' field to 'show sessions' to indicate compression/encryption ↵ | Kozlov Dmitry | |
method | |||
2012-05-14 | pppd_compat: use EV_PPP_PRE_FINISHED event to start ip-down script (fixes ↵ | Kozlov Dmitry | |
unexpected radattr file removal) |