summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2020-02-07Extend the ipsecctl(8) parser to set the udpencap flag and portAlexander Bluhm
2020-02-02Tweak dhclient(8) timing defaults depending on SMALL rather than usingKenneth R Westerback
2020-01-28We are not correctly upgrading from "UNKNOWN" to "VALIDATING"Florian Obser
2020-01-28Sync with table in editor.c; from Martin <openbsd at academicsolutions dot ch>Otto Moerbeek
2020-01-28sbin/unwind: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-28sbin/pfctl: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-26Don't validate '-c' with S_ISREG(). The install script uses /dev/stdin.Kenneth R Westerback
2020-01-24simplify, no need to make a copy of the filename, pointer is fineMarc Espie
2020-01-24Fix isakmpd monitor process to use the exit status of main processYASUOKA Masahiko
2020-01-24Allow carp(4) interfaces to be configured via dhcp.Kenneth R Westerback
2020-01-23Separate command line syntax parsing from semantic validation ofKenneth R Westerback
2020-01-22delete wasteful ;;Theo de Raadt
2020-01-22remove semicolons not needed after } statements. ok deraadtTed Unangst
2020-01-21use an underscore for -p's argument, rather than hyphen: matches SYNOPSISJason McIntyre
2020-01-20Move warning about DHO_STATIC_ROUTES (option 33) to debug.Kenneth R Westerback
2020-01-20We can not share a cache between validating and resolving strategies.Florian Obser
2020-01-19add some explicit tagging macros; OK kn@ on a previous versionIngo Schwarze
2020-01-16Add '-p' command line option which allows to configuretobhe
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.Ingo Schwarze
2020-01-16Fail on missing anchorkn
2020-01-15Do the actual pfr_strerror() to pf_strerror() renamekn
2020-01-15Unify error message for nonexisting anchorskn
2020-01-15Support multiple x509 extensions and extensions with multipletobhe
2020-01-15s/deprecated/ignored/ in the warning message if -6 is used; the optionStuart Henderson
2020-01-15If we don't find a certificate signed by a trusted CAtobhe
2020-01-15Refine error messagekn
2020-01-15Merge radix_perror() into simpler warnx()/errx() usagekn
2020-01-15Further document recursive flush behaviourkn
2020-01-15Print the main ruleset/anchor as "/" not "<root>" for consistencykn
2020-01-15Recent change to pfctl(8) prompts for a minor update of manpage.Alexandr Nedvedicky
2020-01-15Enable pfctl(8) to recursively flush rules and tables from PF driver. TheAlexandr Nedvedicky
2020-01-15Replace duplicate error message with gai_strerror(3)kn
2020-01-14Remove IPsec flow blocking unencrypted IPv6 traffic which wastobhe
2020-01-08Unify duplicate NOTIFY payload construction code in ikev2_add_notify andtobhe
2020-01-07Link ESP-SA and IPcomp-SA using GRPSPIS instead of using a self-builttobhe
2020-01-04ping(8): improve "-i wait" parsing and error-checking codecheloha
2019-12-28Refactor child SA cleanup.tobhe
2019-12-27Fix ifconfig WPA key installation with max allowed length SSIDs.Stefan Sperling
2019-12-25timeout(9): new flag: TIMEOUT_SCHEDULED, new statistic: tos_scheduledcheloha
2019-12-24dmesg(8) allocated a bit too much memory due to padding of structAlexander Bluhm
2019-12-23Ralph Dolmans from nlnetlabs points out that libunbound usesFlorian Obser
2019-12-20Try to bind to port 53 before opening the control socket.Florian Obser
2019-12-19The previous fix for creating isakmpd(8) IKE pcap file, weakenedAlexander Bluhm
2019-12-19Spell "mount point" as other man pages do, with a space.Anthony J. Bentley
2019-12-18Workaround unbound github issue #99.Florian Obser
2019-12-18Update to libunbound 1.9.6Florian Obser
2019-12-18Implement unwindctl status memory to show chache memory usage.Florian Obser
2019-12-18Rework unified cache handling to be able to unify key and neg caches.Florian Obser
2019-12-18Use neg and key cache from the passed in environment if initialized so thatFlorian Obser
2019-12-17Use correct size when zeroing out dinode.Todd C. Miller