summaryrefslogtreecommitdiff
path: root/chat/chat.c
Commit message (Expand)AuthorAgeFilesLines
* chat: Fix loop condition to avoid possible 1-byte buffer overrunPaul Mackerras2023-03-181-1/+1
* Fixing a few more memory leaks in chat.cRobert Bartel2023-03-171-2/+8
* Fixing buffer overflow issue in chat.cRobert Bartel2023-03-171-3/+5
* Fix several issues uncovered by Coverity (#397)Eivind Næss2023-03-171-3/+11
* chat: Improve signal handlingPaul Mackerras2022-11-261-48/+53
* Fixing GCC -Wunused-result warning in chat.c resolving comments from Paul Mac...Eivind Næss2021-09-231-17/+27
* chat: Clean up usage of clean() functionPaul Mackerras2021-07-191-12/+8
* Convert to ANSI CPaul Mackerras2020-12-291-135/+70
* Various fixes for errors found by coverity static analysis (#109)Jaroslav Škarvada2019-05-061-0/+2
* chat: Allow TIMEOUT value to come from environment variableAshok Rao2010-09-111-0/+1
* Remove various warnings, fix pppol2tp installPaul Mackerras2008-08-191-1/+1
* Fixed compilation failure on Solaris due to new CHAP (missing chap-md5.oJames Carlson2004-01-171-31/+31
* clean(): Fix buffer overflow.Frank Cusack2003-03-041-43/+73
* styleFrank Cusack2003-02-261-4/+5
* Enlarged the report buffer to 256 bytes.Russell Coker2002-01-111-2/+2
* update from debian maintainerPaul Mackerras1999-12-231-2/+3
* add -E option to use environment variables, from Andreas ArensPaul Mackerras1999-09-061-10/+40
* Fix the rcsid's for non-ansi compilersPaul Mackerras1999-08-131-2/+5
* fix problem with REPORTing last linePaul Mackerras1999-08-131-16/+16
* get rid of warningPaul Mackerras1999-08-121-1/+1
* Add @filename syntax for the send stringPaul Mackerras1999-05-121-1/+43
* don't recurse in terminate()Paul Mackerras1999-03-311-1/+6
* Kludge to handle solaris 2.6 having usleep; NeXT mods from Steve PerkinsPaul Mackerras1998-03-241-1/+11
* minor fixes, for SunOS and micro-getoptPaul Mackerras1998-02-041-5/+10
* __STDC__ may be defined but zero?Paul Mackerras1997-11-271-12/+3
* add -s, -S, -T, -U flagsPaul Mackerras1997-11-271-716/+701
* mods from Francis Demierre: add SAY, HANGUP, CLR_ABORT, CLR_REPORT keywordsPaul Mackerras1997-07-141-6/+202
* fix compilation warnings, reset quiet for each send stringPaul Mackerras1997-04-301-8/+17
* fix problems when report string == an abort string,Paul Mackerras1997-03-041-28/+32
* added echo patchPaul Mackerras1996-06-261-28/+110
* fix bug when report string == abort stringPaul Mackerras1996-05-281-33/+33
* Updates from Al's ppp-2.2.0d releasePaul Mackerras1995-12-181-69/+113
* Mods from Al Longyear and Robert Geer to add REPORT stuff.Paul Mackerras1995-06-121-134/+407
* use O_NONBLOCK in preference to FNDELAY; compile in usleep if -DNO_USLEEPPaul Mackerras1995-05-191-25/+13
* fix put_char for big-endian archsPaul Mackerras1995-05-011-2/+3
* change char params to int for AIX portPaul Mackerras1995-04-281-5/+5
* removed locking codePaul Mackerras1995-01-111-83/+4
* restored id keywordPaul Mackerras1994-05-301-0/+2
* fixes from Al LongyearPaul Mackerras1994-05-301-4/+1
* will compile under non-ANSI compiler; removed varargs/stdarg stuffPaul Mackerras1994-05-261-221/+494
* Initial revisionPaul Mackerras1994-05-201-0/+894