aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* About to release 1.4.3gnupg-1.4.3Werner Koch2006-04-031-1/+1
|
* * configure.ac: Improved --disable-endian-check that doesn't involveDavid Shaw2006-03-201-7/+15
| | | | | changing #ifdefs in the rest of the code.
* * configure.ac: Add --disable-endian-check for building fat binariesDavid Shaw2006-03-201-1/+12
| | | | | | | 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-3/+23
| | | | | Apple-specific BIND_8_COMPAT.
* keep on walking towards rc3Werner Koch2006-03-091-2/+2
|
* Preparing for an RC23Werner Koch2006-03-091-1/+1
|
* Fixed problem with PGP2 style signatures and mutilple plaintext dataWerner Koch2006-03-061-1/+1
|
* * configure.ac: Fix accidental enabling of SHA-384/512. Noted by NelsonDavid Shaw2006-03-011-1/+1
| | | | | H. F. Beebe.
* * configure.ac: Try linking the UINT64_C test program (rather thanDavid Shaw2006-02-191-2/+2
| | | | | | 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-2/+2
|
* Lock random seed fileWerner Koch2006-02-091-0/+1
|
* * configure.ac: Add define for EXEEXT so we can find keyserver helpersDavid Shaw2006-01-221-0/+3
| | | | | on systems that use extensions.
* New code to do DNS CERT queries.David Shaw2005-12-231-3/+13
|
* * configure.ac: Split PKA checking off from DNS SRV checking.David Shaw2005-12-231-16/+31
| | | | | | Currently PKA is only enabled if HTTP or HKP is enabled which is not necessary.
* Some cleanup so we don't build files that are completely ifdeffed out. David Shaw2005-12-061-4/+9
| | | | | | This causes a warning on Sun's cc. Do the internal regex code as well for consistency.
* * Makefile.am: Some cleanup so we don't build files that are completelyDavid Shaw2005-12-061-6/+18
| | | | | | ifdeffed out. This causes a warning on Sun's cc. Do sha512.c as well for consistency.
* Fix various build warnings reported by Joe Vender on MinGW.David Shaw2005-11-031-0/+1
|
* * NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip.David Shaw2005-10-141-11/+0
| | | | | | * 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-4/+4
| | | | | | | 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-1/+1
|
* 2005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-031-0/+1
| | | | | | | | | | * 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.
* * mainproc.c (proc_symkey_enc): Take care of a canceled passphraseWerner Koch2005-09-201-2/+2
| | | | | prompt.
* * fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenamesDavid Shaw2005-08-311-2/+2
| | | | | | 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-6/+0
|
* Add gpg-zip, a la PGP Zip.David Shaw2005-08-041-1/+2
|
* Implemented PKA trust modelWerner Koch2005-07-281-1/+3
|
* * NEWS, configure.ac: Switch over to using curl or fake-curl byDavid Shaw2005-07-271-48/+10
| | | | | default. Add --enable-old-keyserver-helpers to not use curl.
* post release version number updatesWerner Koch2005-07-261-1/+1
|
* Preparing a releaseWerner Koch2005-07-261-1/+1
|
* * configure.ac: Add a define for FAKE_CURL.David Shaw2005-07-201-0/+1
|
* * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch2005-07-191-1/+8
| | | | | | | | | | * 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
* Post release version number updateWerner Koch2005-06-211-1/+1
|
* Preparing a release candidateWerner Koch2005-06-211-1/+1
|
* * configure.ac: Add check for no-pointer-sign warning keyword, andDavid Shaw2005-06-131-1/+15
| | | | | disable. This is gcc4 specific.
* .Werner Koch2005-05-311-1/+1
|
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-3/+3
|
* * configure.ac: Remove --disable-old-hkp - use new HKP handler forDavid Shaw2005-04-171-10/+4
| | | | | --with-libcurl or --enable-fake-curl.
* * configure.ac: Add --disable-old-hkp option that can be used alongDavid Shaw2005-04-161-0/+8
| | | | | with --with-libcurl to build the curl version of HKP.
* Check for memrchr()David Shaw2005-04-121-2/+1
|
* Changes to make use of code taken from libassuan. This replaces theWerner Koch2005-04-051-8/+36
| | | | | | | 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-61/+3
|
* Post release preparationsWerner Koch2005-03-151-1/+1
|
* Preparing a releaseV1-4-1Werner Koch2005-03-151-1/+1
|
* * configure.ac: New option --enable-noexecstack.Werner Koch2005-03-111-0/+25
| | | | | | * 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-1/+1
| | | | | | | | 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-4/+12
| | | | | * NEWS: Note Mister/Zuccherato CFB countermeasures.
* (GNUPG_CHECK_GNUMAKE): Removed. Not needed forWerner Koch2005-02-041-1/+0
| | | | | decent automakes.
* About to do a release candidateWerner Koch2005-02-031-1/+1
|
* * configure.ac: Define FTPS flag if we're using curl, and FTPS isDavid Shaw2005-01-231-1/+4
| | | | | | | | | | 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/+2
| | | | | | | | | 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.