Age | Commit message (Expand) | Author |
2020-01-30 | Properly determine era 0 or era 1, making it possible to move past | Otto Moerbeek |
2019-11-12 | tweak previous; ok deraadt | Jason McIntyre |
2019-11-11 | sensors can als be marked trusted; ok deraadt@ | Otto Moerbeek |
2019-11-11 | tweak previous: delete stray .Pp | Ingo Schwarze |
2019-11-11 | trusted sub-option works on sensors also now; ok otto | Theo de Raadt |
2019-11-11 | Also implement "trusted" for sensors; do not do constraint validation | Otto Moerbeek |
2019-11-11 | remove -s and -S documentation, and explain the boot-time startup mode | Theo de Raadt |
2019-11-11 | Disable -s and -S functionality. -s would force time using NTP packets without | Theo de Raadt |
2019-11-10 | document server/servers "trusted" sub-option. Indicates a particular | Theo de Raadt |
2019-11-10 | Introduce a "trusted" modifier, for peers that should be on a local net | Otto Moerbeek |
2019-11-10 | alphatically order sub-options for sensors, and make the explanations | Theo de Raadt |
2019-11-10 | typo | Theo de Raadt |
2019-11-10 | - validate sensor values against constraints | Otto Moerbeek |
2019-11-06 | Allow the singular constraint clause to list multiple addresses; | Otto Moerbeek |
2019-07-16 | 1) Re-resolve and re-get constraints once the clock is synced. Constraints | Otto Moerbeek |
2019-07-10 | fix printing when the pool is specified as an IP address; reported by and | Otto Moerbeek |
2019-07-07 | proper level of two messages, prompted by deraadt@ | Otto Moerbeek |
2019-07-07 | Sometimes ntp peers are unreliable (looking at you pool.ntp.org!) | Otto Moerbeek |
2019-07-03 | Forgotten va_copy/va_end; on some archs that is really needed. ok benno@ | Otto Moerbeek |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | Allow logging to both stderr and syslog; don't reset the log level if | Otto Moerbeek |
2019-06-20 | tweaks with help from jmc@ | Otto Moerbeek |
2019-06-20 | Tell a bit about automatic mode; ok jmc@ | Otto Moerbeek |
2019-06-20 | Do a quick DNS probe to decide to stay in the forground and attempt | Otto Moerbeek |
2019-06-16 | Be more aggressive retrying dns while in settime mode. The constraint | Otto Moerbeek |
2019-06-12 | Fix init of syslog for childs and teach dns process about synced state. | Otto Moerbeek |
2019-06-09 | Introducing autmatic settime mode: if some preconditions are met | Otto Moerbeek |
2019-05-30 | Use proper algorithm for median computation; use fabs() for computing | Otto Moerbeek |
2019-05-29 | If a DBS resolve was done with the Checking Disabled flag, re-resolve | Otto Moerbeek |
2019-05-28 | A step in solving the bootstrap problem in a dnssec environement. | Otto Moerbeek |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-01-21 | Improve logging for TLS certificate validity checking. | Joel Sing |
2019-01-21 | Explicitly check timegm() return value. | Joel Sing |
2019-01-21 | Perform manual validity checking of the X.509 certificate for constraints. | Joel Sing |
2019-01-20 | Don't use *a - *b as compare idiom, it does not work as expected for | Otto Moerbeek |
2019-01-14 | Prevent multiple ntpds from tripping over each other. | Florian Obser |
2019-01-07 | log dns failures, even if temporary. ok benno | Ted Unangst |
2018-11-29 | update for libtls default cert changes. | Ted Unangst |
2018-11-06 | Use TLS_CA_CERT_FILE instead of a separate define. | Joel Sing |
2018-11-05 | Be stricter with TLS configuration for ntpd constraints. | Joel Sing |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-09-07 | Make host_*() AF-agnostic | kn |
2018-08-31 | the main process must chdir to /, since it cannot have daemon() do the | Theo de Raadt |
2018-08-08 | ntpd unveils the cert.pem "r" file (which is passed-over-socket to the | Theo de Raadt |
2018-08-04 | Revert back previous commit, we have decided that socket files don't cause any | Ricardo Mestre |
2018-08-02 | ntpd(8) has logic in place to delete its control socket on shutdown, but it | Ricardo Mestre |
2018-07-19 | revert previous, something isn't quite right as clients see ntpd | Stuart Henderson |
2018-07-12 | if we couldn't update the clock for ~1h due to lack of data from peers and | Henning Brauer |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |