summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.brian1998-06-102-8/+4
* Show the time that we reached maximum throughput.brian1998-06-092-7/+12
* $@ is deprecated, use longer forms of single char macrosimp1998-06-091-3/+3
* Correct ``set server'' usage and add mention that ``set ns'' changedbrian1998-06-082-4/+5
* Fix previous commit. bit 1 is the execute bit, not the read bit *blush*brian1998-06-071-2/+2
* Use a relative libalias.so name (hardcoded at 2.5 - yeuch!).brian1998-06-071-1/+5
* Make ppp world-readable so that root can get at it overbrian1998-06-071-2/+2
* Update the write descriptor selection set for our data linksbrian1998-06-071-3/+5
* Make ``set ? log'' more verbose.brian1998-06-061-4/+5
* Put the correct pid in /var/run/tunX.pidbrian1998-06-063-4/+7
* o If there's a session leader left running for a descriptorbrian1998-05-297-16/+43
* Some documentation corrections & typo fixes....brian1998-05-297-180/+217
* o Make modes consistent throughout ppp. The same strings are usedbrian1998-05-297-98/+90
* srandomdev() isn't available in all 2.* versions. Onlybrian1998-05-291-2/+2
* o #define the name "tun" in defs.h against the future possibilitybrian1998-05-287-117/+170
* o Don't forget to close our transfer socket if we cannotbrian1998-05-287-19/+50
* Don't assume stdout is a tty in interactive modebrian1998-05-272-18/+26
* o Only do the /bin/cat bit when we're transferring our ctty.brian1998-05-252-5/+5
* o Don't try to transfer tty device descriptors as there's no way ofbrian1998-05-255-32/+128
* Show the link mode in `show links'.brian1998-05-231-3/+4
* Oops - patch failed in last commit ????brian1998-05-231-7/+1
* o Move our prompt descriptor list outside of the bundle.brian1998-05-2315-239/+222
* o Make sure we adjust our min seq and process any outstanding queuedbrian1998-05-234-12/+46
* o If all CCPs are disabled & denied, don't send a REQ - just enterbrian1998-05-234-5/+21
* Don't give .It too many args.brian1998-05-212-4/+4
* Remove -Wpointer-arithbrian1998-05-211-2/+2
* o Add some missing #includesbrian1998-05-212-2/+6
* MFMP: Make ppp multilink capable.brian1998-05-2195-9201/+16517
* Close forgotten descriptor.brian1998-05-191-1/+4
* Quieten gcc-2.8.1brian1998-04-253-8/+13
* Fix diagnostic typo.brian1998-04-251-2/+2
* Cosmetic: .Dq -> .Itbrian1998-03-162-4/+4
* Correct #ifdef for __FreeBSD__ < 3brian1998-03-131-2/+3
* Add missing includebrian1998-03-131-1/+2
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-139-34/+45
* MFMP: Don't send LQRs when the peer has LCP REJ'd them. Sendbrian1998-03-131-2/+2
* o Fix a few comment typos.brian1998-03-125-49/+71
* Explicitly call `caused' an `int'.brian1998-03-081-2/+2
* Use the correct device name in -direct mode.brian1998-03-061-16/+12
* MFMP: Allow 8 character login names.brian1998-02-195-27/+57
* MFMP: LogWARN rather than LogERROR when we can't createbrian1998-02-181-5/+5
* Don't leak memory when the peer sends PROTO_COMPD packetsbrian1998-02-181-2/+2
* Move handle_signals() to before the FD_SETs. handle_signals()brian1998-02-101-3/+6
* Merge from MP branch:brian1998-02-041-2/+2
* Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCHbrian1998-01-293-5/+19
* Talk a bit about ongoing development.brian1998-01-291-0/+22
* Cosmetic:brian1998-01-274-35/+22
* Fix error message.brian1998-01-241-10/+5
* Stop bogus warnings.brian1998-01-231-1/+2
* Re-implement the proxy arp sockaddr_dl search routine (again).brian1998-01-231-65/+80
OpenPOWER on IntegriCloud