summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp
AgeCommit message (Collapse)Author
2011-09-03ppp: ipcp: fixed bugKozlov Dmitry
2011-09-02ppp: drop route of previous session before bringing up new if ↵Kozlov Dmitry
single-session=replace (make ospf happy)
2011-08-30ppp: cosmetical changesKozlov Dmitry
2011-08-29ppp: set accept_ra=0, autoconf=0, forwarning=1 on ipv6 capable interfacesKozlov Dmitry
2011-08-29fix incorrect ppp_terminate callsKozlov Dmitry
2011-08-29ppp: ipv6cp: fix initial ConfReq interface-id handlingKozlov Dmitry
2011-08-29ppp: ccp,ipcp,ipv6cp: set state of fsm to closed after layer was finishedKozlov Dmitry
2011-08-29ipv6_dhcp: add routes to delegated prefixesKozlov Dmitry
2011-08-28ipv6: initial dhcpv6 supportKozlov Dmitry
2011-08-26ppp: fix infinit layer_down loopKozlov Dmitry
2011-08-26ppp: fix optional layers startup issueKozlov Dmitry
2011-08-25ppp: ipcp/ipv6cp: add layer start timeout to prevent session hangupKozlov Dmitry
2011-08-25ppp: ipv6_nd: implement DNSSL option (rfc6106)Kozlov Dmitry
2011-08-24ppp: make ipcp/ipv6cp passive if ipv4/ipv6=denyKozlov Dmitry
2011-08-24ppp:ipv6: introduced option ipv6-accept-peer-intf-idKozlov Dmitry
2011-08-24ppp: ipv6_nd: safe timer deletionKozlov Dmitry
2011-08-24ppp: reworked layer startup procedureKozlov Dmitry
ppp: make IPCP and IPV6CP optional depends on configuration
2011-08-23radius: ipv6 supportDmitry Kozlov
2011-08-23ppp: rearranged interface startup procedureKozlov Dmitry
2011-08-23ppp: ipv6: multiple prefixes, route option, rdnss option implementationKozlov Dmitry
2011-08-23ppp: Neighbor Discovery for IP version 6 (prefix only)Kozlov Dmitry
2011-08-22futher ipv6 workKozlov Dmitry
2011-08-20Merge branch 'ipv6'Dmitry Kozlov
2011-08-20ppp: initial IPV6CP supportDmitry Kozlov
2011-08-19snmp supportKozlov Dmitry
2011-08-16ppp:ccp_mppe: don't touch kernel compressor when sending ConfNakKozlov Dmitry
2011-08-16ppp:ccp: code cleanupKozlov Dmitry
2011-08-16ppp: improved CCP/IPCP handlingKozlov Dmitry
2011-07-16ppp: cleanup delayed works on terminationDmitry Kozlov
2011-06-10ppp: implemented passive CCPKozlov Dmitry
2011-06-02ppp: if single-session=replace check for all session to matchKozlov Dmitry
2011-06-02ppp: make auth layer started after authentication acknowledge packet sentKozlov Dmitry
2011-06-02ppp: terminate CCP if negotiation is not completed in max-failure triesKozlov Dmitry
2011-05-31ppp: treat peer's lcp echo request as lcp echo activity and don't drop ↵Kozlov Dmitry
connection if there is no peer's echo reply
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-05-22ppp: fix connection problem when ccp was terminatedDmitry Kozlov
2011-05-21ppp: fix connection problem when ccp was terminatedDmitry Kozlov
2011-05-17ppp: delay IPCP acknowledge until CCP brings upDmitry Kozlov
2011-05-16ppp: better handling for lost last acknowledge packetKozlov Dmitry
2011-05-16ppp: discard packets with invalid id before passing it to fsmKozlov Dmitry
ppp: default fsm timeout increased to 3 sec. ppp: accept LCP TermReq/TermAck packets in terminating phase
2011-04-29ppp,log_file: create per-user log file even if client was not successfuly ↵Kozlov Dmitry
authorized
2011-04-29ppp: write authentication failed message to general log tooKozlov Dmitry
2011-04-28various ppp and mppe improvementsKozlov Dmitry
2011-04-22ppp: introduced 'mppe' optionKozlov Dmitry
2011-04-22ppp: introduced 'mppe' optionKozlov Dmitry
2011-04-20ppp: introduced new option 'single-session' to control single session per userKozlov Dmitry
2011-03-04ppp: fix incorrect magic in lcp echo replyDmitry Kozlov
2011-02-18ppp: fix lcp echo stoppingKozlov Dmitry
2011-02-13ppp: don't raise error if lcp echo reply received without magicDmitry Kozlov
2011-02-08snapshotDmitry Kozlov