Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: beevik/ntp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: beevik/ntp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 30, 2023

  1. Symmetric auth enhancements

    Added AES-256-CMAC support.
    
    Auth keys may now be specified as ASCII or HEX using the "ASCII:"
    and "HEX:" prefixes.
    
    When running unit tests, the user may override the default ntp
    server host with the NTP_HOST environment variable.
    beevik committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    31586e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. go.mod go version updated from 1.13 to 1.17

    Several of the indirectly included packages required 1.17 semantics.
    beevik committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e013a8b View commit details
    Browse the repository at this point in the history
  2. Add github actions workflow

    beevik committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b74468f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    7672f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891bfa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5abd37f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Update RELEASE_NOTES for 1.3.1

    beevik committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    fd508b2 View commit details
    Browse the repository at this point in the history
Loading