Age | Commit message (Expand) | Author |
2021-12-19 | log_warn -> log_warnx since the warning printed uses tls_error() | Claudio Jeker |
2021-12-15 | include unistd.h directly rather than pulling it in via zlib's zconf.h | Theo Buehler |
2021-12-15 | ldapd always uses O_CREAT when reopening database files, so the database | Jonathan Matthew |
2021-12-15 | PATH_MAX+1 rarely makes sense, and abort if this happens in the imsg. | Theo de Raadt |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2021-12-13 | Let dnsproc pass multiple addresses to netproc | Jeremie Courreges-Anglas |
2021-12-08 | relayd/ssl.c: Remove a workaround that uses a copy of the old | Theo Buehler |
2021-12-08 | zap a stray space | Theo Buehler |
2021-12-07 | Delete the last emulation callbacks: we're Just ELF, so declare | Philip Guenther |
2021-12-07 | Use one common function to build the base directory path for repositories. | Claudio Jeker |
2021-12-05 | fix use after free | Jonathan Gray |
2021-12-05 | fix unintended sizeof pointer | Jonathan Gray |
2021-12-04 | list backup files created by adduser; from leon fischer | Jason McIntyre |
2021-12-04 | Do not setup pipes between SERVER processes, they don't talk to each | Florian Obser |
2021-12-03 | Apply the same MAX_IP_SIZE limit to ROA files as it is done on certificates. | Claudio Jeker |
2021-12-03 | Clarify manpage | Job Snijders |
2021-12-01 | we do not need 'struct mbuf; struct rtentry;' to satisfy some ancient unix | Theo de Raadt |
2021-11-29 | tcpdump: convert print-ipsec to a EVP_CIPHER_CTX on the heap. | Theo Buehler |
2021-11-29 | mostly avoid sys/param.h with a local nitems() | Theo de Raadt |
2021-11-28 | Stop using MAXBSIZE to eliminate sys/param.h including (which injects a | Theo de Raadt |
2021-11-28 | remove sys/param.h includes by stopping use of NODEV, ALIGNED and ALIGN(). | Theo de Raadt |
2021-11-26 | use the keywords instead of vague english so that it's indexed better by | Marc Espie |
2021-11-26 | document annotation interactions with pkg_mklocatedb | Marc Espie |
2021-11-25 | forgot the case about find... oops | Marc Espie |
2021-11-25 | Initialize the repo_timeout to timeout / 4 at start of main(). | Claudio Jeker |
2021-11-25 | Replace MAX_REPO_TIMEOUT with repo_timeout, which is set to 1/4th of | Job Snijders |
2021-11-25 | Check for possible negative diff timeout. Clamp it to 0 in that case. | Claudio Jeker |
2021-11-24 | preliminary work: have the compiled_stemlist be case independent. | Marc Espie |
2021-11-24 | Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c. | Claudio Jeker |
2021-11-22 | acme-client: use BIO_number_written(bio) instead of bio->num_write. | Theo Buehler |
2021-11-21 | Add 'ikectl show certinfo' to show trusted CAs and certificates. | Tobias Heider |
2021-11-21 | getaddrinfo doesn't resolve numeric hostname in the !AI_NUMERICHOST case | Martijn van Duren |
2021-11-21 | temporarily reallow "empty" flavor parts so that rsync-- works again | Marc Espie |
2021-11-21 | smtpd-filters.7 referred to itself internally as just filters(7): fix that, | Jason McIntyre |
2021-11-20 | install smtpd-filters.7; | Jason McIntyre |
2021-11-20 | Start on DOWN interfaces | Klemens Nanni |
2021-11-20 | When cmdfile is specified, use lines from it for all input, not just | Joshua Stein |
2021-11-19 | Allow interface names as scope-id in IPv6 link-local addresses. | Florian Obser |
2021-11-19 | Fix typo | Job Snijders |
2021-11-18 | acme-client: use EVP_PKEY_base_id() | Theo Buehler |
2021-11-17 | Clarify BUGS wrt. reserving memory for the hypervisor | Klemens Nanni |
2021-11-17 | Provide real output for the "ldomctl console" EXAMPLE | Klemens Nanni |
2021-11-17 | forbid non-sensical empty parts | Marc Espie |
2021-11-16 | really nail down the flavor part better... write this as an extended | Marc Espie |
2021-11-16 | tweak the packages-specs regexp a bit: | Marc Espie |
2021-11-15 | Adjust how the repository count limit works. Instead of failing hard just | Claudio Jeker |
2021-11-15 | No need to declare optind, optarg or opterr; unistd.h does this for us. | Todd C. Miller |
2021-11-15 | Change printing of maps to use qsort to order the output using a pointer | Claudio Jeker |
2021-11-12 | Implement the probe variable. Can be used for example with | Claudio Jeker |