summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbroke the reference to libalias(3).ru2000-02-052-2/+2
* Remove MAINTAINER=brian2000-01-291-2/+0
* If we're in callback mode, don't forget this fact when webrian2000-01-271-0/+2
* Actually ignore comments at the end of lines - broken with the commitbrian2000-01-271-1/+1
* Handle the availability of TUNSIFHEAD. If it's there, use it.brian2000-01-234-29/+63
* Use TUNSIFPID when we change our PID (if it exists).brian2000-01-213-1/+12
* Use AUTHLEN for the length of authnamebrian2000-01-171-1/+1
* Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interfacebrian2000-01-071-5/+7
* include stdlib.h (setproctitle() is prototyped there in OpenBSD)brian2000-01-071-0/+1
* Call serial devices ``cuaXX'' instead of ``cuaaX'' (in linebrian2000-01-072-2/+2
* .Bl -tag requires -width toobrian2000-01-072-2/+2
* Remove an unused #definebrian2000-01-071-12/+0
* Ensure that there's a bit of extra space in our buffer when it'sbrian2000-01-033-2/+26
* Increase M_MAXLEN from 2048 - sizeof struct mbuf tobrian1999-12-302-3/+3
* Add a few missing #includesbrian1999-12-303-0/+3
* Correct usages of getuid() and geteuid()brian1999-12-306-7/+7
* Mention that it's only necessary to escape the '-' in chat scriptsbrian1999-12-293-2/+4
* Add a bunch of `const's and fix a typo.brian1999-12-2716-26/+30
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-277-33/+34
* Don't bother fork()ing after closing a ctty if ppp is about tobrian1999-12-231-0/+10
* Understand double-quotes anywhere on a command line in the samebrian1999-12-233-18/+14
* Correct warning about unindented commands when the unindented commandbrian1999-12-231-27/+34
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-227-17/+20
OpenPOWER on IntegriCloud