aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/genkey.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-18Post release updatesgpgme-1.7-branchWerner Koch2-1/+5
2016-10-18Release 1.7.1.gpgme-1.7.1Werner Koch2-18/+22
2016-10-14tests: Make t-cancel more portable.Werner Koch1-1/+7
2016-10-14python: Call ln(1) in a portable way.Werner Koch1-2/+2
2016-10-14cpp: Fix init of string from nullAndre Heinecke1-3/+6
2016-10-13python: Make 'get_key' more idiomatic.Justus Winter4-4/+52
2016-10-13python: Return public keys by default.Justus Winter3-7/+18
2016-10-13python: Fix example.Justus Winter1-2/+2
2016-10-13cpp: Fix version numberAndre Heinecke1-3/+3
2016-10-13qt, cpp: Fix permissions of Config filesAndre Heinecke2-4/+4
2016-10-13qt: Install SpecialJobAndre Heinecke2-1/+3
2016-10-13qt, cpp: Fix expected targets in Config filesAndre Heinecke2-2/+2
2016-10-11Mention Qt API fixes in newsAndre Heinecke1-0/+7
2016-10-11qt: Add missing implementation of MultiDeleteJobDaniel Vrátil3-2/+120
2016-10-11qt: Install abstractimportjob.hDaniel Vrátil1-1/+1
2016-10-11cpp: Add API for gpgme_addrspec_from_uidAndre Heinecke3-1/+34
2016-10-10Add NEWS for cpp and qt, bump cpp versionAndre Heinecke2-1/+9
2016-10-10Add convenience function to get key from sigAndre Heinecke2-0/+53
2016-10-10cpp: Return null key if the signature had no keyAndre Heinecke1-0/+2
2016-10-10qt: Add simple verify testAndre Heinecke2-3/+97
2016-10-10core: Fix w32 crash in find_program_in_dirAndre Heinecke1-1/+1
2016-10-08core: New helper function gpgme_addrspec_from_uid.Werner Koch6-1/+50
2016-10-06Add missing includes.Justus Winter2-0/+2
2016-10-05cpp: Bump RevisionAndre Heinecke1-1/+1
2016-10-05qt: Fix spelling error in WKSPublishJobAndre Heinecke5-9/+9
2016-10-05qt: Disable tests that require a password for 2.0Andre Heinecke1-0/+26
2016-10-05Add warning flags for c++ compiler, tooAndre Heinecke1-0/+1
2016-10-05qt: Fix unused variable warningsAndre Heinecke5-13/+14
2016-10-05cpp: Add support for URL Data encodingsAndre Heinecke2-1/+10
2016-10-05cpp: Fix gcc diagnostic push / popAndre Heinecke1-2/+2
2016-10-05qt: Disable t-wkspublish testAndre Heinecke1-1/+1
2016-09-30python: Link 'data.h' and 'config.h' into the builddir.Alon Bar-Lev3-10/+11
2016-09-30python: Add 'prepare' target.Alon Bar-Lev1-0/+3
2016-09-30python: Make generated 'setup.py' executable.Alon Bar-Lev1-1/+1
2016-09-29cpp, qt: Handle modified includedir installationAndre Heinecke4-26/+8
2016-09-27tests: Fix blunder.Justus Winter2-2/+2
2016-09-27Clarify licensingDaniel Kahn Gillmor3-3/+3
2016-09-27tests: Fix check for gpg versions not reporting the critical flag.Justus Winter2-0/+2
2016-09-26python: Get rid of the last C++-style comments.Justus Winter1-7/+7
2016-09-26python: Correctly translate to size_t.Justus Winter1-7/+22
2016-09-26python: Correctly translate off_t.Justus Winter1-5/+34
2016-09-26python: Include 'config.h'.Justus Winter5-1/+23
2016-09-23Fix spellingDaniel Kahn Gillmor5-8/+8
2016-09-23move some file encodings to UTF-8Daniel Kahn Gillmor7-12/+12
2016-09-23tests: Check data after decryptionAndre Heinecke1-2/+12
2016-09-23cpp, qt: Include config.hAndre Heinecke69-0/+276
2016-09-22w32: Silence some warnings about unused parameters.Werner Koch1-0/+14
2016-09-22core: Fix error checking in _gpgme_mkstemp.Werner Koch1-1/+3
2016-09-22core: New helper function _gpgme_strconcat.Werner Koch3-24/+77
2016-09-22tests: Add test for cancellationDaiki Ueno3-2/+276