From cvs at cvs.gnupg.org Thu Jul 1 05:44:45 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jul 6 16:42:25 2004 Subject: gsti/src (ChangeLog buffer.c) Message-ID: Date: Wednesday, June 9, 2004 @ 22:03:31 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog buffer.c 2004-06-09 Marcus Brinkmann * buffer.c (gsti_buf_putbstr): Remove check for BSTR. -----------+ ChangeLog | 2 ++ buffer.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu Jul 1 10:33:50 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:42:35 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog) Message-ID: Date: Tuesday, June 8, 2004 @ 21:10:31 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog about to release 1.9.9 -----------+ ChangeLog | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Jul 1 10:34:20 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:42:37 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Tuesday, June 8, 2004 @ 21:10:34 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog NEWS configure.ac about to release 1.9.9 --------------+ ChangeLog | 4 ++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Jul 1 14:36:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:42:59 2004 Subject: gsti/src (ChangeLog gsti.h main.c pubkey.c pubkey.h) Message-ID: Date: Thursday, July 1, 2004 @ 14:36:30 Author: werner Path: /cvs/wk/gsti/src Modified: ChangeLog gsti.h main.c pubkey.c pubkey.h examples/ * server.c (PUBKEY): Not used; removed. * rsa.sec: Adapted for swapped n,e. src/ * main.c (gsti_set_client_key): Release an existing key. (gsti_set_client_key_blob): New. * pubkey.c (pk_table): Swapped RSA parameters; E comes first. (_gsti_rsa_sign, _gsti_rsa_verify): Adapt for it. (_gsti_rsa_sign, _gsti_dss_sign): Check number of parameters and support a sign callback. * pubkey.h (struct gsti_key_s): Add members SIGN_FNC and SIGN_FNC_VALUE. -----------+ ChangeLog | 13 ++++++ gsti.h | 14 ++++++- main.c | 35 +++++++++++++++++- pubkey.c | 116 +++++++++++++++++++++++++++++++++++++++++++++--------------- pubkey.h | 2 + 5 files changed, 150 insertions(+), 30 deletions(-) From cvs at cvs.gnupg.org Thu Jul 1 14:36:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:42:59 2004 Subject: gsti/examples (ChangeLog rsa.pub rsa.sec server.c) Message-ID: Date: Thursday, July 1, 2004 @ 14:36:30 Author: werner Path: /cvs/wk/gsti/examples Modified: ChangeLog rsa.pub rsa.sec server.c examples/ * server.c (PUBKEY): Not used; removed. * rsa.sec: Adapted for swapped n,e. src/ * main.c (gsti_set_client_key): Release an existing key. (gsti_set_client_key_blob): New. * pubkey.c (pk_table): Swapped RSA parameters; E comes first. (_gsti_rsa_sign, _gsti_rsa_verify): Adapt for it. (_gsti_rsa_sign, _gsti_dss_sign): Check number of parameters and support a sign callback. * pubkey.h (struct gsti_key_s): Add members SIGN_FNC and SIGN_FNC_VALUE. -----------+ ChangeLog | 5 +++++ rsa.pub | 0 rsa.sec | 0 server.c | 1 - 4 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Jul 1 19:41:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:43:37 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog app-openpgp.c) Message-ID: Date: Thursday, July 1, 2004 @ 19:41:34 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog app-openpgp.c (do_getattr): Fix for sending CA-FPR. ---------------+ ChangeLog | 9 +++++++++ app-openpgp.c | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Jul 1 19:42:11 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:43:38 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog call-agent.c call-agent.h card-util.c) Message-ID: Date: Thursday, July 1, 2004 @ 19:42:11 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog call-agent.c call-agent.h card-util.c * 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. * call-agent.h: Add members for CA fingerprints. * call-agent.c (agent_release_card_info): Invalid them. (learn_status_cb): Store them. --------------+ ChangeLog | 13 ++++++ call-agent.c | 15 ++++++ call-agent.h | 6 ++ card-util.c | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++------ 4 files changed, 146 insertions(+), 11 deletions(-) From cvs at cvs.gnupg.org Thu Jul 1 20:09:26 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:43:41 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog sc-investigate.c) Message-ID: Date: Thursday, July 1, 2004 @ 20:09:26 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog sc-investigate.c Initialize Pth which is now required. (interactive_shell): New command "readpk". ------------------+ ChangeLog | 3 +++ sc-investigate.c | 41 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Jul 2 20:02:46 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jul 6 16:44:35 2004 Subject: gsti/src (18 files) Message-ID: Date: Tuesday, May 25, 2004 @ 02:25:03 Author: marcus Path: /cvs/wk/gsti/src Added: error.c Modified: ChangeLog Makefile.am api.h auth.c buffer.c buffer.h fsm.c gsti.h kex.c kex.h main.c packet.c packet.h pubkey.c pubkey.h stream.c stream.h 2004-05-25 Marcus Brinkmann Everywhere: Change various "int rc" variables to "gsti_error_t err", and related changes. * gsti.h: Include . (_GSTI_INLINE): New macro. (gsti_error_t, gsti_err_code_t, gsti_err_source_t): New types. (GSTI_ERR_SOURCE_DEFAULT): New macro. (gsti_err_make, gsti_error, gsti_err_code, gsti_err_source): New inline functions. (gsti_strerror, gsti_strerror_r, gsti_strsource, gsti_err_code_from_errno, gsti_err_code_to_errno, gsti_err_make_from_errno, gsti_error_from_errno): New prototypes. * error.c: New file. * Makefile.am (libgsti_la_SOURCES): Add error.c. * main.c (gsti_strerror): Removed. * auth.h (auth_send_accept_packet, auth_proc_accept_packet, auth_send_init_packet, auth_proc_init_packet, auth_send_pkok_packet, parse_pkok_packet, auth_proc_pkok_packet, auth_send_second_packet, auth_proc_second_packet): Change return type to gsti_error_t. * auth.c (auth_send_accept_packet, auth_proc_accept_packet, auth_send_init_packet, calc_sig_hash, auth_proc_init_packet, parse_auth_request, build_auth_request, init_auth_request, build_pkok_packet, auth_send_pkok_packet, parse_pkok_packet, auth_proc_pkok_packet, auth_send_second_packet, auth_proc_second_packet): Change return type to gsti_error_t. * buffer.h (_gsti_buf_putmpi, _gsti_buf_getmpi): Change return type to gsti_error_t in prototype. * buffer.c (_gsti_buf_putmpi, _gsti_buf_getmpi): Change return type to gsti_error_t. * api.h (map_gcry_rc): Removed prototype. (fsm_user_read, fsm_user_write): Change return type to gsti_error_t in prototype. * fsm.c (fsm_user_read, fsm_user_write, gsti_get_packet, fsm_loop, fsm_server_loop, fsm_client_loop, request_packet, handle_quit, handle_init): Change return type to gsti_error_t. * gsti.h (gsti_set_log_stream): Change return type to gsti_error_t in prototype. (gsti_deinit): Change return type to void in prototype. (gsti_set_readfnc, gsti_set_writefnc, gsti_set_service, gsti_set_hostkey, gsti_set_client_key, gsti_set_client_user, gsti_set_auth_method, gsti_set_compression, gsti_set_dhgex, gsti_read, gsti_write, gsti_key_load, gsti_get_packet, gsti_put_packet): Change return type to gsti_error_t in prototype. * main.c (gsti_deinit): Change return type to void. (gsti_set_readfnc, gsti_set_writefnc, gsti_set_service, gsti_set_hostkey, gsti_set_client_key, gsti_set_client_user, gsti_set_auth_method, gsti_set_compression, gsti_set_dhgex, gsti_read, gsti_write): Change return type to gsti_error_t. (map_gcry_rc): Removed. * logging.c (gsti_set_log_stream): Change return type to gsti_error_t. * pubkey.h (_gsti_dss_sign, _gsti_dss_verify, _gsti_ssh_cmp_pkname, _gsti_ssh_cmp_keys, _gsti_sig_decode): Change return type to gsti_error_t in prototype. * pubkey.c: Include . (gsti_key_load, parse_key_entry, read_dss_key, read_bstring, sexp_get_sshmpi, sexp_from_buffer, _gsti_dss_sign, _gsti_dss_verify, _gsti_ssh_cmp_pkname, _gsti_ssh_cmp_keys, _gsti_sig_decode): Change return type to gsti_error_t. * stream.h (_gsti_stream_readn, _gsti_stream_writen, _gsti_stream_flush): Change return type to gsti_error_t in prototype. * stream.c (_gsti_stream_readn, _gsti_stream_writen, _gsti_stream_flush): Change return type to gsti_error_t. * kex.h (kex_send_version, kex_wait_on_version, kex_send_init_packet, kex_proc_init_packet, kex_send_kexdh_init, kex_proc_kexdh_init, kex_send_kexdh_reply, kex_proc_kexdh_reply, kex_send_newkeys, kex_proc_newkeys, kex_send_disconnect, kex_send_service_request, kex_proc_service_request, kex_send_service_accept, kex_proc_service_accept, kex_send_gex_request, kex_proc_gex_request, kex_send_gex_group, kex_proc_gex_group): Change return type to gsti_error_t in prototype. * kex.c (kex_send_version, kex_wait_on_version, parse_msg_kexinit, build_msg_kexinit, parse_msg_kexdh_init, build_msg_kexdh_init, parse_msg_kexdh_reply, build_msg_kexdh_reply, calc_exchange_hash, construct_keys, kex_send_init_packet, choose_mac_algo, choose_cipher_algo, choose_kex_algo, kex_proc_init_packet, kex_send_kexdh_init, kex_proc_kexdh_init, kex_send_kexdh_reply, kex_proc_kexdh_reply, kex_send_newkeys, kex_proc_newkeys, kex_send_disconnect, parse_msg_service, build_msg_service, kex_send_service_request, kex_proc_service_request, kex_send_service_accept, kex_proc_service_accept, build_gex_request, kex_send_gex_request, parse_gex_request, kex_proc_gex_request, build_gex_group, kex_send_gex_group, parse_gex_group, kex_proc_gex_group): Change return type to gsti_error_t. * packet.h (_gsti_packet_read, _gsti_packet_write, _gsti_packet_flush): Change return type to gsti_error_t in prototype. * packet.c (verify_mac, _gsti_packet_read, _gsti_packet_write, _gsti_packet_flush): Change return type to gsti_error_t. -------------+ ChangeLog | 97 ++++++ Makefile.am | 1 api.h | 23 - auth.c | 170 ++++++----- buffer.c | 62 ++-- buffer.h | 41 +- error.c | 91 ++++++ fsm.c | 357 ++++++++++++------------- gsti.h | 157 ++++++++--- kex.c | 823 ++++++++++++++++++++++++++++------------------------------ kex.h | 72 ++--- main.c | 196 +++++-------- packet.c | 124 ++++---- packet.h | 46 +-- pubkey.c | 218 ++++++++------- pubkey.h | 51 +-- stream.c | 106 +++---- stream.h | 7 18 files changed, 1433 insertions(+), 1209 deletions(-) From cvs at cvs.gnupg.org Fri Jul 2 19:08:28 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:45:03 2004 Subject: gsti/src (ChangeLog gsti.h main.c) Message-ID: Date: Friday, July 2, 2004 @ 19:08:28 Author: werner Path: /cvs/wk/gsti/src Modified: ChangeLog gsti.h main.c (gsti_get_hostkey): New. -----------+ ChangeLog | 4 ++++ gsti.h | 1 + main.c | 9 +++++++++ 3 files changed, 14 insertions(+) From cvs at cvs.gnupg.org Fri Jul 2 21:56:18 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:45:05 2004 Subject: gnupg/po (5 files) Message-ID: Date: Saturday, May 22, 2004 @ 13:33:48 Author: werner Path: /cvs/gnupg/gnupg/po Modified: de.po en@boldquot.gmo en@boldquot.po en@quot.gmo en@quot.po some late minor fixes. -----------------+ de.po | 1713 +++++++++++++++++++++++++++--------------------------- en@boldquot.gmo | 0 en@boldquot.po | 1684 ++++++++++++++++++++++++++--------------------------- en@quot.gmo | 0 en@quot.po | 1684 ++++++++++++++++++++++++++--------------------------- 5 files changed, 2573 insertions(+), 2508 deletions(-) From cvs at cvs.gnupg.org Sun Jul 4 18:40:08 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Jul 6 16:45:15 2004 Subject: libgcrypt/cipher (ChangeLog serpent.c) Message-ID: Date: Sunday, July 4, 2004 @ 18:40:08 Author: mo Path: /cvs/gnupg/libgcrypt/cipher Modified: ChangeLog serpent.c 2004-07-04 Moritz Schulte * serpent.c: Use "u32_t" instead of "unsigned long", do not declare S-Box variables as "register". Fixes failure on OpenBSD/sparc64, reported by Nikolay Sturm. -----------+ ChangeLog | 6 +++++ serpent.c | 64 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 38 insertions(+), 32 deletions(-) From cvs at cvs.gnupg.org Sun Jul 4 18:40:35 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Jul 6 16:45:15 2004 Subject: libgcrypt (ChangeLog THANKS) Message-ID: Date: Sunday, July 4, 2004 @ 18:40:35 Author: mo Path: /cvs/gnupg/libgcrypt Modified: ChangeLog THANKS 2004-07-04 Moritz Schulte * THANKS: Updated. -----------+ ChangeLog | 4 ++++ THANKS | 1 + 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Sun Jul 4 23:17:29 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Jul 6 16:45:17 2004 Subject: gnupg/tools (ChangeLog ring-a-party) Message-ID: Date: Sunday, July 4, 2004 @ 23:17:29 Author: dshaw Path: /cvs/gnupg/gnupg/tools Modified: ChangeLog ring-a-party * ring-a-party: ElGamal -> Elgamal --------------+ ChangeLog | 4 ++++ ring-a-party | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Mon Jul 5 12:46:15 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Tue Jul 6 16:45:25 2004 Subject: gsti/src (ChangeLog packet.c) Message-ID: Date: Monday, July 5, 2004 @ 12:46:15 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog packet.c 2004-07-05 Timo Schulz * packet.c (_gsti_packet_write): Use gcry_create_nonce to make random generation faster. -----------+ ChangeLog | 5 +++++ packet.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 6 22:40:44 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:14:27 2004 Subject: gsti/src (7 files) Message-ID: Date: Tuesday, July 6, 2004 @ 22:40:44 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog api.h auth.c fsm.c kex.c main.c pubkey.c 2004-07-06 Timo Schulz * pubkey.c (_gsti_key_fromblob): Return an error for unknown pubkey algos and not a bug. * fsm.c (fsm_server_loop): Implement DH group exchange. * main.c (_gsti_kex_free): New. * kex.c (build_msg_kexdh_reply): Likewise. (build_msg_kexinit): Likewise. (hash_32bit): New. (kex_proc_gex_group): Store DH group values. (kex_send_gex_group): Likewise. (calc_dh_key): Support DH group exchange. (calc_dh_secret): Likewise. * auth.c (check_auth_id): Use the length of the table string. -----------+ ChangeLog | 15 ++++++++ api.h | 3 + auth.c | 3 + fsm.c | 53 +++++++++++++++++++++++++++--- kex.c | 104 +++++++++++++++++++++++++++++++++++++++++++----------------- main.c | 26 ++++++++++----- pubkey.c | 2 - 7 files changed, 164 insertions(+), 42 deletions(-) From cvs at cvs.gnupg.org Wed Jul 7 00:16:22 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:14:28 2004 Subject: gsti/src (ChangeLog fsm.c kex.c kex.h packet.h ssh.h) Message-ID: Date: Wednesday, July 7, 2004 @ 00:16:22 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog fsm.c kex.c kex.h packet.h ssh.h 2004-07-07 Timo Schulz * kex.c (check_dh_mpi_range): Add DH group support. Prefixed all gex functions with _gsti_. (parse_msg_kexdh_init): Likewise. (parse_msg_kexdh_reply): Likewise. (build_kex_list): Likewise. * fsm.c (fsm_client_loop): Change order of DH group exchange. -----------+ ChangeLog | 9 ++++ fsm.c | 48 ++++++++++++------------- kex.c | 114 +++++++++++++++++++++++++++++++++--------------------------- kex.h | 8 ++-- packet.h | 2 - ssh.h | 4 +- 6 files changed, 104 insertions(+), 81 deletions(-) From cvs at cvs.gnupg.org Wed Jul 7 09:24:31 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:14:37 2004 Subject: gsti/src (ChangeLog keyblob.c keyblob.h) Message-ID: Date: Wednesday, July 7, 2004 @ 09:24:31 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog Removed: keyblob.c keyblob.h 2004-07-07 Timo Schulz * keyblob.c: Removed from the repository. * keyblob.h: Likewise. -----------+ ChangeLog | 5 +++ keyblob.c | 98 ------------------------------------------------------------ keyblob.h | 25 --------------- 3 files changed, 5 insertions(+), 123 deletions(-) From cvs at cvs.gnupg.org Thu Jul 8 11:50:57 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:14:58 2004 Subject: gsti/src (9 files) Message-ID: Date: Thursday, July 8, 2004 @ 11:50:57 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog api.h fsm.c gsti.h kex.c kex.h main.c moduli.h packet.h 2004-07-08 Timo Schulz * fsm.c (fsm_server_loop): Return invalid packet if an unexpected packet was received. * kex.c (_gsti_kex_check_alglist): New. (kex_check_algo): New. (build_cipher_list): Support to use a pre-defined cipher list. * gsti.h: Use gcrypt cipher constants. * main.c (gsti_set_dhgex): Set default values if one argument is zero. (gsti_set_kex_prefs): New. * api.h (gsti_ctx_t): Use ushort for the prefs since some cipher id's are > 256 and thus larger than a byte. -----------+ ChangeLog | 14 +++++ api.h | 7 ++ fsm.c | 13 +++++ gsti.h | 19 +++++-- kex.c | 84 +++++++++++++++++++++++++++++++-- kex.h | 2 main.c | 54 +++++++++++++++++++++ moduli.h | 149 ++++++++++++++++++++---------------------------------------- packet.h | 3 - 9 files changed, 235 insertions(+), 110 deletions(-) From cvs at cvs.gnupg.org Thu Jul 8 19:51:33 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:15:10 2004 Subject: gsti/src (13 files) Message-ID: Date: Thursday, July 8, 2004 @ 19:51:33 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog api.h gsti.h kex.c main.c memory.c memory.h packet.h ssh.h stream.c types.h utils.c utils.h 2004-07-08 Timo Schulz * stream.c (_gsti_stream_writen): Faster random generation. * ssh.h: Added size of the cookie. * kex.c (kex_proc_kexdh_reply): Swap the kexinit values to calculate the right hash. (kex_send_init_packet): Store the kexinit values for later use. (kex_proc_init_packet): Use the host and the peer list for (build_hmac_list): Implemented pre-defined hmac lists. algorithm selection. * types.h (STRLIST): Renamed to... (gsti_strlist_t): ...this. * gsti.h: Use gcrypt digest constants. -----------+ ChangeLog | 14 +++++++ api.h | 7 ++- gsti.h | 12 +++--- kex.c | 117 ++++++++++++++++++++++++++++++++++++++++-------------------- main.c | 5 -- memory.c | 10 ++--- memory.h | 4 +- packet.h | 18 ++++----- ssh.h | 3 + stream.c | 3 + types.h | 8 ++-- utils.c | 12 +++--- utils.h | 7 ++- 13 files changed, 142 insertions(+), 78 deletions(-) From cvs at cvs.gnupg.org Thu Jul 8 19:51:54 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:15:12 2004 Subject: gsti/examples (ChangeLog client.c) Message-ID: Date: Thursday, July 8, 2004 @ 19:51:54 Author: twoaday Path: /cvs/wk/gsti/examples Modified: ChangeLog client.c 2004-07-08 Timo Schulz * client.c (main): Show how to use the preference API. -----------+ ChangeLog | 4 ++++ client.c | 23 ++++++++++++++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu Jul 8 19:52:22 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:15:14 2004 Subject: gsti (NEWS TODO) Message-ID: Date: Thursday, July 8, 2004 @ 19:52:22 Author: twoaday Path: /cvs/wk/gsti Modified: NEWS TODO Updated NEWS entries. ------+ NEWS | 3 +++ TODO | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Fri Jul 9 05:31:46 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jul 14 18:15:21 2004 Subject: gsti/src (ChangeLog ssh.h) Message-ID: Date: Friday, July 9, 2004 @ 05:31:46 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog ssh.h 2004-07-09 Marcus Brinkmann * ssh.h (ssh_msg_id_t): Add SSH_MSG_KEX_DH_GEX_REQUEST_OLD. Fix SSH_MSG_KEX_DH_GEX_GROUP. -----------+ ChangeLog | 5 +++++ ssh.h | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Sat Jul 10 12:52:56 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:15:33 2004 Subject: gsti/src (8 files) Message-ID: Date: Saturday, July 10, 2004 @ 12:52:56 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog auth.c auth.h fsm.c kex.c kex.h packet.c pubkey.c 2004-07-10 Timo Schulz * pubkey.c (gsti_key_fingerprint): Use _gsti_xmalloc. * packet.c (_gsti_packet_free): Release pktbuf. * kex.c (free_msg_kexdh_reply): New. (kex_proc_kexdh_reply): Cleanup in the case of an error. (_gsti_kex_proc_gex_group): Likewise. * auth.c (auth_send_init_packet): Merged with... (auth_send_second_packet): ...this function. (read_bstring): Return an error code. (auth_proc_second_packet): Merged with... (auth_proc_init_packet): ...this function. -----------+ ChangeLog | 13 ++++ auth.c | 184 ++++++++++++++++++++++++++---------------------------------- auth.h | 21 +++--- fsm.c | 36 +++++------ kex.c | 33 ++++++++-- kex.h | 10 +-- packet.c | 5 + pubkey.c | 2 8 files changed, 159 insertions(+), 145 deletions(-) From cvs at cvs.gnupg.org Sat Jul 10 20:57:55 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:15:39 2004 Subject: gsti/src (7 files) Message-ID: Date: Saturday, July 10, 2004 @ 20:57:55 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog api.h auth.c auth.h fsm.c gsti.h main.c 2004-07-10 Timo Schulz * gsti.h (gsti_auth_cb_t): New. * api.h (gsti_context): Added auth callback. * main.c (gsti_set_auth_callback): New. * fsm.c (fsm_server_loop): Add auth callback to allow external checking of the authentication values. (fsm_client_loop): Add SSH_MSG_USERAUTH_FAILURE. (handle_auth_cb): New. * auth.c (gsti_auth_free): Free key blob. (_gsti_auth_proc_init_packet): Store keyblob. -----------+ ChangeLog | 12 ++++++++++++ api.h | 4 +++- auth.c | 6 +++++- auth.h | 1 + fsm.c | 34 +++++++++++++++++++++++++++++++++- gsti.h | 11 +++++++++++ main.c | 13 +++++++++++++ 7 files changed, 78 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Sat Jul 10 20:58:16 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:15:41 2004 Subject: gsti/examples (ChangeLog client.c server.c) Message-ID: Date: Saturday, July 10, 2004 @ 20:58:16 Author: twoaday Path: /cvs/wk/gsti/examples Modified: ChangeLog client.c server.c 2004-07-10 Timo Schulz * server.c (my_auth_cb): Example how to use the auth callback. -----------+ ChangeLog | 4 ++++ client.c | 1 + server.c | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) From cvs at cvs.gnupg.org Wed Jul 14 17:06:53 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:16:14 2004 Subject: gsti/src (9 files) Message-ID: Date: Wednesday, July 14, 2004 @ 17:06:53 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog auth.c auth.h bstring.c buffer.c fsm.c gsti.h main.c packet.h 2003-07-13 Timo Schulz * packet.h (MSG_auth_request): s/false/chk_key. Changed all callers. * auth.c: All authentication functions now have a uniform function form. (build_auth_banner): New. (free_auth_banner): New. (parse_auth_banner): New. (init_auth_banner): New. (_gsti_auth_send_banner_packet): New. (_gsti_auth_proc_banner_packet): New. * fsm.c (handle_auth_cb): Support for banner messages. (fsm_client_loop): Likewise. * bstring.c (gsti_bstr_length, gsti_bstr_data): Allow for NULL pointers. * main.c (gsti_set_auth_banner): New. -----------+ ChangeLog | 34 +++++++++--- auth.c | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------ auth.h | 18 ++++-- bstring.c | 7 ++ buffer.c | 10 +++ fsm.c | 78 +++++++++++++++++----------- gsti.h | 9 ++- main.c | 23 +++++++- packet.h | 7 ++ 9 files changed, 285 insertions(+), 66 deletions(-) From cvs at cvs.gnupg.org Wed Jul 14 17:07:20 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jul 14 18:16:15 2004 Subject: gsti/examples (client.c server.c) Message-ID: Date: Wednesday, July 14, 2004 @ 17:07:20 Author: twoaday Path: /cvs/wk/gsti/examples Modified: client.c server.c 2004-07-13 Timo Schulz * server.c (my_auth_cb): Example how to use the auth callback. ----------+ client.c | 17 ++++++++++++++++- server.c | 9 +++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Jul 14 18:48:18 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Fri Jul 16 11:08:29 2004 Subject: libgcrypt/cipher (ChangeLog rsa.c) Message-ID: Date: Wednesday, July 14, 2004 @ 18:48:18 Author: mo Path: /cvs/gnupg/libgcrypt/cipher Modified: ChangeLog rsa.c 2004-07-14 Moritz Schulte * rsa.c (_gcry_rsa_decrypt): Don't forget to free "a". Thanks to Nikos Mavroyanopoulos. -----------+ ChangeLog | 5 +++++ rsa.c | 2 ++ 2 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Thu Jul 15 10:49:10 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Fri Jul 16 11:09:18 2004 Subject: gsti/src (ChangeLog auth.c fsm.c) Message-ID: Date: Thursday, July 15, 2004 @ 10:49:10 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog auth.c fsm.c 2007-07-14 Timo Schulz * auth.c: Return 'unexpected' and not 'bug' when the packet type is that the required one. (dump_auth_banner): New. (build_auth_banner): Insert dummy byte for packet type. * fsm.c (fsm_client_loop): For USERAUTH_BANNER use cb type 1. -----------+ ChangeLog | 8 ++++++++ auth.c | 51 +++++++++++++++++++++++++++++++++++++-------------- fsm.c | 2 +- 3 files changed, 46 insertions(+), 15 deletions(-) From cvs at cvs.gnupg.org Thu Jul 15 10:49:27 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Fri Jul 16 11:09:18 2004 Subject: gsti/examples (ChangeLog server.c) Message-ID: Date: Thursday, July 15, 2004 @ 10:49:27 Author: twoaday Path: /cvs/wk/gsti/examples Modified: ChangeLog server.c 2004-07-14 Timo Schulz * server.c (main): Set an example banner which is shown to the client. * client.c (my_auth_cb): New. Show banner if available. -----------+ ChangeLog | 6 ++++++ server.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Jul 15 12:01:20 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 16 11:09:19 2004 Subject: gsti/src (ChangeLog packet.c) Message-ID: Date: Thursday, July 15, 2004 @ 12:01:20 Author: werner Path: /cvs/wk/gsti/src Modified: ChangeLog packet.c (msg_id_to_str): New. (_gsti_packet_read, _gsti_packet_write): Use it. -----------+ ChangeLog | 5 ++++ packet.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 70 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Thu Jul 15 23:00:35 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Jul 16 11:09:26 2004 Subject: gnupg/g10 (7 files) Message-ID: Date: Thursday, July 15, 2004 @ 23:00:35 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c keygen.c parse-packet.c plaintext.c status.c status.h * g10.c (main): Alias --charset as --display-charset to help avoid the continuing confusion and make room for possible changes in devel. * parse-packet.c (parse_plaintext): Show the hex value for the literal packet mode since it may not be printable. * keygen.c (make_backsig): Make sure that the backsig was built successfully before we try and use it. * status.h, status.c (get_status_string), plaintext.c (handle_plaintext): New status tags PLAINTEXT and PLAINTEXT_LENGTH. ----------------+ ChangeLog | 16 ++++++++ g10.c | 7 ++- keygen.c | 110 ++++++++++++++++++++++++++++--------------------------- parse-packet.c | 4 +- plaintext.c | 18 +++++++++ status.c | 4 +- status.h | 8 ++-- 7 files changed, 104 insertions(+), 63 deletions(-) From cvs at cvs.gnupg.org Thu Jul 15 23:16:54 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Jul 16 11:09:26 2004 Subject: gnupg/g10 (5 files) Message-ID: Date: Thursday, July 15, 2004 @ 23:16:54 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyedit.c mainproc.c seckey-cert.c sign.c * keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked or expired user IDs. Also, once we've established that a given uid cannot or will not be signed, don't continue to ask about each sig. * mainproc.c (proc_symkey_enc), seckey-cert.c (do_check): Check the S2K hash algorithm before we try to generate a passphrase using it. This prevents hitting BUG() when generating a passphrase using a hash that we don't have. * sign.c (sign_symencrypt_file): Allow using --force-mdc in --sign --symmetric messages. ---------------+ ChangeLog | 13 +++++++++++++ keyedit.c | 26 +++++++++++++++++++++----- mainproc.c | 7 +++++++ seckey-cert.c | 6 ++++++ sign.c | 7 +++++++ 5 files changed, 54 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Fri Jul 16 16:30:55 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Jul 16 16:31:01 2004 Subject: gnupg/g10 (6 files) Message-ID: Date: Friday, July 16, 2004 @ 16:30:55 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog armor.c g10.c keyedit.c keylist.c options.h * keylist.c (list_keyblock_print): Always use the new listing format where uids are always on a line for themselves. Mark expired secret keys as expired. * options.h, g10.c (main): Rename list show-validity to show-uid-validity as it only shows for uids. * armor.c (armor_filter): Do not use padding to get us to 8 bytes of header. Rather, use 2+4 as two different chunks. This avoids a fake filename of "is". -----------+ ChangeLog | 13 +++++++++++++ armor.c | 11 +++++------ g10.c | 2 +- keyedit.c | 2 +- keylist.c | 57 ++++++++++++++++++++++++--------------------------------- options.h | 2 +- 6 files changed, 45 insertions(+), 42 deletions(-) From cvs at cvs.gnupg.org Fri Jul 16 17:45:25 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 16 17:45:30 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (6 files) Message-ID: Date: Friday, July 16, 2004 @ 17:45:25 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog apdu.c apdu.h ccid-driver.c ccid-driver.h iso7816.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. ---------------+ ChangeLog | 43 + apdu.c | 1793 ++++++++++++++++++++++++++++++++++++-------------------- apdu.h | 27 ccid-driver.c | 53 - ccid-driver.h | 16 iso7816.c | 6 6 files changed, 1303 insertions(+), 635 deletions(-) From cvs at cvs.gnupg.org Fri Jul 16 19:25:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 16 19:25:34 2004 Subject: libgcrypt/cipher (ChangeLog random.c rijndael.c) Message-ID: Date: Friday, July 16, 2004 @ 19:25:30 Author: werner Path: /cvs/gnupg/libgcrypt/cipher Modified: ChangeLog random.c rijndael.c (do_encrypt): Fix alignment problem. Bugs found by Matthias Urlichs. (do_decrypt): Ditto. (keySched, keySched2): Use 2 macros along with unions in the key schedule context. ------------+ ChangeLog | 13 +++ random.c | 13 ++- rijndael.c | 227 +++++++++++++++++++++++++++++++++++------------------------ 3 files changed, 161 insertions(+), 92 deletions(-) From cvs at cvs.gnupg.org Fri Jul 16 19:25:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 16 19:25:43 2004 Subject: libgcrypt (THANKS) Message-ID: Date: Friday, July 16, 2004 @ 19:25:30 Author: werner Path: /cvs/gnupg/libgcrypt Modified: THANKS (do_encrypt): Fix alignment problem. Bugs found by Matthias Urlichs. (do_decrypt): Ditto. (keySched, keySched2): Use 2 macros along with unions in the key schedule context. --------+ THANKS | 1 + 1 files changed, 1 insertion(+) From cvs at cvs.gnupg.org Mon Jul 19 02:39:01 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Jul 19 02:39:09 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog sign.c) Message-ID: Date: Monday, July 19, 2004 @ 02:39:01 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog sign.c * sign.c (update_keysig_packet): Revert change of 2004-05-18. It is not appropriate to strip policy and notations when remaking a sig. That should only happen when specifically requested by the user. -----------+ ChangeLog | 7 +++++++ sign.c | 12 ------------ 2 files changed, 7 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Mon Jul 19 11:29:11 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Jul 19 11:29:16 2004 Subject: gsti/src (9 files) Message-ID: Date: Monday, July 19, 2004 @ 11:29:11 Author: werner Path: /cvs/wk/gsti/src Modified: ChangeLog auth.c fsm.c gsti.h kex.c logging.c packet.c utils.c utils.h * utils.h: Include gsti.h. Pass context to _gsti_dump_object. * utils.c (_gsti_dump_object): Use log_debug and not log_info. Add new CTX arg. Changed all caller to apss a context. (_gsti_print_string): Add arg CTX. Changed all callers. * packet.c (_gsti_packet_read, _gsti_packet_write) (print_disconnect_msg): Reformat messages. Add new arg CTX. (print_debug_msg): Ditto. * gsti.h: New log level GSTI_LOG_ERROR. * logging.c (_gsti_logv): Implement it. (_gsti_log_err): Use it here. Removed ERR arg and changed all callers o ise strerror directly. This is more straightforward than to pass ERR. * fsm.c (logrc): Removed and repalced by straight logging calls. -----------+ ChangeLog | 18 ++++++++ auth.c | 14 +++--- fsm.c | 55 +++++++++++++------------- gsti.h | 1 kex.c | 80 ++++++++++++++++++++++---------------- logging.c | 9 +--- packet.c | 124 +++++++++++++++++++++++++++++++++++++++++++----------------- utils.c | 56 +++++++++++++++------------ utils.h | 30 +++++++------- 9 files changed, 240 insertions(+), 147 deletions(-) From cvs at cvs.gnupg.org Mon Jul 19 17:54:11 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Jul 19 17:54:18 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (11 files) Message-ID: Date: Monday, July 19, 2004 @ 17:54:11 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Added: buffer.c buffer.h command-ssh.c gpg-stream.c gpg-stream.h Modified: ChangeLog Makefile.am agent.h gpg-agent.c pksign.c query.c 2004-07-19 Moritz Schulte * Makefile.am (gpg_agent_SOURCES): Adding: gpg-stream.c, gpg-stream.h, buffer.c, buffer.h, command-ssh.c. * pksign.c (agent_pksign_do): New function, based on code ripped out from agent_pksign. (agent_pksign): Use agent_pksign_do. * query.c (start_pinentry): Accept CTRL being NULL. * agent.h (start_command_handler_ssh): Declare function. (agent_pksign_do): Declare function. (opt): New member: ssh_support. * gpg-agent.c: Include . New configuration option: ssh-support. (socket_name_ssh): New variabel. (handle_connections): Additional argument: listen_fd_ssh. Accept connections on both sockets, call start_connection_thread_ssh for connections on listen_fd_ssh. (start_connection_thread_ssh): New function. (cleanup_do): New functions, basically old cleanup function. (cleanup): Call cleanup_do for socket_name and socket_name_ssh. (server_socket_create): New function ... (main): ... use it. (main): Generate environment entries for ssh. * command-ssh.c: New file, implementing the ssh-agent protocol. * gpg-stream.c, gpg-stream.h, buffer.c, buffer.h: Merged Libgpg-stream. ---------------+ ChangeLog | 32 + Makefile.am | 4 agent.h | 6 buffer.c | 413 +++++++++++++ buffer.h | 102 +++ command-ssh.c | 1694 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ gpg-agent.c | 366 ++++++++---- gpg-stream.c | 914 ++++++++++++++++++++++++++++++ gpg-stream.h | 148 ++++ pksign.c | 87 ++ query.c | 10 11 files changed, 3639 insertions(+), 137 deletions(-) From cvs at cvs.gnupg.org Mon Jul 19 18:21:18 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Jul 19 18:43:22 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (ChangeLog command-ssh.c) Message-ID: Date: Monday, July 19, 2004 @ 18:21:18 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: ChangeLog command-ssh.c 2004-07-19 Moritz Schulte * command-ssh.c (ssh_identity_register): passphrase must not be freed. ---------------+ ChangeLog | 2 ++ command-ssh.c | 23 +++++++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Mon Jul 19 19:17:21 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Jul 19 19:17:27 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (ChangeLog command-ssh.c) Message-ID: Date: Monday, July 19, 2004 @ 19:17:21 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: ChangeLog command-ssh.c 2004-07-19 Moritz Schulte * command-ssh.c: Fix handling of iqmp vs. u. ---------------+ ChangeLog | 2 + command-ssh.c | 99 +++++++++++++++++++++++++++----------------------------- 2 files changed, 50 insertions(+), 51 deletions(-) From cvs at cvs.gnupg.org Mon Jul 19 19:35:28 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Jul 19 19:35:35 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (5 files) Message-ID: Date: Monday, July 19, 2004 @ 19:35:28 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: ChangeLog buffer.c command-ssh.c gpg-stream.c gpg-stream.h 2004-07-19 Moritz Schulte * command-ssh.c: Only log debugging message if asked to do so. * command-ssh.c (gpg_stream_copy): Remove function. Update Libgpg-stream. ---------------+ ChangeLog | 5 +++ buffer.c | 3 + command-ssh.c | 87 ++++++++++++++++++-------------------------------------- gpg-stream.c | 34 +++++++++++++++++++++ gpg-stream.h | 3 + 5 files changed, 73 insertions(+), 59 deletions(-) From cvs at cvs.gnupg.org Mon Jul 19 19:37:06 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Jul 19 19:37:10 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (TODO) Message-ID: Date: Monday, July 19, 2004 @ 19:37:06 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Added: TODO New file. ------+ TODO | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 09:06:36 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 09:06:41 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog certchain.c) Message-ID: Date: Tuesday, July 20, 2004 @ 09:06:36 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog certchain.c (gpgsm_validate_chain): The trust check didn't worked anymore, probably due to the changes at 2003-03-04. Fixed. -------------+ ChangeLog | 5 +++++ certchain.c | 3 +++ 2 files changed, 8 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 11:01:23 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jul 20 11:01:36 2004 Subject: gsti/examples (ChangeLog client.c server.c) Message-ID: Date: Tuesday, July 20, 2004 @ 11:01:23 Author: marcus Path: /cvs/wk/gsti/examples Modified: ChangeLog client.c server.c src/ 2004-07-20 Marcus Brinkmann * gsti.h (gsti_set_readfnc, gsti_read, gsti_write): Prototypes removed. (gsti_control_cb_t, gsti_pre_ident_cb_t, gsti_packet_handler_t): New type definitions. (GSTI_CONTROL_FLAG_KEX): New macro. (gsti_set_control_cb, gsti_set_pre_ident_cb, gsti_set_packet_handler, gsti_start, gsti_push_data): New prototypes. (gsti_channel_write): Make DATA argument const in prototype. * api.h (struct gsti_context): Removed members readfnc, readctx. Added new members control_cb, control_cb_value, pre_ident_cb, pre_ident_cb_value, user_pkt_handler_cb, user_pkt_handler_cb_value, state_info, state_data, state_data_len, state_data_alloc, data_handler, packet_handler. (fsm_user_read, fsm_user_write): Remove prototypes. * fsm.c: Rewritten. * auth.c: Include and . Do not include "memory.h". Everwhere pass new extra argument to _gsti_packet_write. Everywhere use standard memory allocation routines, and not the gsti wrappers. (gsti_auth_free): Fix inverted check for argument. * channel.c: Everywhere use _gsti_write_packet_from_buffer instead gsti_put_packet. (gsti_channel_write): Make DATA argument const. * kex.c: Everwhere pass new extra argument to _gsti_packet_write. (host_version_string): Add space before comment. * main.c (gsti_set_readfnc, gsti_read, gsti_write): Functions removed. (gsti_set_hostkey): Set CTX->we_are_server. (gsti_deinit): Free CTX->state_data. * packet.h: Include "buffer.h". (_gsti_packet_read): Prototype removed. (_gsti_packet_write): Add new argument PKT to prototype. (_gsti_handle_packet_data, _gsti_write_packet_from_buffer): New prototypes. * packet.c: Include . (generate_mac): Accept new argument PKT. Use it instead of the packet in CTX. (_gsti_packet_write): Likewise. (_gsti_packet_read): Removed function. (_gsti_handle_packet_data, _gsti_write_packet_from_buffer, gsti_put_packet): New function. * pubkey.h (gsti_key_type_t): New type that supercedes the anonymous enum. Change the various int's in the prototypes that refer to this enum. * pubkey.c: Everywhere, use the new type gsti_key_type_t instead of an int if appropriate. * ssh.h (SSH_IDENT_MAX_LEN): New macro. (ssh_msg_id_t): Add new symbols SSH_MSG_CHANNEL_BEGIN, SSH_MSG_CHANNEL_END, SSH_MSG_RESERVED_BEGIN, SSH_MSG_RESERVED_END, SSH_MSG_USER_BEGIN and SSH_MSG_USER_END. * utils.h: Include , "bstring.h" and "memory.h". examples/ 2004-07-20 Marcus Brinkmann * client.c (myread): Function removed. (reader_loop, mypkt_handler, myctrl_handler): New functions. (main): New variable READY. Use it with the myctrl_handler. Do not register read function, but packet handler and control callbacks. Run gsti_start (), and reader_loop() until the ready flag is set. * server.c (myread): Function removed. (reader_loop, mypkt_handler): New functions. (main): Do not register read function, but packet handler callback. Run gsti_start() and reader_loop(). -----------+ ChangeLog | 13 +++++++++++ client.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++------------- server.c | 69 ++++++++++++++++++++++++++++++++++++----------------------- 3 files changed, 111 insertions(+), 41 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 11:01:22 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jul 20 11:01:44 2004 Subject: gsti/src (14 files) Message-ID: Date: Tuesday, July 20, 2004 @ 11:01:22 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog api.h auth.c channel.c fsm.c gsti.h kex.c main.c packet.c packet.h pubkey.c pubkey.h ssh.h utils.h src/ 2004-07-20 Marcus Brinkmann * gsti.h (gsti_set_readfnc, gsti_read, gsti_write): Prototypes removed. (gsti_control_cb_t, gsti_pre_ident_cb_t, gsti_packet_handler_t): New type definitions. (GSTI_CONTROL_FLAG_KEX): New macro. (gsti_set_control_cb, gsti_set_pre_ident_cb, gsti_set_packet_handler, gsti_start, gsti_push_data): New prototypes. (gsti_channel_write): Make DATA argument const in prototype. * api.h (struct gsti_context): Removed members readfnc, readctx. Added new members control_cb, control_cb_value, pre_ident_cb, pre_ident_cb_value, user_pkt_handler_cb, user_pkt_handler_cb_value, state_info, state_data, state_data_len, state_data_alloc, data_handler, packet_handler. (fsm_user_read, fsm_user_write): Remove prototypes. * fsm.c: Rewritten. * auth.c: Include and . Do not include "memory.h". Everwhere pass new extra argument to _gsti_packet_write. Everywhere use standard memory allocation routines, and not the gsti wrappers. (gsti_auth_free): Fix inverted check for argument. * channel.c: Everywhere use _gsti_write_packet_from_buffer instead gsti_put_packet. (gsti_channel_write): Make DATA argument const. * kex.c: Everwhere pass new extra argument to _gsti_packet_write. (host_version_string): Add space before comment. * main.c (gsti_set_readfnc, gsti_read, gsti_write): Functions removed. (gsti_set_hostkey): Set CTX->we_are_server. (gsti_deinit): Free CTX->state_data. * packet.h: Include "buffer.h". (_gsti_packet_read): Prototype removed. (_gsti_packet_write): Add new argument PKT to prototype. (_gsti_handle_packet_data, _gsti_write_packet_from_buffer): New prototypes. * packet.c: Include . (generate_mac): Accept new argument PKT. Use it instead of the packet in CTX. (_gsti_packet_write): Likewise. (_gsti_packet_read): Removed function. (_gsti_handle_packet_data, _gsti_write_packet_from_buffer, gsti_put_packet): New function. * pubkey.h (gsti_key_type_t): New type that supercedes the anonymous enum. Change the various int's in the prototypes that refer to this enum. * pubkey.c: Everywhere, use the new type gsti_key_type_t instead of an int if appropriate. * ssh.h (SSH_IDENT_MAX_LEN): New macro. (ssh_msg_id_t): Add new symbols SSH_MSG_CHANNEL_BEGIN, SSH_MSG_CHANNEL_END, SSH_MSG_RESERVED_BEGIN, SSH_MSG_RESERVED_END, SSH_MSG_USER_BEGIN and SSH_MSG_USER_END. * utils.h: Include , "bstring.h" and "memory.h". examples/ 2004-07-20 Marcus Brinkmann * client.c (myread): Function removed. (reader_loop, mypkt_handler, myctrl_handler): New functions. (main): New variable READY. Use it with the myctrl_handler. Do not register read function, but packet handler and control callbacks. Run gsti_start (), and reader_loop() until the ready flag is set. * server.c (myread): Function removed. (reader_loop, mypkt_handler): New functions. (main): Do not register read function, but packet handler callback. Run gsti_start() and reader_loop(). -----------+ ChangeLog | 55 +++ api.h | 53 ++- auth.c | 68 ++- channel.c | 130 ------- fsm.c | 1049 +++++++++++++++++++++++++++++------------------------------- gsti.h | 56 ++- kex.c | 18 - main.c | 75 ---- packet.c | 445 ++++++++++++++++--------- packet.h | 10 pubkey.c | 23 - pubkey.h | 24 - ssh.h | 14 utils.h | 5 14 files changed, 1059 insertions(+), 966 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 13:21:53 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:21:58 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog rfc822parse.c rfc822parse.h) Message-ID: Date: Tuesday, July 20, 2004 @ 13:21:53 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog rfc822parse.c rfc822parse.h * rfc822parse.c (rfc822parse_get_field): Add arg VALUEOFF. ---------------+ ChangeLog | 4 ++++ rfc822parse.c | 25 ++++++++++++++++++++++--- rfc822parse.h | 3 ++- 3 files changed, 28 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 13:22:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:22:17 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog configure.ac) Message-ID: Date: Tuesday, July 20, 2004 @ 13:22:10 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog configure.ac New option --enable-agent-only. --------------+ ChangeLog | 4 ++++ configure.ac | 22 ++++++++++++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 13:45:24 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:45:28 2004 Subject: gnupg/scripts/conf-w32brg/zlib [new] Message-ID: Date: Tuesday, July 20, 2004 @ 13:45:24 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/zlib Directory /cvs/gnupg/gnupg/scripts/conf-w32brg/zlib added to the repository --> Using per-directory sticky tag `STABLE-BRANCH-1-2' From cvs at cvs.gnupg.org Tue Jul 20 13:45:24 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:45:37 2004 Subject: gnupg/scripts/conf-w32brg/util [new] Message-ID: Date: Tuesday, July 20, 2004 @ 13:45:24 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/util Directory /cvs/gnupg/gnupg/scripts/conf-w32brg/util added to the repository --> Using per-directory sticky tag `STABLE-BRANCH-1-2' From cvs at cvs.gnupg.org Tue Jul 20 13:45:24 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:45:44 2004 Subject: gnupg/scripts/conf-w32brg/nasm586 [new] Message-ID: Date: Tuesday, July 20, 2004 @ 13:45:24 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/nasm586 Directory /cvs/gnupg/gnupg/scripts/conf-w32brg/nasm586 added to the repository --> Using per-directory sticky tag `STABLE-BRANCH-1-2' From cvs at cvs.gnupg.org Tue Jul 20 13:45:24 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:45:52 2004 Subject: gnupg/scripts/conf-w32brg/gnupg [new] Message-ID: Date: Tuesday, July 20, 2004 @ 13:45:24 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/gnupg Directory /cvs/gnupg/gnupg/scripts/conf-w32brg/gnupg added to the repository --> Using per-directory sticky tag `STABLE-BRANCH-1-2' From cvs at cvs.gnupg.org Tue Jul 20 13:45:25 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:46:01 2004 Subject: gnupg/scripts/conf-w32brg/bin [new] Message-ID: Date: Tuesday, July 20, 2004 @ 13:45:25 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/bin Directory /cvs/gnupg/gnupg/scripts/conf-w32brg/bin added to the repository --> Using per-directory sticky tag `STABLE-BRANCH-1-2' From cvs at cvs.gnupg.org Tue Jul 20 13:46:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:46:57 2004 Subject: gnupg/scripts/conf-w32brg/ks_hkp [new] Message-ID: Date: Tuesday, July 20, 2004 @ 13:46:52 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_hkp Directory /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_hkp added to the repository --> Using per-directory sticky tag `STABLE-BRANCH-1-2' From cvs at cvs.gnupg.org Tue Jul 20 13:46:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:47:04 2004 Subject: gnupg/scripts/conf-w32brg/ks_ldap [new] Message-ID: Date: Tuesday, July 20, 2004 @ 13:46:52 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_ldap Directory /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_ldap added to the repository --> Using per-directory sticky tag `STABLE-BRANCH-1-2' From cvs at cvs.gnupg.org Tue Jul 20 13:48:06 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:48:15 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg (16 files) Message-ID: Date: Tuesday, July 20, 2004 @ 13:48:06 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg Tag: STABLE-BRANCH-1-2 Added: aes.h aescrypt.asm aescrypt.c aeskey.c aesopt.h aestab.c aestab.h bzlib.h conf-w32brg.dsw conf-w32brg.sln getopt.c getopt.h readme.txt rijndael2.c Modified: config.h g10defs.h Importat updated from Brian -----------------+ aes.h | 218 +++++++++ aescrypt.asm | 434 ++++++++++++++++++ aescrypt.c | 316 +++++++++++++ aeskey.c | 578 ++++++++++++++++++++++++ aesopt.h | 775 ++++++++++++++++++++++++++++++++ aestab.c | 385 ++++++++++++++++ aestab.h | 175 +++++++ bzlib.h | 321 +++++++++++++ conf-w32brg.dsw | 101 ++++ conf-w32brg.sln | 73 +++ config.h | 107 +++- g10defs.h | 23 getopt.c | 1281 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ getopt.h | 182 +++++++ readme.txt | 34 + rijndael2.c | 279 +++++++++++ 16 files changed, 5253 insertions(+), 29 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 13:48:08 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:48:22 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/cipher (7 files) Message-ID: Date: Tuesday, July 20, 2004 @ 13:48:08 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/cipher Tag: STABLE-BRANCH-1-2 Removed: aes.h aescrypt.asm aescrypt.c aeskey.c aesopt.h aestab.c rijndael2.c Importat updated from Brian --------------+ aes.h | 158 -------- aescrypt.asm | 404 ---------------------- aescrypt.c | 311 ----------------- aeskey.c | 463 ------------------------- aesopt.h | 1042 --------------------------------------------------------- aestab.c | 232 ------------ rijndael2.c | 279 --------------- 7 files changed, 2889 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 13:48:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:48:30 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/ks_hkp (ks_hkp.dsp ks_hkp.vcproj) Message-ID: Date: Tuesday, July 20, 2004 @ 13:48:09 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_hkp Tag: STABLE-BRANCH-1-2 Added: ks_hkp.dsp ks_hkp.vcproj Importat updated from Brian ---------------+ ks_hkp.dsp | 114 +++++++++++++++++++++++++++++++++++++++++++++ ks_hkp.vcproj | 141 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 255 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 13:48:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:48:39 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/ks_ldap (2 files) Message-ID: Date: Tuesday, July 20, 2004 @ 13:48:10 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_ldap Tag: STABLE-BRANCH-1-2 Added: ks_ldap.dsp ks_ldap.vcproj Importat updated from Brian ----------------+ ks_ldap.dsp | 114 ++++++++++++++++++++++++++++++++++++++++++++ ks_ldap.vcproj | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 256 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 13:55:04 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:55:11 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/gnupg (gnupg.dsp gnupg.vcproj) Message-ID: Date: Tuesday, July 20, 2004 @ 13:55:04 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/gnupg Tag: STABLE-BRANCH-1-2 Added: gnupg.dsp gnupg.vcproj More updates from Brian --------------+ gnupg.dsp | 386 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ gnupg.vcproj | 347 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 733 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 13:55:05 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:55:19 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/gpg (gpg.sln gpg.suo gpg.vcproj) Message-ID: Date: Tuesday, July 20, 2004 @ 13:55:05 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/gpg Tag: STABLE-BRANCH-1-2 Removed: gpg.sln gpg.suo gpg.vcproj More updates from Brian ------------+ gpg.sln | 21 gpg.suo | 0 gpg.vcproj | 1794 ----------------------------------------------------------- 3 files changed, 1815 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 13:55:07 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:55:21 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/zlib (zlib.dsp zlib.vcproj) Message-ID: Date: Tuesday, July 20, 2004 @ 13:55:07 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/zlib Tag: STABLE-BRANCH-1-2 Added: zlib.dsp zlib.vcproj More updates from Brian -------------+ zlib.dsp | 194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ zlib.vcproj | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 377 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 13:55:05 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:55:27 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/mpi/nasm586 (7 files) Message-ID: Date: Tuesday, July 20, 2004 @ 13:55:05 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/mpi/nasm586 Tag: STABLE-BRANCH-1-2 Removed: mpih-add1.asm mpih-lshift.asm mpih-mul1.asm mpih-mul2.asm mpih-mul3.asm mpih-rshift.asm mpih-sub1.asm More updates from Brian -----------------+ mpih-add1.asm | 116 --------------------------------- mpih-lshift.asm | 185 ----------------------------------------------------- mpih-mul1.asm | 70 -------------------- mpih-mul2.asm | 73 --------------------- mpih-mul3.asm | 72 -------------------- mpih-rshift.asm | 187 ------------------------------------------------------ mpih-sub1.asm | 114 -------------------------------- 7 files changed, 817 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 13:55:05 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:55:35 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/nasm586 (7 files) Message-ID: Date: Tuesday, July 20, 2004 @ 13:55:05 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/nasm586 Tag: STABLE-BRANCH-1-2 Added: mpih-add1.asm mpih-lshift.asm mpih-mul1.asm mpih-mul2.asm mpih-mul3.asm mpih-rshift.asm mpih-sub1.asm More updates from Brian -----------------+ mpih-add1.asm | 116 +++++++++++++++++++++++++++++++++ mpih-lshift.asm | 185 +++++++++++++++++++++++++++++++++++++++++++++++++++++ mpih-mul1.asm | 70 ++++++++++++++++++++ mpih-mul2.asm | 73 +++++++++++++++++++++ mpih-mul3.asm | 72 ++++++++++++++++++++ mpih-rshift.asm | 187 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ mpih-sub1.asm | 114 ++++++++++++++++++++++++++++++++ 7 files changed, 817 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 13:55:06 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:55:43 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/util (util.dsp util.vcproj) Message-ID: Date: Tuesday, July 20, 2004 @ 13:55:06 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/util Tag: STABLE-BRANCH-1-2 Added: util.dsp util.vcproj More updates from Brian -------------+ util.dsp | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ util.vcproj | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 314 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 13:56:03 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:56:08 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/cipher (cipher.dsp cipher.vcproj) Message-ID: Date: Tuesday, July 20, 2004 @ 13:56:03 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/cipher Tag: STABLE-BRANCH-1-2 Added: cipher.dsp cipher.vcproj Even more updates ---------------+ cipher.dsp | 308 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ cipher.vcproj | 266 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 574 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 13:56:03 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 13:56:15 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/mpi (mpi.dsp mpi.vcproj) Message-ID: Date: Tuesday, July 20, 2004 @ 13:56:03 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/mpi Tag: STABLE-BRANCH-1-2 Added: mpi.dsp mpi.vcproj Even more updates ------------+ mpi.dsp | 427 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ mpi.vcproj | 309 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 736 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:09:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:10:03 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:09:56 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:09:59 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:10:11 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/util (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:09:59 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/util Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:09:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:10:18 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/bin (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:09:57 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/bin Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 1 + 1 files changed, 1 insertion(+) From cvs at cvs.gnupg.org Tue Jul 20 14:09:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:10:26 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/cipher (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:09:57 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/cipher Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:10:00 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:10:29 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/zlib (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:10:00 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/zlib Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:09:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:10:35 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/ks_hkp (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:09:57 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_hkp Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:09:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:10:42 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/gnupg (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:09:57 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/gnupg Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:09:58 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:10:50 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/ks_ldap (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:09:58 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_ldap Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:09:58 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:10:58 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/mpi (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:09:58 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/mpi Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:09:59 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:11:08 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/nasm586 (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 14:09:59 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/nasm586 Tag: STABLE-BRANCH-1-2 Added: distfiles Created distfiles, so that the stuff will go into the regular distribution. -----------+ distfiles | 8 ++++++++ 1 files changed, 8 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 14:22:21 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:22:25 2004 Subject: gnupg/doc/ru [new] Message-ID: Date: Tuesday, July 20, 2004 @ 14:22:21 Author: werner Path: /cvs/gnupg/gnupg/doc/ru Directory /cvs/gnupg/gnupg/doc/ru added to the repository --> Using per-directory sticky tag `STABLE-BRANCH-1-2' From cvs at cvs.gnupg.org Tue Jul 20 14:30:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 14:30:57 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc/ru (gpg.ru.sgml) Message-ID: Date: Tuesday, July 20, 2004 @ 14:30:52 Author: werner Path: /cvs/gnupg/gnupg/doc/ru Tag: STABLE-BRANCH-1-2 Added: gpg.ru.sgml Russian translation of the manual page. According to Maxim Britov by Pavel I. Shajdo - need tocheck this first though and figure out how to properly install alternate man pages. -------------+ gpg.ru.sgml | 2724 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2724 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 16:06:03 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 16:06:33 2004 Subject: STABLE-BRANCH-1-2 gnupg/po (28 files) Message-ID: Date: Tuesday, July 20, 2004 @ 16:06:03 Author: werner Path: /cvs/gnupg/gnupg/po Tag: STABLE-BRANCH-1-2 Modified: ChangeLog be.po ca.po cs.po da.po de.po el.po eo.po es.po et.po fi.po fr.po gl.po hu.po id.po it.po ja.po nl.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sv.po tr.po zh_CN.po zh_TW.po * gpgkeys_ldap.c [_WIN32]: Include Windows specific header files. Suggested by Brian Gladman. * fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po * zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated. * zh_CN.po: Hack to fix a format string mismatch. * sk.po: Corrrected a format string. * de.po: Fixed a few fuzzys and 1 untranslated messages -----------+ ChangeLog | 8 be.po | 688 +++++++++--------- ca.po | 688 +++++++++--------- cs.po | 721 +++++++++---------- da.po | 688 +++++++++--------- de.po | 716 +++++++++---------- el.po | 717 +++++++++---------- eo.po | 688 +++++++++--------- es.po | 719 +++++++++---------- et.po | 715 +++++++++---------- fi.po | 2226 +++++++++++++++++++++++++++++------------------------------- fr.po | 720 +++++++++---------- gl.po | 688 +++++++++--------- hu.po | 741 ++++++++++--------- id.po | 724 +++++++++---------- it.po | 695 +++++++++--------- ja.po | 688 +++++++++--------- nl.po | 688 +++++++++--------- pl.po | 754 ++++++++++---------- pt.po | 688 +++++++++--------- pt_BR.po | 688 +++++++++--------- ro.po | 732 ++++++++++--------- ru.po | 724 +++++++++---------- sk.po | 729 +++++++++---------- sv.po | 690 +++++++++--------- tr.po | 718 +++++++++---------- zh_CN.po | 802 ++++++++++----------- zh_TW.po | 688 +++++++++--------- 28 files changed, 10475 insertions(+), 10256 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 16:06:27 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 16:06:40 2004 Subject: STABLE-BRANCH-1-2 gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Tuesday, July 20, 2004 @ 16:06:27 Author: werner Path: /cvs/gnupg/gnupg/keyserver Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpgkeys_ldap.c * gpgkeys_ldap.c [_WIN32]: Include Windows specific header files. Suggested by Brian Gladman. * fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po * zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated. * zh_CN.po: Hack to fix a format string mismatch. * sk.po: Corrrected a format string. * de.po: Fixed a few fuzzys and 1 untranslated messages ----------------+ ChangeLog | 5 +++++ gpgkeys_ldap.c | 7 +++++++ 2 files changed, 12 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 16:06:27 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 16:06:49 2004 Subject: STABLE-BRANCH-1-2 gnupg (AUTHORS THANKS) Message-ID: Date: Tuesday, July 20, 2004 @ 16:06:27 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: AUTHORS THANKS * gpgkeys_ldap.c [_WIN32]: Include Windows specific header files. Suggested by Brian Gladman. * fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po * zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated. * zh_CN.po: Hack to fix a format string mismatch. * sk.po: Corrrected a format string. * de.po: Fixed a few fuzzys and 1 untranslated messages ---------+ AUTHORS | 6 +++++- THANKS | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 16:25:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 16:25:52 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/bin (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 16:25:48 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/bin Tag: STABLE-BRANCH-1-2 Removed: distfiles . -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:16 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:21:25 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/zlib (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:16 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/zlib Tag: STABLE-BRANCH-1-2 Modified: distfiles Minor fixes for W32 packaging and building. -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:21:33 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts (ChangeLog mk-w32-dist) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:23 Author: werner Path: /cvs/gnupg/gnupg/scripts Tag: STABLE-BRANCH-1-2 Modified: ChangeLog mk-w32-dist Minor fixes for W32 packaging and building. -------------+ ChangeLog | 4 ++++ mk-w32-dist | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:21:40 2004 Subject: STABLE-BRANCH-1-2 gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:23 Author: werner Path: /cvs/gnupg/gnupg/keyserver Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpgkeys_ldap.c Minor fixes for W32 packaging and building. ----------------+ ChangeLog | 2 +- gpgkeys_ldap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:17 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:21:48 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/util (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:17 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/util Tag: STABLE-BRANCH-1-2 Modified: distfiles Minor fixes for W32 packaging and building. -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:21 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:21:52 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/cipher (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:21 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/cipher Tag: STABLE-BRANCH-1-2 Modified: distfiles Minor fixes for W32 packaging and building. -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:18 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:21:59 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/mpi (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:18 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/mpi Tag: STABLE-BRANCH-1-2 Modified: distfiles Minor fixes for W32 packaging and building. -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:17 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:22:06 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/nasm586 (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:17 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/nasm586 Tag: STABLE-BRANCH-1-2 Modified: distfiles Minor fixes for W32 packaging and building. -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:25 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:22:14 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog plaintext.c) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:25 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog plaintext.c Minor fixes for W32 packaging and building. -------------+ ChangeLog | 5 +++++ plaintext.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:19 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:22:22 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/ks_ldap (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:19 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_ldap Tag: STABLE-BRANCH-1-2 Modified: distfiles Minor fixes for W32 packaging and building. -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:27 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:22:30 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc/ru (dt124_ru.txt faq163_ru2.raw) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:27 Author: werner Path: /cvs/gnupg/gnupg/doc/ru Tag: STABLE-BRANCH-1-2 Added: dt124_ru.txt faq163_ru2.raw Minor fixes for W32 packaging and building. ----------------+ dt124_ru.txt | 1501 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ faq163_ru2.raw | 1403 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2904 insertions(+) From cvs at cvs.gnupg.org Tue Jul 20 19:21:19 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:22:38 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/ks_hkp (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:19 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/ks_hkp Tag: STABLE-BRANCH-1-2 Modified: distfiles Minor fixes for W32 packaging and building. -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:20 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:22:48 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg/gnupg (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:20 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg/gnupg Tag: STABLE-BRANCH-1-2 Modified: distfiles Minor fixes for W32 packaging and building. -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:28 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:22:55 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (gpg.texi gpgv.texi) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:28 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: gpg.texi gpgv.texi Minor fixes for W32 packaging and building. -----------+ gpg.texi | 314 ++++++++++++++++++++++++++++++++++++------------------------ gpgv.texi | 4 2 files changed, 194 insertions(+), 124 deletions(-) From cvs at cvs.gnupg.org Tue Jul 20 19:21:22 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 19:23:03 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts/conf-w32brg (distfiles) Message-ID: Date: Tuesday, July 20, 2004 @ 19:21:22 Author: werner Path: /cvs/gnupg/gnupg/scripts/conf-w32brg Tag: STABLE-BRANCH-1-2 Modified: distfiles Minor fixes for W32 packaging and building. -----------+ distfiles | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 20:41:49 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 20:41:55 2004 Subject: GNUPG-1-9-BRANCH gnupg/common (ChangeLog maperror.c) Message-ID: Date: Tuesday, July 20, 2004 @ 20:41:49 Author: werner Path: /cvs/gnupg/gnupg/common Tag: GNUPG-1-9-BRANCH Modified: ChangeLog maperror.c * Makefile.am (sm): Build kbx only if gpgsm is to be build. * maperror.c: Removed header ksba.h. Not required anymore. ------------+ ChangeLog | 4 ++++ maperror.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jul 20 20:41:49 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 20 20:42:02 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog Makefile.am) Message-ID: Date: Tuesday, July 20, 2004 @ 20:41:49 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am * Makefile.am (sm): Build kbx only if gpgsm is to be build. * maperror.c: Removed header ksba.h. Not required anymore. -------------+ ChangeLog | 4 ++++ Makefile.am | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Jul 21 05:21:37 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Jul 21 05:21:50 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog status.c) Message-ID: Date: Wednesday, July 21, 2004 @ 05:21:36 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog status.c * status.c (do_get_from_fd): Flush stdout if status isn't flushing it for us. This guarantees that any menus that were displayed before the prompt don't get stuck in a buffer. Noted by Peter Palfrader. This is Debian bug #254072. -----------+ ChangeLog | 7 +++++++ status.c | 3 +++ 2 files changed, 10 insertions(+) From cvs at cvs.gnupg.org Thu Jul 22 11:37:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Jul 22 11:37:40 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog keylist.c) Message-ID: Date: Thursday, July 22, 2004 @ 11:37:32 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog keylist.c * trustlist.c (read_list): Allow colons in the fingerprint. (headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip. -----------+ ChangeLog | 4 ++++ keylist.c | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Jul 22 11:37:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Jul 22 11:37:45 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog scdaemon.c) Message-ID: Date: Thursday, July 22, 2004 @ 11:37:32 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog scdaemon.c * trustlist.c (read_list): Allow colons in the fingerprint. (headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip. ------------+ ChangeLog | 4 ++++ scdaemon.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Jul 22 11:37:36 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Jul 22 11:37:50 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog NEWS README TODO configure.ac) Message-ID: Date: Thursday, July 22, 2004 @ 11:37:36 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog NEWS README TODO configure.ac * trustlist.c (read_list): Allow colons in the fingerprint. (headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip. --------------+ ChangeLog | 9 +++++++++ NEWS | 10 +++++++++- README | 34 +++++++++++++++++++++------------- TODO | 11 +++-------- configure.ac | 3 +-- 5 files changed, 43 insertions(+), 24 deletions(-) From cvs at cvs.gnupg.org Thu Jul 22 11:37:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Jul 22 11:37:57 2004 Subject: GNUPG-1-9-BRANCH gnupg/po (ChangeLog de.po) Message-ID: Date: Thursday, July 22, 2004 @ 11:37:33 Author: werner Path: /cvs/gnupg/gnupg/po Tag: GNUPG-1-9-BRANCH Modified: ChangeLog de.po * trustlist.c (read_list): Allow colons in the fingerprint. (headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip. -----------+ ChangeLog | 4 de.po | 350 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 195 insertions(+), 159 deletions(-) From cvs at cvs.gnupg.org Thu Jul 22 11:37:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Jul 22 11:38:05 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog gpg-agent.c trustlist.c) Message-ID: Date: Thursday, July 22, 2004 @ 11:37:35 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpg-agent.c trustlist.c * trustlist.c (read_list): Allow colons in the fingerprint. (headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip. -------------+ ChangeLog | 7 +++++++ gpg-agent.c | 2 +- trustlist.c | 28 +++++++++++++++------------- 3 files changed, 23 insertions(+), 14 deletions(-) From cvs at cvs.gnupg.org Thu Jul 22 12:52:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Jul 22 12:53:03 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (5 files) Message-ID: Date: Thursday, July 22, 2004 @ 12:52:56 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am apdu.c sc-investigate.c scdaemon.c * configure.ac: Define AM conditional HAVE_OPENSC. * Makefile.am: Make OpenSC lib link after libgcrypt. Do not link to pth. * apdu.c: Don't use Pth if we use OpenSC. * sc-investigate.c, scdaemon.c: Disable use of pth if OpenSC is used. * scdaemon.c (main): Bumbed thread stack size up to 512k. ------------------+ ChangeLog | 5 +++++ Makefile.am | 21 ++++++++++++++------- apdu.c | 4 ++++ sc-investigate.c | 11 +++++++---- scdaemon.c | 9 ++++++++- 5 files changed, 38 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Thu Jul 22 12:52:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Jul 22 12:53:10 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog configure.ac) Message-ID: Date: Thursday, July 22, 2004 @ 12:52:57 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog configure.ac * configure.ac: Define AM conditional HAVE_OPENSC. * Makefile.am: Make OpenSC lib link after libgcrypt. Do not link to pth. * apdu.c: Don't use Pth if we use OpenSC. * sc-investigate.c, scdaemon.c: Disable use of pth if OpenSC is used. * scdaemon.c (main): Bumbed thread stack size up to 512k. --------------+ ChangeLog | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Thu Jul 22 13:40:17 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Jul 22 13:40:21 2004 Subject: GNUPG-1-9-BRANCH gnupg (NEWS configure.ac) Message-ID: Date: Thursday, July 22, 2004 @ 13:40:17 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: NEWS configure.ac post-release version number bump --------------+ NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Jul 23 23:56:36 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Fri Jul 23 23:56:41 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (ChangeLog gpg-stream-config.h) Message-ID: Date: Friday, July 23, 2004 @ 23:56:36 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Added: gpg-stream-config.h Modified: ChangeLog 2004-07-24 Moritz Schulte * gpg-stream-config.h: New file (was missing before). ---------------------+ ChangeLog | 4 ++++ gpg-stream-config.h | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) From cvs at cvs.gnupg.org Mon Jul 26 14:18:06 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Jul 26 14:18:12 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Monday, July 26, 2004 @ 14:18:06 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog NEWS configure.ac --------------+ ChangeLog | 4 ++++ NEWS | 2 +- configure.ac | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Mon Jul 26 14:46:05 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Jul 26 14:46:10 2004 Subject: STABLE-BRANCH-1-2 gnupg (NEWS configure.ac) Message-ID: Date: Monday, July 26, 2004 @ 14:46:05 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: NEWS configure.ac post-release version bump --------------+ NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 01:01:19 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Jul 27 01:01:25 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (5 files) Message-ID: Date: Tuesday, July 27, 2004 @ 01:01:19 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: ChangeLog Makefile.am command-ssh.c gpg-stream.c gpg-stream.h 2004-07-27 Moritz Schulte * command-ssh.c: Use gcrypt memory allocators, use secure memory where necessary. 2004-07-26 Moritz Schulte * command-ssh.c (data_sign): Do not forget to unsigned char when constructing human-readable key grip. * Makefile.am (gpg_agent_SOURCES): Removed: buffer.c, buffer.h; updated Libgpg-stream. ---------------+ ChangeLog | 13 + Makefile.am | 1 command-ssh.c | 190 +++++++++++++++--------- gpg-stream.c | 438 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- gpg-stream.h | 2 5 files changed, 571 insertions(+), 73 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 12:43:33 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Jul 27 12:43:37 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (command-ssh.c) Message-ID: Date: Tuesday, July 27, 2004 @ 12:43:33 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: command-ssh.c Last commit was incomplete ---------------+ command-ssh.c | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 13:28:10 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Jul 27 13:28:15 2004 Subject: GNUPG-1-9-BRANCH gnupg (configure.ac) Message-ID: Date: Tuesday, July 27, 2004 @ 13:28:10 Author: mo Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: configure.ac 2004-07-27 Moritz Schulte * configure.ac: Check for dlopen in libc and libdl, substitute DL_LIBS accordingly. --------------+ configure.ac | 7 +++++++ 1 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Tue Jul 27 13:28:47 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Jul 27 13:28:51 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (Makefile.am) Message-ID: Date: Tuesday, July 27, 2004 @ 13:28:47 Author: mo Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: Makefile.am 2004-07-27 Moritz Schulte * Makefile.am: Use @DL_LIBS@ instead of -ldl. -------------+ Makefile.am | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 13:35:52 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Jul 27 13:35:56 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog apdu.c) Message-ID: Date: Tuesday, July 27, 2004 @ 13:35:52 Author: mo Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog apdu.c 2004-07-27 Moritz Schulte * apdu.c: Include . -----------+ ChangeLog | 6 ++++++ apdu.c | 1 + 2 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Tue Jul 27 17:11:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 27 17:12:01 2004 Subject: gnupg/scripts (ChangeLog autogen.sh config.rpath) Message-ID: Date: Tuesday, July 27, 2004 @ 17:11:52 Author: werner Path: /cvs/gnupg/gnupg/scripts Modified: ChangeLog autogen.sh config.rpath * configure.ac (AM_GNU_GETTEXT_VERSION): New. (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. --------------+ ChangeLog | 5 ++ autogen.sh | 131 ++++++++++++++++++++++++++++----------------------------- config.rpath | 8 +-- 3 files changed, 75 insertions(+), 69 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 17:11:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 27 17:12:10 2004 Subject: gnupg/intl (45 files) Message-ID: Date: Tuesday, July 27, 2004 @ 17:11:57 Author: werner Path: /cvs/gnupg/gnupg/intl Added: printf-args.c printf-args.h printf-parse.c printf-parse.h printf.c vasnprintf.c vasnprintf.h vasnwprintf.h wprintf-parse.h xsize.h Modified: ChangeLog Makefile.in VERSION bindtextdom.c config.charset dcgettext.c dcigettext.c dcngettext.c dgettext.c dngettext.c eval-plural.h explodename.c finddomain.c gettext.c gettextP.h gmo.h hash-string.h intl-compat.c l10nflist.c libgnuintl.h.in loadinfo.h loadmsgcat.c localcharset.c locale.alias localealias.c localename.c log.c ngettext.c plural-exp.c plural-exp.h plural.c plural.y relocatable.c relocatable.h textdomain.c * configure.ac (AM_GNU_GETTEXT_VERSION): New. (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. -----------------+ ChangeLog | 4 Makefile.in | 24 + VERSION | 2 bindtextdom.c | 21 - config.charset | 285 ++++++++++++----- dcgettext.c | 7 dcigettext.c | 75 +--- dcngettext.c | 11 dgettext.c | 9 dngettext.c | 12 eval-plural.h | 10 explodename.c | 21 - finddomain.c | 9 gettext.c | 5 gettextP.h | 91 ++--- gmo.h | 5 hash-string.h | 17 - intl-compat.c | 44 -- l10nflist.c | 62 --- libgnuintl.h.in | 146 ++++++-- loadinfo.h | 47 +- loadmsgcat.c | 382 ++++++++++++++--------- localcharset.c | 2 locale.alias | 12 localealias.c | 29 - localename.c | 478 +++++++++++++++++++++++++---- log.c | 12 ngettext.c | 7 plural-exp.c | 8 plural-exp.h | 24 - plural.c | 82 +--- plural.y | 52 --- printf-args.c | 119 +++++++ printf-args.h | 137 ++++++++ printf-parse.c | 537 ++++++++++++++++++++++++++++++++ printf-parse.h | 75 ++++ printf.c | 371 ++++++++++++++++++++++ relocatable.c | 14 relocatable.h | 10 textdomain.c | 5 vasnprintf.c | 887 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ vasnprintf.h | 61 +++ vasnwprintf.h | 46 ++ wprintf-parse.h | 75 ++++ xsize.h | 109 ++++++ 45 files changed, 3678 insertions(+), 763 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 17:11:53 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 27 17:12:17 2004 Subject: gnupg/po (ChangeLog LINGUAS Makefile.in.in Rules-quot) Message-ID: Date: Tuesday, July 27, 2004 @ 17:11:53 Author: werner Path: /cvs/gnupg/gnupg/po Modified: ChangeLog LINGUAS Makefile.in.in Rules-quot * configure.ac (AM_GNU_GETTEXT_VERSION): New. (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. ----------------+ ChangeLog | 10 ++++++++++ LINGUAS | 31 +++++++++++++++---------------- Makefile.in.in | 25 +++++++++++++++++++------ Rules-quot | 5 +++++ 4 files changed, 49 insertions(+), 22 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 17:12:01 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 27 17:12:28 2004 Subject: gnupg (ABOUT-NLS ChangeLog THANKS TODO configure.ac) Message-ID: Date: Tuesday, July 27, 2004 @ 17:12:01 Author: werner Path: /cvs/gnupg/gnupg Modified: ABOUT-NLS ChangeLog THANKS TODO configure.ac * configure.ac (AM_GNU_GETTEXT_VERSION): New. (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. --------------+ ABOUT-NLS | 1020 ++++++++++++++++++++++++++++++++------------------------- ChangeLog | 5 THANKS | 1 TODO | 14 configure.ac | 6 5 files changed, 605 insertions(+), 441 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 17:11:53 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 27 17:12:35 2004 Subject: gnupg/m4 (16 files) Message-ID: Date: Tuesday, July 27, 2004 @ 17:11:53 Author: werner Path: /cvs/gnupg/gnupg/m4 Added: intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 Modified: ChangeLog Makefile.am gettext.m4 lib-ld.m4 lib-prefix.m4 po.m4 ulonglong.m4 * configure.ac (AM_GNU_GETTEXT_VERSION): New. (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. -----------------+ ChangeLog | 18 ++++ Makefile.am | 2 gettext.m4 | 80 +++++++++++++++++ intmax.m4 | 32 +++++++ lib-ld.m4 | 24 ++--- lib-prefix.m4 | 2 longdouble.m4 | 30 ++++++ longlong.m4 | 25 +++++ po.m4 | 241 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- printf-posix.m4 | 46 ++++++++++ signed.m4 | 19 ++++ size_max.m4 | 61 +++++++++++++ ulonglong.m4 | 10 +- wchar_t.m4 | 22 ++++ wint_t.m4 | 22 ++++ xsize.m4 | 14 +++ 16 files changed, 621 insertions(+), 27 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 17:11:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 27 17:12:41 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Tuesday, July 27, 2004 @ 17:11:56 Author: werner Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_ldap.c * configure.ac (AM_GNU_GETTEXT_VERSION): New. (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. ----------------+ ChangeLog | 5 +++++ gpgkeys_ldap.c | 7 +++++++ 2 files changed, 12 insertions(+) From cvs at cvs.gnupg.org Tue Jul 27 17:15:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 27 17:16:03 2004 Subject: gnupg/po (29 files) Message-ID: Date: Tuesday, July 27, 2004 @ 17:15:48 Author: werner Path: /cvs/gnupg/gnupg/po Added: be.po fi.po hu.po ro.po ru.po sk.po zh_CN.po zh_TW.po Modified: ca.po cs.po da.po de.po el.po en@boldquot.po en@quot.po eo.po es.po et.po fr.po gl.po id.po it.po ja.po nl.po pl.po pt.po pt_BR.po sv.po tr.po Updated po files from 1.2.5 ----------------+ be.po | 5099 ++++++++++++++++++++++++++++++++++++++++++++++++ ca.po | 5798 +++++++++++++++++++++++++++++++++---------------------- cs.po | 4072 ++++++++++++++++++++++++-------------- da.po | 3577 +++++++++++++++++++++------------ de.po | 2088 ++++++++++--------- el.po | 3864 +++++++++++++++++++++++------------- en@boldquot.po | 1135 +++++----- en@quot.po | 1135 +++++----- eo.po | 3769 ++++++++++++++++++++++------------- es.po | 4169 ++++++++++++++++++++++++--------------- et.po | 4006 +++++++++++++++++++++++--------------- fi.po | 5728 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ fr.po | 4118 ++++++++++++++++++++++++--------------- gl.po | 4119 ++++++++++++++++++++++++--------------- hu.po | 5705 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ id.po | 4099 ++++++++++++++++++++++++-------------- it.po | 4074 ++++++++++++++++++++++++-------------- ja.po | 4317 +++++++++++++++++++++++++--------------- nl.po | 5789 ++++++++++++++++++++++++++++++------------------------ pl.po | 4442 ++++++++++++++++++++++++++---------------- pt.po | 4114 ++++++++++++++++++++++++--------------- pt_BR.po | 3784 ++++++++++++++++++++++------------- ro.po | 5725 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ru.po | 5629 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sk.po | 5714 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sv.po | 4614 +++++++++++++++++++++++++------------------ tr.po | 5747 ++++++++++++++++++++++++++++++++---------------------- zh_CN.po | 5595 +++++++++++++++++++++++++++++++++++++++++++++++++++++ zh_TW.po | 5588 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 29 files changed, 95362 insertions(+), 32251 deletions(-) From cvs at cvs.gnupg.org Tue Jul 27 17:15:59 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 27 17:16:12 2004 Subject: gnupg/m4 (Makefile.in) Message-ID: Date: Tuesday, July 27, 2004 @ 17:15:59 Author: werner Path: /cvs/gnupg/gnupg/m4 Modified: Makefile.in Updated po files from 1.2.5 -------------+ Makefile.in | 6 +++++- 1 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Jul 28 04:36:46 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Jul 28 04:36:51 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Wednesday, July 28, 2004 @ 04:36:46 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_ldap.c * gpgkeys_ldap.c (main): Don't try and error out before making a ldaps connection to the NAI keyserver since we cannot tell if it is a NAI keyserver until we connect. Fail if we cannot find a base keyspace DN. Fix a false success message for TLS being enabled. ----------------+ ChangeLog | 8 ++++++++ gpgkeys_ldap.c | 47 +++++++++++++++++++---------------------------- 2 files changed, 27 insertions(+), 28 deletions(-) From cvs at cvs.gnupg.org Wed Jul 28 06:12:50 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Jul 28 06:12:56 2004 Subject: gnupg/g10 (ChangeLog misc.c) Message-ID: Date: Wednesday, July 28, 2004 @ 06:12:50 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog misc.c * misc.c (optsep): Add the ability to understand keyword="quoted arg with spaces" type options. -----------+ ChangeLog | 5 +++++ misc.c | 18 +++++++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Wed Jul 28 17:36:23 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Jul 28 17:36:29 2004 Subject: gnupg/g10 (ChangeLog misc.c) Message-ID: Date: Wednesday, July 28, 2004 @ 17:36:23 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog misc.c * misc.c (argsplit): Properly split quoted args from the keyword and trim whitespace afterwards. -----------+ ChangeLog | 5 +++++ misc.c | 29 ++++++++++++++++++++--------- 2 files changed, 25 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Wed Jul 28 21:45:23 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Jul 28 21:45:31 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Wednesday, July 28, 2004 @ 21:45:23 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_ldap.c * gpgkeys_ldap.c (join_two_modlists): New. (send_key): Use new function so we can try a modify operation first, and fail over to an add if that fails. Add cannot cope with the NULLs at the head of the modify request, so we jump into the list in the middle. ----------------+ ChangeLog | 8 +++++ gpgkeys_ldap.c | 81 ++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 70 insertions(+), 19 deletions(-) From cvs at cvs.gnupg.org Wed Jul 28 21:55:21 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Jul 28 21:55:26 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Wednesday, July 28, 2004 @ 21:55:21 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_ldap.c * gpgkeys_ldap.c (build_attrs): Add "pgpKeySize" and "pgpSubKeyID" attributes so we can do subkey searches. * gpgkeys_ldap.c (main): Under certain error conditions, we might try and unbind twice. Don't. ----------------+ ChangeLog | 6 ++++++ gpgkeys_ldap.c | 44 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 48 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Jul 29 16:01:04 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Jul 29 16:01:10 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Thursday, July 29, 2004 @ 16:01:04 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_ldap.c * gpgkeys_ldap.c (main): Add "debug" option. This is only really useful with OpenLDAP, but it's practically vital to debug SSL and TLS setups. Add "basedn" option. This allows users to override the autodetection for base DN. SSL overrides TLS, so TLS will not be started on SSL connections (starting an already started car). ----------------+ ChangeLog | 8 ++++++ gpgkeys_ldap.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 68 insertions(+), 11 deletions(-) From cvs at cvs.gnupg.org Thu Jul 29 22:46:43 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Thu Jul 29 22:46:50 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Thursday, July 29, 2004 @ 22:46:43 Author: mo Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi 2004-07-29 Moritz Schulte * gpgme.texi (Verify): Fix gpgme_get_key example (ancient force_update argument was still there). ------------+ ChangeLog | 5 +++++ gpgme.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Jul 30 01:42:23 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Jul 30 01:42:32 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog pkclist.c) Message-ID: Date: Friday, July 30, 2004 @ 01:42:23 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog pkclist.c * pkclist.c (algo_available): --pgp8 now allows blowfish, zlib, and bzip2. -----------+ ChangeLog | 5 +++++ pkclist.c | 22 +++++++++++++--------- 2 files changed, 18 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Fri Jul 30 11:26:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 30 11:26:14 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog g10.c) Message-ID: Date: Friday, July 30, 2004 @ 11:26:09 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog g10.c New alias --throw-keyid for --throw-keyids, so that it continues to work in old configuration files. Noted by Jens Adam. -----------+ ChangeLog | 5 +++++ g10.c | 1 + 2 files changed, 6 insertions(+) From cvs at cvs.gnupg.org Fri Jul 30 14:49:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 30 14:49:35 2004 Subject: libgpg-error/po (de.po libgpg-error.pot) Message-ID: Date: Friday, July 30, 2004 @ 14:49:29 Author: werner Path: /cvs/gnupg/libgpg-error/po Modified: de.po libgpg-error.pot Bumbed version to 1.0, LT to C1/A1/R3. ------------------+ de.po | 120 +++++++++++++++++++++++++++++++---------------------- libgpg-error.pot | 114 ++++++++++++++++++++++++++++++++------------------ 2 files changed, 146 insertions(+), 88 deletions(-) From cvs at cvs.gnupg.org Fri Jul 30 14:49:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 30 14:49:43 2004 Subject: libgpg-error (ChangeLog NEWS configure.ac) Message-ID: Date: Friday, July 30, 2004 @ 14:49:29 Author: werner Path: /cvs/gnupg/libgpg-error Modified: ChangeLog NEWS configure.ac Bumbed version to 1.0, LT to C1/A1/R3. --------------+ ChangeLog | 12 +++++++++++- NEWS | 7 ++++--- configure.ac | 4 ++-- 3 files changed, 17 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Fri Jul 30 14:53:44 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 30 14:53:48 2004 Subject: libgpg-error/po (pl.po) Message-ID: Date: Friday, July 30, 2004 @ 14:53:44 Author: werner Path: /cvs/gnupg/libgpg-error/po Modified: pl.po Released 1.0 -------+ pl.po | 87 +++++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 51 insertions(+), 36 deletions(-) From cvs at cvs.gnupg.org Fri Jul 30 14:53:44 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 30 14:53:58 2004 Subject: libgpg-error/src (err-codes.h.in) Message-ID: Date: Friday, July 30, 2004 @ 14:53:44 Author: werner Path: /cvs/gnupg/libgpg-error/src Modified: err-codes.h.in Released 1.0 ----------------+ err-codes.h.in | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Jul 30 14:55:00 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jul 30 14:55:08 2004 Subject: libgpg-error (NEWS configure.ac) Message-ID: Date: Friday, July 30, 2004 @ 14:55:00 Author: werner Path: /cvs/gnupg/libgpg-error Modified: NEWS configure.ac post release version bumb --------------+ NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Jul 30 17:09:23 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 2 16:17:12 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Friday, July 30, 2004 @ 17:09:23 Author: dshaw Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpg.sgml * gpg.sgml: Note changes in --pgp8. Rephrase the "don't play algorithm games" warning now that PGP has blowfish, zlib, and bzip2. -----------+ ChangeLog | 6 ++++++ gpg.sgml | 28 ++++++++++++++-------------- 2 files changed, 20 insertions(+), 14 deletions(-) From cvs at cvs.gnupg.org Fri Jul 30 21:49:47 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 2 16:17:52 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (4 files) Message-ID: Date: Friday, July 30, 2004 @ 21:49:47 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: ChangeLog command-ssh.c gpg-stream.c gpg-stream.h 2004-07-30 Moritz Schulte * command-ssh.c: Updated Libgpg-stream (more support for secure memory), adjusted code for new API. ---------------+ ChangeLog | 7 +++ command-ssh.c | 40 +++++++++++++-------- gpg-stream.c | 106 ++++++++++++++++++++++++++++++++++++++++++++------------ gpg-stream.h | 13 ++++++ 4 files changed, 130 insertions(+), 36 deletions(-) From email_frank at laposte.net Mon Jul 5 16:55:37 2004 From: email_frank at laposte.net (e-mail) Date: Fri Nov 5 08:11:01 2004 Subject: supertoll Message-ID: Lieber Dieter Wie Dir versprochen, hier die FickShow: http://klicken.gratishost.net/corinna.htm Viel Spass.