From cvs at cvs.gnupg.org Tue Jun 1 22:17:38 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat Jun 5 11:15:35 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog g10.c parse-packet.c) Message-ID: Date: Tuesday, June 1, 2004 @ 22:17:38 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog g10.c parse-packet.c * 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. ----------------+ ChangeLog | 9 +++++++++ g10.c | 7 ++++--- parse-packet.c | 4 ++-- 3 files changed, 15 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Tue Jun 1 22:34:59 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat Jun 5 11:15:38 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Tuesday, June 1, 2004 @ 22:34:59 Author: dshaw Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpg.sgml * gpg.sgml: Note that --charset is --display-charset. Some language tweaks for --simple-sk-checksum (Debian 251795). -----------+ ChangeLog | 5 +++++ gpg.sgml | 46 +++++++++++++++++++++++----------------------- 2 files changed, 28 insertions(+), 23 deletions(-) From cvs at cvs.gnupg.org Wed Jun 2 16:18:03 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Sat Jun 5 11:16:04 2004 Subject: gpgme/gpgme (ChangeLog libgpgme.vers) Message-ID: Date: Wednesday, June 2, 2004 @ 16:18:03 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog libgpgme.vers 2004-06-02 Marcus Brinkmann * libgpgme.vers: Remove C-style comment, which is not supported by older binutils. ---------------+ ChangeLog | 5 +++++ libgpgme.vers | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Jun 4 10:22:46 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Sat Jun 5 11:16:29 2004 Subject: gsti/src (ChangeLog api.h gsti.h kex.c pubkey.c pubkey.h) Message-ID: Date: Friday, June 4, 2004 @ 10:22:46 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog api.h gsti.h kex.c pubkey.c pubkey.h 2004-06-02 Timo Schulz * pubkey.c (gsti_key_save): New. (_gsti_key_fromblob): RSA support. * Finished RSA support. 2004-06-01 Timo Schulz * pubkey.c (sexp_from_buffer): PKCS#1 support. Changed all callers. (sexp_get_sshmpi): Use SSH_PK_LAST to check for invalid pubkey algorithm ids. (gsti_key_from_sexp): New. Create a gsti key handle based on a s-exp struct created by Libgcrypt. * Add nskey to the pubkey table structure. -----------+ ChangeLog | 21 ++++ api.h | 5 gsti.h | 2 kex.c | 14 +- pubkey.c | 307 ++++++++++++++++++++++++++++++++++++++++++++++-------------- pubkey.h | 11 +- 6 files changed, 278 insertions(+), 82 deletions(-) From cvs at cvs.gnupg.org Sun Jun 6 21:01:31 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Sun Jun 6 21:01:35 2004 Subject: gsti/src (10 files) Message-ID: Date: Sunday, June 6, 2004 @ 21:01:31 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog api.h auth.c fsm.c gsti.h kex.c main.c packet.c stream.c stream.h 2004-06-06 Timo Schulz * auth.c (gsti_auth_new): New. (gsti_auth_free): New. Changed some structure names to the foo_t format. * main.c (gsti_set_readfnc): Support new callback implementation. (gsti_set_writefnc): New. * gsti.h: Changed prototypes. * stream.c: Likewise. -----------+ ChangeLog | 14 ++++++++++++ api.h | 37 +++++++++++++++++++--------------- auth.c | 65 +++++++++++++++++++++++++++++++++++++++++------------------- fsm.c | 16 +++++++------- gsti.h | 17 ++++++++++++--- kex.c | 4 +-- main.c | 28 +++++++++---------------- packet.c | 6 ++--- stream.c | 38 +++++++++++++++++++---------------- stream.h | 28 +++++++++++++------------ 10 files changed, 152 insertions(+), 101 deletions(-) From cvs at cvs.gnupg.org Sun Jun 6 21:02:06 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Sun Jun 6 21:02:10 2004 Subject: gsti/examples (ChangeLog client.c keytool.c server.c) Message-ID: Date: Sunday, June 6, 2004 @ 21:02:06 Author: twoaday Path: /cvs/wk/gsti/examples Modified: ChangeLog client.c keytool.c server.c 2004-06-06 Timo Schulz * client.c: Use new callback code. * server.c: Likewise. -----------+ ChangeLog | 5 ++ client.c | 49 +++++++++++++++--------- keytool.c | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----- server.c | 70 ++++++++++++++++++++--------------- 4 files changed, 188 insertions(+), 56 deletions(-) From cvs at cvs.gnupg.org Sun Jun 6 21:02:41 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Sun Jun 6 21:02:47 2004 Subject: gsti/examples (rsa.pub rsa.sec) Message-ID: Date: Sunday, June 6, 2004 @ 21:02:41 Author: twoaday Path: /cvs/wk/gsti/examples Added: rsa.pub rsa.sec Sample RSA keys. ---------+ rsa.pub | 0 rsa.sec | 0 2 files changed From cvs at cvs.gnupg.org Mon Jun 7 19:54:33 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Mon Jun 7 19:54:37 2004 Subject: gsti/examples (ChangeLog client.c server.c) Message-ID: Date: Monday, June 7, 2004 @ 19:54:33 Author: twoaday Path: /cvs/wk/gsti/examples Modified: ChangeLog client.c server.c 2004-06-07 Timo Schulz Everywhere: Change GSTI_PKTDESC to gsti_pktdesc_s ctx. -----------+ ChangeLog | 8 ++++++-- client.c | 2 +- server.c | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Mon Jun 7 19:55:35 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Mon Jun 7 19:55:41 2004 Subject: gsti/src (7 files) Message-ID: Date: Monday, June 7, 2004 @ 19:55:35 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog api.h fsm.c gsti.h kex.c pubkey.c stream.c 2004-06-07 Timo Schulz * gsti.h (GSTI_PKTDESC): Rename type to ... (gsti_pktdesc_t): .. this. * api.h (gsti_kex_t): New. * kex.c (choose_kex_algo): Support new ctx. (build_msg_service): Remove goto. (parse_gex_group): Likewise. * pubkey.c (read_key): Remove the secure mpi code. (check_pubalgo): Return optional the algorithm id. * stream.c (_gsti_stream_flush): Store the return code in case of an error. (_gsti_stream_getbyte): Likewise. (_gsti_stream_putbyte): Likewise. (_gsti_stream_writen, _gsti_stream_readn): Return the stored return value in case of an error. -----------+ ChangeLog | 31 +++++++++++++++++++++++-------- api.h | 29 ++++++++++++++++------------- fsm.c | 8 ++++---- gsti.h | 9 +++++---- kex.c | 13 ++++++------- pubkey.c | 44 +++++++++++++++++++++++++------------------- stream.c | 26 +++++++++++--------------- 7 files changed, 90 insertions(+), 70 deletions(-) From cvs at cvs.gnupg.org Tue Jun 8 19:26:48 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 8 19:26:52 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Tuesday, June 8, 2004 @ 19:26:48 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi 2004-06-08 Marcus Brinkmann * gpgme.texi (Decrypt and Verify): Document the NO_DATA error code. (Verify): Document the relationship between gpgme_op_verify_result and the decrypt and verify operations. ------------+ ChangeLog | 7 +++++++ gpgme.texi | 21 +++++++++++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Tue Jun 8 19:39:40 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 8 19:39:49 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Tuesday, June 8, 2004 @ 19:39:40 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi 2004-06-08 Marcus Brinkmann * gpgme.texi (Listing Keys): Elaborate on the length restrictions on search patterns. ------------+ ChangeLog | 3 +++ gpgme.texi | 15 +++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Jun 8 19:48:37 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 8 19:48:42 2004 Subject: gpgme/assuan (ChangeLog assuan-buffer.c) Message-ID: Date: Tuesday, June 8, 2004 @ 19:48:37 Author: marcus Path: /cvs/gnupg/gpgme/assuan Modified: ChangeLog assuan-buffer.c 2004-06-08 Marcus Brinkmann * assuan-buffer.c (assuan_write_line): If the line is longer than the maximum line length, bail out early. -----------------+ ChangeLog | 5 +++++ assuan-buffer.c | 3 +++ 2 files changed, 8 insertions(+) From cvs at cvs.gnupg.org Tue Jun 8 19:52:36 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 8 19:52:41 2004 Subject: gpgme (NEWS) Message-ID: Date: Tuesday, June 8, 2004 @ 19:52:36 Author: marcus Path: /cvs/gnupg/gpgme Modified: NEWS Add two items about documentation fixes. ------+ NEWS | 9 +++++++++ 1 files changed, 9 insertions(+) From cvs at cvs.gnupg.org Tue Jun 8 20:54:28 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 8 21:10:02 2004 Subject: libgpg-error/src (Makefile.am) Message-ID: Date: Tuesday, June 8, 2004 @ 20:54:28 Author: marcus Path: /cvs/gnupg/libgpg-error/src Modified: Makefile.am 2004-06-08 Marcus Brinkmann * src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir) to fix VPATH build. -------------+ Makefile.am | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jun 8 20:44:13 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 8 21:10:10 2004 Subject: libassuan (ChangeLog NEWS configure.ac) Message-ID: Date: Tuesday, June 8, 2004 @ 20:44:13 Author: werner Path: /cvs/gnupg/libassuan Modified: ChangeLog NEWS configure.ac about to release 0.6.6. --------------+ ChangeLog | 4 ++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Jun 8 20:46:22 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 8 21:10:31 2004 Subject: gpgme (NEWS configure.ac) Message-ID: Date: Tuesday, June 8, 2004 @ 20:46:21 Author: marcus Path: /cvs/gnupg/gpgme Modified: NEWS configure.ac D'oh, forget the release date in the released NEWS entry! Prepare for upcoming release. --------------+ NEWS | 6 +++++- configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Tue Jun 8 21:00:00 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 8 21:10:59 2004 Subject: libgpg-error (NEWS) Message-ID: Date: Tuesday, June 8, 2004 @ 21:00:00 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: NEWS Add new source and codes for GSTI. ------+ NEWS | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Jun 8 21:08:18 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 8 21:11:06 2004 Subject: libassuan (NEWS configure.ac) Message-ID: Date: Tuesday, June 8, 2004 @ 21:08:18 Author: werner Path: /cvs/gnupg/libassuan Modified: NEWS configure.ac post release version bump --------------+ NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jun 8 20:54:29 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 8 21:11:39 2004 Subject: libgpg-error (ChangeLog) Message-ID: Date: Tuesday, June 8, 2004 @ 20:54:28 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog 2004-06-08 Marcus Brinkmann * src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir) to fix VPATH build. -----------+ ChangeLog | 5 +++++ 1 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Tue Jun 8 21:25:07 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 8 21:25:14 2004 Subject: GNUPG-1-9-BRANCH gnupg (NEWS configure.ac) Message-ID: Date: Tuesday, June 8, 2004 @ 21:25:06 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: NEWS configure.ac post release version bump --------------+ NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Jun 9 02:28:41 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 9 02:28:51 2004 Subject: gsti/src (6 files) Message-ID: Date: Wednesday, June 9, 2004 @ 02:28:41 Author: marcus Path: /cvs/wk/gsti/src Added: ssh.h Modified: ChangeLog Makefile.am auth.c kex.c packet.h 2004-06-09 Marcus Brinkmann * Makefile.am (libgsti_la_SOURCES): Add ssh.h. * ssh.h: New file. * packet.h: Include "ssh.h". (enum SSH_MSG_*): Removed enum. (enum SSH_DISCONNECT_*): Removed enum. * kex.c (host_version_string): Use SSH_IDENT_PREFIX. (kex_wait_on_version): Remove variable initstr. Rewrite parsing of SSH_IDENT_PREFIX. Fix inverted error return value (NO_DATA vs. PROTOCOL_VIOLATION). (build_compress_list): Use SSH_COMPRESSION_NONE and SSH_COMPRESSION_ZLIB. (hmac_list): Use SSH_MAC_HMAC_SHA1, SSH_MAC_HMAC_SHA1_96, SSH_MAC_HMAC_MD5, and SSH_MAC_HMAC_MD5_96. (cipher_list): Use SSH_CIPHER_3DES_CBC, SSH_CIPHER_BLOWFISH_CBC, SSH_CIPHER_CAST128_CBC, SSH_CIPHER_TWOFISH256_CBC, and SSH_CIPHER_AES128_CBC. (build_kex_list): Use SSH_KEX_DHG1_SHA1. (build_pkalgo_list): Use SSH_PKA_SSH_DSS. * auth.c (check_auth_id): Use SSH_AUTH_PUBLICKEY. (init_auth_request): Likewise. -------------+ ChangeLog | 23 ++++++ Makefile.am | 1 auth.c | 4 - kex.c | 104 ++++++++++++++++++++----------- packet.h | 49 -------------- ssh.h | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 285 insertions(+), 87 deletions(-) From cvs at cvs.gnupg.org Wed Jun 9 06:37:56 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 9 06:38:04 2004 Subject: gsti/src (20 files) Message-ID: Date: Wednesday, June 9, 2004 @ 06:37:56 Author: marcus Path: /cvs/wk/gsti/src Added: bstring.c bstring.h Modified: ChangeLog Makefile.am api.h auth.c buffer.c buffer.h fsm.c kex.c main.c memory.c memory.h packet.c packet.h pubkey.c pubkey.h types.h utils.c utils.h 2004-06-09 Marcus Brinkmann Global: All users of bstring and buffer related types and functions have changed. * Makefile.am (libgsti_la_SOURCES): Add bstring.h, bstring.c. * bstring.h: New file. * bstring.c: New file. * memory.h (_gsti_bstring_make, _gsti_bstring_free): Remove prototypes. * memory.c (_gsti_bstring_make, _gsti_bstring_free): Remove functions. * types.h: Include "bstring.h". (bstring_s, BUFFER): Remove types. (gsti_byte_t, gsti_uint32_t): New types. * buffer.h: Rewritten. * buffer.c: Rewritten. -------------+ ChangeLog | 14 + Makefile.am | 3 api.h | 26 +- auth.c | 223 ++++++++++++++++--------- bstring.c | 81 +++++++++ bstring.h | 45 +++++ buffer.c | 457 ++++++++++++++++++++++++++++++++++----------------- buffer.h | 185 +++++++++++++++++--- fsm.c | 6 kex.c | 514 ++++++++++++++++++++++++++++++++++++---------------------- main.c | 22 +- memory.c | 61 ++---- memory.h | 45 ++--- packet.c | 89 ++++++---- packet.h | 20 +- pubkey.c | 189 +++++++++++++-------- pubkey.h | 10 - types.h | 53 ++--- utils.c | 22 +- utils.h | 2 20 files changed, 1366 insertions(+), 701 deletions(-) From cvs at cvs.gnupg.org Wed Jun 9 06:58:57 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 9 06:59:06 2004 Subject: gsti/src (buffer.h) Message-ID: Date: Wednesday, June 9, 2004 @ 06:58:57 Author: marcus Path: /cvs/wk/gsti/src Modified: buffer.h Remove cruft. ----------+ buffer.h | 21 --------------------- 1 files changed, 21 deletions(-) From cvs at cvs.gnupg.org Wed Jun 9 17:08:55 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jun 9 17:08:59 2004 Subject: gsti/examples (ChangeLog client.c keytool.c server.c) Message-ID: Date: Wednesday, June 9, 2004 @ 17:08:55 Author: twoaday Path: /cvs/wk/gsti/examples Modified: ChangeLog client.c keytool.c server.c 2004-06-09 Timo Schulz * client.c (main): Add parameter for gsti_init(). * server.c (main): Likewise. * keytool.c (main): Remove all old context names. -----------+ ChangeLog | 6 ++++++ client.c | 2 +- keytool.c | 10 +++++----- server.c | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Wed Jun 9 17:09:21 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Wed Jun 9 17:09:27 2004 Subject: gsti/src (8 files) Message-ID: Date: Wednesday, June 9, 2004 @ 17:09:21 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog auth.c bstring.c gsti.h kex.c main.c pubkey.c pubkey.h 2004-06-09 Timo Schulz * pubkey.c (read_bstring): Add error handling. (check_pubalgo): Additional parameter to support bstrings. (pktype_from_file): Use check_pubalgo to figure out the algid. (_gsti_key_getblob): Return error code and not the context. Changed all callers. (_gsti_key_fromblob): Likewise. (_gsti_sig_encode): Likewise. (gsti_key_fingerprint): Likewise. * auth.c (init_auth_request): Error handling. (auth_send_pkok_packet): Likewise. -----------+ ChangeLog | 15 +++++ auth.c | 65 ++++++++++++++--------- bstring.c | 1 gsti.h | 6 +- kex.c | 11 ++- main.c | 7 +- pubkey.c | 169 +++++++++++++++++++++++++++++++++--------------------------- pubkey.h | 7 +- 8 files changed, 169 insertions(+), 112 deletions(-) From cvs at cvs.gnupg.org Wed Jun 9 22:01:32 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 9 22:01:46 2004 Subject: gsti/src (ChangeLog packet.h) Message-ID: Date: Wednesday, June 9, 2004 @ 22:01:32 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog packet.h 2004-06-09 Marcus Brinkmann * packet.h: Include "types.h". -----------+ ChangeLog | 4 ++++ packet.h | 1 + 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Mon Jun 14 07:47:06 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 15 08:58:56 2004 Subject: mingw32-cpd/src/include (ChangeLog time.h) Message-ID: Date: Monday, June 14, 2004 @ 07:47:06 Author: werner Path: /cvs/wk/mingw32-cpd/src/include Modified: ChangeLog time.h Add dummy tzset. -----------+ ChangeLog | 4 ++++ time.h | 4 ++++ 2 files changed, 8 insertions(+) From cvs at cvs.gnupg.org Mon Jun 14 07:49:19 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 15 08:58:59 2004 Subject: gnupg/scripts (ChangeLog autogen.sh mk-w32-dist) Message-ID: Date: Monday, June 14, 2004 @ 07:49:19 Author: werner Path: /cvs/gnupg/gnupg/scripts Modified: ChangeLog autogen.sh mk-w32-dist * mk-w32-dist: Do not include the en@* po files. * autogen.sh <--build-w32>: Build keyserver helpers again. -------------+ ChangeLog | 6 ++++++ autogen.sh | 2 +- mk-w32-dist | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Jun 14 10:32:06 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 15 08:59:27 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf-comp.c no-libgcrypt.c) Message-ID: Date: Monday, June 14, 2004 @ 10:32:06 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf-comp.c no-libgcrypt.c * xreadline.c: New. Based on the iobuf_read_line function. * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New. * gpgconf-comp.c (retrieve_options_from_program) (retrieve_options_from_file, change_options_file) (change_options_program, gc_component_change_options): Replaced getline by read_line and test for allocation failure. ----------------+ ChangeLog | 9 +++++++ gpgconf-comp.c | 62 +++++++++++++++++++++++-------------------------------- no-libgcrypt.c | 22 +++++++++++++++++++ 3 files changed, 57 insertions(+), 36 deletions(-) From cvs at cvs.gnupg.org Mon Jun 14 10:32:07 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 15 08:59:30 2004 Subject: GNUPG-1-9-BRANCH gnupg/common (ChangeLog Makefile.am util.h xreadline.c) Message-ID: Date: Monday, June 14, 2004 @ 10:32:07 Author: werner Path: /cvs/gnupg/gnupg/common Tag: GNUPG-1-9-BRANCH Added: xreadline.c Modified: ChangeLog Makefile.am util.h * xreadline.c: New. Based on the iobuf_read_line function. * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New. * gpgconf-comp.c (retrieve_options_from_program) (retrieve_options_from_file, change_options_file) (change_options_program, gc_component_change_options): Replaced getline by read_line and test for allocation failure. -------------+ ChangeLog | 4 ++ Makefile.am | 1 util.h | 5 ++ xreadline.c | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+) From cvs at cvs.gnupg.org Mon Jun 14 15:16:31 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 15 09:00:15 2004 Subject: gsti/src (ChangeLog api.h kex.c kex.h main.c) Message-ID: Date: Monday, June 14, 2004 @ 15:16:31 Author: werner Path: /cvs/wk/gsti/src Modified: ChangeLog api.h kex.c kex.h main.c * api.h (_gsti_handle_channel_packet): Include prototype. * main.c: Don't include moduli.h. Include kex.h. (init_gex_default, gsti_init): Removed and changed to .. * kex.c (_gsti_kex_set_defaults): .. new function. -----------+ ChangeLog | 8 ++++++++ api.h | 4 ++++ kex.c | 11 +++++++++++ kex.h | 3 +++ main.c | 15 +++------------ 5 files changed, 29 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Mon Jun 14 18:18:47 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Tue Jun 15 09:00:51 2004 Subject: gsti/src (8 files) Message-ID: Date: Monday, June 14, 2004 @ 18:18:47 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog auth.c fsm.c kex.c packet.c pubkey.c stream.c stream.h 2004-06-14 Timo Schulz * stream.c (_gsti_read_new_stream): Return error code and not the context itself. Changed all callers. (_gsti_write_new_stream): Likewise. * auth.c (parse_auth_request): Handle possible errors. (calc_sig_hash): Likewise. (auth_send_failure_packet): New. * pubkey.c (_gsti_key_getblob): Return 'No Seckey' if the key context is invalid. * kex.c (wait_on_version): Handle possible errors. (calc_exchange_hash): Likewise. (construct_one_key): Likewise. (kex_proc_init_packet): Likewise. * packet.c (_gsti_packet_read): Ditto. -----------+ ChangeLog | 19 +++++++++++++++++ auth.c | 29 +++++++++++++++++++++----- fsm.c | 10 +++++++-- kex.c | 65 +++++++++++++++++++++++++++++++++--------------------------- packet.c | 9 +++++--- pubkey.c | 2 + stream.c | 18 +++++++++++----- stream.h | 7 +++--- 8 files changed, 110 insertions(+), 49 deletions(-) From cvs at cvs.gnupg.org Wed Jun 16 11:09:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 11:09:43 2004 Subject: gnupg/g10 (ChangeLog free-packet.c passphrase.c) Message-ID: Date: Wednesday, June 16, 2004 @ 11:09:32 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog free-packet.c passphrase.c * free-packet.c (copy_secret_key): Fixed memory leak when D is not NULL. * passphrase.c (passphrase_to_dek): Added a few comments to the code. ---------------+ ChangeLog | 8 ++++++++ free-packet.c | 8 ++++++++ passphrase.c | 21 ++++++++++++++++++++- 3 files changed, 36 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Jun 16 11:36:58 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 11:37:06 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog free-packet.c) Message-ID: Date: Wednesday, June 16, 2004 @ 11:36:58 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog free-packet.c (copy_secret_key): Fixed memory leak. ---------------+ ChangeLog | 4 ++++ free-packet.c | 9 +++++++++ 2 files changed, 13 insertions(+) From cvs at cvs.gnupg.org Wed Jun 16 11:36:59 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 11:37:17 2004 Subject: STABLE-BRANCH-1-2 gnupg (THANKS) Message-ID: Date: Wednesday, June 16, 2004 @ 11:36:59 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: THANKS (copy_secret_key): Fixed memory leak. --------+ THANKS | 1 + 1 files changed, 1 insertion(+) From cvs at cvs.gnupg.org Wed Jun 16 11:56:58 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 11:57:26 2004 Subject: STABLE-BRANCH-1-2 gnupg/po (29 files) Message-ID: Date: Wednesday, June 16, 2004 @ 11:56:58 Author: werner Path: /cvs/gnupg/gnupg/po Tag: STABLE-BRANCH-1-2 Added: ru.glo zh_CN.po 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_TW.po . -----------+ ChangeLog | 5 be.po | 1076 ++++++------ ca.po | 1082 ++++++------ cs.po | 1081 ++++++------ da.po | 1083 ++++++------ de.po | 1082 ++++++------ el.po | 1082 ++++++------ eo.po | 1082 ++++++------ es.po | 1082 ++++++------ et.po | 1081 ++++++------ fi.po | 1082 ++++++------ fr.po | 1084 ++++++------ gl.po | 1082 ++++++------ hu.po | 1082 ++++++------ id.po | 1081 ++++++------ it.po | 1082 ++++++------ ja.po | 1080 ++++++------ nl.po | 4678 ++++++++++++++++++++++++------------------------------- pl.po | 1085 ++++++------ pt.po | 1082 ++++++------ pt_BR.po | 1085 ++++++------ ro.po | 1082 ++++++------ ru.glo | 94 + ru.po | 1080 ++++++------ sk.po | 1081 ++++++------ sv.po | 1086 ++++++------ tr.po | 1082 ++++++------ zh_CN.po | 5027 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ zh_TW.po | 1080 ++++++------ 29 files changed, 21094 insertions(+), 15757 deletions(-) From cvs at cvs.gnupg.org Wed Jun 16 14:38:01 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 14:38:05 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog apdu.c) Message-ID: Date: Wednesday, June 16, 2004 @ 14:38:01 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog apdu.c (osc_get_status): Fixed type in function name. Noted by Axel Thimm. Yes, I didn't tested it with OpenSC :-(. -----------+ ChangeLog | 5 +++++ apdu.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Jun 16 15:22:37 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 15:22:49 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog free-packet.c) Message-ID: Date: Wednesday, June 16, 2004 @ 15:22:37 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog free-packet.c (copy_secret_key): Get last fix right. ---------------+ ChangeLog | 4 ++++ free-packet.c | 14 ++++---------- 2 files changed, 8 insertions(+), 10 deletions(-) From cvs at cvs.gnupg.org Wed Jun 16 15:24:01 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 15:24:08 2004 Subject: gnupg/g10 (ChangeLog free-packet.c) Message-ID: Date: Wednesday, June 16, 2004 @ 15:24:01 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog free-packet.c (copy_secret_key): Get last fix right. ---------------+ ChangeLog | 4 ++++ free-packet.c | 15 +++++---------- 2 files changed, 9 insertions(+), 10 deletions(-) From cvs at cvs.gnupg.org Wed Jun 16 15:33:58 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 15:34:08 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Wednesday, June 16, 2004 @ 15:33:58 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog NEWS configure.ac Preparing an RC. --------------+ ChangeLog | 6 ++++++ NEWS | 2 ++ configure.ac | 6 +++--- 3 files changed, 11 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Wed Jun 16 15:34:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 15:35:45 2004 Subject: STABLE-BRANCH-1-2 gnupg/po (27 files) Message-ID: Date: Wednesday, June 16, 2004 @ 15:34:57 Author: werner Path: /cvs/gnupg/gnupg/po Tag: STABLE-BRANCH-1-2 Modified: 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 Preparing an RC. ----------+ be.po | 672 +++++++++-------- ca.po | 672 +++++++++-------- cs.po | 672 +++++++++-------- da.po | 672 +++++++++-------- de.po | 672 +++++++++-------- el.po | 672 +++++++++-------- eo.po | 672 +++++++++-------- es.po | 672 +++++++++-------- et.po | 672 +++++++++-------- fi.po | 672 +++++++++-------- fr.po | 674 +++++++++-------- gl.po | 672 +++++++++-------- hu.po | 672 +++++++++-------- id.po | 672 +++++++++-------- it.po | 672 +++++++++-------- ja.po | 672 +++++++++-------- nl.po | 2306 +++++++++++++++++++++++++++++++++++-------------------------- pl.po | 672 +++++++++-------- pt.po | 672 +++++++++-------- pt_BR.po | 672 +++++++++-------- ro.po | 672 +++++++++-------- ru.po | 672 +++++++++-------- sk.po | 672 +++++++++-------- sv.po | 674 +++++++++-------- tr.po | 672 +++++++++-------- zh_CN.po | 1964 ++++++++++++++++++++++++++++----------------------- zh_TW.po | 672 +++++++++-------- 27 files changed, 10942 insertions(+), 10132 deletions(-) From cvs at cvs.gnupg.org Wed Jun 16 16:43:05 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Jun 16 16:43:13 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog keygen.c) Message-ID: Date: Wednesday, June 16, 2004 @ 16:43:05 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog keygen.c * keygen.c (make_backsig): Make sure that the backsig was built successfully before we try and use it. -----------+ ChangeLog | 5 ++ keygen.c | 110 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 62 insertions(+), 53 deletions(-) From cvs at cvs.gnupg.org Wed Jun 16 17:21:40 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 16 17:21:51 2004 Subject: STABLE-BRANCH-1-2 gnupg/po (ChangeLog it.po) Message-ID: Date: Wednesday, June 16, 2004 @ 17:21:40 Author: werner Path: /cvs/gnupg/gnupg/po Tag: STABLE-BRANCH-1-2 Modified: ChangeLog it.po Updated. That is the fasted update I've ever seen; received it within 17 minutes after sending out the notice to the translators (and there are even uucp polling delays). -----------+ ChangeLog | 4 ++++ it.po | 28 +++++++++++++--------------- 2 files changed, 17 insertions(+), 15 deletions(-) From cvs at cvs.gnupg.org Fri Jun 18 01:00:47 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Jun 18 01:00:51 2004 Subject: STABLE-BRANCH-1-2 gnupg/tools (ChangeLog ring-a-party) Message-ID: Date: Friday, June 18, 2004 @ 01:00:47 Author: dshaw Path: /cvs/gnupg/gnupg/tools Tag: STABLE-BRANCH-1-2 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 Fri Jun 18 01:01:51 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Jun 18 01:01:56 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog NEWS) Message-ID: Date: Friday, June 18, 2004 @ 01:01:51 Author: dshaw Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog NEWS * NEWS: --ask-cert-level actually defaults to on for the stable branch. -----------+ ChangeLog | 5 +++++ NEWS | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Jun 18 11:53:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jun 18 11:54:05 2004 Subject: GNUPG-1-9-BRANCH gnupg/kbx (ChangeLog kbxutil.c keybox-defs.h keybox-dump.c) Message-ID: Date: Friday, June 18, 2004 @ 11:53:56 Author: werner Path: /cvs/gnupg/gnupg/kbx Tag: GNUPG-1-9-BRANCH Modified: ChangeLog kbxutil.c keybox-defs.h keybox-dump.c * keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY. (update_stats): New. * kbxutil.c (main): New command --stats. ---------------+ ChangeLog | 6 ++ kbxutil.c | 96 +++++++++++++++++++++++++----------------- keybox-defs.h | 2 keybox-dump.c | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 187 insertions(+), 44 deletions(-) From cvs at cvs.gnupg.org Fri Jun 18 13:18:27 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jun 18 13:18:34 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (ChangeLog Makefile.am gnupg.texi) Message-ID: Date: Friday, June 18, 2004 @ 13:18:27 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am gnupg.texi * debugging.texi: New. * gnupg.texi: Include it. -------------+ ChangeLog | 5 +++++ Makefile.am | 2 +- gnupg.texi | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Jun 18 14:29:31 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Jun 18 14:29:41 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (debugging.texi) Message-ID: Date: Friday, June 18, 2004 @ 14:29:31 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Added: debugging.texi * debugging.texi: New. * gnupg.texi: Include it. ----------------+ debugging.texi | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 82 insertions(+) From cvs at cvs.gnupg.org Fri Jun 18 21:16:04 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Jun 18 21:16:14 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog plaintext.c status.c status.h) Message-ID: Date: Friday, June 18, 2004 @ 21:16:04 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog plaintext.c status.c status.h * status.h, status.c (get_status_string), plaintext.c (handle_plaintext): New status tags PLAINTEXT and PLAINTEXT_LENGTH. -------------+ ChangeLog | 6 ++++++ plaintext.c | 18 ++++++++++++++++++ status.c | 6 ++++-- status.h | 8 ++++---- 4 files changed, 32 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Fri Jun 18 21:58:21 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Jun 18 21:58:31 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (ChangeLog DETAILS gpg.sgml) Message-ID: Date: Friday, June 18, 2004 @ 21:58:21 Author: dshaw Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: ChangeLog DETAILS gpg.sgml * DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH. * gpg.sgml: Clarify include-revoked a bit to note that keyservers might not be accurate. -----------+ ChangeLog | 7 +++++++ DETAILS | 14 ++++++++++++++ gpg.sgml | 9 ++++++--- 3 files changed, 27 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Sun Jun 20 13:35:13 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Sun Jun 20 13:35:22 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog gpg-agent.c) Message-ID: Date: Sunday, June 20, 2004 @ 13:35:13 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpg-agent.c 2004-06-20 Moritz Schulte * gpg-agent.c: Include (build fix for BSD). -------------+ ChangeLog | 4 ++++ gpg-agent.c | 1 + 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Mon Jun 21 08:53:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Jun 21 08:53:35 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog sc-investigate.c) Message-ID: Date: Monday, June 21, 2004 @ 08:53:30 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog sc-investigate.c * sc-investigate.c (my_read_line): Renamed from read_line. ------------------+ ChangeLog | 4 ++++ sc-investigate.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Jun 21 11:50:07 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Mon Jun 21 11:50:14 2004 Subject: gsti/src (9 files) Message-ID: Date: Monday, June 21, 2004 @ 11:50:07 Author: twoaday Path: /cvs/wk/gsti/src Added: auth.h Modified: ChangeLog api.h auth.c fsm.c kex.c packet.c packet.h ssh.h 2004-06-21 Timo Schulz * ssh.h: Add SSH Group Exchange constants. * kex.c (build_kex_list): Use new SSH constants. (build_pkalgo_list): Add SSH_RSA. * auth.h: New file. * api.h: Move _auth prototypes to ... * auth.h: ... this file. Global table to store valid auth methods. (check_auth_id): Iterate over the auth table. * fsm.c (fsm_server_loop): Send SSH auth failure packet. * packet.c (_gsti_packet_write): Make sure the seq-no does not cause an overflow. -----------+ ChangeLog | 14 ++++++++++++++ api.h | 25 ++----------------------- auth.c | 27 +++++++++++++++++++++++---- auth.h | 45 +++++++++++++++++++++++++++++++++++++++++++++ fsm.c | 2 ++ kex.c | 47 ++++++++++++++++++----------------------------- packet.c | 4 ++++ packet.h | 1 + ssh.h | 3 +++ 9 files changed, 112 insertions(+), 56 deletions(-) From cvs at cvs.gnupg.org Mon Jun 21 11:50:22 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Jun 21 11:50:29 2004 Subject: GNUPG-1-9-BRANCH gnupg/jnlib (ChangeLog logging.c) Message-ID: Date: Monday, June 21, 2004 @ 11:50:22 Author: werner Path: /cvs/gnupg/gnupg/jnlib Tag: GNUPG-1-9-BRANCH Modified: ChangeLog logging.c (log_set_file): Do not close an old logstream if it used to be stderr or stdout. -----------+ ChangeLog | 5 +++++ logging.c | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Wed Jun 23 15:52:18 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 23 15:52:28 2004 Subject: gpgme/assuan (ChangeLog assuan-handler.c) Message-ID: Date: Wednesday, June 23, 2004 @ 15:52:18 Author: marcus Path: /cvs/gnupg/gpgme/assuan Modified: ChangeLog assuan-handler.c 2004-06-23 Marcus Brinkmann * assuan-handler.c: Include . ------------------+ ChangeLog | 4 ++++ assuan-handler.c | 1 + 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Wed Jun 23 16:01:25 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 23 16:01:34 2004 Subject: libassuan/src (ChangeLog assuan-domain-connect.c) Message-ID: Date: Wednesday, June 23, 2004 @ 16:01:25 Author: marcus Path: /cvs/gnupg/libassuan/src Modified: ChangeLog assuan-domain-connect.c 2004-06-23 Marcus Brinkmann * configure.ac: Check for . src/ 2004-06-23 Marcus Brinkmann * assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include . -------------------------+ ChangeLog | 4 ++++ assuan-domain-connect.c | 3 +++ 2 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Wed Jun 23 16:01:25 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 23 16:01:43 2004 Subject: libassuan (ChangeLog configure.ac) Message-ID: Date: Wednesday, June 23, 2004 @ 16:01:25 Author: marcus Path: /cvs/gnupg/libassuan Modified: ChangeLog configure.ac 2004-06-23 Marcus Brinkmann * configure.ac: Check for . src/ 2004-06-23 Marcus Brinkmann * assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include . --------------+ ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Jun 23 16:11:46 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 23 16:11:56 2004 Subject: gpgme/assuan (ChangeLog assuan-domain-connect.c) Message-ID: Date: Wednesday, June 23, 2004 @ 16:11:46 Author: marcus Path: /cvs/gnupg/gpgme/assuan Modified: ChangeLog assuan-domain-connect.c 2004-06-23 Marcus Brinkmann * configure.ac: Check for . assuan 2004-06-23 Marcus Brinkmann * assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include . -------------------------+ ChangeLog | 2 ++ assuan-domain-connect.c | 3 +++ 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Wed Jun 23 16:11:47 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 23 16:12:05 2004 Subject: gpgme (ChangeLog configure.ac) Message-ID: Date: Wednesday, June 23, 2004 @ 16:11:47 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog configure.ac 2004-06-23 Marcus Brinkmann * configure.ac: Check for . assuan 2004-06-23 Marcus Brinkmann * assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include . --------------+ ChangeLog | 12 ++++++++++++ configure.ac | 13 +++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Wed Jun 23 16:13:49 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 23 16:14:07 2004 Subject: gpgme/gpgme (gpgme.h) Message-ID: Date: Wednesday, June 23, 2004 @ 16:13:49 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: gpgme.h Update version number. ---------+ gpgme.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Jun 23 23:15:22 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 23 23:31:02 2004 Subject: gpgme/gpgme (ChangeLog key.c) Message-ID: Date: Wednesday, June 23, 2004 @ 23:15:21 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog key.c 2004-06-23 Marcus Brinkmann * key.c (_gpgme_key_append_name): Make sure tail points to the byte following the uid. (_gpgme_key_add_sig): Likewise. Don't use calloc, but malloc and memset. -----------+ ChangeLog | 7 +++++++ key.c | 8 +++++--- 2 files changed, 12 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu Jun 24 05:52:22 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Jun 24 05:52:48 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog keyedit.c) Message-ID: Date: Thursday, June 24, 2004 @ 05:52:22 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog keyedit.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. -----------+ ChangeLog | 7 +++++++ keyedit.c | 26 +++++++++++++++++++++----- 2 files changed, 28 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Sun Jun 27 20:26:50 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sun Jun 27 20:27:00 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog mainproc.c seckey-cert.c) Message-ID: Date: Sunday, June 27, 2004 @ 20:26:50 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog mainproc.c seckey-cert.c * 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. ---------------+ ChangeLog | 7 +++++++ mainproc.c | 7 +++++++ seckey-cert.c | 6 ++++++ 3 files changed, 20 insertions(+) From cvs at cvs.gnupg.org Mon Jun 28 00:53:09 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Jun 28 00:53:16 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog sign.c) Message-ID: Date: Monday, June 28, 2004 @ 00:53:09 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog sign.c * sign.c (sign_symencrypt_file): Allow using --force-mdc in --sign --symmetric messages. -----------+ ChangeLog | 3 +++ sign.c | 7 +++++++ 2 files changed, 10 insertions(+) From cvs at cvs.gnupg.org Mon Jun 28 09:42:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Jun 28 09:42:38 2004 Subject: GNUPG-1-9-BRANCH gnupg (TODO) Message-ID: Date: Monday, June 28, 2004 @ 09:42:33 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: TODO Added some doc stuff ------+ TODO | 8 ++++++++ 1 files changed, 8 insertions(+) From cvs at cvs.gnupg.org Mon Jun 28 09:42:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Jun 28 09:42:45 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (ChangeLog Makefile.am debugging.texi gnupg.texi) Message-ID: Date: Monday, June 28, 2004 @ 09:42:33 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am debugging.texi gnupg.texi Added some doc stuff ----------------+ ChangeLog | 4 ++++ Makefile.am | 2 +- debugging.texi | 15 ++++++++++++++- gnupg.texi | 3 +++ 4 files changed, 22 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Jun 29 03:48:02 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Jun 29 15:20:16 2004 Subject: gnupg/doc (ChangeLog DETAILS gpg.sgml) Message-ID: Date: Tuesday, June 29, 2004 @ 03:48:02 Author: dshaw Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog DETAILS gpg.sgml * DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH. * gpg.sgml: Clarify that --min-cert-level disregards level 1 certs by default. Clarify include-revoked a bit to note that keyservers might not be accurate. Note that --charset is --display-charset. Some language tweaks for --simple-sk-checksum (Debian 251795). Note the PGP silliness with preferred keyserver subpackets causing PGP/MIME. -----------+ ChangeLog | 11 ++++++++++ DETAILS | 14 +++++++++++++ gpg.sgml | 62 ++++++++++++++++++++++++++++++++---------------------------- 3 files changed, 59 insertions(+), 28 deletions(-) From cvs at cvs.gnupg.org Tue Jun 29 09:16:41 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 29 15:23:41 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (glossary.texi gpgsm.texi) Message-ID: Date: Tuesday, June 29, 2004 @ 09:16:41 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Added: glossary.texi Modified: gpgsm.texi Added glossary ---------------+ glossary.texi | 24 ++++++++++++++++++++++++ gpgsm.texi | 9 ++++++--- 2 files changed, 30 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Tue Jun 29 15:00:15 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 29 15:24:06 2004 Subject: gsti/src (ChangeLog channel.c gsti.h) Message-ID: Date: Tuesday, June 29, 2004 @ 15:00:15 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog channel.c gsti.h 2004-06-29 Marcus Brinkmann * gsti.h (gsti_channel_eof): New prototype. (gsti_channel_eof_cb_t): New type definition. (gsti_channel_open): Add new EOF callback arguments. (gsti_channel_open_cb_t): Likewise. * channel.c: Add new EOF callback arguments where missing. (ssh_msg_channel_eof_S): New function. (gsti_channel_write): Check CHANNEL->eof. (ssh_msg_channel_eof): New function. (ssh_msg_channel_eof_t): New type. (gsti_channel_eof): New function. (struct gsti_channel): Add new EOF callback members. (ssh_msg_channel_close): New function. (ssh_msg_channel_close_t): New type. (ssh_msg_channel_close_S): New function. (_gsti_handle_channel_packet): Handle SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE. -----------+ ChangeLog | 19 ++++ channel.c | 230 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- gsti.h | 13 +++ 3 files changed, 261 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jun 29 21:19:11 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 29 21:19:23 2004 Subject: gsti/src (8 files) Message-ID: Date: Tuesday, June 29, 2004 @ 21:19:11 Author: werner Path: /cvs/wk/gsti/src Modified: ChangeLog auth.c fsm.c gsti.h logging.c packet.c utils.c utils.h Cleaned up the logging a bit. * fsm.c (state_to_string): New. (fsm_server_loop, fsm_client_loop): Use it here. * utils.h (STR,STR2): New macros. * packet.c (_gsti_packet_read): Do not dump the entire packet. * logging.c (_gsti_logv): Prepend the lines with "gsti: "; (_gsti_log_cont): New. (_gsti_logv): Support GSTI_LOG_CONT. * gsti.h (gsti_log_level_t): Add GSTI_LOG_CONT. * utils.c (_gsti_print_string, _gsti_dump_object): Use it here. (_gsti_print_string): Quote everything except plain ascii. -----------+ ChangeLog | 23 ++++++++++++++++----- auth.c | 8 +++---- fsm.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++--------- gsti.h | 2 + logging.c | 17 +++++++++++++++ packet.c | 5 ++-- utils.c | 30 +++++++++++++++------------- utils.h | 8 +++++++ 8 files changed, 123 insertions(+), 34 deletions(-) From cvs at cvs.gnupg.org Tue Jun 29 21:19:12 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 29 21:19:32 2004 Subject: gsti/examples (client.c server.c) Message-ID: Date: Tuesday, June 29, 2004 @ 21:19:12 Author: werner Path: /cvs/wk/gsti/examples Modified: client.c server.c Cleaned up the logging a bit. * fsm.c (state_to_string): New. (fsm_server_loop, fsm_client_loop): Use it here. * utils.h (STR,STR2): New macros. * packet.c (_gsti_packet_read): Do not dump the entire packet. * logging.c (_gsti_logv): Prepend the lines with "gsti: "; (_gsti_log_cont): New. (_gsti_logv): Support GSTI_LOG_CONT. * gsti.h (gsti_log_level_t): Add GSTI_LOG_CONT. * utils.c (_gsti_print_string, _gsti_dump_object): Use it here. (_gsti_print_string): Quote everything except plain ascii. ----------+ client.c | 41 +++++++++++++++++++++++++++++++++-------- server.c | 35 ++++++++++++++++++++++++++++------- 2 files changed, 61 insertions(+), 15 deletions(-) From cvs at cvs.gnupg.org Tue Jun 29 21:19:14 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jun 29 21:19:42 2004 Subject: gsti (README) Message-ID: Date: Tuesday, June 29, 2004 @ 21:19:14 Author: werner Path: /cvs/wk/gsti Modified: README Cleaned up the logging a bit. * fsm.c (state_to_string): New. (fsm_server_loop, fsm_client_loop): Use it here. * utils.h (STR,STR2): New macros. * packet.c (_gsti_packet_read): Do not dump the entire packet. * logging.c (_gsti_logv): Prepend the lines with "gsti: "; (_gsti_log_cont): New. (_gsti_logv): Support GSTI_LOG_CONT. * gsti.h (gsti_log_level_t): Add GSTI_LOG_CONT. * utils.c (_gsti_print_string, _gsti_dump_object): Use it here. (_gsti_print_string): Quote everything except plain ascii. --------+ README | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jun 29 15:23:35 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 29 21:49:42 2004 Subject: libgpg-error (ChangeLog) Message-ID: Date: Tuesday, June 29, 2004 @ 15:23:35 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog 2004-06-29 Marcus Brinkmann * src/err-codes.h.in: Add GPG_ERR_INV_REQUEST. -----------+ ChangeLog | 4 ++++ 1 files changed, 4 insertions(+) From cvs at cvs.gnupg.org Tue Jun 29 15:23:27 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jun 29 21:50:43 2004 Subject: libgpg-error/src (err-codes.h.in) Message-ID: Date: Tuesday, June 29, 2004 @ 15:23:26 Author: marcus Path: /cvs/gnupg/libgpg-error/src Modified: err-codes.h.in 2004-06-29 Marcus Brinkmann * src/err-codes.h.in: Add GPG_ERR_INV_REQUEST. ----------------+ err-codes.h.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Jun 29 22:47:00 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Tue Jun 29 22:47:06 2004 Subject: gsti/src (ChangeLog kex.c) Message-ID: Date: Tuesday, June 29, 2004 @ 22:47:00 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog kex.c 2004-06-29 Timo Schulz * kex.c (select_dh_modulus): Add missing break keywords. (check_dh_mpi_range): New. (parse_msg_kexdh_init): Check range of returned MPI. (parse_msg_kexdh_reply): Likewise. -----------+ ChangeLog | 7 +++++++ kex.c | 50 ++++++++++++++++++++++++++++++-------------------- 2 files changed, 37 insertions(+), 20 deletions(-) From cvs at cvs.gnupg.org Wed Jun 30 00:16:11 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 30 03:18:40 2004 Subject: gsti/src (ChangeLog gsti.h) Message-ID: Date: Wednesday, June 30, 2004 @ 00:16:11 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog gsti.h 2004-06-30 Marcus Brinkmann * gsti.h (gsti_channel_close): Add prototype. -----------+ ChangeLog | 4 ++++ gsti.h | 3 +++ 2 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Wed Jun 30 00:10:11 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Jun 30 04:02:47 2004 Subject: gsti/src (ChangeLog channel.c) Message-ID: Date: Wednesday, June 30, 2004 @ 00:10:11 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog channel.c 2004-06-29 Marcus Brinkmann * channel.c (ssh_msg_channel_open_confirmation_S): Only invoke CHANNEL->win_adj_cb if not NULL. (ssh_msg_channel_window_adjust_S): Likewise. (ssh_msg_channel_close_S): Only invoke CHANNEL->close_cb if not NULL. -----------+ ChangeLog | 7 +++++++ channel.c | 18 +++++++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Wed Jun 30 08:40:37 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 30 08:40:47 2004 Subject: gsti/src (gsti.h) Message-ID: Date: Wednesday, June 30, 2004 @ 08:40:37 Author: werner Path: /cvs/wk/gsti/src Modified: gsti.h Add a few comments. --------+ gsti.h | 2 ++ 1 files changed, 2 insertions(+) From cvs at cvs.gnupg.org Wed Jun 30 08:40:38 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Jun 30 08:40:57 2004 Subject: gsti/examples (ChangeLog) Message-ID: Date: Wednesday, June 30, 2004 @ 08:40:38 Author: werner Path: /cvs/wk/gsti/examples Modified: ChangeLog Add a few comments. -----------+ ChangeLog | 4 ++++ 1 files changed, 4 insertions(+) From cvs at cvs.gnupg.org Wed Jun 30 19:24:43 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Jul 6 16:39:57 2004 Subject: gnupg/g10 (free-packet.c) Message-ID: Date: Wednesday, June 16, 2004 @ 11:15:21 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: free-packet.c s/1/i/ ---------------+ free-packet.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Jun 30 13:37:45 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Jul 6 16:41:31 2004 Subject: gsti/src (ChangeLog gsti.h main.c) Message-ID: Date: Wednesday, June 30, 2004 @ 13:37:45 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog gsti.h main.c 2004-06-30 Marcus Brinkmann * gsti.h (gsti_get_auth_key): Add prototype. * main.c (gsti_get_auth_key): New function. -----------+ ChangeLog | 3 +++ gsti.h | 2 ++ main.c | 7 +++++++ 3 files changed, 12 insertions(+) From cvs at cvs.gnupg.org Wed Jun 30 20:30:47 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Tue Jul 6 16:43:00 2004 Subject: gsti/src (ChangeLog auth.c main.c pubkey.c pubkey.h ssh.h) Message-ID: Date: Wednesday, June 30, 2004 @ 20:30:47 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog auth.c main.c pubkey.c pubkey.h ssh.h 2004-06-30 Timo Schulz * pubkey.c: s/nkey/npkey for the pubkey table. (read_pk_algo): Iterate over the pubkey table. (pkalgo_get_nkey): Renamed to... (pkalgo_get_npkey): ... this. Changed all callers. (_gsti_sig_decode): Set p to NULL to avoid double free. (_gsti_sig_encode): Release p in case of an error. (_gsti_ssh_get_pkname): Return error code and not the buffer. * main.c (gsti_get_auth_key): Return NULL for an invalid ctx. -----------+ ChangeLog | 11 ++++++++ auth.c | 10 ++++--- main.c | 2 + pubkey.c | 80 +++++++++++++++++++++++++++++++++++------------------------- pubkey.h | 3 +- ssh.h | 2 - 6 files changed, 69 insertions(+), 39 deletions(-)