Age | Commit message (Expand) | Author |
2013-01-25 | Do not segfault on RADIUS failures during interim | Aleksey Zhukov |
2013-01-25 | Fix boolean options parsing in configuration file | Guillaume Nault |
2013-01-25 | update debian contrib | Kozlov Dmitry |
2013-01-25 | ipoe: fix giaddr reload | Kozlov Dmitry |
2013-01-25 | l2tp: Fix the connect() call when allocating tunnels | Guillaume Nault |
2013-01-25 | l2tp: Close tunnel handler's FD if TID assignment fails | Guillaume Nault |
2013-01-25 | l2tp: Always acknowledge SCCCN messages | Guillaume Nault |
2013-01-25 | l2tp: Acknowledge CDN messages | Guillaume Nault |
2013-01-25 | l2tp: Avoid sending CDN with reserved result value | Guillaume Nault |
2013-01-25 | l2tp: Register sessions timers in sessions context | Guillaume Nault |
2013-01-25 | l2tp: Fix PPP session disconnection | Guillaume Nault |
2013-01-25 | l2tp: Perform session disconnection in ppp context | Guillaume Nault |
2013-01-25 | l2tp: Fix race condition when removing sessions | Guillaume Nault |
2013-01-25 | l2tp: Ensure sessions always have a valid parent tunnel | Guillaume Nault |
2013-01-25 | pppd_compat: fix coa handler's env size | Dmitry Kozlov |
2013-01-25 | session: read final interface statistics on termination | Kozlov Dmitry |
2013-01-25 | Revert "session: read final interface statistics on termination" | Kozlov Dmitry |
2013-01-25 | session: read final interface statistics on termination | Kozlov Dmitry |
2013-01-25 | Revert "altered session finishing procedure" | Kozlov Dmitry |
2013-01-25 | ipool: implemneted net30 allocator | Kozlov Dmitry |
2013-01-24 | altered session finishing procedure | Kozlov Dmitry |
2013-01-24 | backport 1.7 | Kozlov Dmitry |
2013-01-24 | session: fire EV_PRE_FINISHED | Kozlov Dmitry |
2013-01-24 | pppd_compat: pass calling_station_id and called_station_id via env | Dmitry Kozlov |
2013-01-24 | implemented different sessionid length and urandom source | Dmitry Kozlov |
2013-01-24 | cli: show properly comp field | Kozlov Dmitry |
2013-01-24 | use CMAKE_FIND_ROOT_PATH prefix | Kozlov Dmitry |
2013-01-24 | generalize single-session checking | Kozlov Dmitry |
2013-01-24 | add missing files | Kozlov Dmitry |
2013-01-24 | merge upstream | Kozlov Dmitry |
2013-01-24 | move 'comp' field from struct ppp_t to struct ap_session | root |
2013-01-24 | ipool: implemneted net30 allocator | Kozlov Dmitry |
2012-09-09 | remove superfluous from CMakeLists.txt | Kozlov Dmitry |
2012-09-09 | l2tp: print tid and sid as unsigned | Kozlov Dmitry |
2012-09-09 | l2tp: send CDN in tunnel context | Kozlov Dmitry |
2012-09-09 | l2tp: prefix connection logs with lac ip:port | Kozlov Dmitry |
2012-09-07 | L2TP: Re-enable per session logs | Guillaume Nault |
2012-09-07 | L2TP: Handle multiple sessions per tunnel | Guillaume Nault |
2012-09-07 | L2TP: Use different connection timers for tunnels and sessions | Guillaume Nault |
2012-09-07 | L2TP: Allocate new sessions after receiving ICRQ messages | Guillaume Nault |
2012-09-07 | L2TP: Modify prototype of functions acting only on sessions | Guillaume Nault |
2012-09-07 | L2TP: Close only session (not tunnel) after a PPP disconnection | Guillaume Nault |
2012-09-07 | L2TP: Start sending HELLO messages upon tunnel connection | Guillaume Nault |
2012-09-07 | L2TP: Add standalone StopCCN message sending function | Guillaume Nault |
2012-09-07 | L2TP: Terminate sessions without closing tunnel | Guillaume Nault |
2012-09-07 | L2TP: Use different states for handling sessions and tunnels | Guillaume Nault |
2012-09-07 | L2TP: Separate session and tunnel connection code | Guillaume Nault |
2012-09-07 | L2TP: Rename function that frees connection strutures | Guillaume Nault |
2012-09-07 | L2TP: Define and use dedicated function to free sessions | Guillaume Nault |
2012-09-07 | L2TP: Add session specific allocation function | Guillaume Nault |