summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/route.c
Commit message (Expand)AuthorAgeFilesLines
* Don't delete sticky routes when unconfiguring the interface.brian2000-08-141-12/+0
* Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian2000-07-201-1/+1
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.brian2000-03-141-1/+17
* Don't include netinet6/in6.h directly.brian2000-03-141-3/+0
* Don't ``break'' when we come accross a non-RTM_IFINFO typebrian2000-03-141-1/+1
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-141-5/+5
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibbrian2000-03-141-56/+56
* Support IP6 addresses in ``show route''brian2000-03-141-12/+88
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rebuild the list of interface numbers to names if we're tryingbrian1999-08-261-3/+13
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+2
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-26/+36
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-3/+4
* Don't lose an allocated pointer if realloc() fails.brian1998-08-171-4/+9
* Silence ``Network unreachable'' warnings when usingbrian1998-07-281-6/+6
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-8/+8
* Don't assume ``sizeof(u_long) == 4''brian1998-06-271-3/+3
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-2/+3
* o De-staticise things that don't need to be static.brian1998-06-151-3/+9
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.brian1998-06-101-5/+1
* MFMP: Make ppp multilink capable.brian1998-05-211-200/+183
* Fix diagnostic typo.brian1998-04-251-2/+2
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-131-8/+9
* Remove unused #includes.brian1998-01-211-3/+2
* Reimplement proxy-arp address stuff using sysctl().brian1998-01-191-3/+2
* Remember any number of interface names.brian1998-01-111-13/+28
* Allow 6 byte interface names (for >tun99)brian1998-01-111-2/+2
* Allow "add! dst mask gw" (note the ``!'') to do anbrian1997-12-301-19/+27
* Write to the routing socket as uid 0. It's not good enoughbrian1997-12-271-2/+2
* Show who closes the diagnostic connection.brian1997-12-271-4/+6
* Cosmetic (style):brian1997-12-241-11/+11
* Don't depend on a u_long being 32 bits.brian1997-12-171-6/+9
* Fix a potential overflow where, if the label passed on the commandbrian1997-12-171-3/+3
* Do 2 passes when "delete all"ing. The first pass removesbrian1997-12-151-28/+54
* Allow random IP number allocation to peer.brian1997-12-131-6/+36
* Only allow one arg to `delete' - the mask & gateway aren't necessary.brian1997-12-071-34/+44
* Understand ``sockaddr_dl''s where sdl_nlen != 0brian1997-12-041-24/+25
* Understand how to derive the names of interfacesbrian1997-11-221-34/+28
* Fix prototypes.brian1997-11-221-8/+10
* Interpret AF_LINK sockaddrs correctly in show/delete route.brian1997-11-151-175/+230
* Finish the security improvements:brian1997-11-111-2/+2
* Increase chat script sizes to 512brian1997-11-091-1/+2
* Introduce ID0 logging.brian1997-11-091-7/+12
* Don't include RTA_GATEWAY in rtm_addrs unless it's specified.brian1997-11-091-2/+3
* Don't pass global vars as args.brian1997-11-081-10/+10
* Cosmetic (no functional changes):brian1997-10-261-17/+19
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-10/+13
OpenPOWER on IntegriCloud