summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Don't avoid setting a 0 second timer in datalink_StartDialTimer() bybrian2001-10-232-13/+11
* ia64 support. Due to the bogus placement of some i4b includes, it ispeter2001-10-231-1/+1
* Include the right i4b files for NetBSDbrian2001-10-191-0/+5
* Fix AUTH callback negotiations.brian2001-10-181-2/+2
* When the peer fails to specify an MRU and a 1500 byte MRU is notbrian2001-10-182-4/+8
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-041-5/+5
* Keep up with sys/net/rtsock.c,v 1.58.ru2001-09-211-1/+1
* sigpause() -> sigsuspend()brian2001-09-132-8/+15
* Correct alignment issuesbrian2001-09-131-17/+20
* Spell syslog.conf correctlybrian2001-09-131-1/+1
* 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
OpenPOWER on IntegriCloud