summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-01-17Remove erreneous and leftover slash that was part of the regex beforePatrick Wildt
2018-01-17Process redirection messages from http.Marc Espie
2018-01-16Use the monotonic clock to compute the session duration.cheloha
2018-01-16Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsipMartin Pieuchot
2018-01-16VMD: vioscsi - add support for REPORT_LUNS opcodeccardenas
2018-01-15fix parsing of RDATA for TXT recordsEric Faurot
2018-01-15VMD: vioscsi refactorccardenas
2018-01-13Add descriptions for HAVE_B64_NTOP and HAVE_B64_PTON so autoheaderTodd C. Miller
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2018-01-11Install the intel firmware package which contains microcode updatesPatrick Wildt
2018-01-11Create a second hash that maps all possible drivers to a default regexPatrick Wildt
2018-01-11fix parsing of long TXT records, this prevents 'smtpctl spf walk' fromGilles Chehade
2018-01-10Don't require "disk" or "kernel", also allow just "cdrom" instead, a VM canStuart Henderson
2018-01-08Fix typo in comment; ok mpi@anton
2018-01-08Enable TIOCUCNTL to be able to set ns8250's break detected condition.Martin Pieuchot
2018-01-08Mark up command strings with Cm, and variables with Va.Anthony J. Bentley
2018-01-06tweak previous;Jason McIntyre
2018-01-06Import gilles@'s standalone spfwalk utility into smtpctl(8) asSunil Nimmagadda
2018-01-06Move unpack functions into a seperate file.Sunil Nimmagadda
2018-01-05@libset is going to be part of the dependency information.Marc Espie
2018-01-05Use log_warnx() in places where errno is irrelevant.Jeremie Courreges-Anglas
2018-01-05Remove useless <sys/socketvar.h> includes.Martin Pieuchot
2018-01-04from paul de weerd: provide a more helpful Xr to ocspcheck, and noteJason McIntyre
2018-01-04Address TOCTOU issue with checking to ensure disks are regular files.ccardenas
2018-01-03Add support for IPv6 over MPLS pseudowire aka mpw(4)denis
2018-01-03Use crypt_checkpass(3) instead of crypt(3).Sunil Nimmagadda
2018-01-03pretty up the "start" command;Jason McIntyre
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas
2018-01-02we haven't updated the version in a while despite many commits which isGilles Chehade
2018-01-02Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.Philip Guenther
2018-01-01RSA_private_{en,de}crypt() can fail and will return -1 in that case.Claudio Jeker
2018-01-01placeholder for new keyword that doesn't do anything yet, so that when itMarc Espie
2017-12-30get_date(), from getdate.y, was last used in the sparc support, so zap itPhilip Guenther
2017-12-29Prevent syspatch from running and throw an error out if reorder_kernel isAntoine Jacoutot
2017-12-27log specific error when connect() fails.Sebastian Benoit
2017-12-23As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha
2017-12-23the trick to get signal names requires skipping over POSIX stuff we don'tMarc Espie
2017-12-21typo;Jason McIntyre
2017-12-21Close the right file descriptor and clean up the tls context in aldap_close().Jonathan Matthew
2017-12-18always initialize the hce_launch_checks event timer.Sebastian Benoit
2017-12-18Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha
2017-12-14set Location header for 307 and 308 status codesSebastian Benoit
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
2017-12-07Now that we have RB_NFIND, the canacar's trick with RB_INSERT+RB_NEXTVadim Zhukov
2017-12-07client_addr_init() never fails and its return value is never checked,Vadim Zhukov
2017-12-07Fix a potential fd leak in client_aldap_open().Vadim Zhukov
2017-12-06Make vmd respect owner when starting non-disabled vms.Aaron Bieber
2017-12-02switching to _pbuild is tricky, you can't take it back.Marc Espie
2017-12-01Avoid using an uninitialized variable.Visa Hankala
2017-11-30When performing vmctl reload and a previously configured vm is running,ccardenas