summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Remove a rogue spacebrian2000-04-131-1/+1
* Add a missing ``break''brian2000-04-091-0/+1
* When running ppp -background, show comfort messages showingbrian2000-04-076-40/+74
* I didn't get this right the last time....brian2000-04-061-13/+20
* Pass me the pointy hat.gj2000-04-041-2/+8
* Plug two file descriptor leaksbrian2000-04-031-2/+6
* Nuke csu_hdr from struct cspace. csu_hdr is not used anywhere in thegj2000-04-031-7/+1
* Allow authname to be changed at any phase, just emit a warningbrian2000-03-311-4/+4
* Use INADDR_NONE with PacketAliasSetTarget() if no args are given tobrian2000-03-313-1/+11
* Undo the damage done to this file in my last commitbrian2000-03-311-1/+1
* Add the ``nat target'' command.brian2000-03-316-16/+52
* Correct address parsingbrian2000-03-301-1/+1
* Log information about packets being dropped (probably due tobrian2000-03-292-5/+19
* Allow the use of hostnames instead of (and as well as) IPbrian2000-03-291-4/+5
* Mention the value of the unexpected return code in nat_LayerPull()brian2000-03-291-1/+1
* don't treat # specially if PARSE_NOHASH is passedbrian2000-03-281-2/+2
* Don't treat # specially herebrian2000-03-281-6/+0
* Correct the parent notification diagnostic emitted from the childbrian2000-03-221-1/+2
* If a links LCP FSM has reached TLF and it's the last link,brian2000-03-221-12/+5
* Don't bother setting the dial timer if we've closed abrian2000-03-221-1/+2
* Do some vfork() trickery so that the parent can determinebrian2000-03-221-7/+37
* Call bundle_CleanDatalinks() after UpdateSet() in case we'rebrian2000-03-221-0/+1
* Add some diagnostics to prove that incoming IP fragments arebrian2000-03-191-2/+12
* Move a comment to make things a bit more readable.brian2000-03-162-4/+4
* Increase bit fields to allow for new valuesbrian2000-03-141-2/+2
* ppps -> ppp's; suggested by sheldonhbrian2000-03-142-26/+26
* Understand -DNOINET6brian2000-03-141-0/+4
* Understand environment variables in commandsbrian2000-03-145-62/+102
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.brian2000-03-1411-151/+527
* Refresh the NAT IP pointer after a potential mbuf reallocation. Thisbrian2000-03-141-0/+1
* Fix some printf-style argument bugsbrian2000-03-146-17/+20
* Fix some typosbrian2000-03-142-8/+8
* Adjust whitespacebrian2000-03-142-1/+5
* Don't include netinet6/in6.h directly.brian2000-03-141-3/+0
* Correct some typos introduced in the descriptor -> fdescriptor change.brian2000-03-147-18/+18
* Introduce LOCALNAT and LOCALRAD defines so that the sources can staybrian2000-03-145-13/+22
* Correct UN_SIZE definitionbrian2000-03-141-1/+1
* Don't ``break'' when we come accross a non-RTM_IFINFO typebrian2000-03-141-1/+1
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-148-98/+126
* Add ``set log dns'' to log DNS QUERY packets.brian2000-03-146-28/+162
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibbrian2000-03-148-128/+130
* Support IP6 addresses in ``show route''brian2000-03-141-12/+88
* When adjusting timer::rest, round to the closest TICKUNIT usecsbrian2000-03-141-6/+8
* When we stop a timer that's the first in the timer list, ensurebrian2000-03-141-4/+14
* To avoid namespace polution in NetBSD:brian2000-03-1423-78/+78
* Remove the last vestiges of libRSAglue now that it's an empty stub.kris2000-03-111-4/+0
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-091-1/+1
* Remove more single-space hard sentence breaks.sheldonh2000-03-022-12/+24
* Update DISTRIBUTION for new crypto world ordermarkm2000-02-291-1/+1
* Use libcrypto instead of libdes.markm2000-02-242-3/+7
OpenPOWER on IntegriCloud