]> git.ozlabs.org Git - ppp.git/history - pppd/tty.c
Stop the charshunt process after running the disconnector,
[ppp.git] / pppd / tty.c
2005-07-12 Paul MackerrasStop the charshunt process after running the disconnector,
2004-12-31 Paul MackerrasDon't close pty_slave and real_ttyfd in connect_tty...
2004-11-13 Paul MackerrasExit with an error if both demand and notty are given.
2004-11-13 Paul MackerrasMake SIGHUP just take down the link now, not the bundle.
2004-11-12 Paul MackerrasWhen using the notty option, close off stdin and stdout...
2004-11-06 Paul MackerrasExtend safe_fork to include the shuffling of fds to...
2004-11-04 Paul MackerrasRemove the requirement that redistributions in binary...
2004-11-04 Paul MackerrasFix the error message when a device name and the socket...
2004-10-28 Paul MackerrasGet rid of an unnecessary chmod (it wasn't being used...
2004-10-24 Paul MackerrasDon't prepend /dev/ to a possible device name if it...
2004-01-17 James CarlsonFixed compilation failure on Solaris due to new CHAP...
2004-01-13 Paul MackerrasDon't change serial port permissions under Linux, since the
2003-04-07 Paul MackerrasRevert the previous change that required channel send_c...
2003-03-03 Paul MackerrasA bunch of fixes mostly aimed at fixing the problems...
2003-02-24 Frank CusackDon't leak an extra pipe descriptor to ptycommand....
2002-12-06 Paul MackerrasMake sure we don't do FD_SET(fd, set) with fd >= FD_SET...
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-09-12 Paul MackerrasCall sys_close in the child when starting charshunt...
2001-03-12 Paul Mackerrasmake establish/disestablish_ppp members of the channel...
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2001-02-22 Paul MackerrasRework options processing stuff to implement option...
2000-07-24 Paul Mackerrasfix allow-ip option, allow @login for secret meaning...
2000-07-06 Paul Mackerrasmove more stuff from main.c into tty.c, for 2.4.0b4
2000-06-30 Paul MackerrasMove the tty-related stuff out to tty.c as far as possible.