Skip to content
Snippets Groups Projects
  1. Aug 10, 2021
  2. Aug 09, 2021
    • Tomas Krizek's avatar
      Merge branch 'nits' into 'master' · a692d9c7
      Tomas Krizek authored
      various tiny changes
      
      See merge request !1200
      a692d9c7
    • Vladimír Čunát's avatar
      ci build:macOS: skip in security repo · 9edb415e
      Vladimír Čunát authored
      Code wouldn't be leaked.  We'd just send the branch name to GH servers.
      Still, it' better to skip the step.
      9edb415e
    • Vladimír Čunát's avatar
      lua kres.type: add new constants · eeb1071d
      Vladimír Čunát authored
      This is all that's missing in comparison to enum knot_rr_type.
      For now I didn't remove types that aren't present there (anymore),
      even though noone would miss them, most likely.
      eeb1071d
    • Vladimír Čunát's avatar
      doc/build: add a couple optional dependencies · ef66e9d8
      Vladimír Čunát authored
      Also improve a few details.
      ef66e9d8
    • Vladimír Čunát's avatar
      dnstap: avoid a false-positive warning · 666947db
      Vladimír Čunát authored
      ../modules/dnstap/dnstap.c: In function 'dnstap_config':
      ../modules/dnstap/dnstap.c:410:29: warning: 'strndup' specified bound 4096 exceeds source size 17 [-Wstringop-overread]
        410 |                 sock_path = strndup(DEFAULT_SOCK_PATH, PATH_MAX);
            |                             ^
      ../modules/dnstap/dnstap.c:423:37: warning: 'strndup' specified bound 4096 exceeds source size 17 [-Wstringop-overread]
        423 |                         sock_path = strndup(DEFAULT_SOCK_PATH, PATH_MAX);
            |                                     ^
      
      We don't need to restrict our built-in path defaults to PATH_MAX
      characters, as they just can't be that long and it's not an issue if we
      shoot over it anyway - opening such a file would only fail.
      666947db
  3. Aug 05, 2021
  4. Jul 30, 2021
  5. Jul 29, 2021