aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/route6d.c
Commit message (Expand)AuthorAgeFilesLines
* route6d: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* route6d: Fix typosElyes Haouas2023-06-021-1/+1
* Use the right variable when updating interface routes.Mark Johnston2018-08-081-2/+4
* Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav2018-05-111-0/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-3/+13
* Purge varargs.h in favor of stdarg.h.Hiroki Sato2017-01-131-45/+0
* - Add static for functions and variables with internal linkage.Hiroki Sato2017-01-131-217/+199
* - Fix dereference of NULL pointer which could cause a crash [1]Hiroki Sato2017-01-121-4/+13
* Fix uninitialized variable CIDs in route6dAlan Somers2017-01-121-0/+2
* Use nitems(mib) instead of hardcoding mib's lengthEnji Cooper2017-01-091-4/+4
* Sort #includesEnji Cooper2017-01-091-26/+22
* Clean up trailing whitespaceEnji Cooper2017-01-091-23/+23
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-151-1/+1
* route6d(8): Fix potential double-freeConrad Meyer2016-05-111-1/+3
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Recover sin6_scope_id of gateway addresses in riprecv() by using the if_indexHiroki Sato2014-08-201-0/+2
* Remove unneeded fake _KERNEL definition.Gleb Smirnoff2014-03-231-2/+0
* Garbage collect long time obsoleted (or never used) stuff from routing API.Gleb Smirnoff2014-03-151-21/+0
* Axe IFF_SMART. Fortunately this layering violating flag was never used,Gleb Smirnoff2013-11-051-3/+0
* - Increase the number of retry for NET_RT_DUMP from 5 to 15.Hiroki Sato2012-11-181-7/+96
* Overhaul of route6d(8):Hiroki Sato2012-11-181-445/+392
* Use sin6_scope_id instead of KAME-specific embedded scope id.Hiroki Sato2012-11-181-27/+8
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* In usr.sbin/route6d/route6d.c, use the correct printf length modifierDimitry Andric2011-12-181-1/+1
* This main goals of this project are:Qing Li2008-12-151-8/+6
* Cleanup of userland __P useKevin Lo2007-11-071-57/+57
* implemented more validation checks about incoming responses per RFC2080, and ...SUZUKI Shinsuke2006-11-161-4/+78
* - need_trigger/idx should be u_int, not ssize_t.Hajimu UMEMOTO2003-11-141-30/+34
* fixe remote panic on short packetSUZUKI Shinsuke2003-10-311-0/+5
* remove unused variableSam Leffler2003-10-031-2/+0
* rtm_seq is int, so seq/myseq should be int.Hajimu UMEMOTO2003-08-181-2/+2
* suppress outpt on dump request if -q is specified.Hajimu UMEMOTO2003-08-181-0/+3
* atoi -> strtoulHajimu UMEMOTO2003-08-181-2/+10
* - port numbers are unsigned. use %u.Hajimu UMEMOTO2003-08-181-2/+2
* explicitly specify IPPROTO_UDP when calling getaddrinfo().Hajimu UMEMOTO2003-08-181-0/+2
* remove a variable that is never used.Hajimu UMEMOTO2003-08-181-5/+2
* support poll(2).Hajimu UMEMOTO2003-08-181-4/+43
* - don't select with FD_SETSIZE.Hajimu UMEMOTO2003-08-181-14/+25
* - don't print strerror() if errno == 0 on fatal().Hajimu UMEMOTO2003-08-171-10/+26
* - do not SEGV on IFF_UP.Hajimu UMEMOTO2003-08-171-14/+21
* do not send dump request on -NHajimu UMEMOTO2003-08-171-0/+2
* macro pedantHajimu UMEMOTO2003-08-171-2/+2
* minor cleanup; no need for extra variable hereHajimu UMEMOTO2003-08-171-4/+2
* use strchr(3).Hajimu UMEMOTO2003-08-171-3/+3
* daemon() has to be called prior to file descriptor setupsHajimu UMEMOTO2003-08-171-15/+8
* knf, typo, space.Hajimu UMEMOTO2003-08-171-16/+12
* set IPV6_V6ONLY.Hajimu UMEMOTO2003-08-171-7/+13