summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* If sysctl(8) was compiled with an obsolete struct sensordev size,bluhm2019-02-211-1/+5
* Compute params of shrunk partition and not of resized one; ok krw@otto2019-02-211-5/+5
* Tweak previous, use the same wording everywherejca2019-02-201-3/+3
* avoid abbreviation "AF" when "address family" fits on the line; noted by Alfred Morganderaadt2019-02-201-4/+4
* Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.stsp2019-02-191-2/+4
* oops, bad Pp snuck in;jmc2019-02-191-3/+2
* Rework the certificate generation examples a bit:sthen2019-02-181-13/+19
* fix typoderaadt2019-02-181-2/+2
* Change ps_len of struct pfioc_states and psn_len of structbluhm2019-02-181-7/+5
* Introduce IMSG_DATA_SIZE() macro to to replace reoccuring math onflorian2019-02-186-103/+76
* Since we do a naive string comparison to see if the trust anchorflorian2019-02-173-7/+5
* On log verbosity change we need to restart all resolvers: add missingflorian2019-02-171-1/+2
* Pass verbosity changes to captive portal process.florian2019-02-172-3/+14
* s/unwind_/uw_/ to save screen real estate; fix style(9) issues while hereflorian2019-02-179-507/+496
* SSID/LLADDR/LINK_STATE_IS_UP changes must discard the previouskrw2019-02-161-1/+3
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-134-12/+12
* Nuke unused variable.krw2019-02-131-3/+1
* Try harder to start a new line when link is obtained and a newkrw2019-02-131-1/+3
* Restructure code to simplifiy imsg communications, further separatingkrw2019-02-126-631/+562
* With the rewrite of the trust anchor handling code we no longer need aflorian2019-02-112-6/+6
* Delete BUGS: dubious style and not relevant/accuratejca2019-02-101-5/+1
* Add a warning that scan_ffs doesn't support FFS2 filesystemsjca2019-02-101-1/+5
* Drop useless .TH line; ok jmc@jca2019-02-101-3/+2
* Anchor names must not be emptykn2019-02-102-2/+9
* Unify anchor name sanity checkskn2019-02-101-15/+20
* Simplify trust anchor handling.florian2019-02-103-148/+83
* Backport r5108 from unbound upstream, pointed out by florian@.sthen2019-02-081-0/+6
* update unwind's copy of libunbound to match the new 1.9.0 update insthen2019-02-0828-2531/+3676
* Oops, unbreak captive portal detection.florian2019-02-082-7/+2
* Rewrite trust anchor handling.florian2019-02-076-45/+549
* Replace overlapping memcpy() with memmove() in getpathname().millert2019-02-061-3/+3
* Replace overlapping memcpy() with memmove() in getpathname().millert2019-02-061-3/+3
* Cm yes | Cm no -> Cm yes | nojmc2019-02-051-2/+2
* unref resolver in error branchflorian2019-02-051-2/+4
* missing full stop;jmc2019-02-051-3/+3
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-052-5/+5
* various minor tweaks, plus an adjustment from florian;jmc2019-02-041-23/+20
* Stop lying about slaacd(8).florian2019-02-031-5/+2
* Captive portal detection for unwind(8).florian2019-02-0313-64/+1589
* Show the routing address selected by "route-to" in "pfctl -s states".yasuoka2019-02-021-1/+11
* Don't send udp sockets that we failed to open to the frontend,florian2019-02-011-3/+5
* port is in network byte orderflorian2019-02-011-5/+5
* Make divert-packet port accept any port specificationkn2019-01-311-5/+6
* Remove a log statement used for debugsolene2019-01-311-2/+1
* restrict commands reload and log to root onlysolene2019-01-311-2/+23
* fix parsing of imcomplete dhclient.lease files, initialize epoch to 0.benno2019-01-301-9/+7
* check that ips in the forwarder {} sections are indeed ips.benno2019-01-301-3/+61
* remove not needed includes in uw_parse.ybenno2019-01-302-18/+10
* replace err() with yyerror/YYERROR, only leave err() where we run outbenno2019-01-291-9/+27
* Get rid of ugly access(2) and still be able to run without a configflorian2019-01-292-11/+7