summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp
AgeCommit message (Expand)Author
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-12-27radius, ippool: implemented Framed-Pool attributeKozlov Dmitry
2011-12-09ppp: don't accept lcp ConfReq and similar packets after lcp was startedKozlov Dmitry
2011-10-10ppp: options header sanity checkKozlov Dmitry
2011-10-10Revert "ppp: options header sanity check"Kozlov Dmitry
2011-10-06ppp: options header sanity checkKozlov Dmitry
2011-09-20auth: implemented noauth optionKozlov Dmitry
2011-09-10ppp: don't start ccp after ipcp was startedKozlov Dmitry
2011-09-08ppp: check if session is in terminating phase before marking auth layer startedKozlov Dmitry
2011-09-03implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL (def...Kozlov Dmitry
2011-09-03ppp: ipcp: fixed bugKozlov Dmitry
2011-09-02ppp: drop route of previous session before bringing up new if single-session=...Kozlov Dmitry
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
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 connec...Kozlov Dmitry
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