Age | Commit message (Expand) | Author |
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 |
2021-11-11 | Move the assignment of http_query down. Also do not assign a non-malloced | Claudio Jeker |
2021-11-11 | Retire switchd and switchctl. While interesting they never managed to | Claudio Jeker |
2021-11-11 | Unhook switchd and switchctl | Claudio Jeker |
2021-11-11 | switch(4) is being retired, sthen@ already removed the bits in the code | Claudio Jeker |
2021-11-10 | When sending via UDP, syslogd(8) can use iovec with sendmsg(2) | Alexander Bluhm |
2021-11-10 | Remove switch(4) pieces, feedback/missing piece millert@ ok claudio@ mlarkin@ | Stuart Henderson |
2021-11-10 | Give sppp(4) its own RTP_PROPOSAL priority | Bjorn Ketelaars |
2021-11-10 | Collaps the AFI specific IP print functions into ip_addr_print() their | Claudio Jeker |
2021-11-10 | Sync the encoding functions for URI with the version of ftp(1) | Claudio Jeker |
2021-11-10 | Increase maximum filesize of RPKI objects to 4MB | Job Snijders |
2021-11-09 | fix typo (noticed by sthen@) | Marc Espie |
2021-11-09 | Limit the number of publication points under a given TAL. | Claudio Jeker |
2021-11-09 | Issue a parse error for XML files that include a DOCTYPE section. | Claudio Jeker |
2021-11-09 | Implementation of HTTP Keep-Alive sessions introduced a regression for | Claudio Jeker |
2021-11-08 | Rename/move site(8) into install.site(5) | Klemens Nanni |
2021-11-08 | add extra support to pass REVISION, EPOCH, FLAVOR_LIST from the ports | Marc Espie |
2021-11-07 | bump version, ok claudio@ | Sebastian Benoit |
2021-11-06 | Add site(8), OpenBSD installation and upgrade customization | Klemens Nanni |
2021-11-05 | Perform stricter checking on the version string (which RFC 7230 says | Sebastian Benoit |
2021-11-05 | Show the attribute name like in the other non conforming attribute errors | Claudio Jeker |
2021-11-05 | Simplify how IP addresses and AS numbers are passed between processes. | Claudio Jeker |
2021-11-05 | Fix bootorder string for disk | Jan Klemkow |
2021-11-04 | Cleanup some old XXX needed comments. cert_parse() returns a referenced | Claudio Jeker |
2021-11-04 | On errors related to the pipes to the childs don't error out right away. | Claudio Jeker |
2021-11-04 | Fix broken "boot device cdrom" feature after a fix in seabios. | Jan Klemkow |
2021-11-04 | Instead of creating a struct repo for each unique caRepository URI | Claudio Jeker |
2021-11-04 | Move and promote getmonotime() to an internal API function. | Claudio Jeker |
2021-11-04 | Use the same spacing for all defines. | Claudio Jeker |
2021-11-04 | Instead of passing tal descriptions around just pass a tal id and | Claudio Jeker |
2021-11-03 | log the interface along with the neighbour ID in various ospfd/ospf6d | Stuart Henderson |
2021-11-03 | adjust for perfpolicy being auto by default; ok deraadt | Jason McIntyre |
2021-11-03 | When handling CRLF and nulling out the optional CR, point nl at the | Theo Buehler |
2021-11-03 | Limit the number of rsync processes being spawned by stopping to accept | Claudio Jeker |
2021-11-03 | use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio | Theo de Raadt |
2021-11-03 | Print the name of the non conforming attribute in the XML parse error. | Claudio Jeker |
2021-11-03 | For chunked encoding on switch to STATE_RESPONSE_CHUNKED_TRAILER when | Claudio Jeker |
2021-11-03 | Move the MAX_CERT_DEPTH to extern.h and adjust the comments of all limits | Claudio Jeker |
2021-11-03 | In proc_parser_roa() adjust the expiry calculation to walk all of | Claudio Jeker |
2021-11-02 | Add standard EXIT STATUS | Klemens Nanni |
2021-11-02 | Only add CA certificates to the auth tree, skip BGPsec certificates. | Claudio Jeker |
2021-11-01 | Further simplify cert and auth handling. Move common code into auth_insert | Claudio Jeker |
2021-11-01 | Cleanup struct auth a bit. The tal description is also stored in the cert | Claudio Jeker |
2021-10-31 | Further improve load_file(). Always set an errno on errors and make sure | Claudio Jeker |
2021-10-31 | When converting the TAL parser to use load_file and pass the file via | Claudio Jeker |
2021-10-30 | document (hopefully) near future directions | Marc Espie |
2021-10-29 | rpki-client 7.4 is imminent, bump version | Claudio Jeker |