Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-03 | fix tests | Michael Vogt | 1 | -2/+4 | |
2014-08-28 | tests/test_auth.py: update for gnupg 1.4.18 | Mauricio Faria de Oliveira | 1 | -0/+6 | |
The test 'test_add_key_from_server_mitm' needs updating for gnupg 1.4.18 which fail differently/earlier when 'fingerprints do not match' since commit 'Screen keyserver responses' (5230304349490f31aa64ee2b69a8a2bc06bf7816) With that change gnupg actually checks itself(!) if the key that the server send matches the key that the user asked for. Closes: #755342 | |||||
2014-01-06 | Use a single code base for Python 2 and 3 | Julian Andres Klode | 1 | -1/+1 | |
This is much better than running 2to3 during the build, as it gives us more control over the Python 3 code. | |||||
2014-01-06 | Use print_function everywhere | Julian Andres Klode | 1 | -0/+2 | |
This brings the code closer to Python 3. Automatically converted using 2to3 -f print. | |||||
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -14/+25 | |
2014-01-05 | make pyflakes clean | Michael Vogt | 1 | -1/+0 | |
2012-10-23 | build fixes for python3.3 | Michael Vogt | 1 | -1/+2 | |
2012-10-10 | cherry pick robustness fixes for keyid (allow leading 0x, allow lowercase) | Michael Vogt | 1 | -1/+3 | |
2012-10-02 | apt/auth.py: fix trailing whitespace | Michael Vogt | 1 | -1/+1 | |
2012-10-01 | apt/auth.py: proper cleanup | Michael Vogt | 1 | -2/+1 | |
2012-10-01 | check fingerprint after downloading a key and before adding it | Michael Vogt | 1 | -4/+68 | |
2012-10-01 | support only downloading long keyids (160bit) in add_key_from_keyserver() | Michael Vogt | 1 | -3/+9 | |
2012-07-30 | apt/auth.py: Forward stderr from apt-key to our stderr if non-empty | Julian Andres Klode | 1 | -0/+4 | |
2012-07-30 | apt/auth.py: Do not merge stdout and stderr (Closes: #678706) | Julian Andres Klode | 1 | -5/+5 | |
2012-06-25 | Use Popen.communicate() instead of stdin, stdout | Julian Andres Klode | 1 | -10/+12 | |
2012-06-25 | * apt/auth.py: | Julian Andres Klode | 1 | -25/+27 | |
- Use tempfile.NamedTemporaryFile to create temporary file | |||||
2012-06-06 | Add to copyright | Sebastian Heinlein | 1 | -0/+1 | |
2012-06-06 | Add support for update and net-update | Sebastian Heinlein | 1 | -0/+18 | |
2012-06-06 | Don't call fakeroot by default - this should be done by an alternate ↵ | Sebastian Heinlein | 1 | -2/+0 | |
Dir::Bin::Apt-key script | |||||
2012-06-06 | Remove the wait statement to get a cleaner API | Sebastian Heinlein | 1 | -20/+5 | |
2012-06-06 | Call apt-key instead of gnupg | Sebastian Heinlein | 1 | -112/+48 | |
2012-06-05 | apt/auth.py: create _TMPDIR on demand | Michael Vogt | 1 | -2/+5 | |
2012-06-05 | pep8 fixes | Michael Vogt | 1 | -3/+11 | |
2012-06-01 | Small fix | Sebastian Heinlein | 1 | -1/+1 | |
2012-06-01 | Strip exported key | Sebastian Heinlein | 1 | -1/+1 | |
2012-06-01 | Don't set the trust model to always | Sebastian Heinlein | 1 | -1/+0 | |
2012-06-01 | Add an export_key method | Sebastian Heinlein | 1 | -0/+20 | |
2012-05-31 | Don't overwrite proc twice | Sebastian Heinlein | 1 | -1/+1 | |
2012-05-31 | A lot of refactoring | Sebastian Heinlein | 1 | -76/+186 | |
2012-05-30 | Import AptAuth.py from software-properites as auth.py | Sebastian Heinlein | 1 | -0/+98 | |