Age | Commit message (Expand) | Author |
8 hours | Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour | Claudio Jeker |
8 hours | Unify error reporting in various control programs. | Claudio Jeker |
8 hours | Try to handle the dumpster fire called constraint.c a bit better. | Claudio Jeker |
8 hours | Simple bits of converting ntpd over to the new imsgbuf_read behaviour. | Claudio Jeker |
8 hours | Use imsgbuf_queuelen() instead of accessing the w.queue member. | Claudio Jeker |
8 hours | Use imsgbuf_clear() where appropriate instead of msgbuf_clear(). | Claudio Jeker |
8 hours | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
8 hours | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
8 hours | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
9 hours | Use imsg_flush() instead of implementing the same by hand. | Claudio Jeker |
8 days | Take into account how long the dns probe takes before decding to | Otto Moerbeek |
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 |