summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Oops. Missing chunk from previous 'secs' -> 'ui'.krw2018-08-041-2/+2
* Rename local variable 'secs' to 'ui' to be consistant with all otherkrw2018-08-041-8/+8
* Leave the control socket behind on shutdown. It doesn't hurt anyone.florian2018-08-043-28/+7
* Move pledge after getopt when we know whether the operation is reboot,deraadt2018-08-031-4/+25
* document that wpakey needs a preceeding nwid OR join specificationhalex2018-08-031-5/+5
* errno is never checked after a call to getuint64(). So there is nokrw2018-08-021-2/+1
* Zap v4mask and v6mask in host()kn2018-07-311-11/+10
* recognize WSMOUSE_TYPE_TOUCHPAD devicesjcs2018-07-302-2/+4
* Simplify host()kn2018-07-301-29/+15
* Use strtonum in host()kn2018-07-281-5/+6
* Have slaacd(8) share information on receiving a MTU advertisement withbket2018-07-272-2/+4
* Enable slaacd(8) to set MTU on an interface.bket2018-07-273-4/+50
* Move duplicate code into new helper print_addr_str()kn2018-07-243-29/+21
* Simplify getaddrinfo() error handlingkn2018-07-241-8/+5
* When moving between networks slaacd configures new addresses butflorian2018-07-234-4/+73
* replace references to rtadvd(8) with rad(8)florian2018-07-231-4/+4
* Handle duplicate address detection failures.florian2018-07-234-34/+161
* No need to re-implement realloc(). Just use itkrw2018-07-221-31/+15
* Tweak comment about truncating NULs to reflect newkrw2018-07-221-3/+2
* When finished pulling an option out of a buffer, skip directly to thekrw2018-07-221-2/+2
* Reading past the end of a buffer is bad, Even if thekrw2018-07-211-3/+9
* There is no need to initialise global and static local variables to zero,claudio2018-07-211-8/+8
* Stop checking table commands for `create'kn2018-07-201-2/+2
* i found a nicer way to describe -join;jmc2018-07-191-4/+5
* replace manual zero initialization of various fields with memset;florian2018-07-181-7/+3
* When running flood ping with count packets (-c) set an alarm afterflorian2018-07-181-3/+20
* stop assuming prefix lengths, remove inet6_makenetandmask()kn2018-07-171-50/+8
* use ANSI C function declaration; no binary changejasper2018-07-161-13/+3
* reduce duplicate code, fix typo/free correct bufferkn2018-07-161-29/+11
* Document that route monitor also takes -T rtable as an argument.benno2018-07-141-2/+6
* Make route monitor display changes in all routing domains by forcingbenno2018-07-141-5/+11
* no longer interpret 0.192.168.4 in hosts(5) as 192.168.4/24schwarze2018-07-131-10/+1
* Use "rtable" not "tableid" as argument name for rtablekn2018-07-133-19/+19
* Unused variables.krw2018-07-132-5/+3
* Fix regression on child queue definitionskn2018-07-131-6/+7
* - differentiate between join and nwidjmc2018-07-131-28/+32
* Cleanup and clarify getuint64() by using thekrw2018-07-121-104/+49
* Cleanup and clarify the has_overlap() logic so it can be read bykrw2018-07-121-46/+36
* RTM_CHGADDRATTR for route monitorflorian2018-07-121-2/+4
* Introduce 'auto-join' to the wifi 802.11 stack.phessler2018-07-112-9/+118
* Prevent invalid interface specifiers on queue ruleskn2018-07-111-4/+12
* Use AF_UNSPEC not 0kn2018-07-111-2/+2
* Do for most running out of memory err() what was done for most runningkrw2018-07-113-88/+88
* Using resolved after realpath(3) has failed is dangerous. Don't do it!martijn2018-07-111-3/+3
* Error out if -netmask/-prefixlen does not follow the destination parameterkn2018-07-101-1/+10
* Include <sys/queue.h> instead of relying on kernel headers to includempi2018-07-101-1/+2
* 'set delay' for the generic packet delay mechanism, ok benno sashanhenning2018-07-103-14/+41
* Add "listenrepv2" for MLDv2 Listener Reports from RFC3810jca2018-07-101-2/+3
* fix anchor rules with filter opts, introduce filteropts_to_rule()kn2018-07-101-140/+124
* Zap dead codekn2018-07-091-9/+1