Age | Commit message (Expand) | Author |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-20 | Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>. | Patrick Wildt |
2012-09-19 | clarify which process writes out stats upong SIGINFO reception. | Henning Brauer |
2012-08-30 | rfc 5905 replaces rfc 2030; for now, the reference to 2030 in ntpd.conf | Jason McIntyre |
2011-12-28 | only add the rdomain for hostname lookups, when we have a hostname to lookup. | Peter Hessler |
2011-09-21 | fix the two most offensive indentation violations in here. | Peter Hessler |
2011-09-21 | Add rdomain support to NTPd. | Peter Hessler |
2011-09-17 | tweak previous; | Jason McIntyre |
2011-09-17 | improve -s description. the major points are set vs adjust and stay in | Henning Brauer |
2011-07-08 | tweak previous; | Jason McIntyre |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2011-06-17 | close pipe_prnt[0] earlier, foremost before forking the dns process | Henning Brauer |
2011-06-16 | clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likely | Henning Brauer |
2011-03-19 | use timerclear macro | Okan Demirmen |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-01 | don't need to setup the resolver early now that dns lookups are done | Eric Faurot |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |
2009-06-25 | incorrect .PATH setting, discovered with nicm | Theo de Raadt |
2009-06-24 | recvmsg ENOENT noncritical too | Henning Brauer |
2009-06-17 | ENOPROTOOPT is non-fatal on recvfrom, can apparently happen with ipvshit | Henning Brauer |
2009-06-11 | effectively un-do r1.111, it fucks machines with bad clocks royally. | Henning Brauer |
2009-06-08 | revert this change by eric@: | David Gwynne |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-07 | Make the imsg protocol network-safe. | Eric Faurot |
2009-06-06 | change the imsg header fields a bit to prepare for upcoming changes. | Eric Faurot |
2009-06-06 | If ntpd decides the clock has become unsynced, reset the number of saved | Chris Kuethe |
2009-06-06 | Turns up the polling rate of sensors and makes ntpd calculate frequency | Chris Kuethe |
2009-06-06 | make ntpd imsg-in-a-lib ready as well. extensive testing done, no | Pierre-Yves Ritschard |
2009-06-04 | After calling adjfreq to correct the clock's rate, measure and fix the clock | Chris Kuethe |
2009-06-01 | no we don't need endpwent | Henning Brauer |
2009-05-31 | use the SCM_TIMESTAMP socket option to get the time we received the | Henning Brauer |
2009-05-20 | fix looking at the mode bits so that we do not reply to broadcast and other | Henning Brauer |
2009-05-18 | move text on weight to where it is first referred to; | Kevin Steves |
2009-05-13 | when using a timedelta sensor for -s, if the sensor is invalid during | Kevin Steves |
2009-04-22 | ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps | Henning Brauer |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-04 | I should know outside data must be vis(3)'d. | Kevin Steves |
2009-03-04 | received refid should not be converted to host byte order; ok henning@ | Kevin Steves |
2009-03-04 | log reason when not synced; ok henning@ | Kevin Steves |
2009-02-12 | -v logs debug adjtime calls also; ok henning@ | Kevin Steves |
2009-02-11 | move prototypes that are really in ntp.c; ok henning@ | Kevin Steves |
2009-02-10 | log tiny frequency adjustments at debug only. | Kevin Steves |
2009-02-10 | endservent() not needed here; ok henning@ | Kevin Steves |