Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 569
    • Issues 569
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 99
    • Merge requests 99
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !6324

Teach dnssec-settime to read times that it writes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tony Finch requested to merge u/fanf2/dnssec-settime-ctime-v9_18 into v9_18 May 18, 2022
  • Overview 1
  • Commits 2
  • Pipelines 4
  • Changes 7

The dnssec-settime -p and -up options print times in asctime() and UNIX time_t formats, respectively. The asctime() format can also be found inside K*.key public key files. Key files also contain times in the YYYYMMDDHHMMSS format that can be used in timing parameter options.

The dnssec-settime -p and -up time formats are now acceptable in timing parameter options to dnssec-settime and dnssec-keygen, so it is no longer necessary to parse key files to retrieve times that are acceptable in timing parameter options.

Backport of !2947 (merged)

Edited May 30, 2022 by Michał Kępień
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: u/fanf2/dnssec-settime-ctime-v9_18