summaryrefslogtreecommitdiffstats
path: root/m4/intmax.m4 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-05build: Build gpgcompose only in maintainer modeWerner Koch2-1/+3
2016-04-05gpg: Replace use of "gpg2" by GPG_NAMEWerner Koch3-15/+16
2016-04-04Now build "gpg" binary but install as "gpg2"Werner Koch10-31/+87
2016-04-04tests: Add missing file.Werner Koch1-0/+1
2016-04-04g10: Support armored keyrings in gpgv.Justus Winter6-10/+137
2016-04-04tests: Fix default key test.Justus Winter1-2/+2
2016-04-01po: Fix misleading german translation.Justus Winter1-2/+1
2016-04-01build: Check for conflicting trust model options.Justus Winter1-1/+4
2016-04-01g10: Remove option --always-trust if compiled without trust models.Justus Winter1-0/+2
2016-03-31speedo,w32: Build libsqlite3.Justus Winter1-1/+3
2016-03-31g10: Use gpg-error abstraction of sched_yield.Justus Winter1-2/+1
2016-03-29gpg: Fix NULL-segv for missing tofu DB.Werner Koch1-1/+2
2016-03-22gpg: Improve message when asking for key capabilities.Werner Koch1-5/+7
2016-03-22gpg: Remove the extra prompt for Curve25519.Werner Koch1-34/+30
2016-03-19gpg: Silence trustdb computation with --quiet.Werner Koch1-8/+11
2016-03-17sm: Always create a keybox header when creating a new keybox.Werner Koch1-0/+12
2016-03-17doc: Improve documentation of --enable-large-rsa.Neal H. Walfield1-4/+6
2016-03-17agent: allow removal of the shadowed key.NIIBE Yutaka1-1/+1
2016-03-16g10: Add const qualifier.NIIBE Yutaka1-2/+2
2016-03-15gpg: Do not rely on a certain evaluation order.Werner Koch1-1/+5
2016-03-14scd: Add manufacturer id 0x000aWerner Koch1-0/+1
2016-03-10g10: Silence message if --quiet is given.Kevin J. McCarthy1-1/+1
2016-03-08gpg: Add a new test.Neal H. Walfield3-2/+616
2016-03-07sm: Implement pinentry loopback and reading passphrases from fd.Justus Winter7-20/+237
2016-03-07sm: Remove unused argument '--fixed-passphrase'.Justus Winter3-10/+0
2016-03-07kbx: Avoid undefined behavior.Justus Winter1-1/+1
2016-03-07scd: Bug fix for a device with multiple interfaces.NIIBE Yutaka1-2/+3
2016-03-04build: Make libusb a hard requirement if the ccid driver is requested.Justus Winter1-3/+16
2016-03-04g10: Drop superfluous declaration.Justus Winter1-1/+0
2016-03-04g10: Guard code against errors.Justus Winter1-7/+8
2016-03-04doc: Drop superfluous 'is'.Justus Winter1-1/+1
2016-03-03dirmngr: Add more missing CFLAGS.Justus Winter1-2/+2
2016-03-03tests/openpgp: Skip gpgtar test if it has not been built.Justus Winter1-0/+6
2016-03-02gpg: Add new program gpgcompose.Neal H. Walfield5-5/+3061
2016-03-02gpg: More robustly detect valid non-armored OpenPGP messages.Neal H. Walfield1-13/+54
2016-03-02common: Provide a function for mapping packet types to strings.Neal H. Walfield1-0/+28
2016-03-02gpg: Rename pop_filter to iobuf_pop_filter and export it.Neal H. Walfield2-11/+19
2016-03-02gpg: Split write_pubkey_enc_from_list.Neal H. Walfield2-61/+73
2016-03-02gpg: Allow the caller to write the contents of a plaintext packet.Neal H. Walfield1-8/+16
2016-03-02gpg: Add a new function for creating binary notations.Neal H. Walfield2-2/+79
2016-03-02gpg: Refactor the printing of binary notations.Neal H. Walfield1-4/+28
2016-03-02tests/openpgp: Make tests more portable.Uldis Anšmits3-6/+6
2016-03-02common: Update README.Justus Winter1-11/+1
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter9-298/+207
2016-03-01dirmngr: Add missing CFLAGS.Justus Winter1-2/+4
2016-03-01tools: Drop superfluous include.Justus Winter1-1/+0
2016-02-26gpg: Prettify a 2 octet hex output.Werner Koch1-1/+2
2016-02-25gpg: Show debugging info if a sig with an unsupported sig class is used.Neal H. Walfield1-1/+6
2016-02-25gpg: More carefully encode a packet's length.Neal H. Walfield1-1/+8
2016-02-25gpg: Avoid directly twiddling bits.Neal H. Walfield1-3/+4