aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Preparing a release candidategnupg-1.4.5rc1Werner Koch2006-07-281-0/+4
|
* * configure.ac: Fix resolver autoconf code so it works (fails)David Shaw2006-07-081-0/+5
| | | | | properly with uClibc.
* About to do a new releaseWerner Koch2006-06-251-0/+4
|
* * configure.ac: Add --disable-optimization. This is handy for debuggingDavid Shaw2006-05-231-0/+6
| | | | | so the compiler doesn't rearrange things and eliminate variables.
* 2006-05-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-221-0/+5
| | | | | | | | | | | * configure.ac: Remove check for noexecstack and invoke CL_AS_NOEXECSTACK instead. m4/ 2006-05-22 Marcus Brinkmann <[email protected]> * noexecstack.m4: New file.
* Fixed OSF5 warning suppression.Werner Koch2006-05-161-0/+7
|
* * NEWS: Note SHA-224 and DSA2.David Shaw2006-04-271-0/+7
| | | | | | * configure.ac: Remove --enable-old-keyserver-helpers. Comment out --enable-m-guard for now.
* use minimal posix sed Werner Koch2006-04-121-0/+5
|
* See ChangeLogWerner Koch2006-04-081-0/+10
|
* About to release 1.4.3gnupg-1.4.3Werner Koch2006-04-031-0/+4
|
* * README: Some more notes about building fat binaries.David Shaw2006-03-301-0/+4
|
* * README: Missing some instructions on building a fat binary.David Shaw2006-03-251-0/+4
|
* * configure.ac: Improved --disable-endian-check that doesn't involveDavid Shaw2006-03-201-0/+5
| | | | | changing #ifdefs in the rest of the code.
* * configure.ac: Add --disable-endian-check for building fat binariesDavid Shaw2006-03-201-0/+7
| | | | | | | on OSX. * README: Add note on how to build a fat binary on OSX.
* * configure.ac: Allow the DNS stuff to work on OSX by trying theDavid Shaw2006-03-181-0/+5
| | | | | Apple-specific BIND_8_COMPAT.
* Preparing for an RC23Werner Koch2006-03-091-0/+4
|
* * NEWS: Note CERT retrieval. Tweak PKA and backsig language to matchDavid Shaw2006-03-081-0/+3
| | | | | current code.
* * NEWS: Note --auto-key-locate and that keyservers can handle binary dataDavid Shaw2006-03-071-0/+5
| | | | | now.
* * configure.ac: Fix accidental enabling of SHA-384/512. Noted by NelsonDavid Shaw2006-03-011-0/+5
| | | | | H. F. Beebe.
* * configure.ac: Try linking the UINT64_C test program (rather thanDavid Shaw2006-02-191-0/+6
| | | | | | just compiling it) as UINT64_C looks like a (missing) function, causing a false positive. Noted by Claus Assmann.
* about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch2006-02-141-1/+5
|
* Lock random seed fileWerner Koch2006-02-091-0/+4
|
* * configure.ac: Add define for EXEEXT so we can find keyserver helpersDavid Shaw2006-01-221-0/+5
| | | | | on systems that use extensions.
* New code to do DNS CERT queries.David Shaw2005-12-231-0/+4
|
* * configure.ac: Split PKA checking off from DNS SRV checking.David Shaw2005-12-231-0/+6
| | | | | | Currently PKA is only enabled if HTTP or HKP is enabled which is not necessary.
* * 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.