summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR.brian2001-11-301-25/+39
* Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messagesbrian2001-11-301-6/+0
* Add some DEBUG logging to tell us when interface addresses are beingbrian2001-11-301-0/+14
* Remove the hack that ensures that rt_Update() works on FreeBSD. Nowbrian2001-11-231-23/+5
* When writing messages to the routing socket, round sockaddr sizesbrian2001-11-231-12/+19
* Be paranoid about non-zero netmasks being associated with INET addressesbrian2001-11-232-5/+20
* Remove an unused variable (oops)brian2001-11-231-1/+1
* Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orbrian2001-11-233-10/+18
* Remove a bogus log_Id() declbrian2001-11-231-1/+0
* Fix usage for the log commandbrian2001-11-231-1/+1
* Whitespace tweakbrian2001-11-231-1/+1
* Expand the first argument of the ``log'' command if it's a variable.brian2001-11-221-1/+1
* Document that an UPTIME variable is now availablebrian2001-11-221-0/+2
* Remove unused variablesbrian2001-11-041-5/+2
* Add a ``log'' command for logging specific information.brian2001-11-0313-44/+104
* Call CCP protocol -1 ``none''brian2001-11-031-1/+4
* cmott@scientech.com -> cm@linktel.netbrian2001-11-033-4/+4
* 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
OpenPOWER on IntegriCloud