aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * NEWS: Note --fetch-keys.David Shaw2005-12-081-0/+4
|
* Missed file.David Shaw2005-12-061-1/+3
|
* * Makefile.am: Some cleanup so we don't build files that are completelyDavid Shaw2005-12-061-0/+6
| | | | | | ifdeffed out. This causes a warning on Sun's cc. Do sha512.c as well for consistency.
* * NEWS: Note backsigs, the xxxxx-clean options, and the xxxxx-minimalDavid Shaw2005-11-181-0/+5
| | | | | options.
* Fix various build warnings reported by Joe Vender on MinGW.David Shaw2005-11-031-0/+4
|
* * NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip.David Shaw2005-10-141-0/+8
| | | | | | * configure.ac: Remove the backsig configure options since this is all done at runtime now.
* * getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2),David Shaw2005-10-111-0/+6
| | | | | | | keygen.c (make_backsig): Did some backsig interop testing with the PGP folks. All is well, so I'm turning generation of backsigs on for new keys. Checking for backsigs on verification is still off.
* Fixes for the g10.c -> gpg.c renamedWerner Koch2005-10-051-0/+4
|
* 2005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-031-0/+4
| | | | | | | | | | * configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS. scripts/ 2005-10-02 Marcus Brinkmann <[email protected]> * autogen.sh (DIE): Remove ugly hack for po dir suppression.
* * fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenamesDavid Shaw2005-08-311-0/+4
| | | | | | into full paths using $HOME if possible, or getpwuid/getpwnam if necessary. (make_filename): Use it here.
* * configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD.David Shaw2005-08-091-0/+5
|
* Add gpg-zip, a la PGP Zip.David Shaw2005-08-041-0/+4
|
* Implemented PKA trust modelWerner Koch2005-07-281-0/+4
|
* Converted all m_free to xfree etc.Werner Koch2005-07-271-0/+4
|
* First commit to Subversion.Werner Koch2005-07-271-0/+4
|
* * NEWS, configure.ac: Switch over to using curl or fake-curl byDavid Shaw2005-07-271-0/+5
| | | | | default. Add --enable-old-keyserver-helpers to not use curl.
* Preparing a releaseWerner Koch2005-07-261-0/+4
|
* * configure.ac: Add a define for FAKE_CURL.David Shaw2005-07-201-0/+4
|
* * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch2005-07-191-0/+4
| | | | | | | | | | * export.c (parse_export_options): New option export-reset-subkey-passwd. (do_export_stream): Implement it. * misc.c (get_libexecdir): New. * keyserver.c (keyserver_spawn): Use it
* Preparing a release candidateWerner Koch2005-06-211-0/+4
|
* * NEWS: Note key cleaning commands.David Shaw2005-06-201-0/+4
|
* * configure.ac: Add check for no-pointer-sign warning keyword, andDavid Shaw2005-06-131-0/+5
| | | | | disable. This is gcc4 specific.
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-0/+8
|
* * NEWS: Note command completion and the new curl-based HKP helper.David Shaw2005-05-261-0/+4
|
* * configure.ac: Remove --disable-old-hkp - use new HKP handler forDavid Shaw2005-04-171-0/+3
| | | | | --with-libcurl or --enable-fake-curl.
* * configure.ac: Add --disable-old-hkp option that can be used alongDavid Shaw2005-04-161-0/+5
| | | | | with --with-libcurl to build the curl version of HKP.
* Check for memrchr()David Shaw2005-04-121-0/+4
|
* Changes to make use of code taken from libassuan. This replaces theWerner Koch2005-04-051-0/+11
| | | | | | | old ad-hoc connection code to gpg-agent. We do need this for the forthcoming diversion of card code to an already running gpg-agent with card-support.
* * configure.ac: Move the LDAP detecting code to m4/ldap.m4.David Shaw2005-03-171-0/+4
|
* Preparing a releaseV1-4-1Werner Koch2005-03-151-0/+4
|
* * configure.ac: New option --enable-noexecstack.Werner Koch2005-03-111-0/+4
| | | | | | * Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users.
* * card-util.c (fetch_url): Fetch the key from the defaultWerner Koch2005-02-161-0/+4
| | | | | | | | keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
* * configure.ac: Add --enable-fake-curl option to help test no-curl HTTP.David Shaw2005-02-111-0/+7
| | | | | * NEWS: Note Mister/Zuccherato CFB countermeasures.
* (GNUPG_CHECK_GNUMAKE): Removed. Not needed forWerner Koch2005-02-041-0/+5
| | | | | decent automakes.
* * NEWS: Fix typo.David Shaw2005-02-031-0/+4
|
* About to do a release candidateWerner Koch2005-02-031-0/+4
|
* * configure.ac: Define FTPS flag if we're using curl, and FTPS isDavid Shaw2005-01-231-0/+10
| | | | | | | | | | available. * README: Fix some typos (noted by Norihiko Murase), update to 1.4.1, and tweak some descriptions. * NEWS: Note FTPS.
* * g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch2005-01-201-0/+6
| | | | | | | | | initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY.
* * NEWS: Note --rfc2440-text import/export-unusable-sigs andDavid Shaw2005-01-191-0/+8
| | | | | | | | gpgkeys_curl. * configure.ac: gpgkeys_mailto is disabled by default. Define HTTPS flag if we're using curl, and HTTPS is available.
* Same forWerner Koch2005-01-171-1/+2
| | | | | --without-included-regex.
* Make --without-included-zlib work asWerner Koch2005-01-171-0/+5
| | | | | expected. Reported by Norihiko Murase.
* * configure.ac: Use new GNUPG_CHECK_LIBUSB macro.David Shaw2005-01-031-0/+4
|
* * configure.ac: Better implementation for the SRV check. We don't need toDavid Shaw2004-12-301-0/+6
| | | | | | actually check all the header files individually since the SRV test compile uses them together.
* * configure.ac: Use new LIBCURL_CHECK_CONFIG macro for all libcurl stuff.David Shaw2004-12-241-0/+6
| | | | | | This simplifies, and we don't need the automake conditional stuff any longer.
* * configure.ac: --enable-ftp is on by default, --with-libcurl is off byDavid Shaw2004-12-221-0/+6
| | | | | | default. If we have neither of --enable-ftp or --enable-http, don't even check for curl.
* As always, CVS leaves out the local directory?David Shaw2004-12-211-0/+5
|
* * seckey-cert.c (do_check): Handle case when checksum was okay butWerner Koch2004-12-201-0/+5
| | | | | | | | | passphrase still wrong. Roman Pavlik found such a case. * mpicoder.c (mpi_read_from_buffer): Don't abort in case of an invalid MPI but print a message and return NULL. Use log_info and not log_error.
* Oddly commit missed this one.David Shaw2004-12-181-0/+5
| | | | | | * configure.ac: Call the new GNUPG_CHECK_READLINE macro for readline stuff.
* * configure.ac: Add a --with-ldap=DIR so people can add to the searchDavid Shaw2004-12-171-0/+5
| | | | | path.
* * configure.ac: Check for arpa/nameser.h.David Shaw2004-12-161-0/+4
|