aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-04-27* configure.ac: Removed OpenSC detection and options.Werner Koch1-0/+5
* acinclude.m4: Ditto. * scdaemon.texi: Removed OpenSC specific options. * app-p15.c: New. Basic support for pkcs15 cards without OpenSC. There are quite a couple of things missing but at least I can use my old TCOS cards from the Aegypten-1 development for signing. * app.c (select_application): Detect pkcs15 applications. * Makefile.am (scdaemon_SOURCES): Removed card.c, card-common.h and card-p15.c because they are now obsolete. Added app-p15.c. Removed all OpenSC stuff. * command.c (do_reset, open_card, cmd_serialno, cmd_learn) (cmd_readcert, cmd_readkey, cmd_pksign, cmd_pkdecrypt): Removed all special cases for the old card.c based mechanisms. * scdaemon.c, apdu.c: Removed all special cases for OpenSC.
2005-04-21Preparing a releaseV1-9-16Werner Koch1-0/+2
2005-04-21* configure.ac: Do not build gpg by default.Werner Koch1-0/+9
* gpgsm.c: New options --{enable,disable}-trusted-cert-crl-check. * certchain.c (gpgsm_validate_chain): Make use of it. * certchain.c (gpgsm_validate_chain): Check revocations even for expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not. * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
2005-04-18* configure.ac: Require libksba 0.9.11.Werner Koch1-0/+4
sm/ * call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI. * certlist.c (gpgsm_find_cert): Add new arg KEYID and implement this filter. Changed all callers. * certchain.c (find_up_search_by_keyid): New helper. (find_up): Also try using the AKI.keyIdentifier. (find_up_external): Ditto.
2005-04-17* configure.ac: Remove --disable-old-hkp - use new HKP handler forDavid Shaw1-0/+3
--with-libcurl or --enable-fake-curl.
2005-04-16* configure.ac: Add --disable-old-hkp option that can be used alongDavid Shaw1-0/+5
with --with-libcurl to build the curl version of HKP.
2005-04-152005-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* configure.ac: Check for /usr/bin/shred and define SHRED. tools/ 2005-04-15 Marcus Brinkmann <[email protected]> * symcryptrun.c (remove_file): New function. (confucius_copy_file): Accept new argument PLAIN and shred the file if it is set on error.
2005-04-152005-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+6
* configure.ac: Add --enable-symcryptrun, disabled by default. Define automake variable BUILD_SYMCRYPTRUN. Check for openpty -lutil, define LIBUTIL_LIBS. tools/ 2005-04-15 Marcus Brinkmann <[email protected]> * Makefile.am: Define symcryptrun make variable depending on BUILD_SYMCRYPTUN. (bin_PROGRAMS): Add ${symcryptrun} instead symcryptrun. (symcryptrun_LDADD): Use $(LIBUTIL_LIBS) instead of -lutil.
2005-04-12Check for memrchr()David Shaw1-0/+4
2005-04-05Changes to make use of code taken from libassuan. This replaces theWerner Koch1-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.
2005-03-17* configure.ac: Move the LDAP detecting code to m4/ldap.m4.David Shaw1-0/+4
2005-03-15Preparing a releaseV1-4-1Werner Koch1-0/+4
2005-03-11* configure.ac: New option --enable-noexecstack.Werner Koch1-0/+4
* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users.
2005-03-03* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently usedWerner Koch1-0/+5
--ldflags instead of --cflags. Reported by Kazu Yamamoto. * Makefile.am (AM_CFLAGS): Added PTH_CFLAGS. Noted by Kazu Yamamoto. * Makefile.am (gpgsm_LDADD): Added PTH_LIBS. Noted by Kazu Yamamoto.
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-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.
2005-02-11* configure.ac: Add --enable-fake-curl option to help test no-curl HTTP.David Shaw1-0/+7
* NEWS: Note Mister/Zuccherato CFB countermeasures.
2005-02-04(GNUPG_CHECK_GNUMAKE): Removed. Not needed forWerner Koch1-0/+5
decent automakes.
2005-02-03* NEWS: Fix typo.David Shaw1-0/+4
2005-02-03* AUTHORS: Copied from 1.4 and edited to refelct the changes inWerner Koch1-0/+5
1.9. * agent.h (agent_exit): Add JNLIB_GCC_A_NR to indicate that this function won't return. * gpg-agent.c (check_for_running_agent): Initialize pid to a default value if not needed. * command-ssh.c: Removed stdint.h. s/byte_t/unsigned char/, s/uint32/u32/ becuase that is what we have always used in GnuPG. (ssh_request_specs): Moved to top of file. (ssh_key_types): Ditto. (make_cstring): Ditto. (data_sign): Don't use a variable for the passphrase prompt, make it translatable. (ssh_request_process): * findkey.c (modify_description): Renamed arguments for clarity, polished documentation. Make comment a C-string. Fixed case of DESCRIPTION being just "%". (agent_key_from_file): Make sure comment string to a C-string. * gpg-agent.c (create_socket_name): Cleanup the implemntation, use DIMof, agent_exit, removed superflous args and return the allocated string as value. Documented. Changed callers. (create_server_socket): Cleanups similar to above. Changed callers. (cleanup_do): Renamed to .. (remove_socket): .. this. Changed caller. (handle_connections): The signals are to be handled in the select and not in the accept. Test all FDs after returning from a select. Remove the event tests from the accept calls. The select already assured that the accept won't block.
2005-02-03Forgot to commit the recent fixed to scd and logging - doing it nowWerner Koch1-0/+5
2005-02-03About to do a release candidateWerner Koch1-0/+4
2005-01-23* configure.ac: Define FTPS flag if we're using curl, and FTPS isDavid Shaw1-0/+10
available. * README: Fix some typos (noted by Norihiko Murase), update to 1.4.1, and tweak some descriptions. * NEWS: Note FTPS.
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch1-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.
2005-01-19* NEWS: Note --rfc2440-text import/export-unusable-sigs andDavid Shaw1-0/+8
gpgkeys_curl. * configure.ac: gpgkeys_mailto is disabled by default. Define HTTPS flag if we're using curl, and HTTPS is available.
2005-01-17Same forWerner Koch1-1/+2
--without-included-regex.
2005-01-17Make --without-included-zlib work asWerner Koch1-0/+5
expected. Reported by Norihiko Murase.
2005-01-13* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch1-0/+16
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
2005-01-03* configure.ac: Use new GNUPG_CHECK_LIBUSB macro.David Shaw1-0/+4
2004-12-30* configure.ac: Better implementation for the SRV check. We don't need toDavid Shaw1-0/+6
actually check all the header files individually since the SRV test compile uses them together.
2004-12-24* configure.ac: Use new LIBCURL_CHECK_CONFIG macro for all libcurl stuff.David Shaw1-0/+6
This simplifies, and we don't need the automake conditional stuff any longer.
2004-12-22(set_binary): New.Werner Koch1-0/+4
(main, open_read, open_fwrite): Use it.
2004-12-22* configure.ac: --enable-ftp is on by default, --with-libcurl is off byDavid Shaw1-0/+6
default. If we have neither of --enable-ftp or --enable-http, don't even check for curl.
2004-12-21As always, CVS leaves out the local directory?David Shaw1-0/+5
2004-12-20* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch1-0/+5
directories default to c:/gnupg. Require libassuan 0.6.9. * gpg-agent.c (main) [W32]: Now that Mutexes work we can remove the pth_init kludge. (main): Add new options --[no-]use-standard-socket. (check_for_running_agent): Check whether it is running on the standard socket. * sysutils.h [W32]: Define sleep. * util.h: Add prototype for mkdtemp. * call-agent.c (start_agent): Before starting a pipe server start to connect to a server on the standard socket. Use PATHSEP * call-dirmngr.c (start_dirmngr): Use PATHSEP. * import.c: Include unistd.h for dup and close.
2004-12-20* seckey-cert.c (do_check): Handle case when checksum was okay butWerner Koch1-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.
2004-12-18Oddly commit missed this one.David Shaw1-0/+5
* configure.ac: Call the new GNUPG_CHECK_READLINE macro for readline stuff.
2004-12-18* configure.ac (AH_BOTTOM): Define EXEEXT_S.Werner Koch1-0/+6
* autogen.sh: Updated --build-w32 feature. * gpg-agent.c (main): Remove special Pth initialize. * w32-pth.c (pth_init): Reverse return values. Use TRUE and FALSE constants. (pth_kill, pth_mutex_acquire, pth_attr_set, pth_join, pth_cancel): Ditto. * scdaemon.c (main) [W32]: Remove special Pth initialize..
2004-12-17* configure.ac: Add a --with-ldap=DIR so people can add to the searchDavid Shaw1-0/+5
path.
2004-12-16* configure.ac: Check for arpa/nameser.h.David Shaw1-0/+4
2004-12-16About to release 1.4.0Werner Koch1-0/+4
2004-12-15A whole bunch of changes to allow building for W32.Werner Koch1-0/+10
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-4/+10
2004-12-06* configure.ac (have_w32_system): New. Disable Pth checks for W32.Werner Koch1-0/+5
Link jnlib/w32-pth.h to pth.h. * Makefile.am (pkglib_PROGRAMS): Build only for W32. * keydb.c: Don't define DIRSEP_S here.
2004-12-03Preparing 1.9.13Werner Koch1-1/+4
2004-12-02First take on a W32 portWerner Koch1-0/+6
2004-11-17(open_info_file): New.Werner Koch1-0/+5
(main): Unconditionally implement --status-file, --logger-file, --attribute-file, --passphrase-file, --command-file. This is not generally useful but easy to support and might make scripting under Windows easier.
2004-11-06* configure.ac: Autodetect wldap32 on Windoze.David Shaw1-0/+4
2004-11-05* README, configure.ac: Add --enable-backsigs to enable the experimentalDavid Shaw1-0/+5
backsigs code.
2004-10-28About to release 1.3.92Werner Koch1-0/+4
2004-10-26* configure.ac: New option --disable-gnupg-iconv, defineWerner Koch1-1/+7
USE_GNUPG_ICONV. (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. (UNIT64_C): Don't include inttype.h uncoditional but use a test to ensure that it gets into conftest.h. (AH_TOP): New. Prevent double inclusion of config.h. * config.links: Use HOST instead of TARGET.