613 Commits (21c48e24ae1e73d79edb559379c81ad6ca32a1dc)

Author SHA1 Message Date
  gsoares ef079a5b2e *nargv[] holds an array of pointers, so it should be 7 years ago
  phessler af3e6c4339 add logging messages to distinguish which safty check failed 7 years ago
  reyk 99d11625c1 Stop accessing verbose and debug variables from log.c directly. 7 years ago
  krw 58841e22f6 Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with 7 years ago
  reyk ccbed53971 Sync log.c with the latest version from vmd/log.c that preserves errno 7 years ago
  jmc e78f38adba markup from jan stary; 7 years ago
  rzalamena 19841ef136 Use the stack to hold the constraint child process variables instead of 7 years ago
  mestre 39fc6c9a98 Remove unused variable which was leaking memory, and while here remove 2 other 7 years ago
  rzalamena f8b06a2b6a Check for EAGAIN on imsg_flush() return otherwise we might be failing 7 years ago
  rzalamena f3735931aa Save the constraint process pid by getting the start_child() return value, 7 years ago
  reyk 138484b6d2 copy updated log.c from vmd: for correctness, save errno when doing 7 years ago
  rzalamena c82eb97e2b Fix a possible bug that will happen with dup2() when oldd == newd. In that 7 years ago
  rzalamena 4c66ab656c Teach ntpd(8) constraint process to use exec*() instead of just forking, 7 years ago
  rzalamena 4e462f2ebb Teach ntpd(8) how to use socket status to shutdown the daemon. While at 7 years ago
  rzalamena 1305c0d5de Teach ntpd(8) how to fork+exec. 7 years ago
  reyk 5ec8dcba4c Add clarifications ("comments") to three places where it wasn't 7 years ago
  reyk d7b0c49beb Fix copyright disclaimer in util.c. 7 years ago
  reyk 08ed721594 Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not 7 years ago
  guenther 2f48ecaf36 Pull in <sys/time.h> for struct timespec, timeval, or clockrate 7 years ago
  jsing 9801e4d851 Adjust existing tls_config_set_cipher() callers for TLS cipher group 8 years ago
  deraadt 4bee7f5ac6 ntpd is too aggressive about retrying constraint connections. This 8 years ago
  jsing f819d84119 Harden TLS for ntpd constraints - stop disabling server name verification, 8 years ago
  jsing 74da5f732a Unconfuse things by renaming variables to match their contents. 8 years ago
  semarie 652935dc64 prepare userland for removing chroot(2) from allowed syscalls under pledge(2). 8 years ago
  krw 846730a3f8 Rename session_socket_blockmode() to session_socket_nonblockmode(), 8 years ago
  naddy 4cf98f2633 According to RFC7231, section 7.1.1.1, the HTTP date header supports 8 years ago
  sthen 4114667275 Remove setproctitle() for the parent process. Because rc.d(8) uses process 8 years ago
  reyk db00298111 Don't attempt to kill() the constraint in the wrong process. The 8 years ago
  bcook fade868be3 update ntpd log initialization to work like relayd, fix debug log levels 8 years ago
  deraadt 73313dce7f sneaky whitespace snuck in again 8 years ago
  millert e33f078c05 Don't assume fprintf() will set the FILE * error condition. 8 years ago
  reyk 0dc6f9d6e2 No need for an extra log.h 8 years ago
  reyk 97252e04ad Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd. 8 years ago
  reyk b8496badea Move log_sockaddr() to from log.c to util.c as it is a local addition 8 years ago
  claudio d6e39ab1f4 EAGAIN handling for imsg_read. OK henning@ benno@ 8 years ago
  deraadt 531d870924 Cache values from getpwnam() done at initialization, which need to be 8 years ago
  tedu 4c1a084e50 use RMS for jitter. we're linking with enough libraries that libm is tiny. 8 years ago
  mmcc c3ad325375 Simplify all instances of get_string() and get_data() using malloc() and 8 years ago
  deraadt adcf1148c1 fix memory leak; from David CARLIER 8 years ago
  naddy 0c7a1d49ed fully revert some parts introduced with the original server rtable support, 8 years ago
  naddy 2a9f149211 drop unused define; ok reyk@ 8 years ago
  reyk 13e2f2c777 Remove support for sending status reports to syslog on SIGINFO; 8 years ago
  deraadt 0115cb35e8 the DNS process was not discarding & redirecting stdin/out/err to 8 years ago
  deraadt a4d91af57b Rather than re-opening the driftfile to write, keep it open; rewinding 8 years ago
  phessler e4a72ca09e Allowing upstream servers of ntp being in multiple routing tables is 8 years ago
  reyk 707f923fe3 Move execution of the constraints from the ntp to the parent process. 8 years ago
  deraadt a131c912b6 pledge "dns rw" is not a reliable pattern. This means malloc() and other 8 years ago
  deraadt b8ed49dca0 the ntp engine can run with "stdio inet proc". For many reasons, 8 years ago
  deraadt b6f582f2a7 Once the constraint engine process is running, it only needs 8 years ago
  deraadt 1ca43f2c14 Change all tame callers to namechange to pledge(2). 8 years ago