aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added distfiles kludge to distribute the content of the samplekeys directory.Werner Koch2002-08-092-1/+14
|
* * options.skel: Some language tweaks, and remove the load-extensionDavid Shaw2002-08-095-61/+71
| | | | | | | | | | | | | | | section for random gatherers. * keyring.c (create_tmp_file, rename_tmp_file): Create tmp files with user-only permissions, but restore the original permissions if the user has something special set. * openfile.c (copy_options_file): Create new options file (gpg.conf) with user-only permissions. * keydb.c (keydb_add_resource): Create new keyrings with user-only permissions.
* * Makefile.am, md.c (load_digest_module): Allow switching TIGER on and offDavid Shaw2002-08-083-8/+13
| | | | | via configure.
* * configure.ac: Add an --enable-tiger.David Shaw2002-08-083-0/+25
| | | | | * NEWS: Clarify new permission checks.
* * tdbio.c (tdbio_set_dbname): Create new trustdbs with user-onlyDavid Shaw2002-08-082-0/+8
| | | | | permissions.
* * asschk.c: Added some new features.Werner Koch2002-08-0819-43/+630
| | | | | | | | | | * runtest, inittests: New. * text-1.txt, text-2.txt, text-3.txt: New. * text-1.osig.pem, text-1.dsig.pem, text-1.osig-bad.pem: New. * text-2.osig.pem, text-2.osig-bad.pem: New. * samplekeys : New directory * sm-verify, sm-sign+verify: The first test scripts.
* * sig-check.c (signature_check2): Sanity check that the md has a contextDavid Shaw2002-08-072-1/+17
| | | | | | | for the hash that the sig is expecting. This can happen if a onepass sig header does not match the actual sig, and also if the clearsign "Hash:" header is missing or does not match the actual sig.
* * cipher.h: Add md_algo_present().David Shaw2002-08-072-0/+5
|
* * md.c (md_algo_present): New function to check if a given algo is in useDavid Shaw2002-08-072-2/+22
| | | | | for a given MD_HANDLE.
* First test script. Still missing the environment setup.Werner Koch2002-08-072-43/+325
|
* * keyedit.c (menu_revsig): Properly show a uid is revoked withoutDavid Shaw2002-08-077-135/+212
| | | | | | | | | | | | | | | restarting gpg. This is Debian bug 124219, though their supplied patch will not do the right thing. * main.h, tdbio.c (tdbio_set_dbname), misc.c (removed check_permissions), keydb.c (keydb_add_resource), g10.c (main, check_permissions): Significant reworking of the permission check mechanism. The new behavior is to check everything in the homedir by checking the homedir itself. If the user wants to put (possibly shared) keyrings outside the homedir, they are not checked. The options file and any extension files are checked wherever they are, as well as their enclosing directories. This is Debian bug 147760.
* * configure.ac: If the static IDEA cipher is present, disable dynamicDavid Shaw2002-08-072-22/+33
| | | | | | loading. Also fix backwards grammar of keyserver exec-path CHECKING message.
* New Assuan testing tool.Werner Koch2002-08-073-0/+738
|
* use of EXTSEP_SStefan Bellon2002-08-063-2/+7
|
* * options.h, g10.c (main), mainproc.c (proc_encrypted): --ignore-mdc-errorDavid Shaw2002-08-065-3/+11
| | | | | option to turn a MDC check error into a warning.
* * encode.c (encode_crypt), g10.c (main), sign.c (sign_file,David Shaw2002-08-064-7/+27
| | | | | | | | | clearsign_file): Use the same --pgpX warning string everywhere to ease translations. * encode.c (write_pubkey_enc_from_list): Warn when using --throw-keyid with --pgpX. Noted by Vedaal Nistar.
* * gpg.sgml: Clarify that only long-form options can go in the config file.David Shaw2002-08-062-5/+12
|
* * 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.