summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-03-23Use time_t for intermediate lease time values when calculating humanFlorian Obser
2021-03-23Timed out RSA key ops, may leave uncalled for responses in the imsg returnClaudio Jeker
2021-03-22Properly reflect stopping statekn
2021-03-21Use new terminology of RFC 8981 and (mechanically) replace "privacy"Florian Obser
2021-03-21add -n to SYNOPSIS;Jason McIntyre
2021-03-21Add -n (no action) mode, which just parses the program and exits.Jonathan Matthew
2021-03-19Add an -V option to show the version of rpki-client. For the base versionClaudio Jeker
2021-03-19Delay chdir to the cache directory to after parsing the tal files.Claudio Jeker
2021-03-19Remove booting from kernels in raw/qcow2 imageskn
2021-03-18Do not include ':' in the port number.Theo Buehler
2021-03-18Fail in rsync_base_uri() if the strdup calls fail. Do not bubble thisClaudio Jeker
2021-03-18Avoid NULL access in http_parse_uri()Theo Buehler
2021-03-18Do not assign the return value from asprintf (int) to a size_t and thenClaudio Jeker
2021-03-18Initialize rsyncpid and httppid in the noop case. It seem gcc is not ableClaudio Jeker
2021-03-18Since the entity queues are per repo there is no need to store the repo idClaudio Jeker
2021-03-18Remove duplicate prototype.Alexander Bluhm
2021-03-18The ntpd client code corrects both T1 and T4 with the current offsetAlexander Bluhm
2021-03-16Do not delete control socket upon exitkn
2021-03-16A socket buffer is not the best size to read from a disk.Otto Moerbeek
2021-03-15tweaks to system version handling:Marc Espie
2021-03-15Allocate the repo structs individually linked by a SLIST instead of usingClaudio Jeker
2021-03-12merge unbound-1.13.1Stuart Henderson
2021-03-12update to unbound-1.13.1, tested by gnezdo@Stuart Henderson
2021-03-11Use unveil(2)kn
2021-03-11Revert rev 1.116Claudio Jeker
2021-03-11There is no need to revisit a file in the repo, so if the RB_INSERT failsClaudio Jeker
2021-03-11There is no need for a global enity queue, instead use per repo queues.Claudio Jeker
2021-03-10Build install media with -fno-asynchronous-unwind-tables to furtherJonathan Gray
2021-03-10do not request client certificate unless requiredEric Faurot
2021-03-10Expand the maximum length for CHAP challenge to 96 octets. npppdYASUOKA Masahiko
2021-03-10Fix "phone number" spelling.Patrick Wildt
2021-03-10When adding files from the manifest only the .crl need to be first, afterClaudio Jeker
2021-03-09Fix some old phrasing on how to set up a trap handler which aren't correctMartijn van Duren
2021-03-09Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)Alexander Bluhm
2021-03-08When introducing prefix_eligible() I botched up one if statement.Claudio Jeker
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2021-03-07use the mx hostname for sni on outgoing connection, not the reverseEric Faurot
2021-03-05Avoid print for NULL pointerjan
2021-03-05Factor out the URI check we do in various places into valid_uri().Claudio Jeker
2021-03-05Factor out the SHA256 hash checks into valid_filehash() so that it canClaudio Jeker
2021-03-05add missing PCI classesjan
2021-03-05Start porting smtpd to libtls.Eric Faurot
2021-03-05Remove space at end of lineClaudio Jeker
2021-03-05Fix some heap over-read in logging in PPTP protocol handler.YASUOKA Masahiko
2021-03-04Add two error checks for strdup for consistency.Theo Buehler
2021-03-04typo in commentTheo Buehler
2021-03-04Last commit was done from a non-clean tree. Revert one line that brokeClaudio Jeker
2021-03-04Unify the out of memory errors here as well.Claudio Jeker
2021-03-04Use the same way to error out in out of memory situation.Claudio Jeker
2021-03-04an -> andTheo Buehler