Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2024-02-21 | DNS resolution is best effort; if at this time IP addresses for tickers | Theo de Raadt |
2024-02-08 | correct size in ipv6 address comparison | Jonathan Gray |
2023-12-20 | introduce log_ntp_addr() and use it where applicable, avoids a null | Otto Moerbeek |
2023-12-06 | Periodically reset constraint DNS info for constraints that failed | Otto Moerbeek |
2023-11-19 | util.c requires stdint.h for UINT32_MAX and friends. | Claudio Jeker |
2023-11-15 | Correct denominators when converting NTP fixed point values to double | Otto Moerbeek |
2023-04-19 | remove duplicate includes | Jonathan Gray |
2023-03-02 | improve the Nd lines such that the format is consistent for the | Jason McIntyre |
2022-11-27 | Once we are synced, we can validate the certificate in the standard way. | Otto Moerbeek |
2022-11-06 | typo: wlll -> will | Antoine Jacoutot |
2022-11-06 | Reintroduce snippet describing startup behaviour to where it belongs. ok jmc@ | Otto Moerbeek |
2022-11-06 | remove the remnants of the old -s option, which was left stranded with poor, | Jason McIntyre |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-24 | Plus a small leak found by jmatthew; ok millert@ | Otto Moerbeek |
2022-01-07 | If no date could be parsed, bail out early and fix an error return that | Otto Moerbeek |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-07-16 | main proc doesn't speak with sockets during the main loop and setpriority plus | Ricardo Mestre |
2021-07-16 | /etc/ssl/cert.pem is loaded into mem with tls_load_file(3) on local function | Ricardo Mestre |
2021-07-16 | Remove unneeded call to tls_init(3) | kn |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-04-21 | Improve ntpd offset handling. Call the index of the offset loops | Alexander Bluhm |
2021-03-18 | Remove duplicate prototype. | Alexander Bluhm |
2021-03-18 | The ntpd client code corrects both T1 and T4 with the current offset | Alexander Bluhm |
2021-01-06 | double word fix; from sean davies | Jason McIntyre |
2020-09-11 | If we get messages but they are not ntp replies (e.g. caused by | Otto Moerbeek |
2020-08-30 | If no replies are received for a while due to connectivity issues | Otto Moerbeek |
2020-06-22 | When the main process exits, it closes the pipe so a read 0 occurs. | Otto Moerbeek |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-04-12 | If all addresses are numeric no use for dns probe; ok florian@ sthen@ | Otto Moerbeek |
2020-04-11 | Zap double definition of conf and make ibuf_dns static to avoid double | Otto Moerbeek |
2020-02-20 | Typo in log message | Otto Moerbeek |
2020-02-12 | If constraints are configured but do not work for whatever reason ntpd | Otto Moerbeek |
2020-02-12 | Standardize argument naming for "sourceaddr" and unify the wording a bit, | Ingo Schwarze |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
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 |