summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-12-03Clarify manpageJob Snijders
2021-12-01we do not need 'struct mbuf; struct rtentry;' to satisfy some ancient unixTheo de Raadt
2021-11-29tcpdump: convert print-ipsec to a EVP_CIPHER_CTX on the heap.Theo Buehler
2021-11-29mostly avoid sys/param.h with a local nitems()Theo de Raadt
2021-11-28Stop using MAXBSIZE to eliminate sys/param.h including (which injects aTheo de Raadt
2021-11-28remove sys/param.h includes by stopping use of NODEV, ALIGNED and ALIGN().Theo de Raadt
2021-11-26use the keywords instead of vague english so that it's indexed better byMarc Espie
2021-11-26document annotation interactions with pkg_mklocatedbMarc Espie
2021-11-25forgot the case about find... oopsMarc Espie
2021-11-25Initialize the repo_timeout to timeout / 4 at start of main().Claudio Jeker
2021-11-25Replace MAX_REPO_TIMEOUT with repo_timeout, which is set to 1/4th ofJob Snijders
2021-11-25Check for possible negative diff timeout. Clamp it to 0 in that case.Claudio Jeker
2021-11-24preliminary work: have the compiled_stemlist be case independent.Marc Espie
2021-11-24Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c.Claudio Jeker
2021-11-22acme-client: use BIO_number_written(bio) instead of bio->num_write.Theo Buehler
2021-11-21Add 'ikectl show certinfo' to show trusted CAs and certificates.Tobias Heider
2021-11-21getaddrinfo doesn't resolve numeric hostname in the !AI_NUMERICHOST caseMartijn van Duren
2021-11-21temporarily reallow "empty" flavor parts so that rsync-- works againMarc Espie
2021-11-21smtpd-filters.7 referred to itself internally as just filters(7): fix that,Jason McIntyre
2021-11-20install smtpd-filters.7;Jason McIntyre
2021-11-20Start on DOWN interfacesKlemens Nanni
2021-11-20When cmdfile is specified, use lines from it for all input, not justJoshua Stein
2021-11-19Allow interface names as scope-id in IPv6 link-local addresses.Florian Obser
2021-11-19Fix typoJob Snijders
2021-11-18acme-client: use EVP_PKEY_base_id()Theo Buehler
2021-11-17Clarify BUGS wrt. reserving memory for the hypervisorKlemens Nanni
2021-11-17Provide real output for the "ldomctl console" EXAMPLEKlemens Nanni
2021-11-17forbid non-sensical empty partsMarc Espie
2021-11-16really nail down the flavor part better... write this as an extendedMarc Espie
2021-11-16tweak the packages-specs regexp a bit:Marc Espie
2021-11-15Adjust how the repository count limit works. Instead of failing hard justClaudio Jeker
2021-11-15No need to declare optind, optarg or opterr; unistd.h does this for us.Todd C. Miller
2021-11-15Change printing of maps to use qsort to order the output using a pointerClaudio Jeker
2021-11-12Implement the probe variable. Can be used for example withClaudio Jeker
2021-11-11Move the assignment of http_query down. Also do not assign a non-mallocedClaudio Jeker
2021-11-11Retire switchd and switchctl. While interesting they never managed toClaudio Jeker
2021-11-11Unhook switchd and switchctlClaudio Jeker
2021-11-11switch(4) is being retired, sthen@ already removed the bits in the codeClaudio Jeker
2021-11-10When sending via UDP, syslogd(8) can use iovec with sendmsg(2)Alexander Bluhm
2021-11-10Remove switch(4) pieces, feedback/missing piece millert@ ok claudio@ mlarkin@Stuart Henderson
2021-11-10Give sppp(4) its own RTP_PROPOSAL priorityBjorn Ketelaars
2021-11-10Collaps the AFI specific IP print functions into ip_addr_print() theirClaudio Jeker
2021-11-10Sync the encoding functions for URI with the version of ftp(1)Claudio Jeker
2021-11-10Increase maximum filesize of RPKI objects to 4MBJob Snijders
2021-11-09fix typo (noticed by sthen@)Marc Espie
2021-11-09Limit the number of publication points under a given TAL.Claudio Jeker
2021-11-09Issue a parse error for XML files that include a DOCTYPE section.Claudio Jeker
2021-11-09Implementation of HTTP Keep-Alive sessions introduced a regression forClaudio Jeker
2021-11-08Rename/move site(8) into install.site(5)Klemens Nanni
2021-11-08add extra support to pass REVISION, EPOCH, FLAVOR_LIST from the portsMarc Espie