| Commit message (Expand) | Author | Files | Lines |
2021-04-03 | unused variable |  djm | 1 | -2/+2 |
2021-04-03 | Fix two problems in string->argv conversion: 1) multiple backslashes |  djm | 1 | -7/+4 |
2021-04-02 | Remove superflouus mmcpy() |  dv | 1 | -2/+1 |
2021-04-02 | In http_connect() if the connect was actually successful break out of the |  claudio | 1 | -6/+17 |
2021-04-02 | info gotten via getnameinfo in http_connect() is not used anymore, it is |  deraadt | 1 | -7/+1 |
2021-04-02 | Two cases of BRE involving counts and backrefs that go wrong and |  otto | 1 | -1/+16 |
2021-04-02 | Include the default cert.pem file path in tls_load_file error message. |  claudio | 1 | -2/+2 |
2021-04-02 | Show DTLS1.2 message with openssl(1) s_server and s_client |  inoguchi | 1 | -2/+6 |
2021-04-02 | Don't leak the uri of a delta with duplicate serial. |  tb | 1 | -1/+3 |
2021-04-02 | swap rname and mname in debug output, and handle the USE_CD flag |  eric | 1 | -3/+4 |
2021-04-02 | configyyrename.h is no longer needed with the switch to flex -P c_. |  florian | 1 | -124/+0 |
2021-04-02 | Implement ZONEMD (RFC8976), based on DS (ds_43.c) |  florian | 3 | -2/+124 |
2021-04-02 | if cipher list is not specified for a relay action, use the global |  eric | 1 | -3/+6 |
2021-04-02 | fix sentence structure; |  jmc | 1 | -3/+3 |
2021-04-02 | tweak previous; |  jmc | 1 | -3/+4 |
2021-04-02 | fix typo + some whitespace |  tb | 1 | -5/+5 |
2021-04-02 | Fix Dale's email address |  tb | 4 | -8/+8 |
2021-04-02 | sync |  deraadt | 6 | -21/+21 |
2021-04-02 | don't put ptys onto the ramdisk media |  deraadt | 6 | -14/+7 |
2021-04-02 | Indent struct members like everywhere else. |  tb | 1 | -6/+6 |
2021-04-02 | Document ioctl(2)'s for vmm(4). OK kn@. |  dv | 1 | -2/+43 |
2021-04-01 | Update manpage about RRDP |  job | 1 | -4/+10 |
2021-04-01 | update currency exchange rates; |  jmc | 1 | -39/+39 |
2021-04-01 | sort options list; |  jmc | 1 | -6/+6 |
2021-04-01 | spelling |  deraadt | 1 | -2/+2 |
2021-04-01 | Sort usage: rR -> Rr |  tb | 1 | -2/+2 |
2021-04-01 | RRDP is currently off by default. |  claudio | 1 | -1/+2 |
2021-04-01 | Tweak log_debug() verbiage to reduce repetitive info |  krw | 1 | -21/+44 |
2021-04-01 | Initial commit of RRDP (The RPKI Repository Delta Protocol - RFC8182) support |  claudio | 10 | -450/+3252 |
2021-04-01 | For the snprintf range check demo, add a (size_t) cast in the right place |  deraadt | 1 | -3/+3 |
2021-04-01 | Also immediately accept the *first* OFFER if it matches the requested address, |  krw | 1 | -2/+5 |
2021-04-01 | Clean up nonexistent/unused properties handling |  kn | 1 | -12/+1 |
2021-04-01 | Remove extraneous call of vm_getbyvmid during pause event |  dv | 1 | -2/+1 |
2021-04-01 | Abate superfluous lines from remote servers |  job | 1 | -1/+2 |
2021-04-01 | Compare the pointer variable explicitly with NULL in if condition |  inoguchi | 1 | -18/+17 |
2021-04-01 | Hardcode meaningful alert level, track apm's battery state better |  kn | 1 | -23/+7 |
2021-04-01 | merge NSD 4.3.6rc1 |  sthen | 38 | -653/+995 |
2021-04-01 | import NSD 4.3.6rc1, tested by me and florian@ |  sthen | 2 | -15/+34 |
2021-04-01 | Push kernel lock down to umb_rtrequest(). |  mvs | 1 | -1/+3 |
2021-04-01 | Make build_crls() behave like build_chain(). If there is not auth data |  claudio | 1 | -9/+12 |
2021-04-01 | Do a better job at cleaning up. Remove empty directories, scan not only the |  claudio | 2 | -47/+78 |
2021-04-01 | Add encoding.c to the various build targets |  claudio | 1 | -6/+8 |
2021-04-01 | Change search-again with vi keys to work like actual vi(1), also some |  nicm | 1 | -51/+162 |
2021-04-01 | Move base64 and hex encoding functions into their own place. |  claudio | 5 | -68/+103 |
2021-04-01 | Missing commas, from Vipul Kumar. |  nicm | 1 | -4/+4 |
2021-03-31 | Use new limits@openssh.com protocol extension to let the client select |  djm | 3 | -18/+115 |
2021-03-31 | cannot effectively test posix-rename extension after changes in |  djm | 1 | -8/+10 |
2021-03-31 | do not advertise protocol extensions that have been disallowed by |  djm | 1 | -33/+53 |
2021-03-31 | Set 'select_timeout' to 'now' when an OFFER is received for the IP address |  krw | 1 | -1/+2 |
2021-03-31 | Add two missing checks for strdup() returning NULL. |  krw | 1 | -1/+5 |