Age | Commit message (Expand) | Author |
---|---|---|
2004-08-24 | don't fatal() if getaddrinfo() returns EAI_NONAME | Henning Brauer |
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer |
2004-08-10 | move memory allocation for new peers into a new function, makes ID allocation | Henning Brauer |
2004-07-28 | when a dns lookup fails at parse time, do not abort but try again | Henning Brauer |
2004-07-25 | remove unused function | Henning Brauer |
2004-07-08 | remove all handling of netmasks/prefix lengths - we don't need that in ntpd. | Henning Brauer |
2004-07-07 | do not listen anywhere by default. | Henning Brauer |
2004-07-07 | host_* now returns pointers, so the error return is NULL and not 0 | Henning Brauer |
2004-07-07 | swicth all the host_* functions to work on a newly invented | Henning Brauer |
2004-07-06 | allow hostnames and resolve them in the config file | Henning Brauer |
2004-06-02 | prepare for client functionality | Henning Brauer |
2004-06-01 | first cut at config file parser | Henning Brauer |