[Git][NTPsec/ntpsec][master] Debris removal. What was going to be ntsd will be a thread in ntpd.

Eric S. Raymond gitlab at mg.gitlab.com
Thu Feb 14 12:18:49 UTC 2019


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
e1471d82 by Eric S. Raymond at 2019-02-14T12:17:19Z
Debris removal.  What was going to be ntsd will be a thread in ntpd.

- - - - -


4 changed files:

- − docs/ntsd.adoc
- − ntpd/ntsd.c
- ntpd/wscript
- wscript


Changes:

=====================================
docs/ntsd.adoc deleted
=====================================
@@ -1,28 +0,0 @@
-= ntsd - Network Time Security (NTS) Daemon
-include::html.include[]
-
-[cols="10%,90%",frame="none",grid="none",style="verse"]
-|===============================
-|image:pic/pogo-enemy2.png[]|
-{millshome}pictures.html[from 'Pogo', by Walt Kelly]
-
-Security is hard.
-
-|===============================
-
-== Manual Pages
-
-include::includes/manual.adoc[]
-
-== Table of Contents
-
-* link:#_synopsis[SYNOPSIS]
-* link:#_description[DESCRIPTION]
-
-'''''
-
-include::includes/ntsd-body.adoc[]
-
-'''''
-
-include::includes/footer.adoc[]


=====================================
ntpd/ntsd.c deleted
=====================================
@@ -1,11 +0,0 @@
-#include <stdlib.h>
-
-#include "ntp_types.h"
-
-int main(int argc, char *argv[])
-{
-    UNUSED_ARG(argc);
-    UNUSED_ARG(argv);
-
-    exit(0);
-}


=====================================
ntpd/wscript
=====================================
@@ -130,23 +130,6 @@ def build(ctx):
             "SSL CRYPTO DNS_SD %s SOCKET NSL SCF" % use_refclock,
     )
 
-    ntsd_source = [
-        "nts.c",
-        "ntsd.c",
-    ]
-
-    ctx(
-        features="c rtems_trace cprogram bld_include src_include",
-        includes=["%s/host/ntpd/" % ctx.bldnode.parent.abspath(),
-                  "%s/ntpd/" % srcnode,
-                  ] + ctx.env.PLATFORM_INCLUDES,
-        install_path='${SBINDIR}',
-        source=ntsd_source,
-        target="ntsd",
-        use="ntp M parse RT CAP SECCOMP PTHREAD CRYPTO DNS_SD SOCKET NSL SCF",
-    )
-
-    ctx.manpage(8, "ntsd-man.adoc")
     ctx.manpage(8, "ntpd-man.adoc")
     ctx.manpage(5, "ntp.conf-man.adoc")
     ctx.manpage(5, "ntp.keys-man.adoc")


=====================================
wscript
=====================================
@@ -1126,12 +1126,6 @@ def ifdex(ctx):
     "Get a report on configuration symbols not accounted for."
     ctx.exec_command("ifdex -X build/config.h -X devel/ifdex-ignores .")
 
-# Pull in inclusions required for the build.
-# You probably want to do a commit after this.
-def pullincludes(ctx):
-    ctx.exec_command("cd libntp; wget https://raw.githubusercontent.com/dfoxfranke/libaes_siv/master/aes_siv.c")
-    ctx.exec_command("cd libntp; wget https://raw.githubusercontent.com/dfoxfranke/libaes_siv/master/aes_siv.h")
-
 # See https://gitlab.com/esr/loccount
 def loccount(ctx):
     "Report the SLOC count of the source tree."



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e1471d825ccf0547b4c91238dbe5b48c7c8092cb

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e1471d825ccf0547b4c91238dbe5b48c7c8092cb
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190214/3f388257/attachment-0001.html>


More information about the vc mailing list