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