Bastian Blank
|
3797103cab
Fix E221: Multiple spaces before operator
|
6 年之前 |
Bastian Blank
|
d12d198ba7
Fix E202: Whitespace before ')'
|
6 年之前 |
Bastian Blank
|
681c3f4b26
Fix E201: Whitespace after '('
|
6 年之前 |
Bastian Blank
|
32343595ab
Fix E302: Expected 2 blank lines, found 0
|
6 年之前 |
Bastian Blank
|
2dfe976768
Fix E301: Expected 1 blank line, found 0
|
6 年之前 |
Chris Lamb
|
9b5f5b99a9
Consistently use four-spaces for indentation.
|
6 年之前 |
Chris Lamb
|
74f1635e0e
Drop unused imports.
|
6 年之前 |
Ansgar Burchardt
|
3cf3633478
gpg.py: avoid unneeded string formatting operation
|
6 年之前 |
Ansgar Burchardt
|
d47b40b18d
factor out code to invoke gpg to sign a file
|
6 年之前 |
Ansgar Burchardt
|
7d84e77340
gpg.py: also ignore `NOTATION_FLAGS`
|
7 年之前 |
Ansgar Burchardt
|
63ed4d6afd
Mark signatures using SHA-1 or RIPE-MD/160 as "weak"
|
7 年之前 |
Ansgar Burchardt
|
893ac6c3d4
Ignore a few more keywords emitted by newer versions of GnuPG
|
8 年之前 |
Ansgar Burchardt
|
65695c362e
Do not consider MD5-based signatures valid
|
9 年之前 |
Ansgar Burchardt
|
e2d9d72396
Fix typo.
|
9 年之前 |
Ansgar Burchardt
|
4c4d817b9e
SignedFile: allow multiple signatures
|
9 年之前 |
Ansgar Burchardt
|
da8bb650b6
daklib/gpg.py: Ignore POLICY_URL keyword.
|
10 年之前 |
Ansgar Burchardt
|
6f51928b95
daklib/gpg.py: Ignore SIGEXPIRED and KEYEXPIRED
|
10 年之前 |
Ansgar Burchardt
|
35324ec4a9
daklib/gpg.py: Ignore NOTATION_{NAME,DATA} keywords.
|
10 年之前 |
Ansgar Burchardt
|
543d6b6b93
daklib/gpg.py: Also handle SIGEXPIRED keyword.
|
10 年之前 |
Ansgar Burchardt
|
ca33f78389
daklib/gpg.py: Handle a few more keywords for invalid or and expired signatures.
|
10 年之前 |
Ansgar Burchardt
|
57470d3ae2
daklib/gpg.py: Use timestamp instead of just date.
|
10 年之前 |
Ansgar Burchardt
|
fff9d5d791
daklib/gpg.py: Raise an error if we see unexpected output from gpg.
|
10 年之前 |
Ansgar Burchardt
|
cfb8506cad
daklib/gpg.py: Pass a few more options to gpg.
|
10 年之前 |
Ansgar Burchardt
|
dbd3ceac44
Add process-commands program and activate new DM implementation.
|
12 年之前 |
Ansgar Burchardt
|
7f1a19d3fd
fix typo in daklib/gpg.py: seqeuence -> sequence
|
12 年之前 |
Ansgar Burchardt
|
438e50fc19
gpg.py: set O_NONBLOCK for writing
|
13 年之前 |
Ansgar Burchardt
|
190f6332b5
daklib/gpg.py: use os._exit() instead of sys.exit() in child process
|
13 年之前 |
Ansgar Burchardt
|
7fc2a5f05a
daklib/gpg.py: capture stderr
|
13 年之前 |
Ansgar Burchardt
|
9952acaae7
daklib/gpg.py: small library for PGP-signed files
|
13 年之前 |