summaryrefslogtreecommitdiffstats
path: root/sbin/route/route.c
Commit message (Expand)AuthorAgeFilesLines
* Bring in latest CSRG revisions to this file.ru2001-10-171-11/+11
* Synch with NetBSD and OpenBSD.ru2001-08-311-2/+2
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-0/+4
* Handle snprintf() returning -1.brian2001-08-201-4/+6
* Due to the documented bug in inet_aton(3), it wasn't possibleru2001-07-111-2/+3
* Allow route(8) to create "proxy only" published ARP entries.ru2001-06-121-1/+10
* Fixed the -iface breakage introduced with the latest KAME mergeru2001-06-121-2/+1
* Sync with recent KAME.ume2001-06-111-120/+114
* When changing an indirect route, kernel routing code allocatesru2001-06-081-0/+3
* Change the host/bits syntax introduced in route.c,v 1.24 to theru2001-06-081-6/+5
* - Exit 1 if "add", "change", or "delete" operation fails.ru2001-06-071-10/+8
* Add a couple of newlines in the output from route monitorphk2001-01-151-2/+4
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Interpret the address argument as network-type address for `destination'ru2000-09-291-13/+12
* Fixed the case where argument of 0.0.0.0/8 would match the default route.ru2000-09-291-4/+4
* Clear sin6_scope_id before passing routes into kernel, becaues kernelshin2000-03-111-0/+1
* Add an scope index embedded IPv6 link local addr creation support, by routeshin2000-02-231-0/+4
* Support IPv6 scoped addr in ifconfig and routeshin2000-02-101-25/+71
* Fix return value check for inet_pton().sumikawa2000-01-251-1/+1
* Merge bug fix from KAME repository.shin2000-01-081-7/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-7/+143
* Remove two more unnecessary function declarations/prototypes.billf1999-09-251-4/+0
* Include the proper headers, remove the unnecessary function declarations.billf1999-09-251-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* When incrementing through a SIOCGIFCONF list, enforce a lower limit ofarchie1999-06-051-2/+3
* Get rid of segfaults in a set-uid program.ru1999-06-011-8/+15
* Comment is .\" not .|'. Add -d and -t flags to SYNOPSIS and usage(). Getoptcharnier1998-07-281-15/+10
* style(9) correctionsimp1997-12-261-2/+2
* Two fixes:imp1997-12-241-6/+8
* fix what appears to me to be absolutle bogus codejulian1997-07-181-6/+7
* Sync beetween man page and usage string.charnier1997-06-181-2/+2
* Allow "modern" syntax:phk1997-04-021-5/+21
* unifdef CCITT, ISO & CRUFT.phk1997-04-021-127/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Security patch from OpenBSD: fixes potential buffer overflow in a staticroberto1997-02-201-2/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* If the RTM_NEWMADDR and RTM_DELMADDR messages are definedwollman1997-01-091-1/+13
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-5/+7
* Delete another unnecessary #include <sys/mbuf.h>.wollman1996-11-011-2/+1
* setuid back to the original caller immediately after opening the route socket.fenner1996-10-271-14/+19
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-3/+3
* back out a part of the previous patch that garrett objected to..julian1996-08-191-4/+1
* Submitted by: Archie@whistle.comjulian1996-08-131-1/+7
* Reviewed by: julianjulian1996-08-091-1/+43
* Submitted by: archie@whistle.comjulian1996-07-231-2/+3
* Submitted by: archie@whistle.comjulian1996-07-231-3/+3
* changes to allow route to manipulate appletalk routes.julian1996-07-091-1/+54
* Update route(8) to print out current meanings of rt_flags RTF_* bits.wollman1996-05-081-4/+10
* Fix route to check if inet_addr and inet_network return INADDR_NONE,mpp1996-02-171-3/+3
* XNS sort-of-support is no more.wollman1996-02-131-1/+27
OpenPOWER on IntegriCloud