Commit Graph

  • f06c1cfa97 cmdmon: respond from same address Miroslav Lichvar 2019-07-16 17:13:07 +02:00
  • 6cd47bff8f cmdmon: convert to new socket API Miroslav Lichvar 2019-07-18 08:35:54 +02:00
  • 2de24cfd82 ntp: convert to new socket API Miroslav Lichvar 2019-07-18 08:35:16 +02:00
  • 86a3ef9ed1 socket: add new socket support Miroslav Lichvar 2019-07-18 08:26:06 +02:00
  • 3f8c57c8f2 util: add UTI_IPSockAddrToString() Miroslav Lichvar 2019-07-18 08:12:33 +02:00
  • ca96946416 addressing: introduce IPSockAddr Miroslav Lichvar 2019-07-18 08:05:43 +02:00
  • e5b9b6d701 cmdmon: limit rate of all responses Miroslav Lichvar 2019-07-16 17:15:03 +02:00
  • 8cb689a5e6 cmdmon: don't require bound UDP socket Miroslav Lichvar 2019-07-09 14:48:42 +02:00
  • 2270234115 privops: add assertion for bind address length Miroslav Lichvar 2019-07-09 12:28:13 +02:00
  • a073f383e6 test: fix building of unit tests Miroslav Lichvar 2019-07-16 13:30:05 +02:00
  • 8e74655b03 doc: improve chronyd man page Miroslav Lichvar 2019-07-04 17:37:54 +02:00
  • 70fa3a6905 main: add option to specify minimum log severity level Miroslav Lichvar 2019-07-04 16:57:36 +02:00
  • 1227873b88 logging: refactor enabling of debug messages Miroslav Lichvar 2019-07-02 16:18:06 +02:00
  • d30e73d0d9 nameserv: request SOCK_DGRAM socktype Miroslav Lichvar 2019-06-26 17:17:31 +02:00
  • 9e7a7008de configure: fix warnings in tests Miroslav Lichvar 2019-06-18 16:20:59 +02:00
  • 62d6aed6a6 test: update processing of packet log Miroslav Lichvar 2019-06-18 15:41:50 +02:00
  • ffb9887cce doc: update NEWS 3.5 Miroslav Lichvar 2019-05-10 12:22:57 +02:00
  • 9220c9b8a2 update copyright years Miroslav Lichvar 2019-05-09 16:55:04 +02:00
  • 2e28b19112 doc: add note about minsamples to FAQ Miroslav Lichvar 2019-05-09 15:49:11 +02:00
  • 636a4e2794 refclock: remove unnecessary strlen() call Miroslav Lichvar 2019-05-09 15:48:11 +02:00
  • 5c9e1e0b69 test: extend 133-hwtimestamp test Miroslav Lichvar 2019-05-09 18:44:03 +02:00
  • 64fd1b8ba5 ntp: check value returned by CMSG_FIRSTHDR Miroslav Lichvar 2019-05-09 17:34:53 +02:00
  • 69d3913f3e ntp: check timestamping configuration when SIOCSHWTSTAMP fails Miroslav Lichvar 2019-05-07 18:04:37 +02:00
  • 08fd011b6a examples: remove /var from PIDFile in chronyd.service Miroslav Lichvar 2019-05-06 15:38:16 +02:00
  • c172268cfe doc: update NEWS 3.5-pre1 Miroslav Lichvar 2019-05-02 11:31:40 +02:00
  • 94b014865c doc: add more recommendations for best stability to FAQ Miroslav Lichvar 2019-04-30 14:45:23 +02:00
  • 099aaf2cb1 doc: update list of contributors Miroslav Lichvar 2019-04-29 16:42:44 +02:00
  • 4481a8b24f doc: simplify acknowledgements in README Miroslav Lichvar 2019-04-29 16:22:32 +02:00
  • b626fe661e doc: list build requirements in installation Miroslav Lichvar 2019-04-29 16:15:06 +02:00
  • ba8fcd145d doc: improve combinelimit description Miroslav Lichvar 2019-04-26 11:19:20 +02:00
  • 981d09de40 doc: improve rtconutc description Miroslav Lichvar 2019-04-26 11:12:41 +02:00
  • 86a99bb257 test: use env in shebang of system tests Miroslav Lichvar 2019-04-26 10:04:15 +02:00
  • 3093a11cd0 test: add 104-systemdirs system test Miroslav Lichvar 2019-04-25 18:40:46 +02:00
  • 058b788d38 test: fix owner of driftfile and keys in system tests Miroslav Lichvar 2019-04-25 18:18:11 +02:00
  • 66a42fa493 test: allow separate lib/log/run directories in system tests Miroslav Lichvar 2019-04-25 18:19:00 +02:00
  • a85f63cc15 test: check if non-root user can access test directory Miroslav Lichvar 2019-04-25 17:27:31 +02:00
  • bbe1e69dcc test: redirect error messages in system tests Miroslav Lichvar 2019-04-25 17:25:19 +02:00
  • 1b52bba7b9 test: allow TEST_DIR and CHRONYC_WRAPPER to be set for system tests Miroslav Lichvar 2019-04-25 17:24:37 +02:00
  • c5c80ef400 sys_posix: support SCHED_FIFO and mlockall on more OSs Stefan R. Filipek 2019-04-19 14:41:14 -04:00
  • a78031ce0d refclock: check all driver options Miroslav Lichvar 2019-04-18 15:56:15 +02:00
  • 34e9dd13ce doc: fix syntax of refclock directive Miroslav Lichvar 2019-04-18 12:29:44 +02:00
  • 6e52a9be7a test: add system tests Miroslav Lichvar 2019-04-17 17:33:16 +02:00
  • 69c6dffd63 sys_linux: use pthread_setschedparam instead of sched_setscheduler Stefan R. Filipek 2019-04-04 19:12:39 -04:00
  • 2ddd0ae231 sys_linux: allow further syscalls in seccomp filter Vincent Blut 2019-03-15 00:03:24 +01:00
  • 79db0b7eca sys_linux: allow recv and send in seccomp filter Leigh Brown 2019-03-13 17:56:08 +01:00
  • 2ebba7fbaa sys_linux: allow waitpid in seccomp filter Vincent Blut 2019-02-28 16:43:56 +01:00
  • e392d1fde9 sys_linux: allow _llseek in seccomp filter Vincent Blut 2019-02-28 14:39:13 +01:00
  • d7c93ec950 test: fix distribution of settings in ntp_core unit test Miroslav Lichvar 2019-02-20 10:11:18 +01:00
  • 6af39d63aa ntp: don't use IP_SENDSRCADDR on bound socket Miroslav Lichvar 2018-12-03 15:51:54 +01:00
  • cc8414b1b3 sys_linux: add support for PTP_SYS_OFFSET_EXTENDED ioctl Miroslav Lichvar 2018-11-27 13:46:37 +01:00
  • 6b44055e3d sys_linux: split reading and processing of PHC samples Miroslav Lichvar 2018-11-27 13:39:21 +01:00
  • 9f9c6cc6ab ntp: fix transposition with timestamping packet info Miroslav Lichvar 2018-10-08 15:54:07 +02:00
  • f176193d35 sys_macosx: remove adjtime() check Bryan Christianson 2018-10-02 10:40:27 +13:00
  • e8bc41e862 test: fix tests to skip when missing required feature Miroslav Lichvar 2018-09-26 18:04:09 +02:00
  • 91dbe3c6c2 test: allow unit tests to be skipped Miroslav Lichvar 2018-09-27 09:31:13 +02:00
  • 3e876d4218 test: add function for checking config.h in tests Miroslav Lichvar 2018-09-26 17:29:23 +02:00
  • 31b1f2e8a1 test: include util.h for MIN macro Miroslav Lichvar 2018-09-26 18:06:15 +02:00
  • 4169e94b1d nameserv: adopt some include directives from sysincl.h Miroslav Lichvar 2018-09-20 15:08:04 +02:00
  • 948ecf8431 hash: include util.h for MIN macro Miroslav Lichvar 2018-09-20 15:01:16 +02:00
  • 91f3f97ea7 test: fix Makefile to not create .deps in project root 3.4 Miroslav Lichvar 2018-09-19 16:33:55 +02:00
  • 65bb65b440 doc: add new question to FAQ Miroslav Lichvar 2018-09-17 18:38:46 +02:00
  • ea6e8d85a3 doc: improve description of minsamples directive Miroslav Lichvar 2018-09-17 18:02:36 +02:00
  • add932501f test: add 136-broadcast test Miroslav Lichvar 2018-09-17 18:36:04 +02:00
  • 89390a738f test: add 012-daemonts test Miroslav Lichvar 2018-09-17 18:26:32 +02:00
  • ac4f6ab93b test: improve Makefile Miroslav Lichvar 2018-09-13 16:29:49 +02:00
  • dbcb1b9b0b test: include all objects in prerequisites of unit tests Miroslav Lichvar 2018-09-13 10:24:06 +02:00
  • 6375307798 test: get list of objects from main Makefile Miroslav Lichvar 2018-09-13 09:48:15 +02:00
  • fb78e60d26 test: add 135-ratelimit test Miroslav Lichvar 2018-09-12 19:19:11 +02:00
  • b822c7164f test: add 134-log test Miroslav Lichvar 2018-09-12 19:04:11 +02:00
  • aa295730a0 test: extend 110-chronyc test Miroslav Lichvar 2018-09-12 17:24:07 +02:00
  • 69d70703b2 git: update .gitignore Miroslav Lichvar 2018-09-12 17:16:17 +02:00
  • b2b6ef00dc makefile: remove gcov files and core dumps Miroslav Lichvar 2018-09-12 17:13:40 +02:00
  • 5dc86c236b update copyright years Miroslav Lichvar 2018-09-12 11:35:27 +02:00
  • 2563dd9d29 examples: drop chrony.spec Miroslav Lichvar 2018-09-12 10:51:41 +02:00
  • a899e3df33 examples: improve description in chrony.keys example Miroslav Lichvar 2018-09-12 10:43:13 +02:00
  • 692cea49f8 doc: warn about permissions in keyfile description Miroslav Lichvar 2018-09-12 10:43:01 +02:00
  • bcedacaa3d test: fix samplefilt unit test to work with low-precision clock Miroslav Lichvar 2018-09-10 14:51:30 +02:00
  • be3c1b5243 samplefilt: use SQUARE macro in SPF_CreateInstance() Miroslav Lichvar 2018-09-10 13:20:14 +02:00
  • e626ec6c37 examples: update chrony.conf example for new default pidfile Miroslav Lichvar 2018-09-10 10:37:37 +02:00
  • 49d52b547f test: make 129-reload more reliable Miroslav Lichvar 2018-08-31 12:48:07 +02:00
  • 74a546a9e7 configure: fix compiler warning in pthread test code Miroslav Lichvar 2018-08-31 11:04:36 +02:00
  • d1777087c1 doc: update NEWS 3.4-pre1 Miroslav Lichvar 2018-08-31 10:11:17 +02:00
  • cf7b5363cd test: extend 110-chronyc test Miroslav Lichvar 2018-08-31 09:26:45 +02:00
  • 7f3183cc72 test: extend 106-refclock test Miroslav Lichvar 2018-08-31 08:42:46 +02:00
  • f1b8da085b doc: update FAQ Miroslav Lichvar 2018-08-29 16:23:42 +02:00
  • 09dfca49ec configure: fix detection of timepps.h on NetBSD Miroslav Lichvar 2018-08-30 11:43:53 +02:00
  • 88e0ec07aa refclock: fix compiler warning on FreeBSD Miroslav Lichvar 2018-08-30 11:32:11 +02:00
  • 0adc8e8f92 ntp: add support for IP_RECVDSTADDR and IP_SENDSRCADDR Miroslav Lichvar 2018-08-30 11:15:11 +02:00
  • 5fc7674e36 ntp: set interface index in IP*_PKTINFO when responding Miroslav Lichvar 2018-08-29 10:56:14 +02:00
  • 018977044a test: add 133-hwtimestamp test Miroslav Lichvar 2018-08-29 18:08:43 +02:00
  • cc49d8e6e6 test: add 132-logchange test Miroslav Lichvar 2018-08-28 18:13:52 +02:00
  • 933bd017b4 test: add 131-maxchange test Miroslav Lichvar 2018-08-28 18:00:16 +02:00
  • d558b33d85 test: extend 108-peer test Miroslav Lichvar 2018-08-27 14:17:18 +02:00
  • 9268bf2cff test: don't override user settings with default values Miroslav Lichvar 2018-08-27 13:34:49 +02:00
  • dbf2c22467 test: extend ntp_core unit test Miroslav Lichvar 2018-08-27 17:18:20 +02:00
  • af4fe92095 test: update hash unit test Miroslav Lichvar 2018-08-27 17:32:38 +02:00
  • e034a07be8 test: enable unit tests to suspend logging Miroslav Lichvar 2018-08-28 14:20:40 +02:00
  • eb8c9ad601 logging: allow reopening stderr Miroslav Lichvar 2018-08-28 14:10:21 +02:00
  • 6847536669 logging: close previous file log after opening new one Miroslav Lichvar 2018-08-28 14:04:44 +02:00
  • f5206db9b0 ntp: optimize MAC truncation Miroslav Lichvar 2018-08-27 17:20:56 +02:00