summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-11-30Pass a FILE pointer to ometric_output_all() and use fprintf() instead ofClaudio Jeker
2022-11-30Remove unused includesJob Snijders
2022-11-30Remove unused includesJob Snijders
2022-11-30Remove unused includeJob Snijders
2022-11-30Remove unused sys/socket.h includeJob Snijders
2022-11-30Remove unused ctype.h includeJob Snijders
2022-11-29Only include stdarg.h, if we call any of va_{start,end}()Job Snijders
2022-11-29Only include assert.h if we call assert()Job Snijders
2022-11-29Update valid_x509 comment to reality. crl is no longer optional.Claudio Jeker
2022-11-29Return an error string instead of surpressing the warning in valid_x509.Claudio Jeker
2022-11-28Document struct nd_ifinfo protection, remove obsolete .initialized memberKlemens Nanni
2022-11-28Fix indentTheo Buehler
2022-11-28vmd(8): zero consdev in bootargs to fix booting ramdisksDave Voutila
2022-11-28Reshuffle case a little bit. No functional change.Claudio Jeker
2022-11-28Use ssize_t instead of int as requested on reviewTheo Buehler
2022-11-27BIO_puts return values can be ambiguous, improve the checkJob Snijders
2022-11-27delete duplicate OpenBSD CVS keyword lineIngo Schwarze
2022-11-27Once we are synced, we can validate the certificate in the standard way.Otto Moerbeek
2022-11-26Missing return value check for BIO_new()Theo Buehler
2022-11-26Make error messages about 'inherit' elements in End-Entity certs consistentJob Snijders
2022-11-26Disallow 'inherit' elements in geofeed authenticatorsJob Snijders
2022-11-26Fix warning messageJob Snijders
2022-11-26Two small tweaks to the geofeed codeTheo Buehler
2022-11-26Split eContent extration into a small helperTheo Buehler
2022-11-26Add support for authenticating geofeed data CSV files in filemodeJob Snijders
2022-11-22Add missing parantheses around if blockKlemens Nanni
2022-11-22Copy apple-boot firmware to EFI system partition. This enables automaticTobias Heider
2022-11-18Move skiplist to main and merge with shortlist.Theo Buehler
2022-11-18zap errant space in usage();Jason McIntyre
2022-11-18Add plumbing for ASPA support. This implements the parser and part of theClaudio Jeker
2022-11-17Schedule cleanup of '-r' now useless getopt optionJob Snijders
2022-11-17Add shortlist functionality, a compagnion to the skiplistJob Snijders
2022-11-17Add apple-boot firmware for Apple arm64 machines in fw_update(8) patterns.Tobias Heider
2022-11-16Align output to a more tabular viewJob Snijders
2022-11-14merge conflictsStuart Henderson
2022-11-14import NSD 4.6.1, ok florian@, thanks aoyama@ for checking autoconf C99 bitsStuart Henderson
2022-11-14Check for offline chunks first, then check for keydisksKlemens Nanni
2022-11-12Add support for string comparison in filters.Martin Pieuchot
2022-11-11Add support for storing builtins arguments into local variables.Martin Pieuchot
2022-11-11Add support for multiple statements in if () blocks.Martin Pieuchot
2022-11-11Revert removal of toggling interrupt line in vmd vcpu run loop.Dave Voutila
2022-11-11typoMartin Pieuchot
2022-11-10vmd(8): remove toggling interrupt line on vcpu in vcpu run loopDave Voutila
2022-11-10Initialize data before passing it to get_input_data. StrictlyMoritz Buhl
2022-11-10Indicate compliance with work-in-progress spec for ROA objectsJob Snijders
2022-11-10vmd(8): import mmio decode and emulation, disabled for now.Dave Voutila
2022-11-10A theoretical path exists where ext.data1 is not initialized byMoritz Buhl
2022-11-10change default output to -a format; ok tbTheo de Raadt
2022-11-10In case RSA_meth_new fails, errstr would be passed to fatalx withoutMoritz Buhl
2022-11-10always call va_end.Moritz Buhl