summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update wifi-related documentation in ifconfig man page.stsp2019-11-101-36/+101
* Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposalsflorian2019-11-091-1/+4
* Mechanically change the forwarder SIMPLEQ to a TAILQ. Needed forflorian2019-11-095-57/+59
* failure to allocate memory is not an XXXflorian2019-11-091-2/+6
* There is at most one Default Router Proposal present per router.florian2019-11-081-53/+39
* forgot to set proposal idflorian2019-11-081-1/+3
* Remove half way implemented address and default route proposals.florian2019-11-076-322/+15
* Document the new home of the control socket; ok florian@otto2019-11-071-5/+7
* useless debug outputflorian2019-11-061-2/+1
* Move control socket to /dev like slaacd(8) is doing to be able toflorian2019-11-061-2/+2
* Rename "asr" to "stub" in user visible parts.florian2019-11-063-11/+11
* No need to write resolv.conf after deciding to get a new lease,krw2019-11-061-4/+5
* Correct the logic deciding when to write resolv.conf.krw2019-11-061-3/+14
* trailing whitespaceflorian2019-11-053-7/+7
* Remove unused struct members, DNS proposals will be handledflorian2019-11-051-3/+1
* When we are talking to an upstream nameserver we should not refuse toflorian2019-11-031-1/+121
* *** empty log message ***otto2019-11-034-50/+172
* unused globalflorian2019-11-021-2/+1
* When we are behind a captive portal we very likely need to use the asrflorian2019-11-021-2/+3
* Constrain and correct the routes being deleted when applying a newkrw2019-10-311-10/+26
* With the asr fallback we can skip the service port up & down dance,florian2019-10-314-48/+8
* Add asr resolver type which completely bypasses libunbound and uses theflorian2019-10-315-55/+187
* mobileip is going to the atticdlg2019-10-291-3/+2
* Print interface index and name for RTM_NEWADDR, RTM_DELADDR andkrw2019-10-271-4/+7
* Forgot to add '\30AUTOONF4" to ifnetflags[].krw2019-10-251-2/+2
* Fix ifconfig(8) compiler warnings regarding variable "name" reuse.bluhm2019-10-244-277/+275
* Optionally log blocked queries when using the block list.florian2019-10-216-12/+26
* Plug mem leak when the list of dhcp resolvers didn't change. ok florian@otto2019-10-191-2/+8
* Plug mem leak in error path; ok florian@ who also spotted the rad caseotto2019-10-181-1/+3
* Another case of using yacc effectively to avoid repeating code; ok florian@otto2019-10-181-36/+11
* Reafctor forwarder clause to avoid having to write out the same codeotto2019-10-181-162/+38
* Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.millert2019-10-172-17/+15
* Fix some compiler warings in ifconfig(8). Move all prototypes andbluhm2019-10-174-306/+309
* handle version.bind / version.serverflorian2019-10-121-3/+67
* Carry the answer in the pending_query struct. Makes it clearer who isflorian2019-10-121-7/+22
* Be more strict with which queries to accept. Modeled afterflorian2019-10-121-28/+108
* Don't hand parse the query, libunbound has query_info_parse() for that.florian2019-10-121-74/+54
* Make sure struct pending_query is fully initialized by using calloc.florian2019-10-081-2/+2
* Eek, check overflow with destination size, not sourceflorian2019-10-061-2/+2
* Fix CVE-2019-16866florian2019-10-031-2/+2
* Introduce defines for DNSSEC validation states.florian2019-09-301-4/+9
* Fix histogram code to do an inclusive check for the upper bound tootto2019-09-291-4/+6
* annoying trailing whitespacesflorian2019-09-293-6/+6
* Use SPI_SA() instead of __func__ in all logging calls. Use log_infotobhe2019-09-261-64/+89
* Fix leaks by cleaning up after configuration parser.tobhe2019-09-261-6/+38
* Do not leak cur_ns in case of malformed lease file.florian2019-09-251-2/+8
* Be more robust when dealing with malformed lease files.florian2019-09-251-1/+7
* Let sysctl(1) work in single-user mode. Same diff applied by florian@krw2019-09-221-3/+3
* Document the output of 'ifconfig scan' in client mode.stsp2019-09-201-2/+9
* Update to libunbound 1.9.3florian2019-09-1224-2178/+2456