summaryrefslogtreecommitdiff
path: root/pppd
Commit message (Expand)AuthorAgeFilesLines
* fix compilation errorsPaul Mackerras1999-07-231-4/+5
* use new generic kernel driver (/dev/ppp) if availablePaul Mackerras1999-07-231-269/+132
* update for 2.3.9Paul Mackerras1999-07-231-3/+3
* allow options in secrets filesPaul Mackerras1999-07-216-59/+253
* fix strtok loopPaul Mackerras1999-07-211-0/+1
* ipcp_clear_addrs fix, make nodefaultip work OK with demandPaul Mackerras1999-07-211-12/+16
* option is called nomagic not nomagicnumberPaul Mackerras1999-07-211-2/+2
* disable the have_route_to stuff on non-solaris systemsPaul Mackerras1999-06-241-1/+7
* don't print null received message, %.0[svq] prints nothingPaul Mackerras1999-06-242-18/+24
* fix silly = vs == thingPaul Mackerras1999-06-242-4/+4
* add stuff to use /dev/ptmx etc.Paul Mackerras1999-06-241-17/+42
* fix problem where lcp echo requests were getting doubled,Paul Mackerras1999-06-241-1/+3
* buglet fixesPaul Mackerras1999-06-012-3/+3
* don't turn on IP if we can't do IPXPaul Mackerras1999-05-143-20/+20
* set env vars with link statsPaul Mackerras1999-05-132-10/+36
* don't need version number in herePaul Mackerras1999-05-131-2/+1
* just do tcflush once, should be enoughPaul Mackerras1999-05-131-10/+2
* add EXIT_LOOPBACK, fix prototypesPaul Mackerras1999-05-131-6/+8
* document exit status values and link stats env varsPaul Mackerras1999-05-131-4/+88
* set exit status for loopback detectedPaul Mackerras1999-05-131-1/+2
* patch from Michael JohnsonPaul Mackerras1999-05-131-2/+3
* exit with an appropriate value to indicate what happenedPaul Mackerras1999-05-127-60/+176
* make sure fds 0, 1, 2 are always openPaul Mackerras1999-05-121-1/+8
* take out lock routines, they're now in utils.cPaul Mackerras1999-05-121-1/+3
* make it compile under sunosPaul Mackerras1999-05-121-3/+9
* make it compile under SolarisPaul Mackerras1999-05-041-1/+4
* improve ppp not available messagePaul Mackerras1999-05-041-3/+5
* minor fixes from Paul FulghumPaul Mackerras1999-05-041-4/+5
* take out VJ old/new-style hackPaul Mackerras1999-05-041-15/+7
* try harder to flush the tty output buffer in disestablish_pppPaul Mackerras1999-04-281-3/+12
* fix bugletsPaul Mackerras1999-04-282-5/+10
* changes to match if_ppp.c modifications- put the mtu into ifr_data.Sowmini Varadhan1999-04-271-2/+4
* Update for OSF 4.0- -I. before -I../include in CFLAGSSowmini Varadhan1999-04-271-2/+2
* make it alphaPaul Mackerras1999-04-161-2/+2
* updatePaul Mackerras1999-04-161-3/+3
* fix printing of callbackPaul Mackerras1999-04-161-2/+2
* fix pid handlingPaul Mackerras1999-04-161-12/+21
* mention PPPLOGNAMEPaul Mackerras1999-04-161-2/+4
* try to cope gracefully with the situation where someone elsePaul Mackerras1999-04-161-2/+4
* flush queue before restoring line discipline to try toPaul Mackerras1999-04-161-0/+1
* add debugging messages about waiting for children at exitPaul Mackerras1999-04-121-16/+23
* Move some stuff (printing, logging, [un]locking) into utils.c.Paul Mackerras1999-04-1223-773/+1050
* couple more get_pty'sPaul Mackerras1999-04-013-3/+135
* remove another ansi-C-ismPaul Mackerras1999-04-011-3/+3
* small changes suggested by Seth ChaiklinPaul Mackerras1999-04-014-11/+11
* cope with the case where we don't have a device name whenPaul Mackerras1999-04-011-31/+23
* remove unneeded (harmful) closes in device_scriptPaul Mackerras1999-03-311-9/+9
* update version to 2.3.7Paul Mackerras1999-03-313-6/+6
* add reopen_log(), call it after using PAM stuffPaul Mackerras1999-03-313-16/+27
* Apply patch for sync serial support from Paul Fulghum.Paul Mackerras1999-03-304-3/+14