aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * curl-shim.h, curl-shim.c, gpgkeys_hkp.c: Rename curl_escape() toDavid Shaw2007-01-164-7/+12
| | | | | curl_easy_escape() to match cURL.
* * libcurl.m4: Check for curl_easy_escape() and curl_easy_unescape().David Shaw2007-01-162-7/+35
| | | | | | Replace with curl_escape() and curl_unescape() if libcurl doesn't have it.
* * config.links: powerpc64* needs to come before powerpc* or it willDavid Shaw2007-01-162-5/+11
| | | | | | never match. Reported by Alon Bar-Lev for libgcrypt, but relevant here as well.
* * gpgkeys_hkp.c (send_key): Allow GPG to send any armored key lineDavid Shaw2007-01-162-20/+29
| | | | | length without problems. Reported by Felix von Leitner.
* * parse-packet.c (read_protected_v3_mpi): Make sure to stopWerner Koch2007-01-153-2/+9
| | | | | | | reading even for corrupted packets. * keygen.c (generate_user_id): Need to allocate one byte more. Reported by Felix von Leitner.
* Installed revised translation.Werner Koch2006-12-223-3606/+2875
|
* * configure.ac: Only check for libusb if we're building with cardDavid Shaw2006-12-212-1/+9
| | | | | support. Noted by Gilles Espinasse.
* * options.skel: Tweak some examples to match reality and update theDavid Shaw2006-12-152-23/+23
| | | | | RFC for CERT now that it is out of draft.
* Fix bug#739 (proxy/shutdown)Werner Koch2006-12-142-2/+10
|
* * Makefile.am: Install options.skel via dist_pkgdata_DATA so thatDavid Shaw2006-12-132-5/+7
| | | | | "make uninstall" works properly.
* distribute gnupg1.info. Fixes bug#740.Werner Koch2006-12-132-2/+5
|
* Removed references to removed g10defs.h file.Werner Koch2006-12-133-2/+4
|
* Removed the use of g10defs.h.Werner Koch2006-12-1129-157/+267
| | | | | | This required some code cleanups and the introduction of a few accessor ducntions in mpi.
* * configure.ac: AM_CONDITIONAL must not be used inside an if/then.David Shaw2006-12-082-13/+16
|
* /Werner Koch2006-12-075-3/+13
| | | | | | | | | * configure.ac: Remove GNUPG_DATADIR for non-W32 systems. g10/ * Makefile.am (AM_CPPFLAGS): Define GNUPG_DATADIR. * openfile.c (copy_options_file): Use log_info and not log_error to avoid error returns in case of a missing skeleton file.
* Post release updatesWerner Koch2006-12-062-2/+6
|
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-0656-10114/+21043
|
* Changing the way man pages are build.Werner Koch2006-12-047-5957/+1366
|
* * ksutil.c (classify_ks_search): Try and recognize a key ID evenDavid Shaw2006-12-042-4/+22
| | | | | | | without the 0x prefix. This isn't exact (it's possible that a user ID string happens to be 8 or 16 digits of hex), but it's extremely unlikely. Plus GPG itself makes the same assumption.
* * keyedit.c (menu_clean): Show "already minimized" rather thanDavid Shaw2006-12-032-1/+12
| | | | | | "already clean" when a minimized key is minimized again. From Dirk Traulsen.
* * gpgkeys_hkp.c (search_key): HKP keyservers like the 0x to be presentDavid Shaw2006-12-032-0/+11
| | | | | when searching by keyID.
* * NEWS: Note the CVE for bug#728, --s2k-count, --passphrase-repeat,David Shaw2006-12-032-3/+25
| | | | | and the OpenSSL exception.
* * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): AddDavid Shaw2006-12-034-32/+55
| | | | | | | --passphrase-repeat option to control how many times gpg will re-prompt for a passphrase to ensure the user has typed it correctly. Defaults to 1.
* Preparing an RCWerner Koch2006-11-2933-5755/+5766
|
* * openfile.c (ask_outfile_name): Fixed buffer overflow occurringWerner Koch2006-11-272-1/+6
| | | | | | if make_printable_string returns a longer string. Fixes bug 728.
* Missing changelog entryDavid Shaw2006-11-061-0/+9
|
* * configure.ac: --enable-minimal leaves out gettext and all resolverDavid Shaw2006-11-062-15/+25
| | | | | functions (SRV, PKA, & CERT).
* * gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change.David Shaw2006-11-062-5/+8
| | | | | Key-not-found still has a HTML response.
* New command --gpgconf-test.Werner Koch2006-10-235-0/+20
|
* * gpgkeys_hkp.c (curl_mrindex_writer): Print a warning if we see HTMLDavid Shaw2006-10-202-1/+9
| | | | | coming back from a MR hkp query.
* * parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw2006-10-135-5/+43
| | | | | | | | | packed s2k iteration count. * main.h, options.h, gpg.c (encode_s2k_iterations, main), passphrase.c (hash_passphrase): Add --s2k-count option to specify the number of s2k hash iterations.
* * keyserver.c (keyserver_spawn): Write the 16-digit keyid rather thanDavid Shaw2006-10-062-3/+12
| | | | | whatever key selector the user used on the command line.
* * strsep.c (strsep): It's strsep, not strsep2 from testing. (If I hadDavid Shaw2006-10-032-1/+6
| | | | | a dollar for every time I've done that...)
* Fixed bug 518Werner Koch2006-10-022-2/+11
|
* fix for bug 537 and documentation fixes.Werner Koch2006-10-029-31/+105
|
* Add compat.h to distfilesDavid Shaw2006-09-281-0/+1
|
* Move strsep() and ascii_isspace() to libcompat.David Shaw2006-09-289-60/+69
|
* Put in the basic wiring (just hextobyte for now) for a libcompat.a thatDavid Shaw2006-09-2812-59/+64
| | | | | | | can contain replacement files that can be linked to keyserver helpers without bringing in the whole libutil.a. libutil.a contains a complete copy of libcompat.a so we only need to link to one of them.
* * gpgkeys_ldap.c (build_attrs), ksutil.c (ks_toupper, ks_strcasecmp),David Shaw2006-09-284-33/+10
| | | | | | ksutil.h: Remove the need for strcasecmp as the field tags are always lowercase.
* Allow to build w/o curl.Werner Koch2006-09-2613-36/+169
|
* Post release updates.Werner Koch2006-08-0129-326/+330
|
* MOves trunk to a new branch.Werner Koch2006-08-010-0/+0
|
* Forgot this one.gnupg-1.4.5Werner Koch2006-08-011-1/+1
|
* Preparing 1.4.5Werner Koch2006-08-015-15/+32
|
* Fix bug 655Werner Koch2006-07-312-1/+5
|
* Fixed bug 479. Not a real good fix but a reliable one which limits possibleWerner Koch2006-07-3133-569/+940
| | | | | breakage of other partys of the code.
* 2006-07-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-07-292-0/+5
| | | | | * secmem.c (init_pool): Close FD after establishing the mapping.
* Preparing a release candidategnupg-1.4.5rc1Werner Koch2006-07-2810-16/+6043
|
* * Makefile.am: Fix missing include path for gpgkeys_finger (needs theDavid Shaw2006-07-262-0/+7
| | | | | | libcurl path, even though it doesn't use libcurl because of ksutil.c:curl_err_to_gpg_err(). Noted by Gilbert Fernandes.
* Fixed memory allocation bug and typos.Werner Koch2006-07-2634-2984/+2784
|