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