aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Pth tweaks and improved estream.cWerner Koch2006-10-172-4/+9
|
* * gpg.texi: Document --s2k-count.David Shaw2006-10-132-0/+11
|
* Preparing a releasegnupg-1.9.92Werner Koch2006-10-111-1/+30
|
* Various changesWerner Koch2006-10-103-15/+22
|
* bug fixesWerner Koch2006-10-051-3/+4
|
* Re-enabled --passphrase-fdWerner Koch2006-10-041-2/+12
|
* Fixed agent access for gpg.Werner Koch2006-10-042-6/+13
|
* Preparing a new releaseWerner Koch2006-10-041-5/+6
|
* Made buliding w/o curl workWerner Koch2006-09-261-1/+4
|
* New "relax" option for trustlist.txtWerner Koch2006-09-253-409/+455
|
* Added iconv support and doc cleanups.Werner Koch2006-09-226-197/+30
|
* Improved yat2m.Werner Koch2006-09-224-42/+306
| | | | | Tweaked gpg.texti to be used for gpg1 and gpg2.
* Various updatesWerner Koch2006-09-212-2/+4
|
* Cleanups.Werner Koch2006-09-205-6/+18
|
* Some restructuringWerner Koch2006-09-193-710/+753
|
* Ready for another releasegnupg-1.9.23Werner Koch2006-09-181-5/+8
|
* Added common certificates.Werner Koch2006-09-183-1/+204
|
* Allow for a global trustlist.Werner Koch2006-09-154-12/+72
|
* Various fixes and new features.Werner Koch2006-09-135-181/+78
| | | | | Enhanced gpg-connect-agent.
* doc fixesWerner Koch2006-09-0811-99/+312
|
* Let scdaemon call a script on status changesWerner Koch2006-09-074-2/+158
|
* Missing fileWerner Koch2006-09-051-0/+29
|
* Some fixes as needed by dirmngr man pagesWerner Koch2006-09-044-11/+39
|
* See ChangeLogsWerner Koch2006-08-292-1/+7
|
* added missing gpgv man pageWerner Koch2006-08-224-11/+176
|
* Migrated more stuff to doc/Werner Koch2006-08-219-4/+3616
| | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
* More man pages. Added include files for 2 common paragraphs.Werner Koch2006-08-189-65/+206
|
* include support and texi fixesWerner Koch2006-08-176-37/+86
|
* More man pages.Werner Koch2006-08-178-281/+1481
|
* Copied gpg.texi over from 1.4.5 and started to restructure it into a properWerner Koch2006-08-162-18/+2569
| | | | | | | documentation file. Comment tags will eventually allow to build a man page. The idea is to have more than just a reference manual for the commands and options while still allowing to build a man page for reference.
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-1/+1
| | | | | shows no prblems. Needs more testing of course.
* Support import from TrustedMIME (i.e. from simple keyBags)Werner Koch2006-07-211-2/+2
|
* Made make distcheck work againWerner Koch2006-06-206-8/+9
|
* Updated FSF's address.Werner Koch2006-06-202-2/+4
|
* Added command APDUWerner Koch2006-04-111-0/+46
|
* Allo RMD160 signaturesWerner Koch2006-03-211-1/+8
|
* Added documentation for qualified signaturesWerner Koch2006-02-142-0/+104
|
* Fixed importing certs created by newer versions of Mozilla.Werner Koch2005-12-161-0/+12
|
* Don't use keywords for signed files.Werner Koch2005-11-141-2/+21
|
* .Werner Koch2005-11-141-0/+14
|
* Added real informationWerner Koch2005-11-142-4/+73
|
* NEw file qualified.ttx - not yet ready for distributionWerner Koch2005-11-134-1/+27
|
* The BELPIC card does now work.Werner Koch2005-09-064-7/+65
|
* * findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch2005-07-251-2/+2
| | | | | | | This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New.
* Preparing 1.9.17V1-9-17Werner Koch2005-06-201-5/+25
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-1/+7
| | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
* New debugging optionhs, updates to the manual.Werner Koch2005-06-077-8/+557
|
* * command.c (cmd_updatestartuptty): New.Werner Koch2005-06-032-11/+53
| | | | | | | | | | | | | | | | | | | | * gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
* * Makefile.am: Do not build sc-copykeys anymore.Werner Koch2005-05-231-2/+29
| | | | | | * app-openpgp.c (app_openpgp_storekey, app_openpgp_readkey) (app_openpgp_cardinfo): Removed.
* * protect-tool.c: New option --canonical.Werner Koch2005-05-201-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | (show_file): Implement it. * keyformat.txt: Define the created-at attribute for keys. * ccid-driver.c: Replaced macro DEBUG_T1 by a new debug level. (parse_ccid_descriptor): Mark SCR335 firmware version 5.18 good. (ccid_transceive): Arghhh. The seqno is another bit in the R-block than in the I block, this was wrong at one place. * scdaemon.c: New options --debug-ccid-driver and --debug-disable-ticker. * app-openpgp.c (do_genkey, do_writekey): Factored code to check for existing key out into .. (does_key_exist): .. New function. * gpg-connect-agent.c (add_definq, show_definq, clear_definq) (handle_inquire): New. (read_and_print_response): Handle INQUIRE command. (main): Implement control commands.