]> git.ozlabs.org Git - ppp.git/history - chat/chat.c
Makefile.am: Add explicit openssl directory to pppd include path
[ppp.git] / chat / chat.c
2023-03-18 Paul Mackerraschat: Fix loop condition to avoid possible 1-byte buffe...
2023-03-17 Robert BartelFixing a few more memory leaks in chat.c
2023-03-17 Robert BartelFixing buffer overflow issue in chat.c
2023-03-16 Eivind NæssFix several issues uncovered by Coverity (#397)
2022-12-31 Paul MackerrasMerge pull request #378 from jkroonza/radius-admin...
2022-11-26 Paul Mackerraschat: Improve signal handling
2021-11-26 Paul MackerrasMerge branch 'pppoe-discovery' of https://github.com...
2021-10-16 Paul MackerrasMerge pull request #297 from mjeveritt/patch-11-test-pr
2021-10-16 Paul MackerrasMerge pull request #307 from enaess/ppp-peap
2021-10-16 Paul MackerrasMerge pull request #313 from Chocobo1/install
2021-09-27 Paul MackerrasMerge branch 'fix-compiler-warnings-2' of https://githu...
2021-09-23 Eivind NæssFixing GCC -Wunused-result warning in chat.c resolving...
2021-07-19 Paul Mackerraschat: Clean up usage of clean() function
2020-12-31 Paul MackerrasMerge pull request #177 from tisj/eap-mschapv2-server
2020-12-31 Paul MackerrasMerge pull request #103 from Low-power/solaris-mtu-fix
2020-12-30 Paul MackerrasMerge pull request #54 from shankerwangmiao/master
2020-12-30 Paul MackerrasMerge pull request #101 from vyos/if-renaming-clean
2020-12-29 Paul MackerrasMerge pull request #153 from pali/master
2020-12-29 Paul MackerrasMerge branch 'chap-timeout' of https://github.com/nomis/ppp
2020-12-29 Paul MackerrasConvert to ANSI C
2019-05-05 Jaroslav ŠkarvadaVarious fixes for errors found by coverity static analy...
2010-09-11 Ashok Raochat: Allow TIMEOUT value to come from environment...
2008-08-19 Paul MackerrasRemove various warnings, fix pppol2tp install
2004-01-17 James CarlsonFixed compilation failure on Solaris due to new CHAP...
2003-03-04 Frank Cusackclean(): Fix buffer overflow.
2003-02-26 Frank Cusackstyle
2002-01-11 Russell CokerEnlarged the report buffer to 256 bytes.
1999-12-23 Paul Mackerrasupdate from debian maintainer
1999-09-06 Paul Mackerrasadd -E option to use environment variables, from Andrea...
1999-08-13 Paul MackerrasFix the rcsid's for non-ansi compilers
1999-08-13 Paul Mackerrasfix problem with REPORTing last line
1999-08-12 Paul Mackerrasget rid of warning
1999-05-12 Paul MackerrasAdd @filename syntax for the send string
1999-03-31 Paul Mackerrasdon't recurse in terminate()
1998-03-24 Paul MackerrasKludge to handle solaris 2.6 having usleep; NeXT mods...
1998-02-04 Paul Mackerrasminor fixes, for SunOS and micro-getopt
1997-11-27 Paul Mackerras__STDC__ may be defined but zero?
1997-11-27 Paul Mackerrasadd -s, -S, -T, -U flags
1997-07-14 Paul Mackerrasmods from Francis Demierre: add SAY, HANGUP, CLR_ABORT...
1997-04-30 Paul Mackerrasfix compilation warnings, reset quiet for each send...
1997-03-04 Paul Mackerrasfix problems when report string == an abort string,
1996-06-26 Paul Mackerrasadded echo patch
1996-05-28 Paul Mackerrasfix bug when report string == abort string
1995-12-18 Paul MackerrasUpdates from Al's ppp-2.2.0d release
1995-06-12 Paul MackerrasMods from Al Longyear and Robert Geer to add REPORT...
1995-05-19 Paul Mackerrasuse O_NONBLOCK in preference to FNDELAY; compile in...
1995-05-01 Paul Mackerrasfix put_char for big-endian archs
1995-04-28 Paul Mackerraschange char params to int for AIX port
1995-01-11 Paul Mackerrasremoved locking code
1994-05-30 Paul Mackerrasrestored id keyword
1994-05-30 Paul Mackerrasfixes from Al Longyear
1994-05-26 Paul Mackerraswill compile under non-ANSI compiler; removed varargs...
1994-05-20 Paul MackerrasInitial revision