summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-04-12If all addresses are numeric no use for dns probe; ok florian@ sthen@Otto Moerbeek
2020-04-11Avoid using libc SHA256File(), just perform the operation inline toTheo de Raadt
2020-04-11To help -portable, use a strrchr instead of basename, since we know whatTheo de Raadt
2020-04-11remove a __unused attribute, it's obvious and complicates things.Sebastian Benoit
2020-04-11Zap double definition of conf and make ibuf_dns static to avoid doubleOtto Moerbeek
2020-04-10When failing to validate a peer TLS certificate in the MTA due to theBob Beck
2020-04-09No need to check for NULL before free().Kenneth R Westerback
2020-04-08vmm(4): add IOCTL handler to sets the access protections of the eptpd
2020-04-08bump smtpd versionEric Faurot
2020-04-06dhcpd could reference freed memory after releasing a lease withKenneth R Westerback
2020-04-05Handle connected routes as ospfd(8) does.denis
2020-04-05"Protocol" keyword no longer used; from martin vahlensieckJason McIntyre
2020-04-02Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possibleClaudio Jeker
2020-04-01Split the mft file and hash check from the mft parsing. This makes it easierClaudio Jeker
2020-04-01Better warning message. Show the filename of the CRL instead of the constantClaudio Jeker
2020-04-01Put the interface down if the kernel fails to enable pipex.Martin Pieuchot
2020-03-31Missing semi-colons.Antoine Jacoutot
2020-03-30Use defines instead of raw numbers for intervals specified by RFCFlorian Obser
2020-03-30Delay failure in mft parsing until all elements of FileAndHash have beenClaudio Jeker
2020-03-30Check the hash and with it the presence of a file referenced in a MFT earlyClaudio Jeker
2020-03-29Change space to tabdenis
2020-03-29Rework of rde_asext_get()/rde_asext_put().denis
2020-03-27btrace(8): simplify builtin_nsecs(); ok mpi@cheloha
2020-03-27Use the correct math to calculate how many bytes are needed for b64_pton().Claudio Jeker
2020-03-27Skip first line if it starts with '#!'Martin Pieuchot
2020-03-26Add support for "alpha" suffixes in package versionsJeremie Courreges-Anglas
2020-03-23Map are printed by default now, document that option "-c" is needed :)Martin Pieuchot
2020-03-23Some architectures require <machine/param.h> to use VM_MIN_KERNEL_ADDRESS.Martin Pieuchot
2020-03-23Document some functions.Martin Pieuchot
2020-03-23Print maps when exiting unless an END rule has been defined.Martin Pieuchot
2020-03-23Spell "status" correctly.Patrick Wildt
2020-03-22Add 'ikectl show sa' command to print information about the state oftobhe
2020-03-20remove unbound files that aren't really useful here, pointed out by florian@Stuart Henderson
2020-03-20Document exit, zero and delete functionskn
2020-03-20Reshuffle code more to separate out the output functions into output.c.Claudio Jeker
2020-03-19merge update to Unbound 1.10.0Stuart Henderson
2020-03-19import Unbound 1.10.0, ok tb@Stuart Henderson
2020-03-19Use bv_name() in debug output and include the hash of a map.Martin Pieuchot
2020-03-19Add support for unnamed map.Martin Pieuchot
2020-03-19When looking at which data should be recorded by the kernel include theMartin Pieuchot
2020-03-18Add 'ikectl reset id <ID>' command to reset all SAs from policies withtobhe
2020-03-18time() takes a strftime(3) format stringkn
2020-03-18use CRLF line-ending during the SMTP dialog in the local enqueuerEric Faurot
2020-03-18Whitelist 'map' type in order to use them in real (non BEGIN/END) rules.Martin Pieuchot
2020-03-17Print IO device names next to path with "list-io"kn
2020-03-17Exit when m_get_string() returns NULL to prevent nullptr dereference intobhe
2020-03-16Initialize session.rcptto to NULL before parsing command line optinos.Todd C. Miller
2020-03-16fix cast in isdigit() calls.Sebastian Benoit
2020-03-16The assumption that in roa tables a prefix / source-as combo only appearsClaudio Jeker
2020-03-16Fix affectation that should be conditionnal tests inside asserts.Martin Pieuchot