summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-09-30Instead of using the kind of hidden b64_pton() from libc resolv.h switchClaudio Jeker
2020-09-29Sync with libagentxMartijn van Duren
2020-09-28Set hw.perfpolicy to "manual" and hw.setperf to max when handling -HJeremie Courreges-Anglas
2020-09-28Fix segfault in pstat -vTheo Buehler
2020-09-24Always ask the kernel about current hw.perfpolicyJeremie Courreges-Anglas
2020-09-23Revert agentx support for now, we're too close to release.Martijn van Duren
2020-09-23Revert agentx support for now, we're too close to release.Martijn van Duren
2020-09-23Add support for agentx to smtpd.Martijn van Duren
2020-09-23Add support for agentx to vmd.Martijn van Duren
2020-09-23Zap code remnants of the "cool running mode" (removed in 2014)Jeremie Courreges-Anglas
2020-09-22Allow handling long lines in an aliases table.Martijn van Duren
2020-09-21Fix memory leak in "iov".tobhe
2020-09-19Add a bsd.schema including a shadowPassword and an sshPublicKeyTheo Buehler
2020-09-18fix typo in comment and trailing whitespaceJasper Lievisse Adriaanse
2020-09-18various fixes; ok mpiJason McIntyre
2020-09-17document min/max/sum functionJasper Lievisse Adriaanse
2020-09-16Stop removing the control socket on exit and tighten the unveil evenremi
2020-09-16Add the admd keyword. This can be used by filters interested in theMartijn van Duren
2020-09-16close all fds > STDERR_FILENO before executing the pipe program.Martijn van Duren
2020-09-15Align man page with realityjob
2020-09-15Experienced a situation where (older code) rpki-client+openrsyncd got "stuck"Theo de Raadt
2020-09-15consistently format/word the function documentationJasper Lievisse Adriaanse
2020-09-15s/sizeof(ipaddress)/sizeof(*ipaddress)/gMartijn van Duren
2020-09-15Fix a dead store and a wrong-level NULL-check.Martijn van Duren
2020-09-14Established TCP and TLS sockets of syslogd did stay open foreverAlexander Bluhm
2020-09-14Briefly document default boot disk behaviourkn
2020-09-14add support for '&' and '|' operators in btrace scriptsJasper Lievisse Adriaanse
2020-09-14Fix handling of user names containing '@' symbols.Todd C. Miller
2020-09-14Typofixkn
2020-09-14We need to be able to provide contact information to use theFlorian Obser
2020-09-14Relax parsing of pem files a bit. Apparently there are CAs that useFlorian Obser
2020-09-14Report what's wrong when account creation fails instead of a genericFlorian Obser
2020-09-14Document "pki" option for relay delivery too; from Nick GassonTodd C. Miller
2020-09-14Rewrite the agentx code of relayd. This new framework should allow usMartijn van Duren
2020-09-14All buffers are in rw-memory, but lookup_record has it defined asMartijn van Duren
2020-09-14Make "spf walk" report if an spf-record has macro's and can't be resolved.Martijn van Duren
2020-09-14Document the fact that the maximum size of a font is currently 512 KiB.Frederic Cambus
2020-09-14Let slaacd handle all rdomains in a single daemon.Florian Obser
2020-09-12link btrace(8) to the buildSebastien Marie
2020-09-12Include openssl/x509.h in extern.h since it uses a few of the typedefs fromClaudio Jeker
2020-09-12Remove last two arguments from repo_lookup() since they are unused.Claudio Jeker
2020-09-12Move the proc_rsync and with that the rsync processing into rsync.cClaudio Jeker
2020-09-12Delete unused strdup().tobhe
2020-09-12Change the noop (-n) behaviour. When no network fetch is done thereClaudio Jeker
2020-09-12Use the original requested URI for REQUEST_URI.YASUOKA Masahiko
2020-09-11Support '-p' a flag to filter all actions by PID.Martin Pieuchot
2020-09-11If we get messages but they are not ntp replies (e.g. caused byOtto Moerbeek
2020-09-10Move the tcp/udp keyword before <address>. This allows for easier addingMartijn van Duren
2020-09-10Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messagesJonathan Matthew
2020-09-08Fix PCI config space union such that the register state is properlyMark Kettenis