aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-26prepare a release.gnupg-1.4.9Werner Koch1-2/+2
2007-10-27* README: Update notes about OSX Leopard.David Shaw1-5/+8
2007-10-23Switched to GPLv3.Werner Koch1-3/+3
Updated gettext.
2006-12-06Preparing a releasegnupg-1.4.6Werner Koch1-0/+8
2006-10-02fix for bug 537 and documentation fixes.Werner Koch1-10/+11
2006-08-01Preparing 1.4.5Werner Koch1-5/+5
2006-06-25Ready for a releasegnupg-1.4.4Werner Koch1-4/+4
2006-05-16Fixed OSF5 warning suppression.Werner Koch1-5/+0
2006-03-30* README: Some more notes about building fat binaries.David Shaw1-1/+4
2006-03-25* README: Missing some instructions on building a fat binary.David Shaw1-1/+1
2006-03-20* configure.ac: Add --disable-endian-check for building fat binariesDavid Shaw1-11/+25
on OSX. * README: Add note on how to build a fat binary on OSX.
2006-02-14about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch1-1/+1
2005-09-07Updated card stuff to support T=0 cards.Werner Koch1-1/+1
2005-07-27First commit to Subversion.Werner Koch1-1/+1
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-5/+27
2005-04-05Changes to make use of code taken from libassuan. This replaces theWerner Koch1-6/+12
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-15Post release preparationsWerner Koch1-1/+1
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-01-23* configure.ac: Define FTPS flag if we're using curl, and FTPS isDavid Shaw1-20/+21
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-4/+5
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.
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-2/+2
2004-11-17(open_info_file): New.Werner Koch1-1/+1
(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-05* README, configure.ac: Add --enable-backsigs to enable the experimentalDavid Shaw1-1/+9
backsigs code.
2004-10-28About to release 1.3.92Werner Koch1-1/+1
2004-10-26* configure.ac: New option --disable-gnupg-iconv, defineWerner Koch1-0/+11
USE_GNUPG_ICONV.
2004-10-15* README: Mentioned --enable-selinux-support.Werner Koch1-1/+5
* status.h (STATUS_NEED_PASSPHRASE_PIN): New. * status.c (get_status_string): Added. * passphrase.c (ask_passphrase): Moved status printing to .. * cardglue.c (pin_cb): .. here and issue new status message. * keyedit.c (sign_uids): Don't include the leading LF in the translatable string but print them separately. * apdu.c (apdu_open_remote_reader) [_WIN32]: We don't have ENOSYS.
2004-10-01* mk-w32-dist: Updated from stable branch.Werner Koch1-1/+1
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded.
2004-09-09* README: Doc --disable-card-support and --without-readline.Werner Koch1-2/+13
* configure.ac: Check for readline. Make enable-card-support the default. New option --without-readline. Allow the use of either the development or the stable libusb. * cardglue.h: Add members for CA fingerprints. * cardglue.c (agent_release_card_info): Invalid them. (learn_status_cb): Store them. * app-common.h, app-openpgp.c, iso7816.c, iso7816.h * apdu.c, apdu.h, ccid-driver.c, ccid-driver.h * card-util.c: Updated from current gnupg-1.9. * ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New. * ccid-driver.c (ccid_open_reader): Support the stable 0.1 version of libusb. (ccid_get_atr): Handle short messages. * apdu.c (my_rapdu_get_status): Implemented. * apdu.c: Include <signal.h>. * apdu.c (reader_table_s): Add function pointers for the backends. (apdu_close_reader, apdu_get_status, apdu_activate) (send_apdu): Make use of them. (new_reader_slot): Intialize them to NULL. (dump_ccid_reader_status, ct_dump_reader_status): New. (dump_pcsc_reader_status): New. (open_ct_reader, open_pcsc_reader, open_ccid_reader) (open_osc_reader, open_rapdu_reader): Intialize function pointers. (ct_activate_card, ct_send_apdu, pcsc_send_apdu, osc_send_apdu) (error_string): Removed. Replaced by apdu_strerror. (get_ccid_error_string): Removed. (ct_activate_card): Remove the unused loop. (reset_ct_reader): Implemented. (ct_send_apdu): Activate the card if not yet done. (pcsc_send_apdu): Ditto. * ccid-driver.h: Add error codes. * ccid-driver.c: Implement more or less proper error codes all over the place. * apdu.c (apdu_send_direct): New. (get_ccid_error_string): Add some error code mappings. (send_apdu): Pass error codes along for drivers already supporting them. (host_sw_string): New. (get_ccid_error_string): Use above. (send_apdu_ccid): Reset the reader if it has not yet been done. (open_ccid_reader): Don't care if the ATR can't be read. (apdu_activate_card): New. (apdu_strerror): New. (dump_reader_status): Only enable it with opt.VERBOSE. * iso7816.c (map_sw): Add mappings for the new error codes. * apdu.c (open_ct_reader, open_pcsc_reader, open_ccid_reader) (reset_ccid_reader, open_osc_reader): Call dump_reader_status only in verbose mode. * app-openpgp.c (do_getattr): Fix for sending CA-FPR. * app-openpgp.c (app_openpgp_readkey): Fixed check for valid exponent. * app-openpgp.c (do_setattr): Sync FORCE_CHV1. * card-util.c (change_login): Kludge to allow reading data from a file. (card_edit): Pass ARG_STRING to change_login. (card_status): Print CA fingerprints. (change_cafpr): New. (card_edit): New command CAFPR. * errors.h (G10ERR_NO_CARD, G10ERR_CANCELED): New error codes. * errors.c (g10_errstr): New error codes G10ERR_NO_CARD, G10ERR_CANCELED.
2004-05-20* NEWS: Note HTTP key fetching.David Shaw1-4/+3
* README: Update version and note that HKP is no longer build in. * configure.ac: Handle --disable-http and other code to properly build gpgkeys_http.
2004-02-26* README: Update copyright.David Shaw1-3/+3
* NEWS: Note --max-output, --list-config, --min-cert-level, AIX fix, new http-proxy keyserver-option, new LDAP server code, TLS, LDAPS, and --show-session-key with --symmetric.
2004-01-28* NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes, andDavid Shaw1-0/+7
Elgamal removal. * README, configure.ac: Add --enable-key-cache=SIZE configure option. This sets the key/uid cache size. Default is 4096.
2003-12-01* NEWS: Note --disable-rsa.David Shaw1-10/+39
* configure.ac: Add --disable-rsa. * README: Add --with-zlib, --with-bzip2, --without-bzip2, --disable-rsa, and --enable-minimal. Update gettext version.
2003-12-01* README: Update version number. Add BZIP2. Remove Elgamal sign+encrypt.David Shaw1-14/+13
2003-11-27about to release 1.3.4Werner Koch1-1/+1
2003-08-26* NEWS: Note %g and %p, the "tru" --with-colons record, and the REVKEYSIGDavid Shaw1-3/+10
--status-fd tag. * README: Add a note about the SunOS symbol underscore problem and how to fix it. Note problem with gcc < 2.96 and non-gnu as.
2003-05-11* configure.ac: Remove some stuff no longer needed with newer autoconf.David Shaw1-52/+64
Use AC_GNU_SOURCE instead of defining _GNU_SOURCE manually. Add check for strchr() for gettext. Add "ngettext" check for gettext, since that check supposedly implies a check for bind_textdomain_codeset. Add check for times() for random.c. Fix URL for EGD. Make --enable-old-tiger match the stable branch as a separate item. * NEWS: "OpenPGP" trust model is now "PGP". Add note about TIGER being dropped from OpenPGP. Note trust bug fix. * README: Fix all URLs to point to the right place in the reorganized gnupg.org web pages. Some minor language fixes.
2003-04-23* configure.ac: Big warning that TIGER/192 is being removed from theDavid Shaw1-2/+2
standard, and make it disabled by default. * README: Put back proper copyright line. Remove mention of TIGER/192.
2003-04-07* configure.ac: Use much more accurate method to determine whetherDavid Shaw1-2/+25
DNS SRV is usable. * README: Document the various --disable-xxx switches, and add a note about existing keys that may use one of the missing ciphers as a preference. Update copyright date. * NEWS: Add note about SHA-256/384/512. * acinclude.m4: Fix URL to faqprog.pl.
2002-11-13* THANKS: Changes from stable branch.David Shaw1-7/+9
* configure.ac: Check for ctermid(). From Werner on stable branch. * configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT. From Werner on stable branch. * configure.ac (try_gettext): Remove special case for cygwin. This removes all the DOS specific macros and let Cygwin work like a real OS. Needs a couple of changes elsewhere but after all, GnuPG presents itself much more like a Posix program and can be used in a full Cygwin environment; e.g. used along with mutt. Changes suggested by Volker Quetschke. From Werner on stable branch. * acinclude.m4 (GNUPG_SYS_NM_PARSE): Allow for underscore in test symbols. Useful for Cygwin builds. (GNUPG_SYS_SYMBOL_UNDERSCORE): Don't hardwire to yes for Cygwin. From Werner on stable branch. * README: Add an installation note for Darwin 6.1. From Werner on stable branch.
2002-10-16* README: Some typo fixes from Florian Weimer, and bump version number.David Shaw1-12/+13
2002-09-11* configure.ac (random_modules): The default random module forWerner Koch1-1/+1
system lacking a /dev/random is now auto selected at runtime.
2002-09-10typo fixes and new credits.Werner Koch1-1/+1
2002-09-02* gnupg.7: New mini man page.Werner Koch1-12/+3
* README: Removed the note about a development version so that we later don't forget this. Minor other changes.
2002-08-30* configure.ac (random_modules): Reworked the code to select theWerner Koch1-1/+3
random module. Define USE_ALL_RANDOM_MODULES for value all.
2002-08-06minor doc fixes.Werner Koch1-5/+1
2002-08-03The big extension module removal.Werner Koch1-4/+3
2002-07-30* README, configure.ac: --with-exec-path is now clarified intoDavid Shaw1-5/+4
--disable-keyserver-path
2002-07-04* README: Document --disable-exec, --disable-photo-viewers,David Shaw1-0/+23
--disable-keyserver-helpers, --enable-exec-path, and --with-photo-viewer. * configure.ac: Add --with-photo-viewer to lock the viewer at compile time and --disable-keyserver-helpers and --disable-photo-viewers to allow disabling one without disabling the other.
2002-07-01* INSTALL: Replaced by generic install file.V1-1-90Werner Koch1-14/+158
* README: Marked as development version and moved most stuff of the old INSTALL file to here.
2002-06-29Update head to match stable 1.0David Shaw1-10/+490