summaryrefslogtreecommitdiff
path: root/accel-pppd/main.c
AgeCommit message (Expand)Author
2019-08-15Make gcc8 happyDmitriyEshenko
2019-07-09fix warnings with openssl 1.1.0+Vladislav Grishenko
2018-11-27ppp: use random LCP (and NCP) identifiersGuillaume Nault
2018-11-16Remove redundant openssl includeGuillaume Nault
2018-11-16Add --no-sigsegv option to accel-pppdGuillaume Nault
2018-11-16Don't wait for non-blocked signalsGuillaume Nault
2018-03-06terminate program gracefully by SIGINTDmitry Kozlov
2017-12-26move version message to topDmitry Kozlov
2017-12-26get rid of deprecated readdir_rDmitry Kozlov
2017-07-13improved SIGSEGV handlerDmitry Kozlov
2016-03-18improved restart and termination procedureDmitry Kozlov
2016-03-18remove pid file on exitDmitry Kozlov
2016-03-18make termination caused by SIGTERM softDmitry Kozlov
2014-11-22remove trailing whitespacesDmitry Kozlov
2013-10-16rewrite restart procedureDmitry Kozlov
2013-07-05auth_chap: fixed incorrect check for received buffer sizeDmitry Kozlov
2013-06-11fixed 'restart' commnd (stops all sessions, then do restart)Kozlov Dmitry
2013-01-24backport 1.7Kozlov Dmitry
2012-08-29add 'ppp' filed to CTRL to identify ppp sessionsKozlov Dmitry
2012-07-11futher session backup implementationKozlov Dmitry
2012-07-10initial session backup implementationKozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-05-18use /proc/sys/fs/nr_open in conjuction with /proc/sys/fs/file-max to determin...Kozlov Dmitry
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov