Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CA-369899: Add NTP options DHCP|Default|Manual|None #35

Merged
merged 8 commits into from
Mar 19, 2024

Commits on Mar 13, 2024

  1. Use monotonic time in Python3 to avoid timeouts during NTP changes

    Avoids authentication timeouts and session timeouts when the time jumps
    forward, either by chrony (NTP) or manual time changes
    Gerald Elder-Vass committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c202279 View commit details
    Browse the repository at this point in the history
  2. CA-369899: DHCP|Default|Manual|None NTP config

    Gerald Elder-Vass committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a992e30 View commit details
    Browse the repository at this point in the history
  3. Remove NTPStatus and the testing hook

    ntpstat is no longer present by default on installations
    Gerald Elder-Vass committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    003ece8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. XSFeatureNTP: Apply selected suggestions courtesy of darker(from black)

    Signed-off-by: Bernhard Kaindl <[email protected]>
    bernhardkaindl authored and GeraldEV committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    af66f76 View commit details
    Browse the repository at this point in the history
  2. Apply selected suggestions courtesy of darker(from black)

    Signed-off-by: Bernhard Kaindl <[email protected]>
    bernhardkaindl authored and GeraldEV committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5830764 View commit details
    Browse the repository at this point in the history
  3. Improved comments for chronyd one-shot update

    Co-authored-by: Bernhard Kaindl <[email protected]>
    2 people authored and Gerald Elder-Vass committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    27d076b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Improved comments and pythonisms from PR review

    Gerald Elder-Vass committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ee123b2 View commit details
    Browse the repository at this point in the history
  2. Use hardcoded default NTP servers, don't remove default servers when …

    …changing servers
    Gerald Elder-Vass committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f8a6181 View commit details
    Browse the repository at this point in the history