summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-04-22Check for the dispatcher name in the envelope validation function.Eric Faurot
2020-04-21tweak previous;Jason McIntyre
2020-04-21vmd: improve concurrency control in pausepd
2020-04-20Document the suggested interval in man pagejob
2020-04-20Strip the 'in bgpd' in the title of the rpki-client man page.Claudio Jeker
2020-04-18rename the "options" field to "flags" (as suggested by millert): an optionalJason McIntyre
2020-04-18Rewrite the flag-parsing code to be getopt-like. Tight formations likeTheo de Raadt
2020-04-18use correct path for the default cache dir in rpki-client(8). ok claudio@Stuart Henderson
2020-04-18improve whitespaces in usageTheo de Raadt
2020-04-17switch email and result fields in mail-from/rcpt-to event reportsEric Faurot
2020-04-17Document using /etc/ethers to look up ethernet addresses. ok krw@,Darren Tucker
2020-04-17Log skipped jobs in job_add() not job_runqueue().Todd C. Miller
2020-04-16Support looking up ethernet addresses in /etc/ethers at dhcpd startup time.Darren Tucker
2020-04-16Reflow text so that the -[nsq] options are described as an optional [options]Theo de Raadt
2020-04-16Add a mechanism to prevent cron jobs from running concurrently.Todd C. Miller
2020-04-16remove the libcrypto cleanup before exit. Most of the functions areClaudio Jeker
2020-04-16It is unclear why data is memcpy-ed into a char buf[2] that is used asClaudio Jeker
2020-04-16Revert last commit, this file slipped in.Claudio Jeker
2020-04-16Replace deprecated ERR_remove_state(0) with ERR_remove_thread_state(NULL);Claudio Jeker
2020-04-16Make the control socket name depend on the routing domain we are in.Florian Obser
2020-04-15add support for printing RfC 2332 NBMA Next Hop Resolution Protocol (NHRP)remi
2020-04-15Make map functions accept a "struct map *" instead of a "struct bt_var *".Martin Pieuchot
2020-04-15Document filters: one type of predicates checked in kernel.Martin Pieuchot
2020-04-15Crank key size to 256 to avoid conflicts when storing stack traces in maps.Martin Pieuchot
2020-04-15Stop including <machine/param.h> and <machine/vmparam.h>.Martin Pieuchot
2020-04-15Use the new random interval support in cron instead of a random sleep.Todd C. Miller
2020-04-15Add support for random values using the '~' operator.Todd C. Miller
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