aboutsummaryrefslogtreecommitdiffstats
path: root/po (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***RC-1-4-2rc1Werner Koch2005-05-311-1/+1
|
* * keydb.h [!ENABLE_AGENT_SUPPORT]: Define dummy types.Werner Koch2005-05-3126-6993/+6808
| | | | | | | | | | | | | * cardglue.c (assuan_strerror, assuan_transact): Dummy functions if not build with agent support. * zh_TW.po, zh_CN.po, es.po, ro.po: Updated. * tr.po: Updated from TP. Note: this is an exception in general translations from the Robot are not anymore accepted. * regcomp.c (MB_CUR_MAX) [_WIN32]: Define it only if not defined.
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-3127-36967/+38156
|
* Typo fixesWerner Koch2005-04-052-2/+7
|
* Preparing a releaseV1-4-1Werner Koch2005-03-1527-6040/+6057
|
* * primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch2005-03-071-360/+304
| | | | | | | | | | | | | | | | | | | Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though.
* about to release 1.4.1rc2RC-1-4-1rc2Werner Koch2005-02-1626-2099/+2258
|
* * card-util.c (fetch_url): Fetch the key from the defaultWerner Koch2005-02-1627-14453/+14064
| | | | | | | | keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
* About to do a release candidateWerner Koch2005-02-0327-23215/+25471
|
* About to release 1.4.0Werner Koch2004-12-1626-8355/+8481
|
* Prepared for last 1.4 release candidateWerner Koch2004-12-1426-13764/+11692
|
* * sv.po: Take the update done for 1.2.6.Werner Koch2004-12-1030-22247/+23629
| | | | | * zh_CN.po, fr.po, cs.po, ja.po: Updated.
* Does not belong into the CVSWerner Koch2004-10-281-1/+0
|
* About to release 1.3.92Werner Koch2004-10-2827-6248/+6503
|
* * dynload.h: Always use it for _WIN32.Werner Koch2004-10-2729-5239/+4999
| | | | | | | | | | | | | | | | | | | | * LINGUAS: Better don't have comments in this file. * mk-w32-dist: Use utf-8 encoding for all MO files. * simple-gettext.c: Removed windows.h. (get_string): On the fly translation from utf-8 to active character set. * strgutil.c (load_libiconv) [_WIN32]: new. (set_native_charset) [_WIN32]: Call it here and autodetect the used code page. (native_to_utf8, utf8_to_native): Reverted arguments for iconv_open. (handle_iconv_error): Made this function match iconv_open argumnet ordering. (utf8_to_native): Disable all quoting for DELIM == -1.
* Removed these generated files.Werner Koch2004-10-154-11831/+0
|
* Updated.V1-3-91Werner Koch2004-10-1531-7770/+7551
|
* * POTFILES.in: Updated.Werner Koch2004-10-1533-76664/+95735
| | | | | | * sv.po: Updated. Merged other files.
* Add dearmor.cWerner Koch2004-10-132-0/+5
|
* * mk-w32-dist: Updated from stable branch.Werner Koch2004-10-0131-19680/+23493
| | | | | | | | * mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded.
* * README: Doc --disable-card-support and --without-readline.Werner Koch2004-09-092-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Check for readline. Make enable-card-support the default. New option --without-readline. Allow the use of either the development or the stable libusb. * cardglue.h: Add members for CA fingerprints. * cardglue.c (agent_release_card_info): Invalid them. (learn_status_cb): Store them. * app-common.h, app-openpgp.c, iso7816.c, iso7816.h * apdu.c, apdu.h, ccid-driver.c, ccid-driver.h * card-util.c: Updated from current gnupg-1.9. * ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New. * ccid-driver.c (ccid_open_reader): Support the stable 0.1 version of libusb. (ccid_get_atr): Handle short messages. * apdu.c (my_rapdu_get_status): Implemented. * apdu.c: Include <signal.h>. * apdu.c (reader_table_s): Add function pointers for the backends. (apdu_close_reader, apdu_get_status, apdu_activate) (send_apdu): Make use of them. (new_reader_slot): Intialize them to NULL. (dump_ccid_reader_status, ct_dump_reader_status): New. (dump_pcsc_reader_status): New. (open_ct_reader, open_pcsc_reader, open_ccid_reader) (open_osc_reader, open_rapdu_reader): Intialize function pointers. (ct_activate_card, ct_send_apdu, pcsc_send_apdu, osc_send_apdu) (error_string): Removed. Replaced by apdu_strerror. (get_ccid_error_string): Removed. (ct_activate_card): Remove the unused loop. (reset_ct_reader): Implemented. (ct_send_apdu): Activate the card if not yet done. (pcsc_send_apdu): Ditto. * ccid-driver.h: Add error codes. * ccid-driver.c: Implement more or less proper error codes all over the place. * apdu.c (apdu_send_direct): New. (get_ccid_error_string): Add some error code mappings. (send_apdu): Pass error codes along for drivers already supporting them. (host_sw_string): New. (get_ccid_error_string): Use above. (send_apdu_ccid): Reset the reader if it has not yet been done. (open_ccid_reader): Don't care if the ATR can't be read. (apdu_activate_card): New. (apdu_strerror): New. (dump_reader_status): Only enable it with opt.VERBOSE. * iso7816.c (map_sw): Add mappings for the new error codes. * apdu.c (open_ct_reader, open_pcsc_reader, open_ccid_reader) (reset_ccid_reader, open_osc_reader): Call dump_reader_status only in verbose mode. * app-openpgp.c (do_getattr): Fix for sending CA-FPR. * app-openpgp.c (app_openpgp_readkey): Fixed check for valid exponent. * app-openpgp.c (do_setattr): Sync FORCE_CHV1. * card-util.c (change_login): Kludge to allow reading data from a file. (card_edit): Pass ARG_STRING to change_login. (card_status): Print CA fingerprints. (change_cafpr): New. (card_edit): New command CAFPR. * errors.h (G10ERR_NO_CARD, G10ERR_CANCELED): New error codes. * errors.c (g10_errstr): New error codes G10ERR_NO_CARD, G10ERR_CANCELED.
* Updated po files from 1.2.5Werner Koch2004-07-2729-32076/+95187
|
* * configure.ac (AM_GNU_GETTEXT_VERSION): New.Werner Koch2004-07-274-22/+49
| | | | | | | | | | | (min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac.
* some late minor fixes.V1-3-6Werner Koch2004-05-225-2508/+2573
|
* About to release 1.3.6Werner Koch2004-05-225-2097/+2322
|
* about to release 1.3.4Werner Koch2003-11-276-1519/+1588
|
* Auto-updatesWerner Koch2003-11-275-636/+743
|
* New.Werner Koch2003-10-2520-353/+11129
|
* About to release 1.3.3Werner Koch2003-10-101-1015/+1148
|
* * primegen.c (gen_prime): Bail out if we try to generate a primeWerner Koch2003-10-102-0/+5
| | | | | | | with less than 16 bits. Include i18n.h. * POTFILES.in (cipher/primegen.c): Added.
* About to release 1.3.2V1-3-2Werner Koch2003-05-271-820/+1386
|
* * POTFILES.in: Added a couple of missing source files. Noted by PascalDavid Shaw2003-05-262-3/+14
| | | | | Hartig and Walter Koch. (From wk on stable branch)
* Preparing 1.3.1 release.V1-3-1Werner Koch2002-11-121-663/+759
|
* * POTFILES.in (hkp.c): Removed.V1-3-0Werner Koch2002-10-183-484/+565
|
* * tr.po, el.po: Updated.Werner Koch2002-09-123-1298/+1201
|
* Argh, msgfmt reformatted some entries during the make distcheckV1-1-92Werner Koch2002-09-111-9/+26
|
* About to release 1.1.92Werner Koch2002-09-1119-12109/+14063
|
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-231-0/+4
| | | | | | re-recreate a distribution from CVS. Some minor other fixes.
* msgfmt updated.Werner Koch2002-08-0419-8056/+11684
|
* * de.po: Fixed fuzzys and translated new strings.Werner Koch2002-08-0419-13902/+15505
| | | | | | | * es.po, et.po, fr.po, gl.po, id.po, it.po, ja.po, tr.po: Updated from TP site. * ca.po: New from TP site.
* msgmerge'd.Werner Koch2002-06-3018-12051/+15085
|
* Update head to match stable 1.0David Shaw2002-06-2923-21762/+50447
|
* Does now work with libgcryptWerner Koch2000-12-211-4/+3
|
* Removed the libgcrypt stuff and started to modify the source to work withWerner Koch2000-12-191-7/+8
| | | | | that external library.
* Some configuration changesWerner Koch2000-11-1414-910/+910
|
* configuraton changes, make dist should work now.Werner Koch2000-10-1014-7796/+7920
|
* See ChangeLog: Tue Aug 22 14:31:15 CEST 2000 Werner KochWerner Koch2000-08-2214-1988/+2733
|
* See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner KochWerner Koch2000-07-3114-6894/+7071
|
* See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch2000-07-1715-6974/+30663
|
* See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner KochWerner Koch2000-01-319-2940/+3038
|