Age | Commit message (Expand) | Author |
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 |
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 |