aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* * keydb.c (keydb_add_resource): Register a lock file.Werner Koch2002-07-222-9/+30
| | | | | (lock_all, unlock_all): Implemented.
* * delete.c: New.Werner Koch2002-07-228-9/+233
| | | | | | | | | | * gpgsm.c: Made --delete-key work. * server.c (cmd_delkeys): New. (register_commands): New command DELKEYS. * decrypt.c (gpgsm_decrypt): Print a convenience note when RC2 is used and a STATUS_ERROR with the algorithm oid.
* * keybox-defs.h: New BLOBTYPTE_EMPTY.Werner Koch2002-07-226-16/+101
| | | | | | | | | | * keybox-dump.c (_keybox_dump_blob): Handle new type. * keybox-file.c (_keybox_read_blob): Skip over empty blobs. Store the file offset. * keybox-blob.c (_keybox_new_blob): Add new arg OFF. (_keybox_get_blob_fileoffset): New. * keybox-update.c (keybox_delete): Implemented.
* * fseeko.c, ftello.c: New.Werner Koch2002-07-224-1/+89
| | | | | * configure.ac: Check for ftello and provide a replacement.
* * keyedit.c (keyedit_menu, menu_addrevoker): Allow specifying "sensitive"David Shaw2002-07-193-6/+80
| | | | | | | | | | | as an argument to an addrevoker command. This sets the 0x40 sensitive revoker flag. * revoke.c (gen_desig_revoke): When generating a designated revocation, include the direct key sig that contains the designated revoker subpacket. This allows sensitive designated revocation subpackets to be exported. Also indicate which revokers are sensitive in the first place.
* * keyedit.c (show_key_with_all_names_colon): The 0x40 class bit in aDavid Shaw2002-07-178-20/+61
| | | | | | | | | | | | | designated revoker means "sensitive", not "local". It's exportable under the right circumstances. * main.h, options.h, export.c (do_export_stream), g10.c (main), hkp.c (hkp_export), keyserver.c (keyserver_spawn: Add a flag to skip attribute packets and their signatures while exporting. This is to accomodate keyservers (pksd again) that choke on attributes. Use keyserver-option "include-attributes" to control it. This defaults to ON (i.e. don't skip).