aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help insteadDenys Vlasenko2018-11-251-0/+1
* ntpd: default to FEATURE_NTP_AUTH=yDenys Vlasenko2018-10-301-1/+2
* ntpd: add support for MD5/SHA1 message authenticationBrandon P. Enochs2018-10-271-25/+241
* ntpd: more verbose message for "root distance too high" caseDenys Vlasenko2018-09-131-3/+8
* ntpd: show real, unclamped delays on low-latency networksDenys Vlasenko2018-08-031-14/+17
* htpd: increase MIN_FREQHOLD by 3Denys Vlasenko2018-07-251-3/+3
* ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10Denys Vlasenko2018-07-021-3/+4
* ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21Codarren Velvindron2018-06-241-5/+5
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko2018-03-111-12/+54
* ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko2018-03-101-11/+33
* ntpd: do run the script at leat once in 11 minutesDenys Vlasenko2017-12-261-1/+3
* ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko2017-10-311-2/+7
* ntpd: mention in help text that -d can be repeatedDenys Vlasenko2017-10-311-1/+1
* ntpd: improve treatment of DNS resolution failuresDenys Vlasenko2017-10-311-15/+33
* ntpd: perform DNS resolution out of send/receive loop - closes 10466Denys Vlasenko2017-10-281-4/+10
* *: fix fallout from opt_complementary conversionDenys Vlasenko2017-08-231-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+5
* config: deindent all help textsDenys Vlasenko2017-07-211-5/+5
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-3/+3
* ntpd: print result of hostname resolutionDenys Vlasenko2017-01-191-1/+3
* ntpd: improve postponed hostname resolutionNatanael Copa2017-01-061-39/+34
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+26
* ntpd: respond only to client and symmetric active packetsMiroslav Lichvar2016-08-011-0/+7
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* ntpd: daemonize before DNS resolutionDenys Vlasenko2016-07-031-20/+25
* ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko2016-06-061-17/+30
* ntpd: if peer does not reply anymore, try re-resolving its hostnameDenys Vlasenko2016-03-041-0/+19
* ntpd: do not use a peer more than once (say, if two peers resolve to the same...Denys Vlasenko2016-03-041-1/+16
* ntpd: more informative poll lowering messageDenys Vlasenko2016-03-031-2/+2
* ntpd: print packet delay in clock update messageDenys Vlasenko2016-02-241-2/+8
* ntpd: shorter messageDenys Vlasenko2016-02-101-1/+1
* ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko2016-02-101-18/+36
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-4/+2
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* ntpd: tweak help textDenys Vlasenko2015-03-051-1/+2
* ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko2015-03-021-4/+4
* ntpd: get rid of G.initial_poll_completeDenys Vlasenko2015-01-291-5/+2
* ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac2015-01-041-19/+32
* ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar2014-10-051-4/+8
* ntpd: don't stay at short polling intervalMiroslav Lichvar2014-10-021-27/+53
* ntpd: be less eager to use shorter poll intervalsDenys Vlasenko2014-09-271-39/+41
* ntpd: split out poll adjusting codeMiroslav Lichvar2014-09-241-37/+39
* ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar2014-09-241-6/+3
* ntpd: add support for -I IFACEDenys Vlasenko2014-07-151-7/+20
* ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko2014-04-201-1/+1
* ntpd: truly ignore high delay packetDenys Vlasenko2014-04-191-15/+20
* ntpd: add optional support for /etc/ntp.confDenys Vlasenko2014-03-231-4/+31