Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
diceware-debian
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drebs
diceware-debian
Commits
69154b58
Unverified
Commit
69154b58
authored
4 years ago
by
Mayuri Lahane
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typos (#71)
parent
a9f9be18
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES.rst
+3
-3
3 additions, 3 deletions
CHANGES.rst
README.rst
+1
-1
1 addition, 1 deletion
README.rst
diceware/config.py
+1
-1
1 addition, 1 deletion
diceware/config.py
diceware/wordlist.py
+1
-1
1 addition, 1 deletion
diceware/wordlist.py
with
6 additions
and
6 deletions
CHANGES.rst
+
3
−
3
View file @
69154b58
...
...
@@ -19,7 +19,7 @@ Changes
- Fixed #28: use Debian-compliant, machine-readable copyright format. Kudos to
`Simon Fondrie-Teitler <https://github.com/simonft>`_ and @anarcat.
- Fixed #48: Clarify trademark status of diceware. Mr. Reinhold granted
permission to use the name 'Diceware' in this project and under the condtions
permission to use the name 'Diceware' in this project and under the cond
i
tions
listed in the issue comments. Many thanks to him!
...
...
@@ -89,7 +89,7 @@ Changes
----------------
- Closed #23. @dwcoder provided a fix that allows use of
whitespace-only values in diceware confg files if they are enclosed
whitespace-only values in diceware conf
i
g files if they are enclosed
in quotes.
- Fixed #21. @dwcoder revealed and fixed (again!). This time `--caps`
and `--no-caps` settings did not work properly when set in CLI or in
...
...
@@ -129,7 +129,7 @@ Changes
0.6 (2015-12-15)
----------------
- Officially support Py
h
thon 3.5.
- Officially support Python 3.5.
- Tests do not depend on `pytest-cov`, `pytest-xdist` anymore.
- Support configuration files. You can set different defaults in a
file called ``.diceware.ini`` in your home directory.
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
1
−
1
View file @
69154b58
...
...
@@ -125,7 +125,7 @@ make your passphrases more readable (and more secure, see
`Security Traps <#sec-traps>`_ below).
By default the single phrase words are capitalized, i.e. the first
char of each word is made uppercase. This does not nec
c
essarily give
char of each word is made uppercase. This does not necessarily give
better entropy (but protects against entropy loss due to non `prefix
code`_, see `Security Traps <#sec-traps>`_ below), and it might
improve phrase readability.
...
...
This diff is collapsed.
Click to expand it.
diceware/config.py
+
1
−
1
View file @
69154b58
...
...
@@ -67,7 +67,7 @@ def get_config_dict(
"""
Get config values found in files from `path_list`.
Read files in `path_list` config files and return option values from
section `section` as regular dictonary.
section `section` as regular dict
i
onary.
We only accept values for which a default exists in
`defaults_dict`. If `defaults_dict` is ``None`` we use
...
...
This diff is collapsed.
Click to expand it.
diceware/wordlist.py
+
1
−
1
View file @
69154b58
...
...
@@ -40,7 +40,7 @@ RE_VALID_WORDLIST_FILENAME = re.compile(
def
get_wordlists_dir
():
"""
Get the directory in which word
l
sts are stored.
"""
Get the directory in which word
li
sts are stored.
"""
return
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
wordlists
'
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment