aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Fix some style nitsBrian Somers2000-09-141-11/+13
* Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existBrian Somers2000-09-145-1/+282
* Understand IPPROTO_ESP and IPPROTO_AH packetsBrian Somers2000-09-142-0/+36
* Spelling policeBrian Somers2000-09-061-2/+2
* libutil.h is no longer required for setproctitle()Brian Somers2000-09-021-5/+0
* Fix resolv.conf line hint: "name-server" -> "nameserver"Ralf S. Engelschall2000-08-312-2/+2
* Use arc4random() instead of random()Brian Somers2000-08-312-1/+9
* Don't treat two or more whitespace followed by a comment asBrian Somers2000-08-301-6/+11
* Complain about invalid arguments passed to ``set ifaddr''Brian Somers2000-08-301-2/+14
* Correct LogMAXBrian Somers2000-08-291-1/+1
* Use srandom() under OpenBSDBrian Somers2000-08-291-1/+1
* Add LogFILTER logging to log packets allowed by the dial filter andBrian Somers2000-08-285-28/+83
* Support radius accounting, and add a packet count to throughputBrian Somers2000-08-287-5/+206
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDBrian Somers2000-08-188-4/+70
* Warn that the ``alias'' command is depricated.Brian Somers2000-08-181-0/+10
* If we're in MP mode with a single open link, MP link level compressionBrian Somers2000-08-172-34/+83
* ISDN B channels have a bandwidth of 64000, not 65536Brian Somers2000-08-161-1/+1
* setproctitle() doesn't need to be called with root privs, so moveBrian Somers2000-08-166-28/+20
* Default the bandwidth of an ISDN B channel to 65536bpsBrian Somers2000-08-161-3/+5
* Maintain input and output throughput averages and choose the highestBrian Somers2000-08-159-44/+77
* Calculate the average link throughput using a counter based on theBrian Somers2000-08-156-37/+57
* Don't delete sticky routes when unconfiguring the interface.Brian Somers2000-08-142-14/+0
* Index: ppp.8Brian Somers2000-08-132-2/+2
* Mention that pppoe requires netgraph(4) and without it, an externalBrian Somers2000-08-102-2/+26
* Allow leading ``!'' characters in authkeys and chat scripts toBrian Somers2000-08-095-9/+33
* If the first character of the ``set title'' argument is `-',Brian Somers2000-08-091-1/+4
* Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresBrian Somers2000-07-201-1/+1
* Describe the new VERSION and COMPILATIONDATE macros and mention that theBrian Somers2000-07-192-8/+30
* Support link identification from rfc1570Brian Somers2000-07-1917-22/+176
* Permit multiple ``allow user'' lines in any given sectionBrian Somers2000-07-123-8/+19
* Correct ``set filter'' usageBrian Somers2000-07-122-4/+8
* Fix a rather nasty latency problem that occurs with single tcp sessionsBrian Somers2000-07-121-11/+17
* Allow a ``timeout secs'' filter option to let specific packet typesBrian Somers2000-07-1110-212/+295
* Fix -auto breakage introduced with the last commit.Brian Somers2000-07-111-1/+1
* o Log the (payload/size) of all packet types, not just TCP packetsBrian Somers2000-07-078-33/+157
* kldload ng_ether if we need to.Brian Somers2000-06-281-2/+8
* Don't assign an MTU based on the peers first-link MRU in MP mode.Brian Somers2000-06-241-5/+4
* Fix a printf-style arg cast (again)Brian Somers2000-06-231-1/+2
* e.g. -> e.g.,Brian Somers2000-06-232-4/+4
* Correct PPPoE in multi-link modeBrian Somers2000-06-221-1/+1
* Remove ``nat pptp'' as this is now done transparently by libalias.Brian Somers2000-06-206-74/+1
* Allow padding in LQR ECHO requestsBrian Somers2000-06-201-2/+3
* Don't mis-match interface names in iface_Create()Brian Somers2000-06-191-2/+3
* Fix a printf-style format errorBrian Somers2000-06-181-1/+1
* A few more hard-sentence breaks.Brian Somers2000-06-132-22/+28
* Hard sentence breaks and trailing space tidy-upsBrian Somers2000-06-112-1054/+1708
* Don't oan about padding charactersBrian Somers2000-06-111-2/+0
* Add ``set ifqueue'' to control the size of the outgoing packetBrian Somers2000-06-116-2/+57
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYBrian Somers2000-06-086-5/+30
* Use mp_CheckAutoloadTimer() rather than mp_StopAutoloadTimer()Brian Somers2000-05-311-2/+2