[Git][NTPsec/ntpsec][master] 3 commits: contrib: fix unlikely comment initiator in keygone.py

James Browning (@jamesb_fe80) gitlab at mg.gitlab.com
Thu May 13 19:47:48 UTC 2021



James Browning pushed to branch master at NTPsec / ntpsec


Commits:
4fd93e49 by James Browning at 2021-05-13T12:15:12-07:00
contrib: fix unlikely comment initiator in keygone.py

- - - - -
0d0ac7a9 by James Browning at 2021-05-13T12:15:12-07:00
docs: remove -M from keygen options mention

- - - - -
c769a19d by James Browning at 2021-05-13T12:38:35-07:00
docs: replace old sx5.gif with newer one w/o background

- - - - -


3 changed files:

- contrib/keygone.py
- docs/includes/ntpkeygen-body.adoc
- docs/pic/sx5.gif


Changes:

=====================================
contrib/keygone.py
=====================================
@@ -106,7 +106,7 @@ class KeyGone():
             return secrets.token_hex(length)
         result = ''
         for _ in range(length):
-            result += chr(0x21 + secrets.randbelow(0x5d))
+            result += chr(0x24 + secrets.randbelow(0x5a))
         return result
 
 


=====================================
docs/includes/ntpkeygen-body.adoc
=====================================
@@ -4,7 +4,7 @@
 
 == Synopsis
 [verse]
-+ntpkeygen+ [+-MV+]
++ntpkeygen+ [+-V+]
 
 == Description
 


=====================================
docs/pic/sx5.gif
=====================================
Binary files a/docs/pic/sx5.gif and b/docs/pic/sx5.gif differ



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/1a8e2da372ab54d7a668f9c0d3eb63d59b7a37c5...c769a19d863c5e488794108fbbd187c2a875181c

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/1a8e2da372ab54d7a668f9c0d3eb63d59b7a37c5...c769a19d863c5e488794108fbbd187c2a875181c
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/20210513/360638d4/attachment.htm>


More information about the vc mailing list