aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tidied up RISC OS specific stuffStefan Bellon2002-06-211-9/+3
* * keydb.h, pkclist.c (select_algo_from_prefs): Allow passing a suggestedDavid Shaw2002-06-201-8/+7
* image file system feature and filetype for RISC OSStefan Bellon2002-06-201-0/+2
* * hkp.c (parse_hkp_index): Don't leak memory when failing out of a bad HKPDavid Shaw2002-06-191-17/+5
* * pkclist.c (expand_groups): Maintain the strlist flags while expanding.David Shaw2002-06-141-1/+0
* * keyserver.c (keyserver_spawn): Handle CRLF endings from keyserverDavid Shaw2002-06-121-12/+11
* * options.h, keyserver.c (keyserver_opts), g10.c (main): New keyserverDavid Shaw2002-06-101-0/+1
* * options.skel, options.h, main.h, keydb.h, pkclist.c (build_pk_list,David Shaw2002-06-071-2/+31
* RISC OS specific changesStefan Bellon2002-06-071-4/+20
* * main.h, g10.c (main), keygen.c (build_personal_digest_list): Put in aDavid Shaw2002-06-061-6/+33
* * main.h, g10.c (main), keylist.c (dump_attribs, set_attrib_fd,David Shaw2002-06-031-0/+5
* * keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and "no-mdc"David Shaw2002-05-291-0/+1
* * g10.c (strusage, build_list): Add compress algorithms to --version list.David Shaw2002-05-261-13/+44
* * options.h, main.h, keygen.c (keygen_set_set_prefs, keygen_get_std_prefs,David Shaw2002-05-221-6/+17
* * g10.c (main): Add missing LF in a info printout and made itWerner Koch2002-05-221-2/+2
* * g10.c (main): Removed the undef of USE_SHM_COPROCESSING whichWerner Koch2002-05-211-1/+0
* * main.h, g10.c (main), revoke.c (gen_desig_revoke): Generate a designatedDavid Shaw2002-05-191-0/+11
* * gpgv.c: Add stub for get_ownertrust().David Shaw2002-05-171-0/+4
* fixes for M_DEBUG, strcasecmp and RISC OSStefan Bellon2002-05-101-1/+2
* * packet.h, getkey.c (fixup_uidnode), keyedit.c (show_prefs): Show assumedDavid Shaw2002-05-101-0/+12
* * getkey.c (merge_selfsigs_main): Make sure the revocation key list startsDavid Shaw2002-05-091-2/+2
* * options.h, g10.c (main), getkey.c (finish_lookup), pkclist.cDavid Shaw2002-05-071-3/+10
* * export.c (do_export_stream): Warn the user when exporting a secret keyDavid Shaw2002-05-071-6/+10
* Allow multiple policy URLs on a given signature.David Shaw2002-05-021-32/+61
* g10/Werner Koch2002-04-251-0/+15
* * keyedit.c (menu_deluid): Only cause a trust update if we delete aDavid Shaw2002-04-191-4/+5
* * keyedit.c (sign_uids, keyedit_menu, menu_deluid, menu_delsig,David Shaw2002-04-191-0/+3
* * getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntaxWerner Koch2002-04-181-0/+5
* * parse-packet.c (parse_key): Support a SHA1 checksum as perWerner Koch2002-04-171-1/+3
* Add KEYEXPIRED, EXPSIG, and EXPKEYSIG. AddDavid Shaw2002-04-101-13/+11
* Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch2002-04-081-5/+5
* Minor tweak to importing to allow more non-signed uids (now thatDavid Shaw2002-03-241-2/+4
* Properly handle a "no keys found" case from the internal HKP codeDavid Shaw2002-03-191-0/+3
* --openpgp implies --allow-non-selfsigned-uidDavid Shaw2002-03-171-0/+1
* Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw2002-03-071-4/+15
* Some minor bug fixes.David Shaw2002-03-051-2/+17
* * pkclist.c (check_signatures_trust): Always print the warning forWerner Koch2002-02-141-0/+3
* For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw2002-02-101-0/+22
* Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url"David Shaw2002-02-031-4/+14
* * g10.c (main): --gen-random --armor does now output a base64Werner Koch2002-01-301-2/+18
* --pgp6 flag. This is not nearly as involved as --pgp2. In short, itDavid Shaw2002-01-291-50/+71
* * g10.c, options.h: New option --gpg-agent-infoWerner Koch2002-01-261-0/+3
* Some compatibility polish for PGP2. Add a fake IDEA preference for v3David Shaw2002-01-221-3/+3
* New command --decrypt-files.Timo Schulz2002-01-151-1/+7
* Move idea_cipher_warn to misc.c so gpgv.c doesn't need a stubDavid Shaw2002-01-091-73/+22
* New code for encode_crypt_files.Timo Schulz2002-01-091-3/+2
* Better description for --encrypt-files.Timo Schulz2002-01-081-1/+1
* * g10.c (main): Must register the secring for encryption becauseWerner Koch2002-01-081-2/+2
* fix off-by-one in building attribute subpacketsDavid Shaw2002-01-061-1/+13
* * g10.c (main): Do not register the secret keyrings for certainWerner Koch2002-01-051-10/+17