summaryrefslogtreecommitdiff
path: root/accel-pppd/cli/tcp.c
AgeCommit message (Collapse)Author
2012-12-14cli, tcp: Fix non-NULL terminated string receptionGuillaume Nault
NULL terminate commands received in cln_read(). This ensures that the processing loop can safely call strchr(), or any other string handling functions. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
2012-11-27cli: check xmit_buf is not null at enter to write functionKozlov Dmitry
2012-11-02cli: fix double buffer freeKozlov Dmitry
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov