aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * util.h: Add prototype for print_string2().David Shaw2004-01-132-1/+7
* * miscutil.c (print_string2): New variation on print_string that allowsDavid Shaw2004-01-133-8/+27
* * convert-from-106, lspgpot: Check for gpg binary before proceeding.David Shaw2004-01-123-5/+19
* * config.links: OpenBSD 3.4 is now ELF, so use the proper assembler codeDavid Shaw2004-01-1012-793/+21
* * Makefile.am: Add the portable C links to DISTCLEANFILES. Noted byDavid Shaw2004-01-092-2/+10
* * packet.h, getkey.c (merge_selfsigs, merge_selfsigs_main), pkclist.cDavid Shaw2004-01-094-4/+16
* * gpg.sgml: Fix a few minor typos. Clarify what --textmode is useful for.David Shaw2004-01-082-8/+23
* * gpg.sgml: List proper documentation URL. Note that addrevoker takes anDavid Shaw2004-01-072-54/+69
* * sig-check.c: Copyright typo.David Shaw2004-01-063-3/+12
* * sig-check.c (check_revocation_keys): Comments.David Shaw2003-12-296-20/+59
* * gpgsplit.c (handle_bzip2): Remove two cut and paste typecast errors.David Shaw2003-12-282-2/+7
* * configure.ac: Include stdio.h when checking for bzlib.h. Solaris 9 has aDavid Shaw2003-12-282-2/+12
* * iobuf.c (block_filter): Properly handle a partial body stream that endsDavid Shaw2003-12-252-0/+6
* oops, fixed charset. The just released w32cli binary has been patchedWerner Koch2003-12-231-1/+1
* Post-release version bump.Werner Koch2003-12-232-1/+4
* About to release 1.2.4 - forgot to manually update this fileWerner Koch2003-12-231-29/+28
* About to release 1.2.4Werner Koch2003-12-2332-2623/+2394
* * tdbio.c: Fixed format string bugs related to the sue ofWerner Koch2003-12-232-9/+13
* * mpi-mpow.c (build_index): s/index/idx/ to avoid gcc warning.Werner Koch2003-12-232-4/+8
* * mk-w32-dist: Convert hu.po to CP852 as suggested by Nagy FerencWerner Koch2003-12-233-4/+11
* * NEWS: Note that 1.4 won't have Elgamal sign+encrypt support at all.David Shaw2003-12-212-3/+11
* * gpg.sgml: Add an example of what an exclamation mark is, as people seemDavid Shaw2003-12-212-4/+9
* * getkey.c (get_pubkey_fast): This one is sort of obscure. get_pubkey_fastDavid Shaw2003-12-102-5/+25
* * gpg.sgml: Fix a few missing semicolons in & entities. Noted byDavid Shaw2003-12-072-27/+34
* * gpgkeys_ldap.c (main): Avoid possible pre-string write.David Shaw2003-12-063-6/+27
* * http.c (send_request): Add a Host: header for virtual hosts.David Shaw2003-12-062-5/+7
* * defs.inc, pubring.asc, secring.asc, plain-1.asc, plain-2.asc,David Shaw2003-12-057-861/+812
* * getkey.c (merge_selfsigs_main, merge_selfsigs_subkey,David Shaw2003-12-054-9/+27
* More of Brian Gladman's contributed files.Werner Koch2003-12-0310-0/+2632
* * zh_TW.po, fi.po: Updated from upstream.Werner Koch2003-12-0334-14014/+28274
* Added Brian Gladman's contributionsWerner Koch2003-12-033-0/+622
* * mainproc.c (check_sig_and_print): Removed the "0x" again.Werner Koch2003-12-038-17/+50
* * miscutil.c (answer_is_yes_no_default, answer_is_yes_no_quit): Don't useDavid Shaw2003-12-032-5/+12
* * gpgsplit.c (write_part): Split off decompression code. (handle_zlib):David Shaw2003-12-032-81/+182
* * NEWS: Note that Elgamal sign+encrypt keys are not part of the web ofDavid Shaw2003-12-022-1/+7
* * cipher.h: Make cipher list match 2440bis-09.David Shaw2003-12-022-6/+8
* * g10.c (strusage, main): Show development version warning in --versionDavid Shaw2003-12-023-7/+50
* * config.links: Show target in asm-syntax.h file and include targets forDavid Shaw2003-12-022-2/+11
* * README: Add --with-zlib, --with-bzip2, and --without-bzip2.David Shaw2003-12-012-0/+11
* * README: Update version number. Add BZIP2. Remove Elgamal sign+encrypt.David Shaw2003-11-302-14/+18
* * keygen.c (ask_algo): Remove ability to generate Elgamal sign+encryptDavid Shaw2003-11-292-23/+9
* * NEWS: Note that the only thing we will generate with an ElgamalDavid Shaw2003-11-292-0/+12
* * revoke.c (gen_desig_revoke): Specify in the comment when a designatedDavid Shaw2003-11-294-3/+35
* * elgamal.c (gen_k): New arg SMALL_K. (sign): Use it here with SMALL_K setDavid Shaw2003-11-292-27/+39
* * trustdb.c (validate_keys): Reset the trustdb before checking if we haveDavid Shaw2003-11-292-4/+11
* * gpgkeys_hkp.c (get_key): Fixed bad use of fprintf w/o formatWerner Koch2003-11-272-2/+7
* * Makefile.am: Include TRANSLATE in distributed files.David Shaw2003-11-212-1/+4
* * util.h: Add prototype for match_multistr().David Shaw2003-11-212-0/+5
* * seskey.c (do_encode_md): Comment about earlier (pre-PGP 2.3) encodings.David Shaw2003-11-213-1/+19
* * miscutil.c (match_multistr): New. Match against each segment in aDavid Shaw2003-11-212-11/+43