| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * configure.ac: Allow setting USE_EXEC_PATH to lock the exec-path to a | David Shaw | 2002-07-03 | 2 | -0/+16 |
* | * exec.h, exec.c (set_exec_path, exec_write), g10.c (main): If | David Shaw | 2002-07-03 | 4 | -9/+30 |
* | * options.h, g10.c (main), keyserver.c (keyserver_refresh): Maintain and | David Shaw | 2002-07-02 | 5 | -7/+41 |
* | * verify.c (gpgsm_verify): Extend the STATUS_BADSIG line with | Werner Koch | 2002-07-02 | 2 | -2/+13 |
* | * certpath.c (check_cert_policy): Don't use log_error to print a | Werner Koch | 2002-07-02 | 3 | -4/+17 |
* | * keydb.c (keydb_store_cert): Add optional ar EXISTED and changed | Werner Koch | 2002-07-02 | 9 | -44/+96 |
* | * call-dirmngr.c (gpgsm_dirmngr_isvalid): print status of dirmngr | Werner Koch | 2002-07-02 | 3 | -1/+25 |
* | Removed old keyserver (daemon) code. | Timo Schulz | 2002-07-02 | 3 | -487/+0 |
* | * gpg.sgml: Clarify "group". | David Shaw | 2002-07-01 | 2 | -4/+13 |
* | * argparse.c (optfile_parse): Fix variable typo - 'p2' should be 'p' :) | David Shaw | 2002-07-01 | 2 | -2/+7 |
* | * gpgkeys_hkp.c (parse_hkp_index): Error if the keyserver returns an | David Shaw | 2002-07-01 | 3 | -13/+48 |
* | * options.skel: Fix a few typos, clarify "group", and remove sample photo | David Shaw | 2002-07-01 | 4 | -13/+17 |
* | * packet.h, build-packet.c (build_attribute_subpkt), exec.c (expand_args), | David Shaw | 2002-07-01 | 6 | -10/+17 |
* | typo fix.NEWPG-0-3-9 | Werner Koch | 2002-07-01 | 1 | -1/+1 |
* | * configure.ac: Set version number to 1.1.91. | Werner Koch | 2002-07-01 | 3 | -1/+7 |
* | * INSTALL: Replaced by generic install file.V1-1-90 | Werner Koch | 2002-07-01 | 3 | -16/+168 |
* | * encode.c (encode_symmetric): Do not use the new encryption code. | Werner Koch | 2002-07-01 | 2 | -1/+11 |
* | typo fix | Werner Koch | 2002-07-01 | 1 | -1/+1 |
* | * mk-gpg-texi: New. | Werner Koch | 2002-07-01 | 3 | -0/+51 |
* | Better keep it in the CVS | Werner Koch | 2002-07-01 | 1 | -0/+1427 |
* | * Makefile.am: Due to problems with VPATH builds we don't try to | Werner Koch | 2002-07-01 | 3 | -16/+30 |
* | * README.W32: Adjusted some descriptions. Fixed the regsitry | Werner Koch | 2002-06-30 | 2 | -12/+22 |
* | * configure.ac: Link W32 version against libwsock32. | Werner Koch | 2002-06-30 | 2 | -1/+5 |
* | * photoid.c: Use __MINGW32__ to include windows because | Werner Koch | 2002-06-30 | 2 | -2/+11 |
* | * mk-w32-dist (bindir): Fixes vor VPATH builds in a subdir, | Werner Koch | 2002-06-30 | 2 | -8/+19 |
* | msgmerge'd. | Werner Koch | 2002-06-30 | 18 | -12051/+15085 |
* | automake updated. | Werner Koch | 2002-06-29 | 0 | -0/+0 |
* | * configure.ac (development_version): New. | Werner Koch | 2002-06-29 | 5 | -260/+131 |
* | * rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because it | Werner Koch | 2002-06-29 | 2 | -2/+6 |
* | * argparse.c (optfile_parse): Renamed an auto I to P2 to avoid | Werner Koch | 2002-06-29 | 2 | -6/+11 |
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 144 | -667/+18924 |
* | * gpgsm.c: New option --auto-issuer-key-retrieve. | Werner Koch | 2002-06-29 | 8 | -23/+214 |
* | * query.c (start_pinentry): Use GNUPG_DERAULT_PINENTRY. | Werner Koch | 2002-06-29 | 3 | -4/+7 |
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 155 | -37086/+83373 |
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 154 | -1318/+29290 |
* | Removed files for CVS reorganization | David Shaw | 2002-06-29 | 17 | -2707/+0 |
* | * maperror.c (map_to_assuan_status): Map more errorcodes to Bad | Werner Koch | 2002-06-28 | 2 | -0/+11 |
* | * server.c (cmd_recipient): Add more reason codes. | Werner Koch | 2002-06-28 | 4 | -3/+17 |
* | * protect-tool.c (export_p12_file): New. | Werner Koch | 2002-06-28 | 4 | -15/+492 |
* | * gpgsm.c (main): Use GNUPG_DEFAULT_HOMEDIR constant. | Werner Koch | 2002-06-27 | 8 | -24/+71 |
* | * Makefile.am (pkglib_PROGRAMS): Put protect-tool there. | Werner Koch | 2002-06-27 | 13 | -41/+769 |
* | * import.c (gpgsm_import): Print an STATUS_IMPORTED. | Werner Koch | 2002-06-26 | 3 | -2/+15 |
* | * maperror.c (map_to_assuan_status): Map EOF to No_Data_Available. | Werner Koch | 2002-06-26 | 2 | -0/+7 |
* | * assuan-buffer.c (assuan_write_line): Make sure we never | Werner Koch | 2002-06-26 | 2 | -5/+18 |
* | * protect-tool.c (rsa_key_check): New.NEWPG-0-3-8 | Werner Koch | 2002-06-25 | 6 | -10/+1112 |
* | * certdump.c (print_dn_part): Always print a leading slash, | Werner Koch | 2002-06-25 | 5 | -49/+53 |
* | * gpgsm.c, gpgsm.h: New option --debug-no-path-validation. | Werner Koch | 2002-06-24 | 5 | -5/+18 |
* | * certlist.c (gpgsm_add_to_certlist): Fixed locating of a | Werner Koch | 2002-06-20 | 12 | -36/+176 |
* | * call-agent.c (learn_cb): Use log_info instead of log_error on | Werner Koch | 2002-06-19 | 9 | -8/+78 |
* | * keybox-init.c (keybox_set_ephemeral): New. | Werner Koch | 2002-06-19 | 9 | -15/+79 |