Age | Commit message (Expand) | Author |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2020-04-11 | Zap double definition of conf and make ibuf_dns static to avoid double | Otto Moerbeek |
2019-11-11 | Also implement "trusted" for sensors; do not do constraint validation | Otto Moerbeek |
2019-11-10 | Introduce a "trusted" modifier, for peers that should be on a local net | 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-06-12 | Fix init of syslog for childs and teach dns process about synced state. | Otto Moerbeek |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2017-08-11 | zero out sockaddr_in before use; fixes use of stack garbage as port number | Christian Weisgerber |
2017-05-30 | add option "query from <ip>" to ntpd.conf, to specify a local IP | Sebastian Benoit |
2015-10-31 | fully revert some parts introduced with the original server rtable support, | Christian Weisgerber |
2015-10-23 | Allowing upstream servers of ntp being in multiple routing tables is | Peter Hessler |
2015-07-18 | replace bzero with memset | Brent Cook |
2015-05-17 | When resolving the "constraint" (singular), store all returned IP | Reyk Floeter |
2015-02-12 | Allow constraints URL without leading path (eg. "https://www.openbsd.org"). | Reyk Floeter |
2015-02-12 | Use ntpd's deferred DNS resolving for constraints as well. This | Reyk Floeter |
2015-02-10 | spacing | Reyk Floeter |
2015-02-10 | Add support for "constraints": when configured, ntpd(8) will query the | Reyk Floeter |
2015-01-10 | don't check for a return value that host() doesn't return, so future | Ted Unangst |
2015-01-08 | sync log.c from smtpd. | Brent Cook |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-10-21 | remove the IPv4-only check for rdomains, allows IPv6 to use them | Peter Hessler |
2012-09-20 | Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>. | Patrick Wildt |
2011-12-28 | only add the rdomain for hostname lookups, when we have a hostname to lookup. | Peter Hessler |
2011-09-21 | Add rdomain support to NTPd. | Peter Hessler |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2008-10-17 | bring in findeol() fix from pfctl | Henning Brauer |
2008-06-09 | do not leak memory on failure in refid production; ok ckuethe henning | Theo de Raadt |
2008-06-09 | Allow outgoing replies from sensor-driven servers to have a | Chris Kuethe |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-20 | ntpd and bgpd's turn to behave like the others. | Pierre-Yves Ritschard |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-09-14 | use a setup function for options, cleaner; ok cloder | Theo de Raadt |
2007-09-14 | Correctly assign a default weight of 1 to sensors and servers. | Chris Kuethe |
2007-09-12 | Add a knob to compensate for a refclock that is early or late. Based on a | Chris Kuethe |
2007-09-12 | default weight has to remain 1; seen by Maurice Janssen | Theo de Raadt |
2007-09-11 | this is where it all started, since future ntpd.conf commands will require | Theo de Raadt |
2006-10-03 | strtonum() with INT_MAX intead of LONG_MAX, problem pointed out by pierre-yve... | Theo de Raadt |
2006-06-01 | even though the bounds are long long having an upper bound of | Otto Moerbeek |