summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Introduce another global (MPPE_IsServer) so that we initiate thebrian2000-11-073-7/+14
* Handle being given a connect()ed udp descriptor as stdin ratherbrian2000-11-071-10/+31
* Pass the correct output options to the ccp output initialisationbrian2000-11-072-4/+23
* Merge some OpenBSD/NetBSD fixes to the recent MPPE/CHAP0x81 update.brian2000-11-052-1/+30
* Don't ignore the return from tcsetattr() - moan about it instead.brian2000-10-311-7/+16
* Forgotten RELEASE_CRUNCH hack for mppe.c.hosokawa2000-10-311-2/+2
* Use the new-style ngpppoe_init_data structure.brian2000-10-311-2/+1
* Mention that ``nat deny_incoming'' drops unrecognised IP packets.brian2000-10-312-0/+6
* Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.brian2000-10-301-1/+5
* Add ``all'' logging.brian2000-10-304-1/+29
* Bump our version to reflect the recent MPPE additions (and ccp structbrian2000-10-301-1/+1
* Move the MPPE keysize display in ``show ccp''.brian2000-10-301-2/+2
* Various whitespace changes.brian2000-10-3012-40/+77
* staticise mbuftype()brian2000-10-301-1/+1
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-3015-26/+1003
* Ignore ``#'' properly when told tobrian2000-10-281-1/+1
* Report the type of mbuf that couldn't be allocated beforebrian2000-10-271-13/+21
* Use rad_acct_open() instead of rad_auth_open().brian2000-10-151-1/+1
* Don't define NOATM now that /usr/include/netnatm/ is created properly.brian2000-10-151-1/+0
* If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10thbrian2000-10-091-2/+3
* Create fd_sets big enough to handle getdtablesize() descriptors.brian2000-10-094-38/+68
* Fix some style nitsbrian2000-09-141-11/+13
* Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existbrian2000-09-145-1/+282
* Understand IPPROTO_ESP and IPPROTO_AH packetsbrian2000-09-142-0/+36
* Spelling policebrian2000-09-061-2/+2
* libutil.h is no longer required for setproctitle()brian2000-09-021-5/+0
* Fix resolv.conf line hint: "name-server" -> "nameserver"rse2000-08-312-2/+2
* Use arc4random() instead of random()brian2000-08-312-1/+9
* Don't treat two or more whitespace followed by a comment asbrian2000-08-301-6/+11
* Complain about invalid arguments passed to ``set ifaddr''brian2000-08-301-2/+14
* Correct LogMAXbrian2000-08-291-1/+1
* Use srandom() under OpenBSDbrian2000-08-291-1/+1
* Add LogFILTER logging to log packets allowed by the dial filter andbrian2000-08-285-28/+83
* Support radius accounting, and add a packet count to throughputbrian2000-08-287-5/+206
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-188-4/+70
* Warn that the ``alias'' command is depricated.brian2000-08-181-0/+10
* If we're in MP mode with a single open link, MP link level compressionbrian2000-08-172-34/+83
* ISDN B channels have a bandwidth of 64000, not 65536brian2000-08-161-1/+1
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-166-28/+20
* Default the bandwidth of an ISDN B channel to 65536bpsbrian2000-08-161-3/+5
* Maintain input and output throughput averages and choose the highestbrian2000-08-159-44/+77
* Calculate the average link throughput using a counter based on thebrian2000-08-156-37/+57
* Don't delete sticky routes when unconfiguring the interface.brian2000-08-142-14/+0
* Index: ppp.8brian2000-08-132-2/+2
* Mention that pppoe requires netgraph(4) and without it, an externalbrian2000-08-102-2/+26
* Allow leading ``!'' characters in authkeys and chat scripts tobrian2000-08-095-9/+33
* If the first character of the ``set title'' argument is `-',brian2000-08-091-1/+4
* Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian2000-07-201-1/+1
* Describe the new VERSION and COMPILATIONDATE macros and mention that thebrian2000-07-192-8/+30
* Support link identification from rfc1570brian2000-07-1917-22/+176
OpenPOWER on IntegriCloud