summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't allow manual dialing unless in auto or interactive mode.brian1998-01-231-1/+7
* Use the sockaddr_dl with the link#, not the ethernet addressbrian1998-01-211-2/+2
* Remove unused #includes.brian1998-01-2135-138/+69
* Allow an optional delay when specifying "set openmode active".brian1998-01-2013-62/+110
* dlopen(..., RTLD_NOW) rather than RTLD_LAZY.brian1998-01-191-3/+7
* sys/types.h -> sys/param.hbrian1998-01-191-2/+2
* Reimplement proxy-arp address stuff using sysctl().brian1998-01-195-93/+127
* Allow "set vj" for changing the default number of slotsbrian1998-01-185-32/+120
* Remove the necessity of -ldes and -lalias etc from release/Makefile.brian1998-01-171-3/+12
* Free our input mbuf when the FCS is good (oops, memory leak).brian1998-01-141-1/+2
OpenPOWER on IntegriCloud