summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
AgeCommit message (Expand)Author
8 hoursConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
8 hoursUnify error reporting in various control programs.Claudio Jeker
8 hoursTry to handle the dumpster fire called constraint.c a bit better.Claudio Jeker
8 hoursSimple bits of converting ntpd over to the new imsgbuf_read behaviour.Claudio Jeker
8 hoursUse imsgbuf_queuelen() instead of accessing the w.queue member.Claudio Jeker
8 hoursUse imsgbuf_clear() where appropriate instead of msgbuf_clear().Claudio Jeker
8 hoursRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
8 hoursConvert imsg_write() callers to the new simplified return logic.Claudio Jeker
8 hoursIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
9 hoursUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
8 daysTake into account how long the dns probe takes before decding toOtto Moerbeek
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-04-23correct indentation; no functional changeJonathan Gray
2024-02-21DNS resolution is best effort; if at this time IP addresses for tickersTheo de Raadt
2024-02-08correct size in ipv6 address comparisonJonathan Gray
2023-12-20introduce log_ntp_addr() and use it where applicable, avoids a nullOtto Moerbeek
2023-12-06Periodically reset constraint DNS info for constraints that failedOtto Moerbeek
2023-11-19util.c requires stdint.h for UINT32_MAX and friends.Claudio Jeker
2023-11-15Correct denominators when converting NTP fixed point values to doubleOtto Moerbeek
2023-04-19remove duplicate includesJonathan Gray
2023-03-02improve the Nd lines such that the format is consistent for theJason McIntyre
2022-11-27Once we are synced, we can validate the certificate in the standard way.Otto Moerbeek
2022-11-06typo: wlll -> willAntoine Jacoutot
2022-11-06Reintroduce snippet describing startup behaviour to where it belongs. ok jmc@Otto Moerbeek
2022-11-06remove the remnants of the old -s option, which was left stranded with poor,Jason McIntyre
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-24Plus a small leak found by jmatthew; ok millert@Otto Moerbeek
2022-01-07If no date could be parsed, bail out early and fix an error return thatOtto Moerbeek
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-07-16main proc doesn't speak with sockets during the main loop and setpriority plusRicardo Mestre
2021-07-16/etc/ssl/cert.pem is loaded into mem with tls_load_file(3) on local functionRicardo Mestre
2021-07-16Remove unneeded call to tls_init(3)kn
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-04-21Improve ntpd offset handling. Call the index of the offset loopsAlexander Bluhm
2021-03-18Remove duplicate prototype.Alexander Bluhm
2021-03-18The ntpd client code corrects both T1 and T4 with the current offsetAlexander Bluhm
2021-01-06double word fix; from sean daviesJason McIntyre
2020-09-11If we get messages but they are not ntp replies (e.g. caused byOtto Moerbeek
2020-08-30If no replies are received for a while due to connectivity issuesOtto Moerbeek
2020-06-22When the main process exits, it closes the pipe so a read 0 occurs.Otto Moerbeek
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-04-12If all addresses are numeric no use for dns probe; ok florian@ sthen@Otto Moerbeek
2020-04-11Zap double definition of conf and make ibuf_dns static to avoid doubleOtto Moerbeek
2020-02-20Typo in log messageOtto Moerbeek
2020-02-12If constraints are configured but do not work for whatever reason ntpdOtto Moerbeek
2020-02-12Standardize argument naming for "sourceaddr" and unify the wording a bit,Ingo Schwarze
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2020-01-30Properly determine era 0 or era 1, making it possible to move pastOtto Moerbeek