index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ntpd
/
parse.y
Age
Commit message (
Expand
)
Author
2004-11-25
fix "listen on hostname"
Henning Brauer
2004-11-10
const'ify conffile
Henning Brauer
2004-11-05
memleaks in error pathes, patrick latifi, Thanks!
Henning Brauer
2004-09-15
kill another unused function and two debugging printfs
Henning Brauer
2004-09-15
remove the unused variable/macro code, ok theo
Henning Brauer
2004-08-10
in the pool case ("servers somepool.somewhere"), we add new peers while
Henning Brauer
2004-08-10
move memory allocation for new peers into a new function, makes ID allocation
Henning Brauer
2004-07-29
keep an ID per server we talk to
Henning Brauer
2004-07-28
prevent unresolvable hostnames in "listen on" statements
Henning Brauer
2004-07-28
when a dns lookup fails at parse time, do not abort but try again
Henning Brauer
2004-07-21
no multiple free(); "John L. Scarfone" <j0@cox.net>
Henning Brauer
2004-07-20
wrap the heads for the linked list of addresses into a new ntp_addr_wrap
Henning Brauer
2004-07-12
Replace errx with equivalent fprintf+exit to make porting easier; ok henning@
Darren Tucker
2004-07-09
Do not forget to initialize head. ok henning@
Otto Moerbeek
2004-07-09
rework dns handling with all its cosequences...
Henning Brauer
2004-07-08
kill traces of on-the-fly reconfigure (from bgpd), not needed in ntpd
Henning Brauer
2004-07-08
remove all handling of netmasks/prefix lengths - we don't need that in ntpd.
Henning Brauer
2004-07-07
knf!
Theo de Raadt
2004-07-07
do not listen anywhere by default.
Henning Brauer
2004-07-07
swicth all the host_* functions to work on a newly invented
Henning Brauer
2004-07-06
sizeof(wrong struct) in calloc == bad. ^$&(#^$%&#*)!
Henning Brauer
2004-07-05
don't limit to one remote server any more
Henning Brauer
2004-06-17
provide most of the client functionality.
Henning Brauer
2004-06-01
first cut at config file parser
Henning Brauer