summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname.Werner Koch2004-12-0710-9/+75
| | | | | | | | | | * w32-pth.c, w32-pth.h: New. * Makefile.am (gpgsm_LDADD): Put libassuan before jnlib because under W32 we need the w32 pth code from jnlib. * misc.c (setup_pinentry_env) [W32]: Disabled.
* * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch2004-12-068-233/+331
| | | | | | | | | | | * gpgsm.c (run_protect_tool) [_WIN32]: Disabled. * import.c (popen_protect_tool): Simplified by making use of gnupg_spawn_process. (parse_p12): Likewise, using gnupg_wait_process. * export.c (popen_protect_tool): Ditto. (export_p12): Ditto.
* * configure.ac (have_w32_system): New. Disable Pth checks for W32.Werner Koch2004-12-069-22/+85
| | | | | | | | | Link jnlib/w32-pth.h to pth.h. * Makefile.am (pkglib_PROGRAMS): Build only for W32. * keydb.c: Don't define DIRSEP_S here.
* 2004-12-05 Moritz Schulte <moritz@g10code.com>Moritz Schulte2004-12-052-5/+9
| | | | | * query.c (start_pinentry): Allow CTRL be NULL.
* post release version number updatesWerner Koch2004-12-032-1/+5
|
* Fixed copyright comments.V1-9-13Werner Koch2004-12-032-14/+21
|
* Preparing 1.9.13Werner Koch2004-12-037-52/+84
|
* First take on a W32 portWerner Koch2004-12-0222-41/+1476
|
* 2004-11-30 Timo Schulz <ts@g10code.com>Timo Schulz2004-11-303-0/+167
| | | | | | * w32-afunix.c: New. AF_UNIX emulation for W32. * w32-afunix.h: Likewise.
* Add dirmngr options to gpgconf and updated the DE translationWerner Koch2004-11-244-107/+118
|
* Add --ignore-http-dp andWerner Koch2004-11-242-0/+11
| | | | | --ignore-ldap-dp.
* * b64enc.c: Include stdio.h and string.hWerner Koch2004-11-2316-38/+131
| | | | | | | | | * gpgsm.c: New option --prefer-system-dirmngr. * call-dirmngr.c (start_dirmngr): Implement this option. * gpgconf-comp.c <dirmngr>: Add the proxy options. <gpgsm>: Add --prefer-system-daemon.
* Post release preparationsWerner Koch2004-10-222-2/+6
|
* Releasing 1.9.12V1-9-12Werner Koch2004-10-223-2/+4
|
* Compile fixes.Werner Koch2004-10-2213-87/+142
|
* Cleaned upWerner Koch2004-10-221-7/+0
|
* * Makefile.am (bin_SCRIPTS): Add gpgsm-gencert.shWerner Koch2004-10-223-12/+24
| | | | | * gpgsm-gencert.sh: Fixed copyright; its part of GnuPG thus FSF.
* (gpgsm_genkey): Remove the NEW from the certificateWerner Koch2004-10-222-1/+6
| | | | | request PEM header. This is according to the Sphinx standard.
* (Helper Tools): Document gpgsm-gencert.sh.Werner Koch2004-10-222-0/+22
|
* * app-openpgp.c (do_sign): Replace asprintf by direct allocation.Werner Koch2004-10-223-2/+22
| | | | | | | | This avoids problems with missing vasprintf implementations in gnupg 1.4. * app-common.h (app_openpgp_storekey: Add prototype.
* * logging.c (do_logv): Use set_log_stream to setup a default.Werner Koch2004-10-222-119/+193
| | | | | | | | (log_set_file): Factored code out to .. (set_file_fd): .. New function to allow using a file descriptor. (log_set_fd): Make use of new fucntion. (fun_writer): Reworked.
* Updated from 1.3Werner Koch2004-10-221-130/+489
|
* (parse_rereadable_options): Return "not handled"Werner Koch2004-10-222-5/+15
| | | | | | | | when the log file has not beend hadled. This is will let the main option processing continue. Fixed a bug introduced on 2004-09-4 resulting in logging to stderr until a HUP has been given. (main): Don't close the listen FD.
* typo fixWerner Koch2004-10-201-1/+1
|
* * sc-investigate: Removed.Werner Koch2004-10-2012-917/+727
| | | | | | | | | | | | | | | | | * Makefile.am (sc_investigate): Removed. * pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func. (handle_open): Succeed even without a present card. (handle_status, handle_reset): New. * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion. (pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1.
* Fixed copyright yearsWerner Koch2004-10-151-1/+2
|
* (parse_login_data): New.Werner Koch2004-10-142-29/+112
| | | | | | (app_select_openpgp): Call it. (do_setattr): Reparse it after change.
* Added ID keywords because these files are often used in other packages.Werner Koch2004-10-148-0/+29
|
* 2004-10-08 Moritz Schulte <moritz@g10code.com>Moritz Schulte2004-10-082-2/+9
| | | | | | | * certchain.c (gpgsm_validate_chain): Do not use keydb_new() in case the no_chain_validation-return-short-cut is used (fixes memory leak).
* (ccid_open_reader): Store the vendor ID.Werner Koch2004-10-063-26/+369
| | | | | | (ccid_transceive_secure): New. (parse_ccid_descriptor): Workaround for an SCM reader problem.
* (setup_pinentry_env): Try hard to set a default for GPG_TTY.Werner Koch2004-10-042-1/+20
|
* Typo fixes.Werner Koch2004-10-042-3/+7
|
* Made all strings for --log-file read the same.Werner Koch2004-10-012-4/+8
|
* post release preparationsWerner Koch2004-10-012-1/+5
|
* updatedV1-9-11Werner Koch2004-10-011-3/+3
|
* *** empty log message ***Werner Koch2004-10-013-2/+6
|
* * gpgconf-comp.c (my_dgettext): Also switch codeset and directoryWerner Koch2004-10-015-53/+76
| | | | | | | for the other used domains (i.e. dirmngr). * gpgconf.c (main): Fixed translation markers.
* * gpgv.c (i18n_init): Always use LC_ALL.Werner Koch2004-09-3011-35/+59
| | | | | | | | | | | | | | | | | | | * kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL.
* Preparing a new release. Updated gettextWerner Koch2004-09-3074-2074/+3419
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2004-09-3020-0/+3065
| | | | 'GNUPG-1-9-BRANCH'.
* * de.po: Updated.Werner Koch2004-09-307-96/+396
| | | | | | | | | | | * POTFILES.in: Add more files. * app-openpgp.c (do_sign): Add the error string to the verify failed messages. * keylist.c (list_cert_colon): Make sure that the expired flag has a higher precedence than the invalid flag.
* * gpg.texi: New.Werner Koch2004-09-301-1800/+21
|
* * gpg.texi: New.Werner Koch2004-09-307-59/+80
| | | | | | | | | | * gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
* spelling fixWerner Koch2004-09-301-1/+4
|
* Remove what is now in the texi docs.Marcus Brinkmann2004-09-301-346/+3
|
* 2004-09-30 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-09-302-2/+500
| | | | | * tools.texi (Changing options): Add documentation for gpgconf.
* 2004-09-30 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-09-302-2/+6
| | | | | * contrib.texi (Contributors): Add two missing periods.
* Print warning when --default-key is used.Werner Koch2004-09-291-0/+1
|
* * gpgsm.texi (Configuration Options): Add --log-file.Werner Koch2004-09-295-32/+56
| | | | | | | * gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain.
* Added a few strings.Werner Koch2004-09-291-6/+50
|