summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use the umask to chmod local domain server sockets, usebrian2000-05-311-1/+1
* If the fsm header reports a length greater than the packet size,brian2000-05-261-1/+8
* Remove an unused variablebrian2000-05-261-1/+1
* When we do a ``dial'' or ``open'' from DATALINK_READY, go tobrian2000-05-262-7/+8
* Fix a topy (if (expr); command;)brian2000-05-251-1/+1
* The name /var/log/alias.log is *not* likely to change in the nearbrian2000-05-242-2/+0
* Mention what ``enable proxy'' actually doesbrian2000-05-242-2/+6
* Honour ``set speed sync'' and ``set device !program'' whenbrian2000-05-241-13/+32
* Mention it in the log file when we HUP a process thatbrian2000-05-241-0/+2
* Don't attempt to fputs(NULL, fp) when ``enable dns'' is given andbrian2000-05-241-2/+3
* Always pass packets through libalias when NAT is enabled.brian2000-05-231-14/+2
* Return -2 when tcp_OpenConnection() fails so that ppp doesn'tbrian2000-05-221-4/+4
* Be more verbose when a second link doesn't match the first because thebrian2000-05-221-0/+6
* Fix a typobrian2000-05-111-1/+1
* Mention that the default is to let external traffic route tobrian2000-05-113-11/+19
* Correct a bad bug in m_prepend()brian2000-05-071-3/+5
* 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
OpenPOWER on IntegriCloud