summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2018-07-28Use strtonum in host()kn
2018-07-27Have slaacd(8) share information on receiving a MTU advertisement withbket
2018-07-27Enable slaacd(8) to set MTU on an interface.bket
2018-07-24Move duplicate code into new helper print_addr_str()kn
2018-07-24Simplify getaddrinfo() error handlingkn
2018-07-23When moving between networks slaacd configures new addresses butFlorian Obser
2018-07-23replace references to rtadvd(8) with rad(8)Florian Obser
2018-07-23Handle duplicate address detection failures.Florian Obser
2018-07-22No need to re-implement realloc(). Just use itKenneth R Westerback
2018-07-22Tweak comment about truncating NULs to reflect newKenneth R Westerback
2018-07-22When finished pulling an option out of a buffer, skip directly to theKenneth R Westerback
2018-07-21Reading past the end of a buffer is bad, Even if theKenneth R Westerback
2018-07-21There is no need to initialise global and static local variables to zero,Claudio Jeker
2018-07-20Stop checking table commands for `create'kn
2018-07-19i found a nicer way to describe -join;Jason McIntyre
2018-07-18replace manual zero initialization of various fields with memset;Florian Obser
2018-07-18When running flood ping with count packets (-c) set an alarm afterFlorian Obser
2018-07-17stop assuming prefix lengths, remove inet6_makenetandmask()kn
2018-07-16use ANSI C function declaration; no binary changeJasper Lievisse Adriaanse
2018-07-16reduce duplicate code, fix typo/free correct bufferkn
2018-07-14Document that route monitor also takes -T rtable as an argument.Sebastian Benoit
2018-07-14Make route monitor display changes in all routing domains by forcingSebastian Benoit
2018-07-13no longer interpret 0.192.168.4 in hosts(5) as 192.168.4/24Ingo Schwarze
2018-07-13Use "rtable" not "tableid" as argument name for rtablekn
2018-07-13Unused variables.Kenneth R Westerback
2018-07-13Fix regression on child queue definitionskn
2018-07-13- differentiate between join and nwidJason McIntyre
2018-07-12Cleanup and clarify getuint64() by using theKenneth R Westerback
2018-07-12Cleanup and clarify the has_overlap() logic so it can be read byKenneth R Westerback
2018-07-12RTM_CHGADDRATTR for route monitorFlorian Obser
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
2018-07-11Prevent invalid interface specifiers on queue ruleskn
2018-07-11Use AF_UNSPEC not 0kn
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-11Using resolved after realpath(3) has failed is dangerous. Don't do it!Martijn van Duren
2018-07-10Error out if -netmask/-prefixlen does not follow the destination parameterkn
2018-07-10Include <sys/queue.h> instead of relying on kernel headers to includeMartin Pieuchot
2018-07-10'set delay' for the generic packet delay mechanism, ok benno sashanHenning Brauer
2018-07-10Add "listenrepv2" for MLDv2 Listener Reports from RFC3810Jeremie Courreges-Anglas
2018-07-10fix anchor rules with filter opts, introduce filteropts_to_rule()kn
2018-07-09Zap dead codekn
2018-07-09Kill fluff about how route(8) is of limited usefulnessJeremie Courreges-Anglas
2018-07-09Unify and disambiguate various aspects of the terminology, clarifyIngo Schwarze
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-09Remove array of IMSG type names.Florian Obser
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-07-07slaacd is not interested in v4-related route messages so set the addressStuart Henderson
2018-07-07Add recommended error checks around the use of strtod() inKenneth R Westerback
2018-07-04Print the amount of bytes written, as intended, instead of -1 whenMartin Pieuchot
2018-07-03Rephrase a misleading sentence in iked(8), and add a missingStefan Sperling