summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust HTTP client code a bit. Add support for 304 Not Modified responses,claudio2021-03-253-30/+39
* Adjust base64_decode() to just take a base64 string as input instead ofclaudio2021-03-251-11/+8
* Responses to HEAD requests must not have a message body (even though they havebenno2021-03-243-14/+99
* Use time_t for intermediate lease time values when calculating humanflorian2021-03-231-7/+17
* Timed out RSA key ops, may leave uncalled for responses in the imsg returnclaudio2021-03-232-6/+24
* Properly reflect stopping statekn2021-03-221-4/+4
* Use new terminology of RFC 8981 and (mechanically) replace "privacy"florian2021-03-211-4/+5
* add -n to SYNOPSIS;jmc2021-03-211-2/+2
* Add -n (no action) mode, which just parses the program and exits.jmatthew2021-03-212-6/+15
* Add an -V option to show the version of rpki-client. For the base versionclaudio2021-03-193-7/+12
* Delay chdir to the cache directory to after parsing the tal files.claudio2021-03-191-5/+13
* Remove booting from kernels in raw/qcow2 imageskn2021-03-1910-1435/+26
* Do not include ':' in the port number.tb2021-03-181-2/+2
* Fail in rsync_base_uri() if the strdup calls fail. Do not bubble thisclaudio2021-03-181-3/+8
* Avoid NULL access in http_parse_uri()tb2021-03-181-3/+6
* Do not assign the return value from asprintf (int) to a size_t and thenclaudio2021-03-181-3/+6
* Initialize rsyncpid and httppid in the noop case. It seem gcc is not ableclaudio2021-03-181-3/+7
* Since the entity queues are per repo there is no need to store the repo idclaudio2021-03-181-2/+1
* Remove duplicate prototype.bluhm2021-03-181-2/+1
* The ntpd client code corrects both T1 and T4 with the current offsetbluhm2021-03-181-5/+6
* Do not delete control socket upon exitkn2021-03-161-14/+1
* A socket buffer is not the best size to read from a disk.otto2021-03-161-6/+9
* tweaks to system version handling:espie2021-03-151-5/+6
* Allocate the repo structs individually linked by a SLIST instead of usingclaudio2021-03-151-85/+90
* merge unbound-1.13.1sthen2021-03-1257-5380/+8023
* update to unbound-1.13.1, tested by gnezdo@sthen2021-03-1213-28/+99
* Use unveil(2)kn2021-03-111-1/+6
* Revert rev 1.116claudio2021-03-111-37/+43
* There is no need to revisit a file in the repo, so if the RB_INSERT failsclaudio2021-03-111-4/+10
* There is no need for a global enity queue, instead use per repo queues.claudio2021-03-111-43/+37
* Build install media with -fno-asynchronous-unwind-tables to furtherjsg2021-03-101-1/+2
* do not request client certificate unless requirederic2021-03-101-3/+1
* Expand the maximum length for CHAP challenge to 96 octets. npppdyasuoka2021-03-101-2/+2
* Fix "phone number" spelling.patrick2021-03-101-3/+3
* When adding files from the manifest only the .crl need to be first, afterclaudio2021-03-101-34/+12
* Fix some old phrasing on how to set up a trap handler which aren't correctmartijn2021-03-091-7/+18
* Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)bluhm2021-03-091-1/+5
* When introducing prefix_eligible() I botched up one if statement.claudio2021-03-081-3/+6
* Add some references, most of these were removed when we stopped buildingjsg2021-03-083-10/+19
* use the mx hostname for sni on outgoing connection, not the reverseeric2021-03-071-2/+2
* Avoid print for NULL pointerjan2021-03-051-5/+4
* Factor out the URI check we do in various places into valid_uri().claudio2021-03-054-58/+50
* Factor out the SHA256 hash checks into valid_filehash() so that it canclaudio2021-03-053-46/+50
* add missing PCI classesjan2021-03-051-1/+8
* Start porting smtpd to libtls.eric2021-03-0523-577/+549
* Remove space at end of lineclaudio2021-03-051-2/+2
* Fix some heap over-read in logging in PPTP protocol handler.yasuoka2021-03-052-18/+17
* Add two error checks for strdup for consistency.tb2021-03-042-6/+8
* typo in commenttb2021-03-041-2/+2
* Last commit was done from a non-clean tree. Revert one line that brokeclaudio2021-03-041-2/+2