summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* simplify, no need to make a copy of the filename, pointer is fineespie2020-01-241-3/+6
* Fix isakmpd monitor process to use the exit status of main processyasuoka2020-01-241-3/+8
* Allow carp(4) interfaces to be configured via dhcp.krw2020-01-241-2/+2
* Separate command line syntax parsing from semantic validation ofkrw2020-01-232-13/+43
* delete wasteful ;;deraadt2020-01-221-2/+2
* remove semicolons not needed after } statements. ok deraadttedu2020-01-224-8/+8
* use an underscore for -p's argument, rather than hyphen: matches SYNOPSISjmc2020-01-211-3/+3
* Move warning about DHO_STATIC_ROUTES (option 33) to debug.krw2020-01-201-2/+2
* We can not share a cache between validating and resolving strategies.florian2020-01-201-14/+47
* add some explicit tagging macros; OK kn@ on a previous versionschwarze2020-01-191-2/+27
* Add '-p' command line option which allows to configuretobhe2020-01-167-16/+63
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-162-7/+7
* Fail on missing anchorkn2020-01-161-15/+5
* Do the actual pfr_strerror() to pf_strerror() renamekn2020-01-155-17/+17
* Unify error message for nonexisting anchorskn2020-01-153-22/+23
* Support multiple x509 extensions and extensions with multipletobhe2020-01-151-89/+117
* s/deprecated/ignored/ in the warning message if -6 is used; the optionsthen2020-01-151-2/+2
* If we don't find a certificate signed by a trusted CAtobhe2020-01-151-2/+35
* Refine error messagekn2020-01-151-2/+2
* Merge radix_perror() into simpler warnx()/errx() usagekn2020-01-151-22/+12
* Further document recursive flush behaviourkn2020-01-151-1/+14
* Print the main ruleset/anchor as "/" not "<root>" for consistencykn2020-01-151-2/+2
* Recent change to pfctl(8) prompts for a minor update of manpage.sashan2020-01-151-2/+9
* Enable pfctl(8) to recursively flush rules and tables from PF driver. Thesashan2020-01-155-63/+285
* Replace duplicate error message with gai_strerror(3)kn2020-01-151-4/+7
* Remove IPsec flow blocking unencrypted IPv6 traffic which wastobhe2020-01-145-71/+10
* Unify duplicate NOTIFY payload construction code in ikev2_add_notify andtobhe2020-01-081-33/+21
* Link ESP-SA and IPcomp-SA using GRPSPIS instead of using a self-builttobhe2020-01-075-328/+192
* ping(8): improve "-i wait" parsing and error-checking codecheloha2020-01-042-29/+35
* Refactor child SA cleanup.tobhe2019-12-282-10/+10
* Fix ifconfig WPA key installation with max allowed length SSIDs.stsp2019-12-271-15/+17
* timeout(9): new flag: TIMEOUT_SCHEDULED, new statistic: tos_scheduledcheloha2019-12-251-7/+7
* dmesg(8) allocated a bit too much memory due to padding of structbluhm2019-12-241-2/+3
* Ralph Dolmans from nlnetlabs points out that libunbound usesflorian2019-12-234-473/+697
* Try to bind to port 53 before opening the control socket.florian2019-12-201-3/+4
* The previous fix for creating isakmpd(8) IKE pcap file, weakenedbluhm2019-12-191-8/+30
* Spell "mount point" as other man pages do, with a space.bentley2019-12-193-12/+12
* Workaround unbound github issue #99.florian2019-12-181-1/+6
* Update to libunbound 1.9.6florian2019-12-1838-790/+848
* Implement unwindctl status memory to show chache memory usage.florian2019-12-185-5/+46
* Rework unified cache handling to be able to unify key and neg caches.florian2019-12-181-27/+82
* Use neg and key cache from the passed in environment if initialized so thatflorian2019-12-181-0/+4
* Use correct size when zeroing out dinode.millert2019-12-171-2/+2
* Reject leases that do not provide a subnet mask for the address beingkrw2019-12-172-4/+8
* Make this fit in 80 cols.florian2019-12-151-3/+5
* semarie diagnosed a what appeared to be a 'large backwards memcpy' of anderaadt2019-12-151-3/+3
* Allow more outgoing ports, the default 16 is pretty tight for theotto2019-12-151-2/+4
* Be less aggressive pre-allocating memory; ok florian@otto2019-12-142-2/+4
* Simplify resolve_done.florian2019-12-141-62/+49
* No use to create resolvers we know are going to be dead; ok florian@otto2019-12-141-1/+7