summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2020-03-10Relookup policy based on received cryptographic parameter proposal.tobhe
2020-03-10Make sure 'pooladdr' is zero initialized.tobhe
2020-03-10Fix memory leak of 'cr' if allocation of 'cr->data' fails.tobhe
2020-03-10Make sure ikev2_next_payload() is only called when there is a previoustobhe
2020-03-10Return when SA lookup fails in ikev2_init_recv().tobhe
2020-03-10Delete dead code in ikev2_msg_valid_ike_sa().tobhe
2020-03-10Make sure 'e' is NULL initialized to prevent nullptr dereference intobhe
2020-03-09Use TAILQ_FOREACH_SAFE instead of hand rolled loops.tobhe
2020-03-03Teach wsconsctl about rkdrm(4).Mark Kettenis
2020-03-01When the proposals are first matched the responder doestobhe
2020-02-27Do not set A_JOIN unconditionally. Otherwise join "" takes effect evenStefan Sperling
2020-02-24fix column alignment of 'ifconfig joinlist'; padding had an extra " "Stefan Sperling
2020-02-24Don't needlessly cap SSID width in 'ifconfig joinlist' (matters with hex SSIDs).Stefan Sperling
2020-02-24Clarify that nwid/join SSIDs must be printable ASCII if they're not hex.Stefan Sperling
2020-02-21Add transport mode for child SAs. This is useful for GRE over IPsec andtobhe
2020-02-18Add IPv6 support to umb(4).Gerhard Roth
2020-02-17Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so willOtto Moerbeek
2020-02-17Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so willOtto Moerbeek
2020-02-16Quote variables in pf tag stringskn
2020-02-14Switch from EVP_SignInit_ex() to the newer EVP_DigestSignInit()tobhe
2020-02-13Constify "buf" argument in print_hex and print_hexval.tobhe
2020-02-11Simplify and unify wording for the -I sourceaddr option in various places.Theo de Raadt
2020-02-11Initialize rejecttype to appease static analyzersJeremie Courreges-Anglas
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2020-02-08minor formatting tweak: remove incorrect .Ar and garbage collect .TnIngo Schwarze
2020-02-08ncheck was in v6Jonathan Gray
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