[ntp:commitlogs] incoming pull in whimsy.udel.edu:/deacon/backroom/ntp-dev
Harlan Stenn
stenn at whimsy.udel.edu
Sun Aug 30 04:46:06 UTC 2009
VAR CLIENT SERVER
=== ====== ======
USER stenn stenn
HOST whimsy.udel.edu pogo.udel.edu
ROOT /deacon/backroom/ntp-dev/pogo/users/hart/ntp-dev-1293
LEVEL 1 1
TIME_T 1223742767 1238418126
UTC 20081011163247 20090330130206
VERSION bk-4.2 bk-4.3.1
stenn at whimsy.udel.edu fired the post-incoming--010commitlogs trigger in /deacon/backroom/ntp-dev
Received the following changesets
ChangeSet at 1.1975, 2009-08-29 21:30:52+00:00, davehart at shiny.ad.hartbrothers.com +2 -0
Merge bk://www.ntp.org/ntp-dev
into shiny.ad.hartbrothers.com:C:/ntp/ntp-dev-1293
MERGE: 1.1972.1.2
ChangeLog at 1.419, 2009-08-29 21:30:51+00:00, davehart at shiny.ad.hartbrothers.com +0 -0
SCCS merged
MERGE: 1.416.1.1
ports/winnt/include/config.h at 1.76, 2009-08-29 21:29:43+00:00, davehart at shiny.ad.hartbrothers.com +0 -0
Auto merged
MERGE: 1.74.1.1
ChangeSet at 1.1972.1.2, 2009-08-29 21:22:45+00:00, davehart at shiny.ad.hartbrothers.com +12 -0
[Bug 1293] make configuration dumper ready for release, specifically:
rename ntpq dumpcfg command to "saveconfig".
require authentication for saveconfig.
"restrict ... nomodify" prevents saveconfig and :config.
"saveconfig ." shorthand to save to startup configuration file.
support strftime() substitution in saveconfig arg to timestamp
the output filename, for example "saveconfig %Y%m%d-%H%M%S.conf".
display saveconfig response message from ntpd in ntpq.
save output filename in "savedconfig" variable, fetched with ntpq -c
"rv 0 savedconfig".
document saveconfig in html/ntpq.html.
add ./configure --disable-saveconfig to build a smaller ntpd.
log saveconfig failures and successes to syslog.
ChangeLog at 1.416.1.1, 2009-08-29 21:22:43+00:00, davehart at shiny.ad.hartbrothers.com +13 -0
[Bug 1293] make configuration dumper ready for release, specifically:
rename ntpq dumpcfg command to "saveconfig".
require authentication for saveconfig.
"restrict ... nomodify" prevents saveconfig and :config.
"saveconfig ." shorthand to save to startup configuration file.
support strftime() substitution in saveconfig arg to timestamp
the output filename, for example "saveconfig %Y%m%d-%H%M%S.conf".
display saveconfig response message from ntpd in ntpq.
save output filename in "savedconfig" variable, fetched with ntpq -c
"rv 0 savedconfig".
document saveconfig in html/ntpq.html.
add ./configure --disable-saveconfig to build a smaller ntpd.
log saveconfig failures and successes to syslog.
html/ntpq.html at 1.32, 2009-08-29 21:22:43+00:00, davehart at shiny.ad.hartbrothers.com +13 -8
document "config-from-file" and "saveconfig"
use <br> and no <dt> between "cv" and "clockvar" as with other synonyms.
typo "helpl" -> "help".
typo "apear" -> "appear"
include/ntp_config.h at 1.58, 2009-08-29 21:22:43+00:00, davehart at shiny.ad.hartbrothers.com +2 -1
support ./configure --disable-saveconfig
include/ntp_control.h at 1.37, 2009-08-29 21:22:43+00:00, davehart at shiny.ad.hartbrothers.com +2 -2
CTL_OP_DUMPCONFIG renamed CTL_OP_SAVECONFIG
include/ntpd.h at 1.131, 2009-08-29 21:22:43+00:00, davehart at shiny.ad.hartbrothers.com +1 -1
expose cfg_tree_history as extern for ntp_control.c save_config()
ntpd/ntp_config.c at 1.210, 2009-08-29 21:22:44+00:00, davehart at shiny.ad.hartbrothers.com +5 -1
support ./configure --disable-saveconfig
ntpd/ntp_control.c at 1.119, 2009-08-29 21:22:44+00:00, davehart at shiny.ad.hartbrothers.com +101 -35
dump_config() renamed save_config()
CTL_OP_DUMPCONFIG renamed CTL_OP_SAVECONFIG
add "savedconfig" system variable containing last saveconfig filename
support ./configure --disable-saveconfig
log saveconfig failures and successes to syslog
enforce "restrict ... nomodify" preventing ntpq :config, config-from-file,
and saveconfig
require authentication for saveconfig
remove restrictions on saveconfig output directory, allow overwriting
exiting files
support "saveconfig ." to replace the startup configuration file
allow strftime() format specifiers in saveconfig filename, such as
"saveconfig ntp-%Y%m%d-%H%M%S.conf"
ntpd/ntp_intres.c at 1.65, 2009-08-29 21:22:44+00:00, davehart at shiny.ad.hartbrothers.com +2 -2
clean up unreferenced local warnings
ntpd/ntp_io.c at 1.296, 2009-08-29 21:22:44+00:00, davehart at shiny.ad.hartbrothers.com +1 -2
clean up unreferenced local warning
ntpq/ntpq-subs.c at 1.35, 2009-08-29 21:22:44+00:00, davehart at shiny.ad.hartbrothers.com +21 -13
rename ntpq dumpcfg to saveconfig, require authentication
ports/winnt/include/config.h at 1.74.1.1, 2009-08-29 21:22:44+00:00, davehart at shiny.ad.hartbrothers.com +1 -1
default to equivalent of --enable-saveconfig as with Unix
warn on unreferenced local variables
ports/winnt/ntpd/ntp_iocompletionport.c at 1.49, 2009-08-29 21:22:44+00:00, davehart at shiny.ad.hartbrothers.com +0 -2
remove unreferenced locals
ChangeSet at 1.1972.1.1, 2009-08-29 05:08:56-04:00, stenn at pogo.udel.edu +1 -0
[Bug 1293] add support for --disable-saveconfig to configure.ac
configure.ac at 1.450, 2009-08-29 05:08:48-04:00, stenn at pogo.udel.edu +10 -0
[Bug 1293] add support for --disable-saveconfig to configure.ac
More information about the commitlogs
mailing list