summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* If /etc/ppp/ppp.conf doesn't exist, mention that thebrian1999-03-091-7/+19
* Don't destroy the old server socket another ``set server''brian1999-03-081-5/+11
* Don't forget to call modem_Found() when connectingbrian1999-03-071-1/+2
* Add leading 0 in front of octal file permissions number.ghelmer1999-03-072-4/+4
* Support PPTP via libalias (``alias pptp addr'').brian1999-03-077-8/+106
* Support proxying & transparent proxying curtesy of libalias(3).brian1999-03-077-42/+112
* Correctly drop existing connections when reopening the diagnosticbrian1999-03-074-14/+20
* Read from fd[0] and write to fd[1] where `fd' is thebrian1999-03-071-12/+12
* Use socketpair() instead of pipe()... pipe() doesn't returnbrian1999-03-071-2/+2
* Reopen descriptor 0 as /dev/tty when in interactive modebrian1999-03-072-7/+7
* Extend the ``set redial'' command to allow incrementalbrian1999-03-046-112/+287
* Correct some ntohl/htonl bogons in the netmask handling.brian1999-03-036-35/+74
* When negotiating ACCMAPs, sync our ACCMAP with thebrian1999-03-011-5/+17
* Comment why we do a TLF when we get a ``Down'' event in statebrian1999-03-011-3/+6
* Bring up auto links despite there being no data queued ifbrian1999-03-011-5/+5
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-2617-154/+332
OpenPOWER on IntegriCloud