summaryrefslogtreecommitdiff
path: root/accel-pptpd/log.c
AgeCommit message (Collapse)Author
2010-12-27cli: changed terminate syntaxKozlov Dmitry
cli: fixed cpu/mem utilization statistics
2010-12-27implemented partial config reload via SIGUSR1 signal or cliKozlov Dmitry
2010-12-19cli: shutdown cancel commandDmitry Kozlov
2010-11-30print version number on startupKozlov Dmitry
2010-11-29log: introduced additional log level (3) which shows only minimum of ↵Kozlov Dmitry
information messages
2010-11-29use atomic operation on statistics update operationsKozlov Dmitry
2010-11-24core: allocate memory for context in first 2Gb due to bug in glibc-2.7 and ↵Dmitry Kozlov
probably other versions
2010-11-21bug fixesDmitry Kozlov
2010-11-15log: implemented log_tcp logging target which sends logs to specified ↵Dmitry Kozlov
host over tcp/ip radius: implemented accounting interim update timeout
2010-10-18radius: fixed incorrect memore free when dictionary load failedKozlov Dmitry
log: flush output immediatly on emergency logs
2010-10-05tidied logsKozlov Dmitry
2010-09-27bug fixesKozlov Dmitry
2010-09-26various bug fixed and improvementsDmitry Kozlov
2010-09-22log: log_file rewrited to use aioDmitry Kozlov
log: simplified engine various bug fixes
2010-09-20fixed many bugs and memory leaksDmitry Kozlov
2010-09-14extra: implemented module 'pppd_compat' which starts pppd compatible ↵Kozlov Dmitry
scripts ip-up, ip-down, and newly introduced - ip-change, when radius CoA request received, also this module manages pppd compatible radattr.pppX files core: implemented module 'sigchld' which handles SIGCHLD signal, waits child processes to terminate and manages pid terminate handlers
2010-09-12log: implemented 'log_pgsql' loggin targetDmitry Kozlov
lcp: fixed incorrect echo reply ppp_fsm: fixed incorrect timeout timer initialization
2010-09-11log: implemented extensible loggin engine with per-session logging supportKozlov Dmitry
log: implemented log_file logging target with per-user/per-session support
2010-09-03project restructuredKozlov Dmitry
2010-08-23implemented chap authenticationKozlov Dmitry
fixed auth type selection when configure-nak received
2010-08-17reworked/rewrited lcp handling code to become more abstractKozlov Dmitry
2010-08-03initiating work on accel-pptpd, replacement of modified poptopKozlov Dmitry