aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * revoke.c (export_minimal_pk, gen_desig_revoke, gen_revoke): Export aDavid Shaw2002-08-062-132/+179
| | | | | | minimal pk along with the revocation cert when in --pgpX mode so that PGP can import it.
* * options.skel: Changed comments.Werner Koch2002-08-064-4/+17
| | | | | | * gpg.sgml: Fixed doc regarding the name change of the option file.
* minor doc fixes.Werner Koch2002-08-063-5/+16
|
* * g10.c (main): Try to use "gpg.conf" as default option file.Werner Koch2002-08-063-5/+23
| | | | | * openfile.c (copy_options_file): Changed name of created file.
* tidying up RISC OS stuffStefan Bellon2002-08-068-148/+121
|
* * configure.ac: Bumbed version number.Werner Koch2002-08-043-1/+8
|
* Removed some obsolete header files.V1-1-91Werner Koch2002-08-0414-211/+64
|
* * configure.ac (ALL_LINGUAS): Added Catalan.Werner Koch2002-08-043-2/+8
| | | | | Prepared release.
* msgfmt updated.Werner Koch2002-08-0419-8056/+11684
|
* * de.po: Fixed fuzzys and translated new strings.Werner Koch2002-08-0419-13902/+15505
| | | | | | | * es.po, et.po, fr.po, gl.po, id.po, it.po, ja.po, tr.po: Updated from TP site. * ca.po: New from TP site.
* RISC OS changes because of dynload removalStefan Bellon2002-08-037-102/+28
|
* RISC OS changes due to dynload removalStefan Bellon2002-08-0312-67/+66
|
* The big extension module removal.Werner Koch2002-08-0328-1883/+577
|
* 2002-08-02 Timo Schulz <[email protected]>Timo Schulz2002-08-022-2/+6
| | | | | * mpicoder.c: Add a '\n' to all log_bug functions.
* * gpg.sgml: Document new --delete behaviour.Werner Koch2002-08-022-3/+11
|
* * delkey.c (do_delete_key): Always allow to delete a key in batch modeWerner Koch2002-08-022-0/+18
| | | | | when specified by fingerprint. Suggested by Enzo Michelangeli.
* * config.links: Added case for sparc64-netbsd. Suggested byWerner Koch2002-08-022-0/+11
| | | | | [email protected].
* Add another item to the NEWS file.Werner Koch2002-08-022-0/+5
|
* * gpg.sgml: Clarify --edit/addrevoker (sensitive), and --keyserver-optionsDavid Shaw2002-07-302-9/+111
| | | | | | | | | | (--import/export-options may be used as well). Document --import-options and --export-options with their various options. --show-photos now works during signature verification as well. Document --exec-path. Note in --simple-sk-checksum that the passphrase must be changed for this to take effect. Note that --pgp7 does not disable MDC. Document --no-mdc-warning.
* Changed the lincese for Assuan to LGPL.Werner Koch2002-07-3016-195/+224
|
* * options.h, g10.c (main), mainproc.c (proc_encrypted): Return aDavid Shaw2002-07-306-9/+23
| | | | | | | | | decryption failed error if a MDC does not verify. Warn if a MDC is not present (can disable via --no-mdc-warning). * exec.c (exec_write), g10.c (main), keyserver.c (keyserver_spawn): Use new DISABLE_KEYSERVER_PATH rather than FIXED_EXEC_PATH.
* * README, configure.ac: --with-exec-path is now clarified intoDavid Shaw2002-07-303-16/+15
| | | | | --disable-keyserver-path
* * NEWS: changes since 1.1.90.David Shaw2002-07-302-0/+28
|
* * sig-check.c (do_check): Properly validate v4 sigs with no hashed sectionDavid Shaw2002-07-292-2/+12
| | | | | at all.
* * keyedit.c (menu_revsig): Change "revsig" to honor selected uids so theDavid Shaw2002-07-253-11/+25
| | | | | | | | user can revoke sigs from particular uids only. * keylist.c (list_keyblock_print): Don't display expired uids in --list-keys unless -v and not --list-sigs (just like revoked uids).
* * gpg.sgml: Clarify the differences between "pref" and "showpref". Note inDavid Shaw2002-07-252-9/+27
| | | | | | | "setpref" that a list of available algorithms can be printed with "gpg -v --version". Note in "updpref" that we don't select keys via attribute uids, so preferences there will be ignored.
* * exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c: "Warning" ->David Shaw2002-07-257-13/+18
| | | | | "WARNING"
* * random.c: "warning" -> "WARNING"David Shaw2002-07-252-1/+5
|
* * gnupgbug: "Warning" -> "WARNING"David Shaw2002-07-252-3/+7
|
* * gpgkeys_hkp.c: "Warning" -> "WARNING"David Shaw2002-07-252-1/+5
|
* * secmem.c: "Warning" -> "WARNING"David Shaw2002-07-252-1/+5
|
* * config.links: Add special rule for OpenBSD on x86 to use specialDavid Shaw2002-07-252-0/+13
| | | | | | i386-openbsd files. OpenBSD (at least until version 3.1) has an older assembler that won't work with the files in i386.
* These are special i386 files for use on OpenBSD, which (at least untilDavid Shaw2002-07-2510-0/+774
| | | | | | version 3.1) has an older assembler that won't work with the files in i386.
* * main.h, import.c (parse_import_options, fix_hkp_corruption, import_one,David Shaw2002-07-246-26/+116
| | | | | | | | | | | | delete_inv_parts), g10.c (main): New import-option "repair-hkp-subkey-bug", which repairs as much as possible the HKP mangling multiple subkeys bug. It is on by default for keyserver receives, and off by default for regular --import. * main.h, import.c (import, import_one, delete_inv_parts), hkp.c (hkp_ask_import), keyserver.c (keyserver_spawn): Use keyserver import options when doing keyserver receives.
* * options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c (main),David Shaw2002-07-246-8/+42
| | | | | | | | keyserver.c (keyserver_spawn): If the user does not use "exec-path", completely replace $PATH with GNUPG_LIBEXECDIR before calling the keyserver helper. If the user does use "exec-path", append GNUPG_LIBEXECDIR after the specified path.
* * Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@David Shaw2002-07-242-2/+7
|
* * configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h, as well as aDavid Shaw2002-07-242-1/+4
| | | | | SUBST for Makefiles.
* * configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.hDavid Shaw2002-07-242-7/+14
|
* removed pragma for RISC OSStefan Bellon2002-07-242-4/+5
|
* * longlong.h: Replaced all K&R multiline strings by ISO ones forWerner Koch2002-07-242-224/+233
| | | | | the sake of modern compilers. Suggested by Marco Parrone.
* * rndw32.c (slow_gatherer_windowsNT): Use a simple array for theWerner Koch2002-07-242-3/+12
| | | | | | disk performance structure and increase it to the size required by W2000.
* Add a new readon code for delet key.Werner Koch2002-07-241-0/+1
|
* Forgot to commit this:Werner Koch2002-07-242-1/+4
| | | | | | * photoid.c (get_default_photo_command): Also use __MINGW32__ instead of HAVE_DOSISH_SYSTEM.
* * import.c (parse_import_options), export.c (parse_export_options): FixDavid Shaw2002-07-243-2/+12
| | | | | offset problem with reversed ("no-") meanings.
* * import.c (delete_inv_parts): Discard subkey signatures (0x18 and 0x28)David Shaw2002-07-242-1/+15
| | | | | if found in the userid section of the key.
* * sig-check.c (signature_check2): Signatures made by invalid subkeysDavid Shaw2002-07-233-3/+62
| | | | | | | | (bad/missing binding sig) are also invalid. * keylist.c (print_fingerprint): Show the primary as well as the secondary key fingerprint in modes 1 & 2.
* 2002-07-22 Timo Schulz <[email protected]>Timo Schulz2002-07-232-4/+9
| | | | | | * configure.ac: Replace the 'c:/' variables with 'c:\' due to the fact we already use '\' in the remaining code.
* * options.h, main.h, g10.c (main), import.c (parse_import_options,David Shaw2002-07-226-12/+91
| | | | | | | | | | | | delete_inv_parts), keyserver.c (parse_keyserver_options): add new --import-options option. The only current flag is "allow-local-sigs". * g10.c (main): Don't disable MDC in pgp7 mode. * options.h, g10.c (main), keyserver.c (parse_keyserver_options): Remove old keyserver-option include-attributes now that there is an export-option for the same thing.
* * options.h, main.h, export.c (parse_export_options, do_export_stream),David Shaw2002-07-228-33/+111
| | | | | | | | | | | | | | g10.c (main): add new --export-options option. Current flags are "include-non-rfc", "include-local-sigs", "include-attributes", and "include-sensitive-revkeys". * options.h, hkp.c (hkp_export), keyserver.c (parse_keyserver_options, keyserver_spawn): try passing unknown keyserver options to export options, and if successful, use them when doing a keyserver --send-key. * build-packet.c (build_sig_subpkt): We do not generate SIGSUBPKT_PRIV_VERIFY_CACHE anymore.
* * revoke.c (gen_desig_revoke): Lots more comments about includingDavid Shaw2002-07-223-15/+33
| | | | | | | | sensitive revkeys along with the revocation sig itself. * keyserver.c (parse_keyserver_options): Simpler implementation that can skip one pass over the options.