tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
ntpd
/
at
jcs
20 files
Makefile
use RMS for jitter. we're linking with enough libraries that libm is tiny. ok deraadt
10 years ago
client.c
introduce log_ntp_addr() and use it where applicable, avoids a null pointer deref in constraint.c reported by bluhm@; ok millert@
2 years ago
config.c
If all addresses are numeric no use for dns probe; ok florian@ sthen@
6 years ago
constraint.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
control.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
log.c
Forgotten va_copy/va_end; on some archs that is really needed. ok benno@
6 years ago
log.h
including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther
4 years ago
ntp.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
ntp.h
Correct denominators when converting NTP fixed point values to double and vice-versa; ok tb@
2 years ago
ntp_dns.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
ntp_msg.c
Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not part of the original ISC license that we use in OpenBSD. Done for files were Henning is the original author.
9 years ago
ntpctl.8
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
3 years ago
ntpd.8
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
3 years ago
ntpd.c
give d_to_tv(), which converts an offset from double to a struct timeval, a return value, and make the callers in IMSG_ADJTIME and IMSG_SETTIME handlers use it to abort if it signals error. range-check the double value in d_to_tv. reported by Shibo, Shawn, Hugo Systopia Team / sai02 at student.ubc.ca discussed with and input from deraadt and otto, ok otto
7 months ago
ntpd.conf.5
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
3 years ago
ntpd.h
give d_to_tv(), which converts an offset from double to a struct timeval, a return value, and make the callers in IMSG_ADJTIME and IMSG_SETTIME handlers use it to abort if it signals error. range-check the double value in d_to_tv. reported by Shibo, Shawn, Hugo Systopia Team / sai02 at student.ubc.ca discussed with and input from deraadt and otto, ok otto
7 months ago
parse.y
Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char.
4 years ago
sensors.c
Also implement "trusted" for sensors; do not do constraint validation for these. ok deraadt@
6 years ago
server.c
Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not part of the original ISC license that we use in OpenBSD. Done for files were Henning is the original author.
9 years ago
util.c
give d_to_tv(), which converts an offset from double to a struct timeval, a return value, and make the callers in IMSG_ADJTIME and IMSG_SETTIME handlers use it to abort if it signals error. range-check the double value in d_to_tv. reported by Shibo, Shawn, Hugo Systopia Team / sai02 at student.ubc.ca discussed with and input from deraadt and otto, ok otto
7 months ago