summaryrefslogtreecommitdiff
path: root/accel-pptpd/ppp
AgeCommit message (Expand)Author
2010-12-29ppp: check if requested IP is already assigned if check-ip option is specifiedKozlov Dmitry
2010-12-29:Revert "ppp: check if requested IP is already assigned if check-ip option is...Kozlov Dmitry
2010-12-28ppp: check if requested IP is already assigned if check-ip option is specifiedKozlov Dmitry
2010-12-27implemented partial config reload via SIGUSR1 signal or cliKozlov Dmitry
2010-12-24ppp: fix session hangupDmitry Kozlov
2010-12-23ppp,radius,cli: send Acct-Terminate-Cause=NAS-Reboot when daemon shutdown fro...Dmitry Kozlov
2010-12-23ppp: if ipcp not started terminate session softlyDmitry Kozlov
2010-12-23ppp: don't increment id on retransmitDmitry Kozlov
2010-12-23ppp: cancel delayed procedure call on lcp layer freeDmitry Kozlov
2010-12-23ppp: if no lcp response terminate session hardDmitry Kozlov
2010-12-23ppp,radius,cli: set Acct-Terminate-Cause=NAS-Request for sessions terminated ...Dmitry Kozlov
2010-12-21ppp: more informative error logs at establish phaseDmitry Kozlov
2010-12-21ppp: don't free chan_buf/unit_buf if they are nullDmitry Kozlov
2010-12-20ppp: drop connection when read from ppp channel/unit descriptor returns zeroDmitry Kozlov
2010-12-20ppp: start echo again after lcp went downDmitry Kozlov
2010-12-19cli: shutdown cancel commandDmitry Kozlov
2010-12-09ppp: fixed session hangup if lcp phase was not performedKozlov Dmitry
2010-12-07ppp: implemented sid-case option to specify in which case generate session id...Kozlov Dmitry
2010-12-06cli: implemented shutdown command to shutdown daemonKozlov Dmitry
2010-12-06pppoe: changed cookie generation procedure and PADR handling procedure to avo...Kozlov Dmitry
2010-12-03ppp: implemented ccp option to enable/disable CCP negotationDmitry Kozlov
2010-12-02pppd_compat: fixed incorrect array sizeKozlov Dmitry
2010-12-02ppp: updated session generation procesdure for 32-bit systemsDmitry Kozlov
2010-11-30ppp: use atomic increment as session generation procedureDmitry Kozlov
2010-11-30ppp: use atomic increment as session generation procedureDmitry Kozlov
2010-11-30ppp: configuration checksKozlov Dmitry
2010-11-29log: introduced additional log level (3) which shows only minimum of informat...Kozlov Dmitry
2010-11-29ppp: fixed bug when saving seqKozlov Dmitry
2010-11-29use atomic operation on statistics update operationsKozlov Dmitry
2010-11-21bug fixesDmitry Kozlov
2010-11-16echo messaged moved to debug log levelKozlov Dmitry
2010-11-16log-tcp: fixed incorrect queue overflow handlingKozlov Dmitry
2010-11-15ppp: fixed incorrect session termination if authentication failedDmitry Kozlov
2010-11-11implemented option to disable iprange moduleKozlov Dmitry
2010-11-11cli: implemented command historyDmitry Kozlov
2010-11-10cli: implemented following command list: show stat, show sessions, terminate ...Kozlov Dmitry
2010-11-09ppp: reduced length of session idKozlov Dmitry
2010-11-07chap-secrets: support the rate limit of session (in kilobits) at fifth columnDmitry Kozlov
2010-10-29ppp: fixed twice ip address configurationKozlov Dmitry
2010-10-29ppp: improved mppe handlingKozlov Dmitry
2010-10-28radius: rewrited Termination-Action attribute handling so it is rfc compliant...Dmitry Kozlov
2010-10-26radius: implemented Acct-Delay-Time attributeDmitry Kozlov
2010-10-23pppd_compat: ip-pre-up call moved to proper placeKozlov Dmitry
2010-10-23pppd_compat: implemented ip-pre-upKozlov Dmitry
2010-10-22ppp: fixed incorrect configure-nak handlingKozlov Dmitry
2010-10-19radius: implemented Acct-Terminate-Cause attributeKozlov Dmitry
2010-10-19ipcp: don't send dns options in IPCP configure requestKozlov Dmitry
2010-10-17added cpack interface to generate deb packagesDmitry Kozlov
2010-10-15added linux_ppp.hKozlov Dmitry
2010-10-15fixed incorrect mppe negotiationDmitry Kozlov