From: Pekka Riikonen Date: Tue, 19 Jun 2001 10:57:41 +0000 (+0000) Subject: updates X-Git-Tag: robodoc-323~172 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=41d2d4d0c5872de19def579d69c6831a89f25429 updates --- diff --git a/CHANGES b/CHANGES index 19291011..d482e2d4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Tue Jun 19 13:40:09 CEST 2001 Pekka Riikonen + + * make install generates new server keys only if there is not + keys already. + Mon Jun 18 18:49:07 EEST 2001 Pekka Riikonen * Set SILC_MESSAGE_FLAG_NOREPLY when sending the away message. diff --git a/Makefile.am.pre b/Makefile.am.pre index 48c7658b..f9cee134 100644 --- a/Makefile.am.pre +++ b/Makefile.am.pre @@ -50,7 +50,9 @@ install-dirs: -mkdir -p $(logsdir) generate-server-key: - -$(sbindir)/silcd -C $(etcdir) + -@if test '!' -f $(etcdir)/silcd.pub ; then \ + $(sbindir)/silcd -C $(etcdir) \ + fi sim-install: -cp -fR $(srcdir)/lib/silcsim/modules/*.so $(modulesdir)/ diff --git a/TODO b/TODO index 7c4d3fde..9b31d2f9 100644 --- a/TODO +++ b/TODO @@ -106,6 +106,9 @@ TODO/bugs In SILC Server TODO/bugs In SILC Libraries =========================== + o The timeout calculation can go negative at least on BSD, so rewrite + in in lib/silcutil/silcschdule.c. + o Incomplete IPv6 support: o All network routines in lib/silcutil/silcnet.[ch] does not