summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Fix a diagnosticbrian2001-09-041-1/+1
* Some cosmetic changes to sync with OpenBSDbrian2001-08-272-1/+4
* Send a reset request for every packet received when our encryptionbrian2001-08-271-0/+2
* Handle return values of 0 from NgRecvMsg() properly.brian2001-08-241-2/+2
* o Enable IFF_MULTICAST when first opening the tun device (and keep the flagbrian2001-08-213-11/+11
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-1/+5
* Properly change old interface addresses so that their destination isbrian2001-08-201-1/+2
* Add some comments to explain what's going on herebrian2001-08-201-9/+21
* When attempting to change the default route, don't write the gatewaybrian2001-08-201-7/+26
* Add some casts.brian2001-08-192-3/+3
* Add a missing % in a format string.brian2001-08-191-1/+1
* Avoid a compiler warningbrian2001-08-191-0/+2
* Better handling for the return of snprintf().brian2001-08-182-5/+12
* If AF_INET6 isn't available in the kernel, revert to creating AF_INETbrian2001-08-181-15/+19
* Back out the previous fix to deal with kernels that don't support IPv6,brian2001-08-186-69/+44
* Run correctly on a machine built without AF_INET6 supportbrian2001-08-186-33/+65
* Build properly with -DNOINET6brian2001-08-181-2/+2
* Build properly with -DNOIPV6brian2001-08-181-0/+2
* Add two missing includesbrian2001-08-161-0/+2
* Remove an unused variablebrian2001-08-161-1/+0
* mdoc(7) police: markup nit, removed whitespace at EOL.ru2001-08-161-4/+6
* Specify the gateway address when updating the MTU and send/recv pipebrian2001-08-166-31/+69
* Fix a couple of forgotten commentsbrian2001-08-161-3/+3
* Probe for the availability of AF_INET6 at startup. If it's notbrian2001-08-155-10/+47
* Don't show a prefixlen when a destination address is presentbrian2001-08-151-1/+2
* Add a missing newlinebrian2001-08-151-1/+1
* Don't forget to attache the sticky route change to the ncp structure.brian2001-08-151-0/+1
* Avoid calling bits2mask4() when bits is -1.brian2001-08-151-6/+5
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-1450-1922/+4416
* mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.ru2001-08-131-1/+2
* Preprocess ppp.8.m4 into ppp.8, taking into account any compile timebrian2001-08-113-5763/+46
* Change copyright to BSD-style copyright.brian2001-08-102-35/+48
* mdoc(7) police:ru2001-08-072-50/+82
* Warn when a CHAP81 SUCCESS packet is invalid due to an incorrect S= value.brian2001-08-031-2/+2
* The wrong-last-byte bug on win98 chap responses is also in winMEbrian2001-08-021-1/+1
* Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes throughbrian2001-08-025-0/+75
* Don't include a NUL at the end of our CHAP SUCCESS packet.brian2001-07-311-1/+1
* Remove an irritating diagnostic emitted to LogPHASE when abrian2001-07-313-11/+11
* When we receive a CHAP81 challenge response, we always expect the lastbrian2001-07-311-0/+5
* If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we'rebrian2001-07-301-1/+1
* Change permissions back to 4554/554brian2001-07-281-2/+2
* If the peer sends a REQ without the IPADDR option, only reject itbrian2001-07-282-6/+16
* Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference.brian2001-07-262-12/+16
* Change permissions from [4]554 to [4]551brian2001-07-251-2/+2
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+4
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
* Bring the PPPoE Ethernet interface up *BEFORE* we send the node abrian2001-07-181-10/+6
* Ignore (with a warning message) mtu/mru configurations that are greaterbrian2001-07-171-21/+37
* TCPMSS adjusts all TCP SYN packets, not just outgoing ones.brian2001-07-162-2/+2
* Remove whitespace at EOL.dd2001-07-152-6/+6
OpenPOWER on IntegriCloud