summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dirmmgr: Use a portability wrapper for struct timeval.Werner Koch2014-03-071-8/+15
* Silence more warnings about unused vars and args.Werner Koch2014-03-075-15/+27
* dirmngr: Simplify strtok macro.Werner Koch2014-03-071-4/+3
* Use attribute __gnu_printf__ also in estream header files.Werner Koch2014-03-072-10/+18
* Use attribute __gnu_printf__ with our estream-printf functions.Werner Koch2014-03-071-2/+9
* w32: Silence warnings about unused vars.Werner Koch2014-03-075-10/+24
* w32: Fix a potential problem in gpgconf's gettext.Werner Koch2014-03-071-0/+2
* Silence several warnings when building under Windows.Werner Koch2014-03-0712-16/+64
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-0721-7/+70
* gl: Avoid warning about shadowing an arg.Werner Koch2014-03-071-2/+2
* common: Fix build problem with Sun Studio compiler.Werner Koch2014-03-071-4/+6
* gpg: Do not require a trustdb with --always-trust.Werner Koch2014-03-075-22/+66
* gpg: Print a "not found" message for an unknown key in --key-edit.Werner Koch2014-03-071-1/+4
* gpg: Protect against rogue keyservers sending secret keys.Werner Koch2014-03-073-4/+15
* agent: Fix UPDATESTARTUPTTY for ssh.Werner Koch2014-03-071-2/+1
* gpgv: Init Libgcrypt to avoid syslog warning.Werner Koch2014-03-071-1/+9
* Improve libcurl detection.Werner Koch2014-03-071-1/+5
* gpg: Remove legacy keyserver examples from the template conf file.Werner Koch2014-03-071-7/+0
* w32: Define WINVER only if needed.Werner Koch2014-03-071-1/+3
* w32: Remove unused code.Werner Koch2014-03-071-98/+0
* agent: Make --allow-mark-trusted the default.Werner Koch2014-03-074-10/+20
* ssh: Add support for Putty.Werner Koch2014-03-077-7/+473
* agent: Fix binary vs. text mode problem in ssh.Werner Koch2014-03-071-32/+39
* Fix syntax error for building on APPLE.Werner Koch2014-03-071-1/+1
* Ignore obsolete option --disable-keypad.Werner Koch2014-03-071-0/+3
* Allow marking options as ignored.Werner Koch2014-03-072-14/+31
* common: Fix recent commit 55656208.Werner Koch2014-03-061-3/+3
* Fix g10/trust.c.NIIBE Yutaka2014-03-061-3/+3
* common: Replace all macros in strusage() returned strings.Werner Koch2014-02-261-71/+5
* common: New function map_static_macro_string.Werner Koch2014-02-265-2/+281
* common: New function get_membuf_shrink.Werner Koch2014-02-262-0/+26
* agent: Fixed unresolved symbol under Windows.Werner Koch2014-02-261-1/+1
* common: Require an installed libiconv.Werner Koch2014-02-262-89/+16
* gpg: Silent more compiler warnings due to some configure options.Werner Koch2014-02-101-1/+22
* tests: Avoid segv if dns cert lookup is not configured.Werner Koch2014-02-101-4/+4
* gpg: Cleanup compiler warnings due to some configure options.Werner Koch2014-02-102-3/+11
* gpg: Allow building without any trust model support.Werner Koch2014-02-1023-650/+960
* tests: Handle disabled algorithms.Werner Koch2014-02-103-6/+32
* Silence annoying ABI change warning.Werner Koch2014-02-071-13/+41
* Allow disabling of card support.Werner Koch2014-02-072-5/+25
* gpg: List only available algos in --gen-key.Werner Koch2014-02-071-0/+15
* gpg: Change --print-mds to output enabled OpenPGP algos.Werner Koch2014-02-071-15/+19
* gpg: Avoid compiler warnings for disabled algos.Werner Koch2014-02-071-1/+63
* gpg: Change format for the key size in --list-key and --edit-key.Werner Koch2014-02-0511-52/+153
* gpg: Add configure options to disable algorithmsWerner Koch2014-01-313-28/+101
* gpg: Improve --version algo info output.Werner Koch2014-01-312-16/+67
* gpg: Start using OpenPGP digest algo ids.Werner Koch2014-01-313-30/+63
* gpg: Use only OpenPGP cipher algo ids.Werner Koch2014-01-314-36/+87
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-3021-250/+320
* gpg: Remove cipher.h and put algo ids into a common file.Werner Koch2014-01-2925-129/+142