summaryrefslogtreecommitdiff
path: root/pppd/tty.c
Commit message (Expand)AuthorAgeFilesLines
* pppd/tty.c: Use unsigned constants for ACCM calculationsPaul Mackerras2023-03-181-3/+3
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-29/+87
* Cleanup in pppd/pppd.h, eliminate unecessary headersEivind Næss2022-07-151-3/+3
* Fixing compiler warnings with regards to GCC, w.r.t. unused results of setuid...Eivind Næss2021-09-201-5/+9
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+4
* Convert to ANSI CPaul Mackerras2020-12-291-73/+43
* Merge branch 'monotonic-time' of https://github.com/themiron/pppPaul Mackerras2020-05-251-2/+2
|\
| * pppd: linux: use monotonic time if possibleVladislav Grishenko2020-05-221-2/+2
* | pppd: Refactor setjmp/longjmp with pipe pair in event wait loopKurt Van Dijck2019-10-021-1/+0
|/
* pppd: Add option "stop-bits" to set number of serial port stop bits.Craig McQueen2014-02-191-0/+4
* Clear hungup in start_link() instead of connect_tty()Paul Mackerras2008-07-011-2/+1
* Flush the tty when welcomer or connector failsPaul Mackerras2008-06-231-6/+10
* Check the result of seteuid(), just to be paranoid.Paul Mackerras2006-06-041-5/+9
* Stop the charshunt process after running the disconnector,Paul Mackerras2005-07-121-2/+2
* Don't close pty_slave and real_ttyfd in connect_tty if an errorPaul Mackerras2004-12-311-9/+1
* Exit with an error if both demand and notty are given.Paul Mackerras2004-11-131-3/+8
* Make SIGHUP just take down the link now, not the bundle.Paul Mackerras2004-11-131-5/+9
* When using the notty option, close off stdin and stdout once thePaul Mackerras2004-11-121-1/+7
* Extend safe_fork to include the shuffling of fds to get thePaul Mackerras2004-11-061-36/+50
* Remove the requirement that redistributions in binary form reproducePaul Mackerras2004-11-041-9/+4
* Fix the error message when a device name and the socket optionPaul Mackerras2004-11-041-3/+5
* Get rid of an unnecessary chmod (it wasn't being used on Linux anyway).Paul Mackerras2004-10-281-5/+3
* Don't prepend /dev/ to a possible device name if it already beginsPaul Mackerras2004-10-241-2/+2
* Fixed compilation failure on Solaris due to new CHAP (missing chap-md5.oJames Carlson2004-01-171-1/+3
* Don't change serial port permissions under Linux, since thePaul Mackerras2004-01-131-1/+9
* Revert the previous change that required channel send_config andPaul Mackerras2003-04-071-4/+4
* A bunch of fixes mostly aimed at fixing the problems we have beenPaul Mackerras2003-03-031-6/+5
* Don't leak an extra pipe descriptor to ptycommand. Bug report by Steve Grubb.Frank Cusack2003-02-241-1/+6
* Make sure we don't do FD_SET(fd, set) with fd >= FD_SETSIZE sincePaul Mackerras2002-12-061-1/+8
* Update copyrights. The new CMU copyright notice is from CMU and nowPaul Mackerras2002-12-041-16/+69
* Call sys_close in the child when starting charshunt to make surePaul Mackerras2002-09-121-1/+2
* make establish/disestablish_ppp members of the channel struct,Paul Mackerras2001-03-121-1/+3
* New options system with priorities for option values, with optionsPaul Mackerras2001-03-081-26/+154
* Rework options processing stuff to implement option prioritiesPaul Mackerras2001-02-221-14/+94
* fix allow-ip option, allow @login for secret meaning authenticate againstPaul Mackerras2000-07-241-2/+2
* move more stuff from main.c into tty.c, for 2.4.0b4Paul Mackerras2000-07-061-2/+102
* Move the tty-related stuff out to tty.c as far as possible.Paul Mackerras2000-06-301-0/+854