summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Move the tty locking stuff back out to physical.c sobrian1999-05-182-152/+156
* Mention ``show layers''brian1999-05-162-2/+6
* Initialise ttydevice::Timerbrian1999-05-161-1/+2
* Be more non-crypto friendly at make release time.phk1999-05-151-2/+2
* Add ``show layers'' to see the protocol layering for a link.brian1999-05-153-4/+24
* Handle LCP echo reqs properly again (broken with thebrian1999-05-142-25/+24
* Ensure that we're not going to overflow our ``struct tun''brian1999-05-141-3/+10
* Initialise the struct device part of struct ttydevice.brian1999-05-132-73/+73
* Fix a bum pointer dereference and make some variablebrian1999-05-131-46/+39
* Ignore repeated signals sent to the parent in backgroundbrian1999-05-131-1/+2
* Adjust our first timer delta according to the returnbrian1999-05-121-5/+12
* Oops - hook the sync push diagnostics correctly.brian1999-05-121-3/+3
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-1227-307/+832
* Revert to the previous behaviour of only doing a utmpbrian1999-05-091-2/+2
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-0915-96/+98
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-0877-2275/+3369
* Handle receiving more than one acceptable CCP REQbrian1999-05-021-3/+5
* Mention ``show mp''.brian1999-05-022-6/+24
* Make ports 80 & 81 ``interactive''.brian1999-05-011-2/+2
* Change ``set device'' so that it parses its arguments as onebrian1999-04-275-62/+91
* Add support for NetBSDbrian1999-04-269-33/+57
* #include <errno.h>, not <sys/errno.h>brian1999-04-265-12/+12
* Spelling policebrian1999-04-232-4/+4
* int -> size_tbrian1999-04-211-2/+3
* Split the recorded chap challenge into two - one for thebrian1999-04-212-19/+25
* If ioctl TIOCMGET fails, continue. The device may bebrian1999-04-211-4/+5
* Revert the ACCMAP changes where we OR the peers accmapbrian1999-04-112-37/+7
* When going from DATALINK_HANGUP directly tobrian1999-04-061-1/+5
* When we get an LCP TLU, go into PHASE_AUTHENTICATEbrian1999-04-051-2/+2
* Remove forgotten variable.brian1999-04-031-2/+1
* Handle the detection of frames even if we read thembrian1999-04-035-48/+73
* Drop PAP & CHAP packets if we're not in NETWORK or AUTHENTICATEbrian1999-04-012-2/+16
* Avoid a few warnings on the alphabrian1999-03-315-6/+10
* Oops - remove register keywordbrian1999-03-311-2/+2
* Another alignment bogon.brian1999-03-311-3/+7
* Point at cs.slcs_u.csu_ip instead of the just-copied ``cp''brian1999-03-301-19/+9
* Maintain a `necessary' marker to indicate that we *probably*brian1999-03-303-14/+37
* If we adjust our required ACCMAP due to a more restrictivebrian1999-03-291-2/+18
* Ensure that the thing we're casting to struct ipbrian1999-03-298-25/+53
* Allow port ranges in ``alias port''.brian1999-03-255-130/+222
* Undo possible damage done by the new TUNSIFMODE ioctlbrian1999-03-251-1/+13
* Do away with some literal text that is never switchedbrian1999-03-192-14/+12
* Replace hardcoded quoting with Sq or Dq.brian1999-03-192-38/+70
* Don't forget to fully initialise the configured valuesbrian1999-03-191-4/+4
* Use ``Sx'' when xref'ing sections.brian1999-03-182-12/+16
* Remove all remaining [ and ] characters (and do things properly).brian1999-03-182-24/+106
* Remove all hardcoded [...] syntax.brian1999-03-172-144/+402
* Mention changes to the default authentication behaviour.brian1999-03-161-0/+2
* Detect pred1 packets where the length != the packet lengthbrian1999-03-161-12/+17
* Tone down the log levels (Log{ERROR,WARN} -> LogCCP)brian1999-03-113-16/+18
OpenPOWER on IntegriCloud