From wkoch@guug.de Wed Oct 4 11:16:10 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:10 +0200 Subject: CVS update: gnupg Message-ID: <200010041116.NAA11229@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv11210 Modified Files: NEWS TODO Log Message: File: NEWS Status: Up-to-date File: TODO Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:11 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:11 +0200 Subject: CVS update: gnupg/checks Message-ID: <200010041116.NAA11238@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/checks In directory sigtrap:/tmp/cvs-serv11210/checks Modified Files: ChangeLog run-gpg run-gpg.patterns Log Message: Wed Oct 4 13:16:18 CEST 2000 Werner Koch * run-gpg: redirect fgrep output to stderr File: ChangeLog Status: Up-to-date File: run-gpg Status: Up-to-date File: run-gpg.patterns Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:12 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:12 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010041116.NAA11253@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv11210/cipher Modified Files: ChangeLog Makefile.am cipher.c md.c random.h rsa.c sha1.c Log Message: Wed Oct 4 13:16:18 CEST 2000 Werner Koch * sha1.c (transform): Use rol() macro. Actually this is not needed for a newer gcc but there are still aoter compilers. * rsa.c (test_keys): Use new random function. * md.c (gcry_md_setkey): New function to overcome problems with const conflics. (gcry_md_ctl): Pass set key to the new functions. * rijndael.c: New. * cipher.c: Add Rijndael support. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: cipher.c Status: Up-to-date File: md.c Status: Up-to-date File: random.h Status: Up-to-date File: rsa.c Status: Up-to-date File: no file sha1.c Status: Needs Checkout From wkoch@guug.de Wed Oct 4 11:16:14 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:14 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010041116.NAA11262@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv11210/doc Modified Files: gcryptref-digest.sgml gcryptref-misc.sgml Log Message: File: gcryptref-digest.sgml Status: Up-to-date File: gcryptref-misc.sgml Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:18 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:18 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010041116.NAA11284@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv11210/g10 Modified Files: ChangeLog encode.c export.c getkey.c gpg.c keydb.h keygen.c keyid.c misc.c pkclist.c seckey-cert.c sign.c skclist.c status.c Log Message: Wed Oct 4 13:16:18 CEST 2000 Werner Koch * getkey.c (merge_selfsigs_main): Fixed for v3 keys. * sign.c (hash_for): New arg to take packet version in account. Changed all callers. (write_one_sig): New. Moved the shared code from sign_file and clearsign_file to here. * skclist.c (build_sk_list): Fixed usage check. * pkclist.c (build_pk_list): Ditto. * encode.c (encode_crypt): Removed duplicated stuff by using encrypt_filter as sign.c already did. Removed already disabled comment-packet code. File: ChangeLog Status: Up-to-date File: encode.c Status: Up-to-date File: export.c Status: Up-to-date File: getkey.c Status: Up-to-date File: gpg.c Status: Up-to-date File: keydb.h Status: Up-to-date File: keygen.c Status: Up-to-date File: keyid.c Status: Up-to-date File: misc.c Status: Up-to-date File: pkclist.c Status: Up-to-date File: seckey-cert.c Status: Up-to-date File: sign.c Status: Up-to-date File: skclist.c Status: Up-to-date File: status.c Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:19 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:19 +0200 Subject: CVS update: gnupg/gcrypt Message-ID: <200010041116.NAA11294@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/gcrypt In directory sigtrap:/tmp/cvs-serv11210/gcrypt Modified Files: ChangeLog Makefile.am gcrypt.h global.c Log Message: Wed Oct 4 13:16:18 CEST 2000 Werner Koch * gcrypt.h (gcry_md_setkey): Replaced macro by function prototype. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: gcrypt.h Status: Up-to-date File: global.c Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:19 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:19 +0200 Subject: CVS update: gnupg/include Message-ID: <200010041116.NAA11301@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/include In directory sigtrap:/tmp/cvs-serv11210/include Modified Files: ttyio.h Log Message: File: ttyio.h Status: Up-to-date From wkoch@guug.de Wed Oct 4 13:50:34 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:50:34 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010041350.PAA15370@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:50 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv15345/cipher Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog sha1.c Log Message: Wed Oct 4 15:50:18 CEST 2000 Werner Koch * sha1.c (transform): Use rol() macro. Actually this is not needed for a newer gcc but there are still aoter compilers. File: ChangeLog Status: Up-to-date File: no file sha1.c Status: Needs Checkout From wkoch@guug.de Wed Oct 4 13:50:33 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:50:33 +0200 Subject: CVS update: gnupg Message-ID: <200010041350.PAA15362@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:50 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv15345 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog NEWS THANKS TODO VERSION configure.in Log Message: Wed Oct 4 15:50:18 CEST 2000 Werner Koch * configure.in: Set DYNLINK_MOD_CFLAGS for Irix. It seems that Irix needs the -shared flag. In 1.1 we are going to use libtool, so this module stuff will get redesigned anyway. Suggested by Jeff Long. File: ChangeLog Status: Up-to-date File: NEWS Status: Up-to-date File: THANKS Status: Up-to-date File: TODO Status: Up-to-date File: VERSION Status: Up-to-date File: no file configure.in Status: Needs Checkout From wkoch@guug.de Wed Oct 4 13:50:34 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:50:34 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010041350.PAA15379@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:50 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv15345/doc Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Makefile.am Added Files: Tag: STABLE-BRANCH-1-0 gpgv.sgml Log Message: Wed Oct 4 15:50:18 CEST 2000 Werner Koch * gpgv.sgml: New. * Makefile.am: build it. File: gpgv.sgml Status: Up-to-date File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date From wkoch@guug.de Wed Oct 4 13:50:36 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:50:36 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010041350.PAA15393@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:50 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv15345/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Makefile.am mainproc.c parse-packet.c sign.c Added Files: Tag: STABLE-BRANCH-1-0 gpgv.c Log Message: Wed Oct 4 15:50:18 CEST 2000 Werner Koch * sign.c (hash_for): New arg to take packet version in account, changed call callers. * gpgv.c: New. * Makefile.am: Rearranged source files so that gpgv can be build with at least files as possible. File: gpgv.c Status: Up-to-date File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: mainproc.c Status: Up-to-date File: parse-packet.c Status: Up-to-date File: sign.c Status: Up-to-date From wkoch@guug.de Wed Oct 4 13:51:27 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:51:27 +0200 Subject: CVS update: gnupg/tools Message-ID: <200010041351.PAA15436@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:51 Author: wkoch Update of /home/koch/cvs/gnupg/tools In directory sigtrap:/tmp/cvs-serv15345/tools Modified Files: Tag: STABLE-BRANCH-1-0 mail-signed-keys Log Message: File: mail-signed-keys Status: Up-to-date From wkoch@guug.de Wed Oct 4 13:51:27 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:51:27 +0200 Subject: CVS update: gnupg/po Message-ID: <200010041351.PAA15422@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:51 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv15345/po Modified Files: Tag: STABLE-BRANCH-1-0 da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From wkoch@guug.de Wed Oct 4 13:51:27 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:51:27 +0200 Subject: CVS update: gnupg/scripts Message-ID: <200010041351.PAA15427@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:51 Author: wkoch Update of /home/koch/cvs/gnupg/scripts In directory sigtrap:/tmp/cvs-serv15345/scripts Modified Files: Tag: STABLE-BRANCH-1-0 mk-w32-dist Log Message: File: mk-w32-dist Status: Up-to-date From wkoch@guug.de Fri Oct 6 10:29:50 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 12:29:50 +0200 Subject: CVS update: gnupg Message-ID: <200010061029.MAA24345@sigtrap.guug.de> Date: Friday October 6, 2000 @ 12:29 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv24339 Modified Files: Tag: STABLE-BRANCH-1-0 AUTHORS Log Message: File: AUTHORS Status: Up-to-date From wkoch@guug.de Fri Oct 6 12:28:43 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 14:28:43 +0200 Subject: CVS update: gnupg Message-ID: <200010061228.OAA26158@sigtrap.guug.de> Date: Friday October 6, 2000 @ 14:28 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv26151 Modified Files: NEWS configure.in Log Message: File: NEWS Status: Up-to-date File: no file configure.in Status: Needs Checkout From wkoch@guug.de Fri Oct 6 12:28:44 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 14:28:44 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010061228.OAA26181@sigtrap.guug.de> Date: Friday October 6, 2000 @ 14:28 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv26151/g10 Modified Files: ChangeLog delkey.c export.c getkey.c import.c keydb.h keyedit.c keygen.c keyid.c mainproc.c packet.h parse-packet.c pkclist.c revoke.c ringedit.c skclist.c Log Message: Fri Oct 6 14:29:16 CEST 2000 Werner Koch Started to rework the whole getkey/ringedit stuff to make it simpler, correcter and faster. * parse-packet.c (parse_packet): Add a 3rd arg to return the filepos. Changed all callers. * getkey.c (classify_user_id): Add new mode 21. (find_by_fpr): Find using this new mode. (get_seckey_byname): New arg to return the context. Changed all callers. * keyid.c (unified_fingerprint_from_pk): New. (unified_fingerprint_from_sk): New. * ringedit.c (find_keyblock_bypk): Changed to use the unified fingerprint for lookup. I can't see a reason why we did compare the entire public key. (find_keyblock_bysk): Ditto. (search,cmp_pubkey,cmp_seckey): Removed. (keyring_search, do_kbxf_search): Removed. (locate_keyblock_by_fpr,locate_keyblock_by_keyid): Removed. (find_keyblock_byname): Removed use o search function. (find_secret_keyblock_byname): Ditto. (merge_public_with_secret): Fixed removing subkeys. (premerge_public_with_secret): New. * ringedit.c: Removed all GDBM support * ringedit.c (read_keyblock): Removed. * ringedit.c (find_keyblock_byname,find_secret_keyblock_byname, find_keyblock_bypk,find_keyblock_bysk): Moved from here to .... * getkey.c: ... here. Changed first arg to return a keyblock and changed all callers to merge the old read_keyblock() with these functions. File: ChangeLog Status: Up-to-date File: delkey.c Status: Up-to-date File: export.c Status: Up-to-date File: getkey.c Status: Up-to-date File: import.c Status: Up-to-date File: keydb.h Status: Up-to-date File: keyedit.c Status: Up-to-date File: keygen.c Status: Up-to-date File: keyid.c Status: Up-to-date File: mainproc.c Status: Up-to-date File: packet.h Status: Up-to-date File: parse-packet.c Status: Up-to-date File: pkclist.c Status: Up-to-date File: revoke.c Status: Up-to-date File: ringedit.c Status: Up-to-date File: skclist.c Status: Up-to-date From wkoch@guug.de Fri Oct 6 15:51:44 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:51:44 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010061551.RAA31520@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:51 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv31505 Modified Files: docs.html gnupg.html whatsnew.html Log Message: Put German GPH online. File: no file docs.html Status: Needs Checkout File: no file gnupg.html Status: Needs Checkout File: no file whatsnew.html Status: Needs Checkout From wkoch@guug.de Fri Oct 6 15:57:35 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:57:35 +0200 Subject: CVS update: gph Message-ID: <200010061557.RAA00684@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gph In directory sigtrap:/tmp/cvs-serv671 Modified Files: AUTHORS ChangeLog db2any Log Message: Minor changes to the German version to make it online available. File: AUTHORS Status: Up-to-date File: ChangeLog Status: Up-to-date File: no file db2any Status: Needs Checkout From wkoch@guug.de Fri Oct 6 15:57:36 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:57:36 +0200 Subject: CVS update: gph/common Message-ID: <200010061557.RAA00690@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gph/common In directory sigtrap:/tmp/cvs-serv671/common Modified Files: ChangeLog rules.am Log Message: Minor changes to the German version to make it online available. File: ChangeLog Status: Up-to-date File: rules.am Status: Up-to-date From wkoch@guug.de Fri Oct 6 15:57:37 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:57:37 +0200 Subject: CVS update: gph/en Message-ID: <200010061557.RAA00707@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gph/en In directory sigtrap:/tmp/cvs-serv671/en Modified Files: manual.sgml Log Message: Minor changes to the German version to make it online available. File: no file manual.sgml Status: Needs Checkout From wkoch@guug.de Fri Oct 6 15:57:37 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:57:37 +0200 Subject: CVS update: gph/de Message-ID: <200010061557.RAA00702@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gph/de In directory sigtrap:/tmp/cvs-serv671/de Modified Files: ChangeLog dailyuse.sgml manual.sgml Added Files: biblio.sgml cryptolaw.sgml Log Message: Minor changes to the German version to make it online available. File: no file biblio.sgml Status: Needs Checkout File: no file cryptolaw.sgml Status: Needs Checkout File: ChangeLog Status: Up-to-date File: no file dailyuse.sgml Status: Needs Checkout File: manual.sgml Status: Up-to-date From wkoch@guug.de Fri Oct 6 16:38:19 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 18:38:19 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010061638.SAA01210@sigtrap.guug.de> Date: Friday October 6, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1176 Modified Files: rfc2440-1.html rfc2440-10.html rfc2440-11.html rfc2440-12.html rfc2440-13.html rfc2440-14.html rfc2440-15.html rfc2440-16.html rfc2440-2.html rfc2440-3.html rfc2440-4.html rfc2440-5.html rfc2440-6.html rfc2440-7.html rfc2440-8.html rfc2440-9.html rfc2440-cr.html Log Message: Matt Kraai provided next/previous links File: no file rfc2440-1.html Status: Needs Checkout File: no file rfc2440-10.html Status: Needs Checkout File: no file rfc2440-11.html Status: Needs Checkout File: no file rfc2440-12.html Status: Needs Checkout File: no file rfc2440-13.html Status: Needs Checkout File: no file rfc2440-14.html Status: Needs Checkout File: no file rfc2440-15.html Status: Needs Checkout File: no file rfc2440-16.html Status: Needs Checkout File: no file rfc2440-2.html Status: Needs Checkout File: no file rfc2440-3.html Status: Needs Checkout File: no file rfc2440-4.html Status: Needs Checkout File: no file rfc2440-5.html Status: Needs Checkout File: no file rfc2440-6.html Status: Needs Checkout File: no file rfc2440-7.html Status: Needs Checkout File: no file rfc2440-8.html Status: Needs Checkout File: no file rfc2440-9.html Status: Needs Checkout File: no file rfc2440-cr.html Status: Needs Checkout From wkoch@guug.de Sat Oct 7 11:25:39 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 7 Oct 2000 13:25:39 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010071125.NAA18141@sigtrap.guug.de> Date: Saturday October 7, 2000 @ 13:25 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv18110/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog gpgv.c Log Message: Made gpgv smaller File: ChangeLog Status: Up-to-date File: gpgv.c Status: Up-to-date From nmav@guug.de Sat Oct 7 19:31:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sat, 7 Oct 2000 21:31:37 +0200 Subject: CVS update: gnutls Message-ID: <200010071931.VAA23351@sigtrap.guug.de> Date: Saturday October 7, 2000 @ 21:31 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv23342 Modified Files: AUTHORS Log Message: added my name File: AUTHORS Status: Up-to-date From nmav@guug.de Sun Oct 8 10:17:38 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 12:17:38 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010081017.MAA17866@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 12:17 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv17848 Modified Files: gnutls.c gnutls_cipher.c gnutls_handshake.c gnutls_kx.c Log Message: more inline documentation File: gnutls.c Status: Up-to-date File: gnutls_cipher.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Sun Oct 8 10:23:33 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 12:23:33 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010081023.MAA17908@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 12:23 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv17899 Modified Files: gnutls.c gnutls_algorithms.c gnutls_handshake.c gnutls_int.h gnutls_kx.c Log Message: some fixes in the comments, and replaced KX_* with GNUTLS_KX_* File: gnutls.c Status: Up-to-date File: gnutls_algorithms.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Sun Oct 8 12:52:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 14:52:37 +0200 Subject: CVS update: gnutls Message-ID: <200010081252.OAA18957@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 14:52 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv18951 Modified Files: configure.in Log Message: Added support for priorities. Some function names were renamed to be more rational. File: configure.in Status: Up-to-date From nmav@guug.de Sun Oct 8 12:52:38 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 14:52:38 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010081252.OAA18972@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 14:52 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv18951/lib Modified Files: Makefile.am defines.h gnutls.h gnutls_algorithms.c gnutls_algorithms.h gnutls_cipher.c gnutls_handshake.c gnutls_int.h gnutls_kx.c Log Message: Added support for priorities. Some function names were renamed to be more rational. File: Makefile.am Status: Up-to-date File: defines.h Status: Up-to-date File: gnutls.h Status: Up-to-date File: gnutls_algorithms.c Status: Up-to-date File: gnutls_algorithms.h Status: Up-to-date File: gnutls_cipher.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Sun Oct 8 12:52:38 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 14:52:38 +0200 Subject: CVS update: gnutls/src Message-ID: <200010081252.OAA18981@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 14:52 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv18951/src Modified Files: cli.c port.h serv.c Log Message: Added support for priorities. Some function names were renamed to be more rational. File: cli.c Status: Up-to-date File: port.h Status: Up-to-date File: serv.c Status: Up-to-date From nmav@guug.de Sun Oct 8 12:56:35 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 14:56:35 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010081256.OAA19020@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 14:56 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv19009 Added Files: gnutls_priority.c Log Message: the file that handles some of the priority stuff (most of the API things) File: gnutls_priority.c Status: Up-to-date From nmav@guug.de Sun Oct 8 13:11:21 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 15:11:21 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010081311.PAA19162@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 15:11 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv19155 Modified Files: HACKING Log Message: outdated File: HACKING Status: Up-to-date From nmav@guug.de Sun Oct 8 23:28:26 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Mon, 9 Oct 2000 01:28:26 +0200 Subject: CVS update: gnutls Message-ID: <200010082328.BAA26284@sigtrap.guug.de> Date: Monday October 9, 2000 @ 1:28 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv26271 Modified Files: README Log Message: added some needed stuff File: README Status: Up-to-date From wkoch@guug.de Mon Oct 9 15:57:26 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 9 Oct 2000 17:57:26 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010091557.RAA13039@sigtrap.guug.de> Date: Monday October 9, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv13033 Modified Files: gpgman.html Log Message: New version (from 1.0.3) File: gpgman.html Status: Up-to-date From wkoch@guug.de Tue Oct 10 09:53:28 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 11:53:28 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010100953.LAA32275@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 11:53 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv32257 Modified Files: gnupg.html Log Message: fixed a link File: no file gnupg.html Status: Needs Checkout From nmav@guug.de Tue Oct 10 11:44:19 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:44:19 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101144.NAA01058@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:44 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv1052 Modified Files: gnutls_dh.c gnutls_kx.c Log Message: removed double underscores File: gnutls_dh.c Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Tue Oct 10 11:48:22 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:48:22 +0200 Subject: CVS update: gnutls Message-ID: <200010101148.NAA01125@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:48 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv1118 Modified Files: configure.in Log Message: updated version number File: configure.in Status: Up-to-date From nmav@guug.de Tue Oct 10 11:49:00 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:49:00 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010101149.NAA01147@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:49 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv1138/doc Added Files: .cvsignore Log Message: added .cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 11:49:00 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:49:00 +0200 Subject: CVS update: gnutls Message-ID: <200010101149.NAA01143@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:48 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv1138 Added Files: .cvsignore Log Message: added .cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 11:49:00 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:49:00 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101149.NAA01153@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:49 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv1138/lib Added Files: .cvsignore Log Message: added .cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 11:49:01 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:49:01 +0200 Subject: CVS update: gnutls/src Message-ID: <200010101149.NAA01159@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:49 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv1138/src Added Files: .cvsignore Log Message: added .cvsignore files File: .cvsignore Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:54:06 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:54:06 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010101254.OAA02023@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:54 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv1983 Added Files: arcfour.c arcfour.h Log Message: Added the arcfour cipher which is of use for GNUTLS. According to the selftest, it does not yet work :-((. File: arcfour.c Status: Up-to-date File: arcfour.h Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:58:42 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:58:42 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010101258.OAA02100@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:58 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv2034/g10 Modified Files: ChangeLog delkey.c export.c getkey.c import.c kbxfile.c keydb.h keygen.c keylist.c ringedit.c trustdb.c Log Message: Changed keyring handling - saving still does not work. Added new cipher mode and updated cipher test program. File: ChangeLog Status: Up-to-date File: delkey.c Status: Up-to-date File: export.c Status: Up-to-date File: getkey.c Status: Up-to-date File: import.c Status: Up-to-date File: kbxfile.c Status: Up-to-date File: keydb.h Status: Up-to-date File: keygen.c Status: Up-to-date File: keylist.c Status: Up-to-date File: ringedit.c Status: Up-to-date File: trustdb.c Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:58:41 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:58:41 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010101258.OAA02084@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:58 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv2034/cipher Modified Files: ChangeLog Makefile.am blowfish.h cipher.c Log Message: Changed keyring handling - saving still does not work. Added new cipher mode and updated cipher test program. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: blowfish.h Status: Up-to-date File: cipher.c Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:58:43 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:58:43 +0200 Subject: CVS update: gnupg/gcrypt Message-ID: <200010101258.OAA02108@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:58 Author: wkoch Update of /home/koch/cvs/gnupg/gcrypt In directory sigtrap:/tmp/cvs-serv2034/gcrypt Modified Files: ChangeLog gcrypt.h global.c Log Message: Changed keyring handling - saving still does not work. Added new cipher mode and updated cipher test program. File: ChangeLog Status: Up-to-date File: gcrypt.h Status: Up-to-date File: global.c Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:58:43 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:58:43 +0200 Subject: CVS update: gnupg/tools Message-ID: <200010101258.OAA02116@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:58 Author: wkoch Update of /home/koch/cvs/gnupg/tools In directory sigtrap:/tmp/cvs-serv2034/tools Modified Files: ChangeLog bftest.c Log Message: Changed keyring handling - saving still does not work. Added new cipher mode and updated cipher test program. File: ChangeLog Status: Up-to-date File: bftest.c Status: Up-to-date From nmav@guug.de Tue Oct 10 16:03:55 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:03:55 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101603.SAA06713@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:03 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv6706 Modified Files: gnutls_dh.c gnutls_dh.h gnutls_kx.c Log Message: corrected the problem with the double underscore File: gnutls_dh.c Status: Up-to-date File: gnutls_dh.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Tue Oct 10 16:07:35 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:07:35 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101607.SAA06777@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:07 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv6766 Modified Files: Makefile.am gnutls.c gnutls_cipher.c gnutls_handshake.c gnutls_int.h Added Files: gnutls_hash.c gnutls_hash.h Log Message: Added support for the gcrypt hash and hmac functions. Mhash support is almost removed. File: gnutls_hash.c Status: Up-to-date File: gnutls_hash.h Status: Up-to-date File: Makefile.am Status: Up-to-date File: gnutls.c Status: Up-to-date File: gnutls_cipher.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date From wkoch@guug.de Tue Oct 10 16:25:04 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 18:25:04 +0200 Subject: CVS update: gnupg/gcrypt Message-ID: <200010101625.SAA07051@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:25 Author: wkoch Update of /home/koch/cvs/gnupg/gcrypt In directory sigtrap:/tmp/cvs-serv7020/gcrypt Modified Files: ChangeLog Makefile.am Log Message: configuraton changes, make dist should work now. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date From wkoch@guug.de Tue Oct 10 16:25:04 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 18:25:04 +0200 Subject: CVS update: gnupg Message-ID: <200010101625.SAA07045@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:25 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv7020 Modified Files: ChangeLog Makefile.am configure.in Removed Files: VERSION Log Message: configuraton changes, make dist should work now. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: no file configure.in Status: Needs Checkout File: no file VERSION Status: Up-to-date From nmav@guug.de Tue Oct 10 16:25:09 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:25:09 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101625.SAA07062@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:25 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7034/lib Modified Files: gnutls_hash.c Log Message: bugfixes in gcrypt md functions handling File: gnutls_hash.c Status: Up-to-date From wkoch@guug.de Tue Oct 10 16:25:13 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 18:25:13 +0200 Subject: CVS update: gnupg/po Message-ID: <200010101625.SAA07082@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:25 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv7020/po Modified Files: da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: configuraton changes, make dist should work now. File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From nmav@guug.de Tue Oct 10 16:26:24 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:26:24 +0200 Subject: CVS update: gnutls/src Message-ID: <200010101626.SAA07100@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:26 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv7088/src Modified Files: Makefile.am Log Message: removed mhash support and some changes in the docs File: Makefile.am Status: Up-to-date From nmav@guug.de Tue Oct 10 16:26:23 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:26:23 +0200 Subject: CVS update: gnutls Message-ID: <200010101626.SAA07095@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:26 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv7088 Modified Files: README configure.in Log Message: removed mhash support and some changes in the docs File: README Status: Up-to-date File: configure.in Status: Up-to-date From nmav@guug.de Tue Oct 10 16:26:54 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:26:54 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101626.SAA07117@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:26 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7108 Modified Files: .cvsignore Log Message: File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 16:27:51 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:27:51 +0200 Subject: CVS update: gnutls/src Message-ID: <200010101627.SAA07136@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:27 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv7127/src Modified Files: .cvsignore Log Message: corrected cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 16:27:50 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:27:50 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101627.SAA07132@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:27 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7127/lib Modified Files: .cvsignore Log Message: corrected cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 17:35:21 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 19:35:21 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101735.TAA07899@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 19:35 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7893 Added Files: gnutls_hash_int.c gnutls_hash_int.h Log Message: there files were renamed File: gnutls_hash_int.c Status: Up-to-date File: gnutls_hash_int.h Status: Up-to-date From nmav@guug.de Tue Oct 10 17:36:29 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 19:36:29 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101736.TAA07920@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 19:36 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7905 Modified Files: .cvsignore Makefile.am gnutls.c gnutls_cipher.c gnutls_dh.c gnutls_handshake.c gnutls_int.h gnutls_kx.c Removed Files: gnutls_hash.c gnutls_hash.h Log Message: The encryption api was fixed and gnutls_cipher.c was cleaned up a bit. File: .cvsignore Status: Up-to-date File: Makefile.am Status: Up-to-date File: gnutls.c Status: Up-to-date File: gnutls_cipher.c Status: Up-to-date File: gnutls_dh.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date File: no file gnutls_hash.c Status: Up-to-date File: no file gnutls_hash.h Status: Up-to-date From nmav@guug.de Tue Oct 10 18:41:21 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 20:41:21 +0200 Subject: CVS update: gnutls/src Message-ID: <200010101841.UAA08574@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 20:41 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv8569 Modified Files: serv.c Log Message: File: serv.c Status: Up-to-date From nmav@guug.de Tue Oct 10 18:42:45 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 20:42:45 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101842.UAA08599@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 20:42 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv8581 Modified Files: gnutls.c Log Message: corrected bug which made gnutls to wait for a second closure alert after having received the first. File: gnutls.c Status: Up-to-date From rgoretzki@guug.de Wed Oct 11 00:40:16 2000 From: rgoretzki@guug.de (Roland Goretzki) Date: Wed, 11 Oct 2000 02:40:16 +0200 Subject: CVS update: gph/de Message-ID: <200010110040.CAA11981@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 2:40 Author: rgoretzki Update of /home/koch/cvs/gph/de In directory sigtrap:/tmp/cvs-serv11906/de Modified Files: cryptolaw.sgml gloss.sgml install.sgml netres.sgml Log Message: Rechtschreibkorrekturen, textliche Verbesserungen, einige Korrekturen falsch gesetzter Links. File: no file cryptolaw.sgml Status: Needs Checkout File: no file gloss.sgml Status: Needs Checkout File: install.sgml Status: Up-to-date File: no file netres.sgml Status: Needs Checkout From wkoch@guug.de Wed Oct 11 08:01:13 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 10:01:13 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010110801.KAA23633@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 10:01 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv23627 Added Files: rijndael.c Log Message: Ooops, forgot to add this one. File: no file rijndael.c Status: Needs Checkout From wkoch@guug.de Wed Oct 11 08:02:17 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 10:02:17 +0200 Subject: CVS update: gnupg/util Message-ID: <200010110802.KAA23649@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 10:02 Author: wkoch Update of /home/koch/cvs/gnupg/util In directory sigtrap:/tmp/cvs-serv23644 Added Files: w32reg.c Log Message: This was missing in HEAD. File: w32reg.c Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:49 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:49 +0200 Subject: CVS update: gnupg/mpi/generic Message-ID: <200010111726.TAA01132@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/generic In directory sigtrap:/tmp/cvs-serv1092/mpi/generic Modified Files: distfiles Added Files: mpi-asm-defs.h Log Message: Add features packet and fixes MIPS3. File: mpi-asm-defs.h Status: Up-to-date File: distfiles Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:48 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:48 +0200 Subject: CVS update: gnupg/mpi Message-ID: <200010111726.TAA01121@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/mpi In directory sigtrap:/tmp/cvs-serv1092/mpi Modified Files: ChangeLog config.links Log Message: Add features packet and fixes MIPS3. File: ChangeLog Status: Up-to-date File: config.links Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:49 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:49 +0200 Subject: CVS update: gnupg/mpi/mips3 Message-ID: <200010111726.TAA01138@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/mips3 In directory sigtrap:/tmp/cvs-serv1092/mpi/mips3 Modified Files: distfiles Added Files: mpi-asm-defs.h Log Message: Add features packet and fixes MIPS3. File: mpi-asm-defs.h Status: Up-to-date File: distfiles Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:47 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:47 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010111726.TAA01107@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv1092/g10 Modified Files: ChangeLog build-packet.c keygen.c packet.h parse-packet.c Log Message: Add features packet and fixes MIPS3. File: ChangeLog Status: Up-to-date File: build-packet.c Status: Up-to-date File: keygen.c Status: Up-to-date File: packet.h Status: Up-to-date File: parse-packet.c Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:46 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:46 +0200 Subject: CVS update: gnupg Message-ID: <200010111726.TAA01097@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv1092 Modified Files: TODO Log Message: Add features packet and fixes MIPS3. File: TODO Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:47 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:47 +0200 Subject: CVS update: gnupg/gcrypt Message-ID: <200010111726.TAA01115@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/gcrypt In directory sigtrap:/tmp/cvs-serv1092/gcrypt Modified Files: ChangeLog mpi.h Log Message: Add features packet and fixes MIPS3. File: ChangeLog Status: Up-to-date File: mpi.h Status: Up-to-date From nmav@guug.de Thu Oct 12 12:18:12 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 12 Oct 2000 14:18:12 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010121218.OAA21348@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 14:18 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv21326 Added Files: rfc2246.txt rfc2459.txt Log Message: Added rfc's which refer to what we are implementing File: rfc2246.txt Status: Up-to-date File: rfc2459.txt Status: Up-to-date From nmav@guug.de Thu Oct 12 12:21:34 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 12 Oct 2000 14:21:34 +0200 Subject: CVS update: gnutls Message-ID: <200010121221.OAA21385@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 14:21 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv21378 Modified Files: acinclude.m4 configure.in Makefile.am Log Message: added checks for gcrypt File: acinclude.m4 Status: Up-to-date File: configure.in Status: Up-to-date File: Makefile.am Status: Up-to-date From nmav@guug.de Thu Oct 12 12:22:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 12 Oct 2000 14:22:37 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010121222.OAA21409@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 14:22 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv21404 Modified Files: Makefile.am Log Message: changed in order for rfc's to be included in the distribution File: Makefile.am Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:33:58 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:33:58 +0200 Subject: CVS update: gnupg Message-ID: <200010121433.QAA25134@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:33 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv25097 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog NEWS TODO acinclude.m4 Log Message: Add Rijndael support, changes to fix an IRIX problem. File: ChangeLog Status: Up-to-date File: NEWS Status: Up-to-date File: TODO Status: Up-to-date File: acinclude.m4 Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:00 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:00 +0200 Subject: CVS update: gnupg/include Message-ID: <200010121434.QAA25160@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:34 Author: wkoch Update of /home/koch/cvs/gnupg/include In directory sigtrap:/tmp/cvs-serv25097/include Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog cipher.h mpi.h Log Message: Add Rijndael support, changes to fix an IRIX problem. File: ChangeLog Status: Up-to-date File: cipher.h Status: Up-to-date File: mpi.h Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:01 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:01 +0200 Subject: CVS update: gnupg/mpi/mips3 Message-ID: <200010121434.QAA25182@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:34 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/mips3 In directory sigtrap:/tmp/cvs-serv25097/mpi/mips3 Modified Files: Tag: STABLE-BRANCH-1-0 distfiles Added Files: Tag: STABLE-BRANCH-1-0 mpi-asm-defs.h Log Message: Add Rijndael support, changes to fix an IRIX problem. File: mpi-asm-defs.h Status: Up-to-date File: distfiles Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:33:59 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:33:59 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010121433.QAA25144@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:33 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv25097/cipher Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Makefile.am blowfish.h cipher.c Added Files: Tag: STABLE-BRANCH-1-0 rijndael.c Log Message: Add Rijndael support, changes to fix an IRIX problem. File: no file rijndael.c Status: Needs Checkout File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: blowfish.h Status: Up-to-date File: cipher.c Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:00 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:00 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010121434.QAA25152@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:33 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv25097/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog keygen.c Log Message: Add Rijndael support, changes to fix an IRIX problem. File: ChangeLog Status: Up-to-date File: keygen.c Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:01 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:01 +0200 Subject: CVS update: gnupg/mpi Message-ID: <200010121434.QAA25168@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:34 Author: wkoch Update of /home/koch/cvs/gnupg/mpi In directory sigtrap:/tmp/cvs-serv25097/mpi Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog config.links Log Message: Add Rijndael support, changes to fix an IRIX problem. File: ChangeLog Status: Up-to-date File: config.links Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:01 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:01 +0200 Subject: CVS update: gnupg/mpi/generic Message-ID: <200010121434.QAA25174@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:34 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/generic In directory sigtrap:/tmp/cvs-serv25097/mpi/generic Modified Files: Tag: STABLE-BRANCH-1-0 distfiles Added Files: Tag: STABLE-BRANCH-1-0 mpi-asm-defs.h Log Message: Add Rijndael support, changes to fix an IRIX problem. File: mpi-asm-defs.h Status: Up-to-date File: distfiles Status: Up-to-date From wkoch@guug.de Fri Oct 13 10:31:16 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 12:31:16 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010131031.MAA15217@sigtrap.guug.de> Date: Friday October 13, 2000 @ 12:31 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv15208/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog keyedit.c status.c Log Message: Fixes for command-fd File: ChangeLog Status: Up-to-date File: keyedit.c Status: Up-to-date File: status.c Status: Up-to-date From nmav@guug.de Fri Oct 13 13:11:52 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 15:11:52 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010131311.PAA17235@sigtrap.guug.de> Date: Friday October 13, 2000 @ 15:11 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv17207/lib Added Files: gnutls_cert.lex Log Message: added a DER parser from Tarun and updated authors File: gnutls_cert.lex Status: Up-to-date From nmav@guug.de Fri Oct 13 13:11:51 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 15:11:51 +0200 Subject: CVS update: gnutls Message-ID: <200010131311.PAA17231@sigtrap.guug.de> Date: Friday October 13, 2000 @ 15:11 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv17207 Modified Files: AUTHORS configure.in Log Message: added a DER parser from Tarun and updated authors File: AUTHORS Status: Up-to-date File: configure.in Status: Up-to-date From nmav@guug.de Fri Oct 13 13:11:52 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 15:11:52 +0200 Subject: CVS update: gnutls/src Message-ID: <200010131311.PAA17244@sigtrap.guug.de> Date: Friday October 13, 2000 @ 15:11 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv17207/src Modified Files: Makefile.am cli.c Log Message: added a DER parser from Tarun and updated authors File: Makefile.am Status: Up-to-date File: cli.c Status: Up-to-date From nmav@guug.de Fri Oct 13 14:17:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:17:37 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010131417.QAA20054@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:17 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv20047 Modified Files: Makefile.am Added Files: gnutls_der.c gnutls_der.h Log Message: Added Tarun's files File: gnutls_der.c Status: Up-to-date File: gnutls_der.h Status: Up-to-date File: Makefile.am Status: Up-to-date From nmav@guug.de Fri Oct 13 14:20:31 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:20:31 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010131420.QAA20107@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:20 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv20088 Added Files: gnutls_cipher_int.c gnutls_cipher_int.h Log Message: added missing files. They are to handle foreign encryption functions File: gnutls_cipher_int.c Status: Up-to-date File: gnutls_cipher_int.h Status: Up-to-date From nmav@guug.de Fri Oct 13 14:21:24 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:21:24 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010131421.QAA20125@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:21 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv20120 Added Files: README.der Log Message: added Tarun's README.der File: README.der Status: Up-to-date From nmav@guug.de Fri Oct 13 14:22:27 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:22:27 +0200 Subject: CVS update: gnutls Message-ID: <200010131422.QAA20145@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:22 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv20140 Modified Files: configure.in Log Message: File: configure.in Status: Up-to-date From nmav@guug.de Fri Oct 13 14:22:27 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:22:27 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010131422.QAA20149@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:22 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv20140/doc Modified Files: HACKING Log Message: File: HACKING Status: Up-to-date From wkoch@guug.de Fri Oct 13 15:03:47 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 17:03:47 +0200 Subject: CVS update: gnupg Message-ID: <200010131503.RAA23876@sigtrap.guug.de> Date: Friday October 13, 2000 @ 17:03 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv23864 Modified Files: Tag: STABLE-BRANCH-1-0 NEWS Log Message: Fixed serious bug related to multiple cleartext signatures. File: NEWS Status: Up-to-date From wkoch@guug.de Fri Oct 13 15:03:48 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 17:03:48 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010131503.RAA23891@sigtrap.guug.de> Date: Friday October 13, 2000 @ 17:03 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv23864/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog armor.c main.h mainproc.c misc.c packet.h parse-packet.c Log Message: Fixed serious bug related to multiple cleartext signatures. File: ChangeLog Status: Up-to-date File: armor.c Status: Up-to-date File: main.h Status: Up-to-date File: mainproc.c Status: Up-to-date File: misc.c Status: Up-to-date File: packet.h Status: Up-to-date File: parse-packet.c Status: Up-to-date From wkoch@guug.de Fri Oct 13 16:27:29 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 18:27:29 +0200 Subject: CVS update: gnupg Message-ID: <200010131627.SAA09461@sigtrap.guug.de> Date: Friday October 13, 2000 @ 18:27 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv9370 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog NEWS THANKS VERSION configure.in Log Message: Fixed VPATH building File: ChangeLog Status: Up-to-date File: NEWS Status: Up-to-date File: THANKS Status: Up-to-date File: VERSION Status: Up-to-date File: no file configure.in Status: Needs Checkout From wkoch@guug.de Fri Oct 13 16:27:31 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 18:27:31 +0200 Subject: CVS update: gnupg/mpi Message-ID: <200010131627.SAA09475@sigtrap.guug.de> Date: Friday October 13, 2000 @ 18:27 Author: wkoch Update of /home/koch/cvs/gnupg/mpi In directory sigtrap:/tmp/cvs-serv9370/mpi Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Makefile.am Log Message: Fixed VPATH building File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date From wkoch@guug.de Fri Oct 13 16:27:30 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 18:27:30 +0200 Subject: CVS update: gnupg/include Message-ID: <200010131627.SAA09467@sigtrap.guug.de> Date: Friday October 13, 2000 @ 18:27 Author: wkoch Update of /home/koch/cvs/gnupg/include In directory sigtrap:/tmp/cvs-serv9370/include Modified Files: Tag: STABLE-BRANCH-1-0 mpi.h Log Message: Fixed VPATH building File: mpi.h Status: Up-to-date From wkoch@guug.de Fri Oct 13 16:29:08 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 18:29:08 +0200 Subject: CVS update: gnupg/po Message-ID: <200010131629.SAA09605@sigtrap.guug.de> Date: Friday October 13, 2000 @ 18:29 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv9370/po Modified Files: Tag: STABLE-BRANCH-1-0 da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: Fixed VPATH building File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From wkoch@guug.de Sat Oct 14 16:45:21 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 14 Oct 2000 18:45:21 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010141645.SAA03125@sigtrap.guug.de> Date: Saturday October 14, 2000 @ 18:45 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv3082/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog mainproc.c Log Message: More fixes to the multiple sig problem. File: ChangeLog Status: Up-to-date File: mainproc.c Status: Up-to-date From wkoch@guug.de Sat Oct 14 16:45:20 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 14 Oct 2000 18:45:20 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010141645.SAA03114@sigtrap.guug.de> Date: Saturday October 14, 2000 @ 18:45 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv3082/doc Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog faq.raw Log Message: More fixes to the multiple sig problem. File: ChangeLog Status: Up-to-date File: faq.raw Status: Up-to-date From wkoch@guug.de Sat Oct 14 16:45:20 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 14 Oct 2000 18:45:20 +0200 Subject: CVS update: gnupg Message-ID: <200010141645.SAA03108@sigtrap.guug.de> Date: Saturday October 14, 2000 @ 18:45 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv3082 Modified Files: Tag: STABLE-BRANCH-1-0 VERSION Log Message: More fixes to the multiple sig problem. File: VERSION Status: Up-to-date From wkoch@guug.de Sat Oct 14 20:18:55 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 14 Oct 2000 22:18:55 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010142018.WAA04663@sigtrap.guug.de> Date: Saturday October 14, 2000 @ 22:18 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/home/koch/robot-cvs/gnupg-www/de Modified Files: crypto.html docs.html download.html gnupg.html gpa.html menubar.html.inc mirrors.html whatsnew.html Log Message: automagically done on behalf of: /tmp/proc-signed-tarball.4621.tar z gnupg-www/de Walter Koch File: crypto.html Status: Up-to-date File: docs.html Status: Up-to-date File: download.html Status: Up-to-date File: gnupg.html Status: Up-to-date File: gpa.html Status: Up-to-date File: menubar.html.inc Status: Up-to-date File: mirrors.html Status: Up-to-date File: whatsnew.html Status: Up-to-date From wkoch@guug.de Mon Oct 16 09:25:35 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 16 Oct 2000 11:25:35 +0200 Subject: CVS update: gnupg Message-ID: <200010160925.LAA28129@sigtrap.guug.de> Date: Monday October 16, 2000 @ 11:25 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv27920 Modified Files: Tag: STABLE-BRANCH-1-0 NEWS Log Message: More multiple signature fixes File: NEWS Status: Up-to-date From wkoch@guug.de Mon Oct 16 09:25:36 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 16 Oct 2000 11:25:36 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010160925.LAA28138@sigtrap.guug.de> Date: Monday October 16, 2000 @ 11:25 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv27920/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog g10.c mainproc.c Log Message: More multiple signature fixes File: ChangeLog Status: Up-to-date File: g10.c Status: Up-to-date File: mainproc.c Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:44 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:44 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010171241.OAA27501@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv27249/doc Modified Files: Tag: STABLE-BRANCH-1-0 FAQ Log Message: Debian updates, minor fixes. File: FAQ Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:43 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:43 +0200 Subject: CVS update: gnupg Message-ID: <200010171241.OAA27487@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv27249 Modified Files: Tag: STABLE-BRANCH-1-0 THANKS Log Message: Debian updates, minor fixes. File: THANKS Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:51 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:51 +0200 Subject: CVS update: gnupg/util Message-ID: <200010171241.OAA27530@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/util In directory sigtrap:/tmp/cvs-serv27249/util Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog secmem.c Log Message: Debian updates, minor fixes. File: ChangeLog Status: Up-to-date File: secmem.c Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:51 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:51 +0200 Subject: CVS update: gnupg/po Message-ID: <200010171241.OAA27523@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv27249/po Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog de.glo de.po Log Message: Debian updates, minor fixes. File: ChangeLog Status: Up-to-date File: de.glo Status: Up-to-date File: de.po Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:45 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:45 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010171241.OAA27512@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv27249/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog hkp.c mainproc.c Log Message: Debian updates, minor fixes. File: ChangeLog Status: Up-to-date File: hkp.c Status: Up-to-date File: mainproc.c Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:44 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:44 +0200 Subject: CVS update: gnupg/debian Message-ID: <200010171241.OAA27497@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/debian In directory sigtrap:/tmp/cvs-serv27249/debian Modified Files: Tag: STABLE-BRANCH-1-0 README.Debian changelog control copyright rules Log Message: Debian updates, minor fixes. File: README.Debian Status: Up-to-date File: changelog Status: Up-to-date File: control Status: Up-to-date File: copyright Status: Up-to-date File: rules Status: Up-to-date From wkoch@guug.de Tue Oct 17 13:29:34 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 15:29:34 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010171329.PAA30003@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 15:29 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv29848/doc Modified Files: Tag: STABLE-BRANCH-1-0 FAQ faq.raw Log Message: About to release 1.0.4 File: FAQ Status: Up-to-date File: faq.raw Status: Up-to-date From wkoch@guug.de Tue Oct 17 13:29:33 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 15:29:33 +0200 Subject: CVS update: gnupg Message-ID: <200010171329.PAA29998@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 15:29 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv29848 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog NEWS TODO VERSION configure.in Log Message: About to release 1.0.4 File: ChangeLog Status: Up-to-date File: NEWS Status: Up-to-date File: TODO Status: Up-to-date File: VERSION Status: Up-to-date File: no file configure.in Status: Needs Checkout From wkoch@guug.de Tue Oct 17 13:30:31 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 15:30:31 +0200 Subject: CVS update: gnupg/po Message-ID: <200010171330.PAA30036@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 15:30 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv29848/po Modified Files: Tag: STABLE-BRANCH-1-0 da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: About to release 1.0.4 File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From wkoch@guug.de Tue Oct 17 16:20:13 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 18:20:13 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010171620.SAA32136@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 18:20 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv32122 Modified Files: download.html gnupg.html whatsnew.html Log Message: Released gnupg 1.0.4 File: no file download.html Status: Needs Checkout File: no file gnupg.html Status: Needs Checkout File: no file whatsnew.html Status: Needs Checkout From wkoch@guug.de Tue Oct 17 16:24:04 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 18:24:04 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010171624.SAA32166@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 18:24 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv32161 Modified Files: MIRRORS Log Message: Replaced the 6 japanese ring entries by one. File: MIRRORS Status: Up-to-date From wkoch@guug.de Tue Oct 17 16:27:26 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 18:27:26 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010171627.SAA32243@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 18:27 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/home/koch/tmp/gnupg-www/de Modified Files: crypto.html docs.html download.html gnupg.html gpa.html mirrors.html whatsnew.html Log Message: File: crypto.html Status: Up-to-date File: docs.html Status: Up-to-date File: download.html Status: Up-to-date File: gnupg.html Status: Up-to-date File: gpa.html Status: Up-to-date File: mirrors.html Status: Up-to-date File: whatsnew.html Status: Up-to-date From wkoch@guug.de Tue Oct 17 16:36:20 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 18:36:20 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010171636.SAA01476@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 18:36 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1471 Modified Files: download.html Log Message: Fixed a link File: no file download.html Status: Needs Checkout From wkoch@guug.de Wed Oct 18 10:21:14 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 12:21:14 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010181021.MAA26300@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 12:21 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv25792 Modified Files: gnupg.html download.html Log Message: minor fixes File: no file gnupg.html Status: Needs Checkout File: no file download.html Status: Needs Checkout From wkoch@guug.de Wed Oct 18 15:06:46 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 17:06:46 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010181506.RAA31895@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 17:06 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv31195/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog misc.c Log Message: File: ChangeLog Status: Up-to-date File: misc.c Status: Up-to-date From wkoch@guug.de Wed Oct 18 15:06:45 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 17:06:45 +0200 Subject: CVS update: gnupg Message-ID: <200010181506.RAA31888@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 17:06 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv31195 Modified Files: Tag: STABLE-BRANCH-1-0 VERSION Log Message: File: VERSION Status: Up-to-date From wkoch@guug.de Wed Oct 18 16:41:09 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 18:41:09 +0200 Subject: CVS update: gnupg/checks Message-ID: <200010181641.SAA00716@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 18:41 Author: wkoch Update of /home/koch/cvs/gnupg/checks In directory sigtrap:/tmp/cvs-serv32085/checks Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog conventional-mdc.test Log Message: Typo fixes. File: ChangeLog Status: Up-to-date File: conventional-mdc.test Status: Up-to-date From wkoch@guug.de Wed Oct 18 16:41:09 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 18:41:09 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010181641.SAA00723@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 18:41 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv32085/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog misc.c Log Message: Typo fixes. File: ChangeLog Status: Up-to-date File: misc.c Status: Up-to-date From wkoch@guug.de Thu Oct 19 16:00:45 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 18:00:45 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010191600.SAA07980@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 18:00 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv7406/doc Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog OpenPGP gpg.sgml Log Message: New option, doc fix, typo fix. File: ChangeLog Status: Up-to-date File: OpenPGP Status: Up-to-date File: gpg.sgml Status: Up-to-date From wkoch@guug.de Thu Oct 19 16:00:44 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 18:00:44 +0200 Subject: CVS update: gnupg Message-ID: <200010191600.SAA07972@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 18:00 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv7406 Modified Files: Tag: STABLE-BRANCH-1-0 NEWS THANKS Log Message: New option, doc fix, typo fix. File: NEWS Status: Up-to-date File: THANKS Status: Up-to-date From wkoch@guug.de Thu Oct 19 16:00:46 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 18:00:46 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010191600.SAA07992@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 18:00 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv7406/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog armor.c g10.c openfile.c options.h Log Message: New option, doc fix, typo fix. File: ChangeLog Status: Up-to-date File: armor.c Status: Up-to-date File: g10.c Status: Up-to-date File: openfile.c Status: Up-to-date File: options.h Status: Up-to-date From wkoch@guug.de Thu Oct 19 16:01:43 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 18:01:43 +0200 Subject: CVS update: gnupg/po Message-ID: <200010191601.SAA08036@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 18:01 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv7406/po Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: New option, doc fix, typo fix. File: ChangeLog Status: Up-to-date File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From wkoch@guug.de Thu Oct 19 18:15:12 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 20:15:12 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010191815.UAA20989@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 20:15 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/home/koch/robot-cvs/gnupg-www/de Modified Files: crypto.html docs.html download.html gnupg.html gpa.html mirrors.html whatsnew.html Log Message: automagically done on behalf of: /tmp/proc-signed-tarball.20945.tar z gnupg-www/de Walter Koch File: crypto.html Status: Up-to-date File: docs.html Status: Up-to-date File: download.html Status: Up-to-date File: gnupg.html Status: Up-to-date File: gpa.html Status: Up-to-date File: mirrors.html Status: Up-to-date File: whatsnew.html Status: Up-to-date From ellmenreich@guug.de Thu Oct 19 18:33:14 2000 From: ellmenreich@guug.de (Niels Ellmenreich) Date: Thu, 19 Oct 2000 20:33:14 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010191833.UAA23051@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 20:33 Author: ellmenreich Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv23040 Modified Files: Tag: STABLE-BRANCH-1-0 FAQ faq.raw Log Message: Update for 1.0.4, docs clarified File: FAQ Status: Up-to-date File: faq.raw Status: Up-to-date From ellmenreich@guug.de Thu Oct 19 18:34:42 2000 From: ellmenreich@guug.de (Niels Ellmenreich) Date: Thu, 19 Oct 2000 20:34:42 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010191834.UAA23066@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 20:34 Author: ellmenreich Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv23059 Modified Files: faq.html Log Message: Update for 1.0.4, docs clarified File: faq.html Status: Up-to-date From wkoch@guug.de Thu Oct 19 21:19:09 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 23:19:09 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010192119.XAA25849@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 23:19 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/home/koch/robot-cvs/gnupg-www/de Modified Files: crypto.html docs.html download.html footer.html.inc gnupg.html gpa.html mirrors.html others.html whatsnew.html Log Message: automagically done on behalf of: /tmp/proc-signed-tarball.25806.tar z gnupg-www/de Walter Koch File: crypto.html Status: Up-to-date File: docs.html Status: Up-to-date File: download.html Status: Up-to-date File: footer.html.inc Status: Up-to-date File: gnupg.html Status: Up-to-date File: gpa.html Status: Up-to-date File: mirrors.html Status: Up-to-date File: others.html Status: Up-to-date File: whatsnew.html Status: Up-to-date From wkoch@guug.de Mon Oct 23 07:59:21 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 09:59:21 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010230759.JAA01528@sigtrap.guug.de> Date: Monday October 23, 2000 @ 9:59 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1514 Modified Files: MIRRORS Log Message: New mirrors in Czechia File: MIRRORS Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:28 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:28 +0200 Subject: CVS update: gnupg/util Message-ID: <200010231638.SAA10613@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg/util In directory sigtrap:/tmp/cvs-serv10548/util Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog secmem.c Log Message: Minor changes done for the Windows binary File: ChangeLog Status: Up-to-date File: secmem.c Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:26 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:26 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010231638.SAA10596@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv10548/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog keygen.c status.c Log Message: Minor changes done for the Windows binary File: ChangeLog Status: Up-to-date File: keygen.c Status: Up-to-date File: status.c Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:23 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:23 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010231638.SAA10586@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv10548/doc Modified Files: Tag: STABLE-BRANCH-1-0 README.W32 Log Message: Minor changes done for the Windows binary File: README.W32 Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:23 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:23 +0200 Subject: CVS update: gnupg Message-ID: <200010231638.SAA10582@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv10548 Modified Files: Tag: STABLE-BRANCH-1-0 VERSION Log Message: Minor changes done for the Windows binary File: VERSION Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:27 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:27 +0200 Subject: CVS update: gnupg/scripts Message-ID: <200010231638.SAA10604@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg/scripts In directory sigtrap:/tmp/cvs-serv10548/scripts Modified Files: Tag: STABLE-BRANCH-1-0 mk-w32-dist Log Message: Minor changes done for the Windows binary File: mk-w32-dist Status: Up-to-date From wkoch@guug.de Mon Oct 23 17:00:54 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 19:00:54 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010231700.TAA11027@sigtrap.guug.de> Date: Monday October 23, 2000 @ 19:00 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv10902 Modified Files: download.html whatsnew.html Log Message: Released new windows binary File: no file download.html Status: Needs Checkout File: no file whatsnew.html Status: Needs Checkout From wkoch@guug.de Mon Oct 23 17:39:58 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 19:39:58 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010231739.TAA11698@sigtrap.guug.de> Date: Monday October 23, 2000 @ 19:39 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv11571 Modified Files: download.html Log Message: s/gnupg.de/gnupg.org/ File: no file download.html Status: Needs Checkout From wkoch@guug.de Tue Oct 24 09:04:32 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 24 Oct 2000 11:04:32 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010240904.LAA00865@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:04 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv840 Modified Files: docs.html Log Message: Add Link to another howto File: no file docs.html Status: Needs Checkout From ellmenreich@guug.de Tue Oct 24 09:27:44 2000 From: ellmenreich@guug.de (Nils Ellmenreich) Date: Tue, 24 Oct 2000 11:27:44 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010240927.LAA01162@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:27 Author: ellmenreich Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv1155 Modified Files: Tag: STABLE-BRANCH-1-0 FAQ faq.raw Log Message: no-secmem-warning item extended File: FAQ Status: Up-to-date File: faq.raw Status: Up-to-date From ellmenreich@guug.de Tue Oct 24 09:28:30 2000 From: ellmenreich@guug.de (Nils Ellmenreich) Date: Tue, 24 Oct 2000 11:28:30 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010240928.LAA01177@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:28 Author: ellmenreich Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1171 Modified Files: faq.html Log Message: no-secmem-warning item extended File: faq.html Status: Up-to-date From wkoch@guug.de Tue Oct 24 09:48:25 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 24 Oct 2000 11:48:25 +0200 Subject: CVS update: gnupg/mpi/mips3 Message-ID: <200010240948.LAA01492@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:48 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/mips3 In directory sigtrap:/tmp/cvs-serv1472/mips3 Modified Files: Tag: STABLE-BRANCH-1-0 mpih-mul1.S mpih-mul2.S mpih-mul3.S Log Message: comment style changed File: mpih-mul1.S Status: Up-to-date File: mpih-mul2.S Status: Up-to-date File: mpih-mul3.S Status: Up-to-date From wkoch@guug.de Tue Oct 24 09:48:24 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 24 Oct 2000 11:48:24 +0200 Subject: CVS update: gnupg/mpi Message-ID: <200010240948.LAA01484@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:48 Author: wkoch Update of /home/koch/cvs/gnupg/mpi In directory sigtrap:/tmp/cvs-serv1472 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Log Message: comment style changed File: ChangeLog Status: Up-to-date From ellmenreich@guug.de Tue Oct 24 15:35:14 2000 From: ellmenreich@guug.de (Nils Ellmenreich) Date: Tue, 24 Oct 2000 17:35:14 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010241535.RAA07713@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 17:35 Author: ellmenreich Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv7705 Modified Files: Tag: STABLE-BRANCH-1-0 FAQ faq.raw Log Message: MUA list, minor stuff File: FAQ Status: Up-to-date File: faq.raw Status: Up-to-date From ellmenreich@guug.de Tue Oct 24 15:35:49 2000 From: ellmenreich@guug.de (Nils Ellmenreich) Date: Tue, 24 Oct 2000 17:35:49 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010241535.RAA07732@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 17:35 Author: ellmenreich Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv7725 Modified Files: faq.html Log Message: MUA list, minor stuff File: faq.html Status: Up-to-date From wkoch@guug.de Wed Oct 25 07:54:33 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 25 Oct 2000 09:54:33 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010250754.JAA28596@sigtrap.guug.de> Date: Wednesday October 25, 2000 @ 9:54 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv28583 Modified Files: gnupg.html Log Message: Fixed syntax error, thanks to Dan Harkless. File: no file gnupg.html Status: Needs Checkout From wkoch@guug.de Wed Oct 25 12:12:33 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 25 Oct 2000 14:12:33 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010251212.OAA31696@sigtrap.guug.de> Date: Wednesday October 25, 2000 @ 14:12 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv31689 Modified Files: MIRRORS Log Message: Removed the Gigabell mirror File: MIRRORS Status: Up-to-date From wkoch@guug.de Wed Oct 25 16:16:02 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 25 Oct 2000 18:16:02 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010251616.SAA04419@sigtrap.guug.de> Date: Wednesday October 25, 2000 @ 18:16 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv4414 Modified Files: docs.html Log Message: changed url File: no file docs.html Status: Needs Checkout From wkoch@guug.de Thu Oct 26 11:33:48 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 13:33:48 +0200 Subject: CVS update: gnupg-www/admin Message-ID: <200010261133.NAA25996@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 13:33 Author: wkoch Update of /home/koch/cvs/gnupg-www/admin In directory sigtrap:/tmp/cvs-serv25970/admin Added Files: mkwebsite Log Message: New web design. Translators: Get your emacs/vi/ed ready. File: no file mkwebsite Status: Needs Checkout From wkoch@guug.de Thu Oct 26 11:33:50 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 13:33:50 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010261133.NAA26029@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 13:33 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv25970/en Modified Files: afsmirrors.html crypto.html docs.html download.html footer.html.inc gnupg.html gpa-icons.html gpa-snapshots.html gpa.html hostedby.html.inc menubar.html.inc mirrors.html others.html whatsnew.html Added Files: backend.html crypto-hard.html crypto-soft.html cvs-access.html docs-misc.html docs-mls.html frontends.html header.html.inc legal.html links.html tls.html translations.html Log Message: New web design. Translators: Get your emacs/vi/ed ready. File: no file backend.html Status: Needs Checkout File: no file crypto-hard.html Status: Needs Checkout File: no file crypto-soft.html Status: Needs Checkout File: no file cvs-access.html Status: Needs Checkout File: no file docs-misc.html Status: Needs Checkout File: no file docs-mls.html Status: Needs Checkout File: no file frontends.html Status: Needs Checkout File: header.html.inc Status: Up-to-date File: no file legal.html Status: Needs Checkout File: no file links.html Status: Needs Checkout File: no file tls.html Status: Needs Checkout File: no file translations.html Status: Needs Checkout File: no file afsmirrors.html Status: Needs Checkout File: no file crypto.html Status: Needs Checkout File: no file docs.html Status: Needs Checkout File: no file download.html Status: Needs Checkout File: footer.html.inc Status: Up-to-date File: no file gnupg.html Status: Needs Checkout File: no file gpa-icons.html Status: Needs Checkout File: no file gpa-snapshots.html Status: Needs Checkout File: no file gpa.html Status: Needs Checkout File: hostedby.html.inc Status: Up-to-date File: menubar.html.inc Status: Up-to-date File: no file mirrors.html Status: Needs Checkout File: no file others.html Status: Needs Checkout File: no file whatsnew.html Status: Needs Checkout From wkoch@guug.de Thu Oct 26 11:33:58 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 13:33:58 +0200 Subject: CVS update: gnupg-www/graphics Message-ID: <200010261133.NAA26055@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 13:33 Author: wkoch Update of /home/koch/cvs/gnupg-www/graphics In directory sigtrap:/tmp/cvs-serv25970/graphics Added Files: arrow-d-10.png arrow-r-10.png gnu-head-sm.png gnu-head-smaller.png space-10.png Log Message: New web design. Translators: Get your emacs/vi/ed ready. File: arrow-d-10.png Status: Up-to-date File: arrow-r-10.png Status: Up-to-date File: gnu-head-sm.png Status: Up-to-date File: gnu-head-smaller.png Status: Up-to-date File: space-10.png Status: Up-to-date From wkoch@guug.de Thu Oct 26 11:33:56 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 13:33:56 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010261133.NAA26043@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 13:33 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/tmp/cvs-serv25970/de Modified Files: docs.html download.html footer.html.inc gnupg.html gpa.html menubar.html.inc Added Files: header.html.inc Log Message: New web design. Translators: Get your emacs/vi/ed ready. File: header.html.inc Status: Up-to-date File: no file docs.html Status: Needs Checkout File: no file download.html Status: Needs Checkout File: footer.html.inc Status: Up-to-date File: no file gnupg.html Status: Needs Checkout File: no file gpa.html Status: Needs Checkout File: menubar.html.inc Status: Up-to-date From wkoch@guug.de Thu Oct 26 12:08:15 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 14:08:15 +0200 Subject: CVS update: gnupg-www/es Message-ID: <200010261208.OAA26555@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 14:08 Author: wkoch Update of /home/koch/cvs/gnupg-www/es In directory sigtrap:/tmp/cvs-serv26496/es Modified Files: gnupg.html Added Files: header.html.inc Log Message: add the new header template File: header.html.inc Status: Up-to-date File: no file gnupg.html Status: Needs Checkout From wkoch@guug.de Thu Oct 26 12:08:16 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 14:08:16 +0200 Subject: CVS update: gnupg-www/fr Message-ID: <200010261208.OAA26562@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 14:08 Author: wkoch Update of /home/koch/cvs/gnupg-www/fr In directory sigtrap:/tmp/cvs-serv26496/fr Modified Files: gnupg.html Added Files: header.html.inc Log Message: add the new header template File: header.html.inc Status: Up-to-date File: no file gnupg.html Status: Needs Checkout From wkoch@guug.de Thu Oct 26 12:08:14 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 14:08:14 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010261208.OAA26548@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 14:08 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/tmp/cvs-serv26496/de Modified Files: menubar.html.inc Log Message: add the new header template File: menubar.html.inc Status: Up-to-date From wkoch@guug.de Thu Oct 26 12:08:16 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 14:08:16 +0200 Subject: CVS update: gnupg-www/it Message-ID: <200010261208.OAA26568@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 14:08 Author: wkoch Update of /home/koch/cvs/gnupg-www/it In directory sigtrap:/tmp/cvs-serv26496/it Added Files: header.html.inc Log Message: add the new header template File: header.html.inc Status: Up-to-date From nmav@guug.de Thu Oct 26 16:08:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 26 Oct 2000 18:08:37 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010261608.SAA01401@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 18:07 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv1364 Modified Files: gnutls_algorithms.h gnutls_handshake.c gnutls_hash_int.c gnutls_int.h gnutls_kx.c Log Message: added ability to receive certificates... File: gnutls_algorithms.h Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_hash_int.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Thu Oct 26 16:19:28 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 26 Oct 2000 18:19:28 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010261619.SAA01615@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 18:19 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv1608 Modified Files: HACKING Log Message: some kind of updates File: HACKING Status: Up-to-date From wkoch@guug.de Thu Oct 26 16:23:24 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 18:23:24 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010261623.SAA01710@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 18:23 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1667 Modified Files: docs.html Log Message: Add German gph as PDF File: no file docs.html Status: Needs Checkout From wkoch@guug.de Fri Oct 27 16:01:00 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 27 Oct 2000 18:01:00 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010271601.SAA15937@sigtrap.guug.de> Date: Friday October 27, 2000 @ 18:00 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/var/tmp/cvs-serv15931 Modified Files: backend.html Log Message: typo fix File: no file backend.html Status: Needs Checkout From nmav@guug.de Tue Oct 31 23:01:16 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:01:16 +0100 Subject: CVS update: gnutls/lib Message-ID: <200010312301.AAA13227@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:01 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/var/tmp/cvs-serv13169/lib Modified Files: defines.h gnutls.c gnutls_handshake.c gnutls_int.h Log Message: added assert() and some bug fixes File: defines.h Status: Up-to-date File: gnutls.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date From nmav@guug.de Tue Oct 31 23:01:17 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:01:17 +0100 Subject: CVS update: gnutls/src Message-ID: <200010312301.AAA13234@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:01 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/var/tmp/cvs-serv13169/src Modified Files: port.h serv.c Log Message: added assert() and some bug fixes File: port.h Status: Up-to-date File: serv.c Status: Up-to-date From nmav@guug.de Tue Oct 31 23:01:13 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:01:13 +0100 Subject: CVS update: gnutls/doc Message-ID: <200010312301.AAA13220@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:01 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/var/tmp/cvs-serv13169/doc Modified Files: HACKING Log Message: added assert() and some bug fixes File: HACKING Status: Up-to-date From nmav@guug.de Tue Oct 31 23:01:13 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:01:13 +0100 Subject: CVS update: gnutls Message-ID: <200010312301.AAA13215@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:01 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/var/tmp/cvs-serv13169 Modified Files: ChangeLog configure.in Log Message: added assert() and some bug fixes File: ChangeLog Status: Up-to-date File: configure.in Status: Up-to-date From nmav@guug.de Tue Oct 31 23:53:45 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:53:45 +0100 Subject: CVS update: gnutls/lib Message-ID: <200010312353.AAA14011@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:53 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/var/tmp/cvs-serv14000 Modified Files: gnutls.c Log Message: some need gcry_ functions added. (for malloc etc) File: gnutls.c Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:10 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:10 +0200 Subject: CVS update: gnupg Message-ID: <200010041116.NAA11229@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv11210 Modified Files: NEWS TODO Log Message: File: NEWS Status: Up-to-date File: TODO Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:11 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:11 +0200 Subject: CVS update: gnupg/checks Message-ID: <200010041116.NAA11238@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/checks In directory sigtrap:/tmp/cvs-serv11210/checks Modified Files: ChangeLog run-gpg run-gpg.patterns Log Message: Wed Oct 4 13:16:18 CEST 2000 Werner Koch * run-gpg: redirect fgrep output to stderr File: ChangeLog Status: Up-to-date File: run-gpg Status: Up-to-date File: run-gpg.patterns Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:12 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:12 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010041116.NAA11253@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv11210/cipher Modified Files: ChangeLog Makefile.am cipher.c md.c random.h rsa.c sha1.c Log Message: Wed Oct 4 13:16:18 CEST 2000 Werner Koch * sha1.c (transform): Use rol() macro. Actually this is not needed for a newer gcc but there are still aoter compilers. * rsa.c (test_keys): Use new random function. * md.c (gcry_md_setkey): New function to overcome problems with const conflics. (gcry_md_ctl): Pass set key to the new functions. * rijndael.c: New. * cipher.c: Add Rijndael support. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: cipher.c Status: Up-to-date File: md.c Status: Up-to-date File: random.h Status: Up-to-date File: rsa.c Status: Up-to-date File: no file sha1.c Status: Needs Checkout From wkoch@guug.de Wed Oct 4 11:16:14 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:14 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010041116.NAA11262@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv11210/doc Modified Files: gcryptref-digest.sgml gcryptref-misc.sgml Log Message: File: gcryptref-digest.sgml Status: Up-to-date File: gcryptref-misc.sgml Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:18 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:18 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010041116.NAA11284@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv11210/g10 Modified Files: ChangeLog encode.c export.c getkey.c gpg.c keydb.h keygen.c keyid.c misc.c pkclist.c seckey-cert.c sign.c skclist.c status.c Log Message: Wed Oct 4 13:16:18 CEST 2000 Werner Koch * getkey.c (merge_selfsigs_main): Fixed for v3 keys. * sign.c (hash_for): New arg to take packet version in account. Changed all callers. (write_one_sig): New. Moved the shared code from sign_file and clearsign_file to here. * skclist.c (build_sk_list): Fixed usage check. * pkclist.c (build_pk_list): Ditto. * encode.c (encode_crypt): Removed duplicated stuff by using encrypt_filter as sign.c already did. Removed already disabled comment-packet code. File: ChangeLog Status: Up-to-date File: encode.c Status: Up-to-date File: export.c Status: Up-to-date File: getkey.c Status: Up-to-date File: gpg.c Status: Up-to-date File: keydb.h Status: Up-to-date File: keygen.c Status: Up-to-date File: keyid.c Status: Up-to-date File: misc.c Status: Up-to-date File: pkclist.c Status: Up-to-date File: seckey-cert.c Status: Up-to-date File: sign.c Status: Up-to-date File: skclist.c Status: Up-to-date File: status.c Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:19 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:19 +0200 Subject: CVS update: gnupg/gcrypt Message-ID: <200010041116.NAA11294@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/gcrypt In directory sigtrap:/tmp/cvs-serv11210/gcrypt Modified Files: ChangeLog Makefile.am gcrypt.h global.c Log Message: Wed Oct 4 13:16:18 CEST 2000 Werner Koch * gcrypt.h (gcry_md_setkey): Replaced macro by function prototype. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: gcrypt.h Status: Up-to-date File: global.c Status: Up-to-date From wkoch@guug.de Wed Oct 4 11:16:19 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 13:16:19 +0200 Subject: CVS update: gnupg/include Message-ID: <200010041116.NAA11301@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 13:16 Author: wkoch Update of /home/koch/cvs/gnupg/include In directory sigtrap:/tmp/cvs-serv11210/include Modified Files: ttyio.h Log Message: File: ttyio.h Status: Up-to-date From wkoch@guug.de Wed Oct 4 13:50:34 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:50:34 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010041350.PAA15370@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:50 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv15345/cipher Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog sha1.c Log Message: Wed Oct 4 15:50:18 CEST 2000 Werner Koch * sha1.c (transform): Use rol() macro. Actually this is not needed for a newer gcc but there are still aoter compilers. File: ChangeLog Status: Up-to-date File: no file sha1.c Status: Needs Checkout From wkoch@guug.de Wed Oct 4 13:50:33 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:50:33 +0200 Subject: CVS update: gnupg Message-ID: <200010041350.PAA15362@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:50 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv15345 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog NEWS THANKS TODO VERSION configure.in Log Message: Wed Oct 4 15:50:18 CEST 2000 Werner Koch * configure.in: Set DYNLINK_MOD_CFLAGS for Irix. It seems that Irix needs the -shared flag. In 1.1 we are going to use libtool, so this module stuff will get redesigned anyway. Suggested by Jeff Long. File: ChangeLog Status: Up-to-date File: NEWS Status: Up-to-date File: THANKS Status: Up-to-date File: TODO Status: Up-to-date File: VERSION Status: Up-to-date File: no file configure.in Status: Needs Checkout From wkoch@guug.de Wed Oct 4 13:50:34 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:50:34 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010041350.PAA15379@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:50 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv15345/doc Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Makefile.am Added Files: Tag: STABLE-BRANCH-1-0 gpgv.sgml Log Message: Wed Oct 4 15:50:18 CEST 2000 Werner Koch * gpgv.sgml: New. * Makefile.am: build it. File: gpgv.sgml Status: Up-to-date File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date From wkoch@guug.de Wed Oct 4 13:50:36 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:50:36 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010041350.PAA15393@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:50 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv15345/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Makefile.am mainproc.c parse-packet.c sign.c Added Files: Tag: STABLE-BRANCH-1-0 gpgv.c Log Message: Wed Oct 4 15:50:18 CEST 2000 Werner Koch * sign.c (hash_for): New arg to take packet version in account, changed call callers. * gpgv.c: New. * Makefile.am: Rearranged source files so that gpgv can be build with at least files as possible. File: gpgv.c Status: Up-to-date File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: mainproc.c Status: Up-to-date File: parse-packet.c Status: Up-to-date File: sign.c Status: Up-to-date From wkoch@guug.de Wed Oct 4 13:51:27 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:51:27 +0200 Subject: CVS update: gnupg/tools Message-ID: <200010041351.PAA15436@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:51 Author: wkoch Update of /home/koch/cvs/gnupg/tools In directory sigtrap:/tmp/cvs-serv15345/tools Modified Files: Tag: STABLE-BRANCH-1-0 mail-signed-keys Log Message: File: mail-signed-keys Status: Up-to-date From wkoch@guug.de Wed Oct 4 13:51:27 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:51:27 +0200 Subject: CVS update: gnupg/po Message-ID: <200010041351.PAA15422@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:51 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv15345/po Modified Files: Tag: STABLE-BRANCH-1-0 da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From wkoch@guug.de Wed Oct 4 13:51:27 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 4 Oct 2000 15:51:27 +0200 Subject: CVS update: gnupg/scripts Message-ID: <200010041351.PAA15427@sigtrap.guug.de> Date: Wednesday October 4, 2000 @ 15:51 Author: wkoch Update of /home/koch/cvs/gnupg/scripts In directory sigtrap:/tmp/cvs-serv15345/scripts Modified Files: Tag: STABLE-BRANCH-1-0 mk-w32-dist Log Message: File: mk-w32-dist Status: Up-to-date From wkoch@guug.de Fri Oct 6 10:29:50 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 12:29:50 +0200 Subject: CVS update: gnupg Message-ID: <200010061029.MAA24345@sigtrap.guug.de> Date: Friday October 6, 2000 @ 12:29 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv24339 Modified Files: Tag: STABLE-BRANCH-1-0 AUTHORS Log Message: File: AUTHORS Status: Up-to-date From wkoch@guug.de Fri Oct 6 12:28:43 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 14:28:43 +0200 Subject: CVS update: gnupg Message-ID: <200010061228.OAA26158@sigtrap.guug.de> Date: Friday October 6, 2000 @ 14:28 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv26151 Modified Files: NEWS configure.in Log Message: File: NEWS Status: Up-to-date File: no file configure.in Status: Needs Checkout From wkoch@guug.de Fri Oct 6 12:28:44 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 14:28:44 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010061228.OAA26181@sigtrap.guug.de> Date: Friday October 6, 2000 @ 14:28 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv26151/g10 Modified Files: ChangeLog delkey.c export.c getkey.c import.c keydb.h keyedit.c keygen.c keyid.c mainproc.c packet.h parse-packet.c pkclist.c revoke.c ringedit.c skclist.c Log Message: Fri Oct 6 14:29:16 CEST 2000 Werner Koch Started to rework the whole getkey/ringedit stuff to make it simpler, correcter and faster. * parse-packet.c (parse_packet): Add a 3rd arg to return the filepos. Changed all callers. * getkey.c (classify_user_id): Add new mode 21. (find_by_fpr): Find using this new mode. (get_seckey_byname): New arg to return the context. Changed all callers. * keyid.c (unified_fingerprint_from_pk): New. (unified_fingerprint_from_sk): New. * ringedit.c (find_keyblock_bypk): Changed to use the unified fingerprint for lookup. I can't see a reason why we did compare the entire public key. (find_keyblock_bysk): Ditto. (search,cmp_pubkey,cmp_seckey): Removed. (keyring_search, do_kbxf_search): Removed. (locate_keyblock_by_fpr,locate_keyblock_by_keyid): Removed. (find_keyblock_byname): Removed use o search function. (find_secret_keyblock_byname): Ditto. (merge_public_with_secret): Fixed removing subkeys. (premerge_public_with_secret): New. * ringedit.c: Removed all GDBM support * ringedit.c (read_keyblock): Removed. * ringedit.c (find_keyblock_byname,find_secret_keyblock_byname, find_keyblock_bypk,find_keyblock_bysk): Moved from here to .... * getkey.c: ... here. Changed first arg to return a keyblock and changed all callers to merge the old read_keyblock() with these functions. File: ChangeLog Status: Up-to-date File: delkey.c Status: Up-to-date File: export.c Status: Up-to-date File: getkey.c Status: Up-to-date File: import.c Status: Up-to-date File: keydb.h Status: Up-to-date File: keyedit.c Status: Up-to-date File: keygen.c Status: Up-to-date File: keyid.c Status: Up-to-date File: mainproc.c Status: Up-to-date File: packet.h Status: Up-to-date File: parse-packet.c Status: Up-to-date File: pkclist.c Status: Up-to-date File: revoke.c Status: Up-to-date File: ringedit.c Status: Up-to-date File: skclist.c Status: Up-to-date From wkoch@guug.de Fri Oct 6 15:51:44 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:51:44 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010061551.RAA31520@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:51 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv31505 Modified Files: docs.html gnupg.html whatsnew.html Log Message: Put German GPH online. File: no file docs.html Status: Needs Checkout File: no file gnupg.html Status: Needs Checkout File: no file whatsnew.html Status: Needs Checkout From wkoch@guug.de Fri Oct 6 15:57:35 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:57:35 +0200 Subject: CVS update: gph Message-ID: <200010061557.RAA00684@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gph In directory sigtrap:/tmp/cvs-serv671 Modified Files: AUTHORS ChangeLog db2any Log Message: Minor changes to the German version to make it online available. File: AUTHORS Status: Up-to-date File: ChangeLog Status: Up-to-date File: no file db2any Status: Needs Checkout From wkoch@guug.de Fri Oct 6 15:57:36 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:57:36 +0200 Subject: CVS update: gph/common Message-ID: <200010061557.RAA00690@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gph/common In directory sigtrap:/tmp/cvs-serv671/common Modified Files: ChangeLog rules.am Log Message: Minor changes to the German version to make it online available. File: ChangeLog Status: Up-to-date File: rules.am Status: Up-to-date From wkoch@guug.de Fri Oct 6 15:57:37 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:57:37 +0200 Subject: CVS update: gph/en Message-ID: <200010061557.RAA00707@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gph/en In directory sigtrap:/tmp/cvs-serv671/en Modified Files: manual.sgml Log Message: Minor changes to the German version to make it online available. File: no file manual.sgml Status: Needs Checkout From wkoch@guug.de Fri Oct 6 15:57:37 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 17:57:37 +0200 Subject: CVS update: gph/de Message-ID: <200010061557.RAA00702@sigtrap.guug.de> Date: Friday October 6, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gph/de In directory sigtrap:/tmp/cvs-serv671/de Modified Files: ChangeLog dailyuse.sgml manual.sgml Added Files: biblio.sgml cryptolaw.sgml Log Message: Minor changes to the German version to make it online available. File: no file biblio.sgml Status: Needs Checkout File: no file cryptolaw.sgml Status: Needs Checkout File: ChangeLog Status: Up-to-date File: no file dailyuse.sgml Status: Needs Checkout File: manual.sgml Status: Up-to-date From wkoch@guug.de Fri Oct 6 16:38:19 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 6 Oct 2000 18:38:19 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010061638.SAA01210@sigtrap.guug.de> Date: Friday October 6, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1176 Modified Files: rfc2440-1.html rfc2440-10.html rfc2440-11.html rfc2440-12.html rfc2440-13.html rfc2440-14.html rfc2440-15.html rfc2440-16.html rfc2440-2.html rfc2440-3.html rfc2440-4.html rfc2440-5.html rfc2440-6.html rfc2440-7.html rfc2440-8.html rfc2440-9.html rfc2440-cr.html Log Message: Matt Kraai provided next/previous links File: no file rfc2440-1.html Status: Needs Checkout File: no file rfc2440-10.html Status: Needs Checkout File: no file rfc2440-11.html Status: Needs Checkout File: no file rfc2440-12.html Status: Needs Checkout File: no file rfc2440-13.html Status: Needs Checkout File: no file rfc2440-14.html Status: Needs Checkout File: no file rfc2440-15.html Status: Needs Checkout File: no file rfc2440-16.html Status: Needs Checkout File: no file rfc2440-2.html Status: Needs Checkout File: no file rfc2440-3.html Status: Needs Checkout File: no file rfc2440-4.html Status: Needs Checkout File: no file rfc2440-5.html Status: Needs Checkout File: no file rfc2440-6.html Status: Needs Checkout File: no file rfc2440-7.html Status: Needs Checkout File: no file rfc2440-8.html Status: Needs Checkout File: no file rfc2440-9.html Status: Needs Checkout File: no file rfc2440-cr.html Status: Needs Checkout From wkoch@guug.de Sat Oct 7 11:25:39 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 7 Oct 2000 13:25:39 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010071125.NAA18141@sigtrap.guug.de> Date: Saturday October 7, 2000 @ 13:25 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv18110/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog gpgv.c Log Message: Made gpgv smaller File: ChangeLog Status: Up-to-date File: gpgv.c Status: Up-to-date From nmav@guug.de Sat Oct 7 19:31:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sat, 7 Oct 2000 21:31:37 +0200 Subject: CVS update: gnutls Message-ID: <200010071931.VAA23351@sigtrap.guug.de> Date: Saturday October 7, 2000 @ 21:31 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv23342 Modified Files: AUTHORS Log Message: added my name File: AUTHORS Status: Up-to-date From nmav@guug.de Sun Oct 8 10:17:38 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 12:17:38 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010081017.MAA17866@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 12:17 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv17848 Modified Files: gnutls.c gnutls_cipher.c gnutls_handshake.c gnutls_kx.c Log Message: more inline documentation File: gnutls.c Status: Up-to-date File: gnutls_cipher.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Sun Oct 8 10:23:33 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 12:23:33 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010081023.MAA17908@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 12:23 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv17899 Modified Files: gnutls.c gnutls_algorithms.c gnutls_handshake.c gnutls_int.h gnutls_kx.c Log Message: some fixes in the comments, and replaced KX_* with GNUTLS_KX_* File: gnutls.c Status: Up-to-date File: gnutls_algorithms.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Sun Oct 8 12:52:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 14:52:37 +0200 Subject: CVS update: gnutls Message-ID: <200010081252.OAA18957@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 14:52 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv18951 Modified Files: configure.in Log Message: Added support for priorities. Some function names were renamed to be more rational. File: configure.in Status: Up-to-date From nmav@guug.de Sun Oct 8 12:52:38 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 14:52:38 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010081252.OAA18972@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 14:52 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv18951/lib Modified Files: Makefile.am defines.h gnutls.h gnutls_algorithms.c gnutls_algorithms.h gnutls_cipher.c gnutls_handshake.c gnutls_int.h gnutls_kx.c Log Message: Added support for priorities. Some function names were renamed to be more rational. File: Makefile.am Status: Up-to-date File: defines.h Status: Up-to-date File: gnutls.h Status: Up-to-date File: gnutls_algorithms.c Status: Up-to-date File: gnutls_algorithms.h Status: Up-to-date File: gnutls_cipher.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Sun Oct 8 12:52:38 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 14:52:38 +0200 Subject: CVS update: gnutls/src Message-ID: <200010081252.OAA18981@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 14:52 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv18951/src Modified Files: cli.c port.h serv.c Log Message: Added support for priorities. Some function names were renamed to be more rational. File: cli.c Status: Up-to-date File: port.h Status: Up-to-date File: serv.c Status: Up-to-date From nmav@guug.de Sun Oct 8 12:56:35 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 14:56:35 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010081256.OAA19020@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 14:56 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv19009 Added Files: gnutls_priority.c Log Message: the file that handles some of the priority stuff (most of the API things) File: gnutls_priority.c Status: Up-to-date From nmav@guug.de Sun Oct 8 13:11:21 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Sun, 8 Oct 2000 15:11:21 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010081311.PAA19162@sigtrap.guug.de> Date: Sunday October 8, 2000 @ 15:11 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv19155 Modified Files: HACKING Log Message: outdated File: HACKING Status: Up-to-date From nmav@guug.de Sun Oct 8 23:28:26 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Mon, 9 Oct 2000 01:28:26 +0200 Subject: CVS update: gnutls Message-ID: <200010082328.BAA26284@sigtrap.guug.de> Date: Monday October 9, 2000 @ 1:28 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv26271 Modified Files: README Log Message: added some needed stuff File: README Status: Up-to-date From wkoch@guug.de Mon Oct 9 15:57:26 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 9 Oct 2000 17:57:26 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010091557.RAA13039@sigtrap.guug.de> Date: Monday October 9, 2000 @ 17:57 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv13033 Modified Files: gpgman.html Log Message: New version (from 1.0.3) File: gpgman.html Status: Up-to-date From wkoch@guug.de Tue Oct 10 09:53:28 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 11:53:28 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010100953.LAA32275@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 11:53 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv32257 Modified Files: gnupg.html Log Message: fixed a link File: no file gnupg.html Status: Needs Checkout From nmav@guug.de Tue Oct 10 11:44:19 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:44:19 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101144.NAA01058@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:44 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv1052 Modified Files: gnutls_dh.c gnutls_kx.c Log Message: removed double underscores File: gnutls_dh.c Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Tue Oct 10 11:48:22 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:48:22 +0200 Subject: CVS update: gnutls Message-ID: <200010101148.NAA01125@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:48 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv1118 Modified Files: configure.in Log Message: updated version number File: configure.in Status: Up-to-date From nmav@guug.de Tue Oct 10 11:49:00 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:49:00 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010101149.NAA01147@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:49 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv1138/doc Added Files: .cvsignore Log Message: added .cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 11:49:00 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:49:00 +0200 Subject: CVS update: gnutls Message-ID: <200010101149.NAA01143@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:48 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv1138 Added Files: .cvsignore Log Message: added .cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 11:49:00 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:49:00 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101149.NAA01153@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:49 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv1138/lib Added Files: .cvsignore Log Message: added .cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 11:49:01 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 13:49:01 +0200 Subject: CVS update: gnutls/src Message-ID: <200010101149.NAA01159@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 13:49 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv1138/src Added Files: .cvsignore Log Message: added .cvsignore files File: .cvsignore Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:54:06 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:54:06 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010101254.OAA02023@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:54 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv1983 Added Files: arcfour.c arcfour.h Log Message: Added the arcfour cipher which is of use for GNUTLS. According to the selftest, it does not yet work :-((. File: arcfour.c Status: Up-to-date File: arcfour.h Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:58:42 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:58:42 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010101258.OAA02100@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:58 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv2034/g10 Modified Files: ChangeLog delkey.c export.c getkey.c import.c kbxfile.c keydb.h keygen.c keylist.c ringedit.c trustdb.c Log Message: Changed keyring handling - saving still does not work. Added new cipher mode and updated cipher test program. File: ChangeLog Status: Up-to-date File: delkey.c Status: Up-to-date File: export.c Status: Up-to-date File: getkey.c Status: Up-to-date File: import.c Status: Up-to-date File: kbxfile.c Status: Up-to-date File: keydb.h Status: Up-to-date File: keygen.c Status: Up-to-date File: keylist.c Status: Up-to-date File: ringedit.c Status: Up-to-date File: trustdb.c Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:58:41 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:58:41 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010101258.OAA02084@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:58 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv2034/cipher Modified Files: ChangeLog Makefile.am blowfish.h cipher.c Log Message: Changed keyring handling - saving still does not work. Added new cipher mode and updated cipher test program. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: blowfish.h Status: Up-to-date File: cipher.c Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:58:43 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:58:43 +0200 Subject: CVS update: gnupg/gcrypt Message-ID: <200010101258.OAA02108@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:58 Author: wkoch Update of /home/koch/cvs/gnupg/gcrypt In directory sigtrap:/tmp/cvs-serv2034/gcrypt Modified Files: ChangeLog gcrypt.h global.c Log Message: Changed keyring handling - saving still does not work. Added new cipher mode and updated cipher test program. File: ChangeLog Status: Up-to-date File: gcrypt.h Status: Up-to-date File: global.c Status: Up-to-date From wkoch@guug.de Tue Oct 10 12:58:43 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 14:58:43 +0200 Subject: CVS update: gnupg/tools Message-ID: <200010101258.OAA02116@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 14:58 Author: wkoch Update of /home/koch/cvs/gnupg/tools In directory sigtrap:/tmp/cvs-serv2034/tools Modified Files: ChangeLog bftest.c Log Message: Changed keyring handling - saving still does not work. Added new cipher mode and updated cipher test program. File: ChangeLog Status: Up-to-date File: bftest.c Status: Up-to-date From nmav@guug.de Tue Oct 10 16:03:55 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:03:55 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101603.SAA06713@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:03 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv6706 Modified Files: gnutls_dh.c gnutls_dh.h gnutls_kx.c Log Message: corrected the problem with the double underscore File: gnutls_dh.c Status: Up-to-date File: gnutls_dh.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Tue Oct 10 16:07:35 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:07:35 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101607.SAA06777@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:07 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv6766 Modified Files: Makefile.am gnutls.c gnutls_cipher.c gnutls_handshake.c gnutls_int.h Added Files: gnutls_hash.c gnutls_hash.h Log Message: Added support for the gcrypt hash and hmac functions. Mhash support is almost removed. File: gnutls_hash.c Status: Up-to-date File: gnutls_hash.h Status: Up-to-date File: Makefile.am Status: Up-to-date File: gnutls.c Status: Up-to-date File: gnutls_cipher.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date From wkoch@guug.de Tue Oct 10 16:25:04 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 18:25:04 +0200 Subject: CVS update: gnupg/gcrypt Message-ID: <200010101625.SAA07051@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:25 Author: wkoch Update of /home/koch/cvs/gnupg/gcrypt In directory sigtrap:/tmp/cvs-serv7020/gcrypt Modified Files: ChangeLog Makefile.am Log Message: configuraton changes, make dist should work now. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date From wkoch@guug.de Tue Oct 10 16:25:04 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 18:25:04 +0200 Subject: CVS update: gnupg Message-ID: <200010101625.SAA07045@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:25 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv7020 Modified Files: ChangeLog Makefile.am configure.in Removed Files: VERSION Log Message: configuraton changes, make dist should work now. File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: no file configure.in Status: Needs Checkout File: no file VERSION Status: Up-to-date From nmav@guug.de Tue Oct 10 16:25:09 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:25:09 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101625.SAA07062@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:25 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7034/lib Modified Files: gnutls_hash.c Log Message: bugfixes in gcrypt md functions handling File: gnutls_hash.c Status: Up-to-date From wkoch@guug.de Tue Oct 10 16:25:13 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 10 Oct 2000 18:25:13 +0200 Subject: CVS update: gnupg/po Message-ID: <200010101625.SAA07082@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:25 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv7020/po Modified Files: da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: configuraton changes, make dist should work now. File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From nmav@guug.de Tue Oct 10 16:26:24 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:26:24 +0200 Subject: CVS update: gnutls/src Message-ID: <200010101626.SAA07100@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:26 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv7088/src Modified Files: Makefile.am Log Message: removed mhash support and some changes in the docs File: Makefile.am Status: Up-to-date From nmav@guug.de Tue Oct 10 16:26:23 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:26:23 +0200 Subject: CVS update: gnutls Message-ID: <200010101626.SAA07095@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:26 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv7088 Modified Files: README configure.in Log Message: removed mhash support and some changes in the docs File: README Status: Up-to-date File: configure.in Status: Up-to-date From nmav@guug.de Tue Oct 10 16:26:54 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:26:54 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101626.SAA07117@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:26 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7108 Modified Files: .cvsignore Log Message: File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 16:27:51 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:27:51 +0200 Subject: CVS update: gnutls/src Message-ID: <200010101627.SAA07136@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:27 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv7127/src Modified Files: .cvsignore Log Message: corrected cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 16:27:50 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 18:27:50 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101627.SAA07132@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 18:27 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7127/lib Modified Files: .cvsignore Log Message: corrected cvsignore files File: .cvsignore Status: Up-to-date From nmav@guug.de Tue Oct 10 17:35:21 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 19:35:21 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101735.TAA07899@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 19:35 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7893 Added Files: gnutls_hash_int.c gnutls_hash_int.h Log Message: there files were renamed File: gnutls_hash_int.c Status: Up-to-date File: gnutls_hash_int.h Status: Up-to-date From nmav@guug.de Tue Oct 10 17:36:29 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 19:36:29 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101736.TAA07920@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 19:36 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv7905 Modified Files: .cvsignore Makefile.am gnutls.c gnutls_cipher.c gnutls_dh.c gnutls_handshake.c gnutls_int.h gnutls_kx.c Removed Files: gnutls_hash.c gnutls_hash.h Log Message: The encryption api was fixed and gnutls_cipher.c was cleaned up a bit. File: .cvsignore Status: Up-to-date File: Makefile.am Status: Up-to-date File: gnutls.c Status: Up-to-date File: gnutls_cipher.c Status: Up-to-date File: gnutls_dh.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date File: no file gnutls_hash.c Status: Up-to-date File: no file gnutls_hash.h Status: Up-to-date From nmav@guug.de Tue Oct 10 18:41:21 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 20:41:21 +0200 Subject: CVS update: gnutls/src Message-ID: <200010101841.UAA08574@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 20:41 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv8569 Modified Files: serv.c Log Message: File: serv.c Status: Up-to-date From nmav@guug.de Tue Oct 10 18:42:45 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Tue, 10 Oct 2000 20:42:45 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010101842.UAA08599@sigtrap.guug.de> Date: Tuesday October 10, 2000 @ 20:42 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv8581 Modified Files: gnutls.c Log Message: corrected bug which made gnutls to wait for a second closure alert after having received the first. File: gnutls.c Status: Up-to-date From rgoretzki@guug.de Wed Oct 11 00:40:16 2000 From: rgoretzki@guug.de (Roland Goretzki) Date: Wed, 11 Oct 2000 02:40:16 +0200 Subject: CVS update: gph/de Message-ID: <200010110040.CAA11981@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 2:40 Author: rgoretzki Update of /home/koch/cvs/gph/de In directory sigtrap:/tmp/cvs-serv11906/de Modified Files: cryptolaw.sgml gloss.sgml install.sgml netres.sgml Log Message: Rechtschreibkorrekturen, textliche Verbesserungen, einige Korrekturen falsch gesetzter Links. File: no file cryptolaw.sgml Status: Needs Checkout File: no file gloss.sgml Status: Needs Checkout File: install.sgml Status: Up-to-date File: no file netres.sgml Status: Needs Checkout From wkoch@guug.de Wed Oct 11 08:01:13 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 10:01:13 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010110801.KAA23633@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 10:01 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv23627 Added Files: rijndael.c Log Message: Ooops, forgot to add this one. File: no file rijndael.c Status: Needs Checkout From wkoch@guug.de Wed Oct 11 08:02:17 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 10:02:17 +0200 Subject: CVS update: gnupg/util Message-ID: <200010110802.KAA23649@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 10:02 Author: wkoch Update of /home/koch/cvs/gnupg/util In directory sigtrap:/tmp/cvs-serv23644 Added Files: w32reg.c Log Message: This was missing in HEAD. File: w32reg.c Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:49 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:49 +0200 Subject: CVS update: gnupg/mpi/generic Message-ID: <200010111726.TAA01132@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/generic In directory sigtrap:/tmp/cvs-serv1092/mpi/generic Modified Files: distfiles Added Files: mpi-asm-defs.h Log Message: Add features packet and fixes MIPS3. File: mpi-asm-defs.h Status: Up-to-date File: distfiles Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:48 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:48 +0200 Subject: CVS update: gnupg/mpi Message-ID: <200010111726.TAA01121@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/mpi In directory sigtrap:/tmp/cvs-serv1092/mpi Modified Files: ChangeLog config.links Log Message: Add features packet and fixes MIPS3. File: ChangeLog Status: Up-to-date File: config.links Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:49 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:49 +0200 Subject: CVS update: gnupg/mpi/mips3 Message-ID: <200010111726.TAA01138@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/mips3 In directory sigtrap:/tmp/cvs-serv1092/mpi/mips3 Modified Files: distfiles Added Files: mpi-asm-defs.h Log Message: Add features packet and fixes MIPS3. File: mpi-asm-defs.h Status: Up-to-date File: distfiles Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:47 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:47 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010111726.TAA01107@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv1092/g10 Modified Files: ChangeLog build-packet.c keygen.c packet.h parse-packet.c Log Message: Add features packet and fixes MIPS3. File: ChangeLog Status: Up-to-date File: build-packet.c Status: Up-to-date File: keygen.c Status: Up-to-date File: packet.h Status: Up-to-date File: parse-packet.c Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:46 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:46 +0200 Subject: CVS update: gnupg Message-ID: <200010111726.TAA01097@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv1092 Modified Files: TODO Log Message: Add features packet and fixes MIPS3. File: TODO Status: Up-to-date From wkoch@guug.de Wed Oct 11 17:26:47 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 11 Oct 2000 19:26:47 +0200 Subject: CVS update: gnupg/gcrypt Message-ID: <200010111726.TAA01115@sigtrap.guug.de> Date: Wednesday October 11, 2000 @ 19:26 Author: wkoch Update of /home/koch/cvs/gnupg/gcrypt In directory sigtrap:/tmp/cvs-serv1092/gcrypt Modified Files: ChangeLog mpi.h Log Message: Add features packet and fixes MIPS3. File: ChangeLog Status: Up-to-date File: mpi.h Status: Up-to-date From nmav@guug.de Thu Oct 12 12:18:12 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 12 Oct 2000 14:18:12 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010121218.OAA21348@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 14:18 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv21326 Added Files: rfc2246.txt rfc2459.txt Log Message: Added rfc's which refer to what we are implementing File: rfc2246.txt Status: Up-to-date File: rfc2459.txt Status: Up-to-date From nmav@guug.de Thu Oct 12 12:21:34 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 12 Oct 2000 14:21:34 +0200 Subject: CVS update: gnutls Message-ID: <200010121221.OAA21385@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 14:21 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv21378 Modified Files: acinclude.m4 configure.in Makefile.am Log Message: added checks for gcrypt File: acinclude.m4 Status: Up-to-date File: configure.in Status: Up-to-date File: Makefile.am Status: Up-to-date From nmav@guug.de Thu Oct 12 12:22:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 12 Oct 2000 14:22:37 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010121222.OAA21409@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 14:22 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv21404 Modified Files: Makefile.am Log Message: changed in order for rfc's to be included in the distribution File: Makefile.am Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:33:58 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:33:58 +0200 Subject: CVS update: gnupg Message-ID: <200010121433.QAA25134@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:33 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv25097 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog NEWS TODO acinclude.m4 Log Message: Add Rijndael support, changes to fix an IRIX problem. File: ChangeLog Status: Up-to-date File: NEWS Status: Up-to-date File: TODO Status: Up-to-date File: acinclude.m4 Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:00 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:00 +0200 Subject: CVS update: gnupg/include Message-ID: <200010121434.QAA25160@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:34 Author: wkoch Update of /home/koch/cvs/gnupg/include In directory sigtrap:/tmp/cvs-serv25097/include Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog cipher.h mpi.h Log Message: Add Rijndael support, changes to fix an IRIX problem. File: ChangeLog Status: Up-to-date File: cipher.h Status: Up-to-date File: mpi.h Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:01 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:01 +0200 Subject: CVS update: gnupg/mpi/mips3 Message-ID: <200010121434.QAA25182@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:34 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/mips3 In directory sigtrap:/tmp/cvs-serv25097/mpi/mips3 Modified Files: Tag: STABLE-BRANCH-1-0 distfiles Added Files: Tag: STABLE-BRANCH-1-0 mpi-asm-defs.h Log Message: Add Rijndael support, changes to fix an IRIX problem. File: mpi-asm-defs.h Status: Up-to-date File: distfiles Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:33:59 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:33:59 +0200 Subject: CVS update: gnupg/cipher Message-ID: <200010121433.QAA25144@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:33 Author: wkoch Update of /home/koch/cvs/gnupg/cipher In directory sigtrap:/tmp/cvs-serv25097/cipher Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Makefile.am blowfish.h cipher.c Added Files: Tag: STABLE-BRANCH-1-0 rijndael.c Log Message: Add Rijndael support, changes to fix an IRIX problem. File: no file rijndael.c Status: Needs Checkout File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date File: blowfish.h Status: Up-to-date File: cipher.c Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:00 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:00 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010121434.QAA25152@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:33 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv25097/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog keygen.c Log Message: Add Rijndael support, changes to fix an IRIX problem. File: ChangeLog Status: Up-to-date File: keygen.c Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:01 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:01 +0200 Subject: CVS update: gnupg/mpi Message-ID: <200010121434.QAA25168@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:34 Author: wkoch Update of /home/koch/cvs/gnupg/mpi In directory sigtrap:/tmp/cvs-serv25097/mpi Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog config.links Log Message: Add Rijndael support, changes to fix an IRIX problem. File: ChangeLog Status: Up-to-date File: config.links Status: Up-to-date From wkoch@guug.de Thu Oct 12 14:34:01 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 12 Oct 2000 16:34:01 +0200 Subject: CVS update: gnupg/mpi/generic Message-ID: <200010121434.QAA25174@sigtrap.guug.de> Date: Thursday October 12, 2000 @ 16:34 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/generic In directory sigtrap:/tmp/cvs-serv25097/mpi/generic Modified Files: Tag: STABLE-BRANCH-1-0 distfiles Added Files: Tag: STABLE-BRANCH-1-0 mpi-asm-defs.h Log Message: Add Rijndael support, changes to fix an IRIX problem. File: mpi-asm-defs.h Status: Up-to-date File: distfiles Status: Up-to-date From wkoch@guug.de Fri Oct 13 10:31:16 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 12:31:16 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010131031.MAA15217@sigtrap.guug.de> Date: Friday October 13, 2000 @ 12:31 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv15208/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog keyedit.c status.c Log Message: Fixes for command-fd File: ChangeLog Status: Up-to-date File: keyedit.c Status: Up-to-date File: status.c Status: Up-to-date From nmav@guug.de Fri Oct 13 13:11:52 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 15:11:52 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010131311.PAA17235@sigtrap.guug.de> Date: Friday October 13, 2000 @ 15:11 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv17207/lib Added Files: gnutls_cert.lex Log Message: added a DER parser from Tarun and updated authors File: gnutls_cert.lex Status: Up-to-date From nmav@guug.de Fri Oct 13 13:11:51 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 15:11:51 +0200 Subject: CVS update: gnutls Message-ID: <200010131311.PAA17231@sigtrap.guug.de> Date: Friday October 13, 2000 @ 15:11 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv17207 Modified Files: AUTHORS configure.in Log Message: added a DER parser from Tarun and updated authors File: AUTHORS Status: Up-to-date File: configure.in Status: Up-to-date From nmav@guug.de Fri Oct 13 13:11:52 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 15:11:52 +0200 Subject: CVS update: gnutls/src Message-ID: <200010131311.PAA17244@sigtrap.guug.de> Date: Friday October 13, 2000 @ 15:11 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/tmp/cvs-serv17207/src Modified Files: Makefile.am cli.c Log Message: added a DER parser from Tarun and updated authors File: Makefile.am Status: Up-to-date File: cli.c Status: Up-to-date From nmav@guug.de Fri Oct 13 14:17:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:17:37 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010131417.QAA20054@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:17 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv20047 Modified Files: Makefile.am Added Files: gnutls_der.c gnutls_der.h Log Message: Added Tarun's files File: gnutls_der.c Status: Up-to-date File: gnutls_der.h Status: Up-to-date File: Makefile.am Status: Up-to-date From nmav@guug.de Fri Oct 13 14:20:31 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:20:31 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010131420.QAA20107@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:20 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv20088 Added Files: gnutls_cipher_int.c gnutls_cipher_int.h Log Message: added missing files. They are to handle foreign encryption functions File: gnutls_cipher_int.c Status: Up-to-date File: gnutls_cipher_int.h Status: Up-to-date From nmav@guug.de Fri Oct 13 14:21:24 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:21:24 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010131421.QAA20125@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:21 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv20120 Added Files: README.der Log Message: added Tarun's README.der File: README.der Status: Up-to-date From nmav@guug.de Fri Oct 13 14:22:27 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:22:27 +0200 Subject: CVS update: gnutls Message-ID: <200010131422.QAA20145@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:22 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/tmp/cvs-serv20140 Modified Files: configure.in Log Message: File: configure.in Status: Up-to-date From nmav@guug.de Fri Oct 13 14:22:27 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Fri, 13 Oct 2000 16:22:27 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010131422.QAA20149@sigtrap.guug.de> Date: Friday October 13, 2000 @ 16:22 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv20140/doc Modified Files: HACKING Log Message: File: HACKING Status: Up-to-date From wkoch@guug.de Fri Oct 13 15:03:47 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 17:03:47 +0200 Subject: CVS update: gnupg Message-ID: <200010131503.RAA23876@sigtrap.guug.de> Date: Friday October 13, 2000 @ 17:03 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv23864 Modified Files: Tag: STABLE-BRANCH-1-0 NEWS Log Message: Fixed serious bug related to multiple cleartext signatures. File: NEWS Status: Up-to-date From wkoch@guug.de Fri Oct 13 15:03:48 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 17:03:48 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010131503.RAA23891@sigtrap.guug.de> Date: Friday October 13, 2000 @ 17:03 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv23864/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog armor.c main.h mainproc.c misc.c packet.h parse-packet.c Log Message: Fixed serious bug related to multiple cleartext signatures. File: ChangeLog Status: Up-to-date File: armor.c Status: Up-to-date File: main.h Status: Up-to-date File: mainproc.c Status: Up-to-date File: misc.c Status: Up-to-date File: packet.h Status: Up-to-date File: parse-packet.c Status: Up-to-date From wkoch@guug.de Fri Oct 13 16:27:29 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 18:27:29 +0200 Subject: CVS update: gnupg Message-ID: <200010131627.SAA09461@sigtrap.guug.de> Date: Friday October 13, 2000 @ 18:27 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv9370 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog NEWS THANKS VERSION configure.in Log Message: Fixed VPATH building File: ChangeLog Status: Up-to-date File: NEWS Status: Up-to-date File: THANKS Status: Up-to-date File: VERSION Status: Up-to-date File: no file configure.in Status: Needs Checkout From wkoch@guug.de Fri Oct 13 16:27:31 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 18:27:31 +0200 Subject: CVS update: gnupg/mpi Message-ID: <200010131627.SAA09475@sigtrap.guug.de> Date: Friday October 13, 2000 @ 18:27 Author: wkoch Update of /home/koch/cvs/gnupg/mpi In directory sigtrap:/tmp/cvs-serv9370/mpi Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Makefile.am Log Message: Fixed VPATH building File: ChangeLog Status: Up-to-date File: Makefile.am Status: Up-to-date From wkoch@guug.de Fri Oct 13 16:27:30 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 18:27:30 +0200 Subject: CVS update: gnupg/include Message-ID: <200010131627.SAA09467@sigtrap.guug.de> Date: Friday October 13, 2000 @ 18:27 Author: wkoch Update of /home/koch/cvs/gnupg/include In directory sigtrap:/tmp/cvs-serv9370/include Modified Files: Tag: STABLE-BRANCH-1-0 mpi.h Log Message: Fixed VPATH building File: mpi.h Status: Up-to-date From wkoch@guug.de Fri Oct 13 16:29:08 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 13 Oct 2000 18:29:08 +0200 Subject: CVS update: gnupg/po Message-ID: <200010131629.SAA09605@sigtrap.guug.de> Date: Friday October 13, 2000 @ 18:29 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv9370/po Modified Files: Tag: STABLE-BRANCH-1-0 da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: Fixed VPATH building File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From wkoch@guug.de Sat Oct 14 16:45:21 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 14 Oct 2000 18:45:21 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010141645.SAA03125@sigtrap.guug.de> Date: Saturday October 14, 2000 @ 18:45 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv3082/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog mainproc.c Log Message: More fixes to the multiple sig problem. File: ChangeLog Status: Up-to-date File: mainproc.c Status: Up-to-date From wkoch@guug.de Sat Oct 14 16:45:20 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 14 Oct 2000 18:45:20 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010141645.SAA03114@sigtrap.guug.de> Date: Saturday October 14, 2000 @ 18:45 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv3082/doc Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog faq.raw Log Message: More fixes to the multiple sig problem. File: ChangeLog Status: Up-to-date File: faq.raw Status: Up-to-date From wkoch@guug.de Sat Oct 14 16:45:20 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 14 Oct 2000 18:45:20 +0200 Subject: CVS update: gnupg Message-ID: <200010141645.SAA03108@sigtrap.guug.de> Date: Saturday October 14, 2000 @ 18:45 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv3082 Modified Files: Tag: STABLE-BRANCH-1-0 VERSION Log Message: More fixes to the multiple sig problem. File: VERSION Status: Up-to-date From wkoch@guug.de Sat Oct 14 20:18:55 2000 From: wkoch@guug.de (Werner Koch) Date: Sat, 14 Oct 2000 22:18:55 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010142018.WAA04663@sigtrap.guug.de> Date: Saturday October 14, 2000 @ 22:18 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/home/koch/robot-cvs/gnupg-www/de Modified Files: crypto.html docs.html download.html gnupg.html gpa.html menubar.html.inc mirrors.html whatsnew.html Log Message: automagically done on behalf of: /tmp/proc-signed-tarball.4621.tar z gnupg-www/de Walter Koch File: crypto.html Status: Up-to-date File: docs.html Status: Up-to-date File: download.html Status: Up-to-date File: gnupg.html Status: Up-to-date File: gpa.html Status: Up-to-date File: menubar.html.inc Status: Up-to-date File: mirrors.html Status: Up-to-date File: whatsnew.html Status: Up-to-date From wkoch@guug.de Mon Oct 16 09:25:35 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 16 Oct 2000 11:25:35 +0200 Subject: CVS update: gnupg Message-ID: <200010160925.LAA28129@sigtrap.guug.de> Date: Monday October 16, 2000 @ 11:25 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv27920 Modified Files: Tag: STABLE-BRANCH-1-0 NEWS Log Message: More multiple signature fixes File: NEWS Status: Up-to-date From wkoch@guug.de Mon Oct 16 09:25:36 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 16 Oct 2000 11:25:36 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010160925.LAA28138@sigtrap.guug.de> Date: Monday October 16, 2000 @ 11:25 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv27920/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog g10.c mainproc.c Log Message: More multiple signature fixes File: ChangeLog Status: Up-to-date File: g10.c Status: Up-to-date File: mainproc.c Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:44 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:44 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010171241.OAA27501@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv27249/doc Modified Files: Tag: STABLE-BRANCH-1-0 FAQ Log Message: Debian updates, minor fixes. File: FAQ Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:43 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:43 +0200 Subject: CVS update: gnupg Message-ID: <200010171241.OAA27487@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv27249 Modified Files: Tag: STABLE-BRANCH-1-0 THANKS Log Message: Debian updates, minor fixes. File: THANKS Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:51 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:51 +0200 Subject: CVS update: gnupg/util Message-ID: <200010171241.OAA27530@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/util In directory sigtrap:/tmp/cvs-serv27249/util Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog secmem.c Log Message: Debian updates, minor fixes. File: ChangeLog Status: Up-to-date File: secmem.c Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:51 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:51 +0200 Subject: CVS update: gnupg/po Message-ID: <200010171241.OAA27523@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv27249/po Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog de.glo de.po Log Message: Debian updates, minor fixes. File: ChangeLog Status: Up-to-date File: de.glo Status: Up-to-date File: de.po Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:45 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:45 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010171241.OAA27512@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv27249/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog hkp.c mainproc.c Log Message: Debian updates, minor fixes. File: ChangeLog Status: Up-to-date File: hkp.c Status: Up-to-date File: mainproc.c Status: Up-to-date From wkoch@guug.de Tue Oct 17 12:41:44 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 14:41:44 +0200 Subject: CVS update: gnupg/debian Message-ID: <200010171241.OAA27497@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 14:41 Author: wkoch Update of /home/koch/cvs/gnupg/debian In directory sigtrap:/tmp/cvs-serv27249/debian Modified Files: Tag: STABLE-BRANCH-1-0 README.Debian changelog control copyright rules Log Message: Debian updates, minor fixes. File: README.Debian Status: Up-to-date File: changelog Status: Up-to-date File: control Status: Up-to-date File: copyright Status: Up-to-date File: rules Status: Up-to-date From wkoch@guug.de Tue Oct 17 13:29:34 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 15:29:34 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010171329.PAA30003@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 15:29 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv29848/doc Modified Files: Tag: STABLE-BRANCH-1-0 FAQ faq.raw Log Message: About to release 1.0.4 File: FAQ Status: Up-to-date File: faq.raw Status: Up-to-date From wkoch@guug.de Tue Oct 17 13:29:33 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 15:29:33 +0200 Subject: CVS update: gnupg Message-ID: <200010171329.PAA29998@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 15:29 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv29848 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog NEWS TODO VERSION configure.in Log Message: About to release 1.0.4 File: ChangeLog Status: Up-to-date File: NEWS Status: Up-to-date File: TODO Status: Up-to-date File: VERSION Status: Up-to-date File: no file configure.in Status: Needs Checkout From wkoch@guug.de Tue Oct 17 13:30:31 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 15:30:31 +0200 Subject: CVS update: gnupg/po Message-ID: <200010171330.PAA30036@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 15:30 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv29848/po Modified Files: Tag: STABLE-BRANCH-1-0 da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: About to release 1.0.4 File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From wkoch@guug.de Tue Oct 17 16:20:13 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 18:20:13 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010171620.SAA32136@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 18:20 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv32122 Modified Files: download.html gnupg.html whatsnew.html Log Message: Released gnupg 1.0.4 File: no file download.html Status: Needs Checkout File: no file gnupg.html Status: Needs Checkout File: no file whatsnew.html Status: Needs Checkout From wkoch@guug.de Tue Oct 17 16:24:04 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 18:24:04 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010171624.SAA32166@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 18:24 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv32161 Modified Files: MIRRORS Log Message: Replaced the 6 japanese ring entries by one. File: MIRRORS Status: Up-to-date From wkoch@guug.de Tue Oct 17 16:27:26 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 18:27:26 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010171627.SAA32243@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 18:27 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/home/koch/tmp/gnupg-www/de Modified Files: crypto.html docs.html download.html gnupg.html gpa.html mirrors.html whatsnew.html Log Message: File: crypto.html Status: Up-to-date File: docs.html Status: Up-to-date File: download.html Status: Up-to-date File: gnupg.html Status: Up-to-date File: gpa.html Status: Up-to-date File: mirrors.html Status: Up-to-date File: whatsnew.html Status: Up-to-date From wkoch@guug.de Tue Oct 17 16:36:20 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 17 Oct 2000 18:36:20 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010171636.SAA01476@sigtrap.guug.de> Date: Tuesday October 17, 2000 @ 18:36 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1471 Modified Files: download.html Log Message: Fixed a link File: no file download.html Status: Needs Checkout From wkoch@guug.de Wed Oct 18 10:21:14 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 12:21:14 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010181021.MAA26300@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 12:21 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv25792 Modified Files: gnupg.html download.html Log Message: minor fixes File: no file gnupg.html Status: Needs Checkout File: no file download.html Status: Needs Checkout From wkoch@guug.de Wed Oct 18 15:06:46 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 17:06:46 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010181506.RAA31895@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 17:06 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv31195/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog misc.c Log Message: File: ChangeLog Status: Up-to-date File: misc.c Status: Up-to-date From wkoch@guug.de Wed Oct 18 15:06:45 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 17:06:45 +0200 Subject: CVS update: gnupg Message-ID: <200010181506.RAA31888@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 17:06 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv31195 Modified Files: Tag: STABLE-BRANCH-1-0 VERSION Log Message: File: VERSION Status: Up-to-date From wkoch@guug.de Wed Oct 18 16:41:09 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 18:41:09 +0200 Subject: CVS update: gnupg/checks Message-ID: <200010181641.SAA00716@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 18:41 Author: wkoch Update of /home/koch/cvs/gnupg/checks In directory sigtrap:/tmp/cvs-serv32085/checks Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog conventional-mdc.test Log Message: Typo fixes. File: ChangeLog Status: Up-to-date File: conventional-mdc.test Status: Up-to-date From wkoch@guug.de Wed Oct 18 16:41:09 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 18 Oct 2000 18:41:09 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010181641.SAA00723@sigtrap.guug.de> Date: Wednesday October 18, 2000 @ 18:41 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv32085/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog misc.c Log Message: Typo fixes. File: ChangeLog Status: Up-to-date File: misc.c Status: Up-to-date From wkoch@guug.de Thu Oct 19 16:00:45 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 18:00:45 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010191600.SAA07980@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 18:00 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv7406/doc Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog OpenPGP gpg.sgml Log Message: New option, doc fix, typo fix. File: ChangeLog Status: Up-to-date File: OpenPGP Status: Up-to-date File: gpg.sgml Status: Up-to-date From wkoch@guug.de Thu Oct 19 16:00:44 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 18:00:44 +0200 Subject: CVS update: gnupg Message-ID: <200010191600.SAA07972@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 18:00 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv7406 Modified Files: Tag: STABLE-BRANCH-1-0 NEWS THANKS Log Message: New option, doc fix, typo fix. File: NEWS Status: Up-to-date File: THANKS Status: Up-to-date From wkoch@guug.de Thu Oct 19 16:00:46 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 18:00:46 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010191600.SAA07992@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 18:00 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv7406/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog armor.c g10.c openfile.c options.h Log Message: New option, doc fix, typo fix. File: ChangeLog Status: Up-to-date File: armor.c Status: Up-to-date File: g10.c Status: Up-to-date File: openfile.c Status: Up-to-date File: options.h Status: Up-to-date From wkoch@guug.de Thu Oct 19 16:01:43 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 18:01:43 +0200 Subject: CVS update: gnupg/po Message-ID: <200010191601.SAA08036@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 18:01 Author: wkoch Update of /home/koch/cvs/gnupg/po In directory sigtrap:/tmp/cvs-serv7406/po Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog da.po de.po eo.po es_ES.po fr.po id.po it.po ja.po nl.po pl.po pt_BR.po pt_PT.po ru.po sv.po Log Message: New option, doc fix, typo fix. File: ChangeLog Status: Up-to-date File: da.po Status: Up-to-date File: de.po Status: Up-to-date File: eo.po Status: Up-to-date File: es_ES.po Status: Up-to-date File: no file fr.po Status: Needs Checkout File: id.po Status: Up-to-date File: it.po Status: Up-to-date File: ja.po Status: Up-to-date File: nl.po Status: Up-to-date File: pl.po Status: Up-to-date File: pt_BR.po Status: Up-to-date File: pt_PT.po Status: Up-to-date File: ru.po Status: Up-to-date File: no file sv.po Status: Needs Checkout From wkoch@guug.de Thu Oct 19 18:15:12 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 20:15:12 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010191815.UAA20989@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 20:15 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/home/koch/robot-cvs/gnupg-www/de Modified Files: crypto.html docs.html download.html gnupg.html gpa.html mirrors.html whatsnew.html Log Message: automagically done on behalf of: /tmp/proc-signed-tarball.20945.tar z gnupg-www/de Walter Koch File: crypto.html Status: Up-to-date File: docs.html Status: Up-to-date File: download.html Status: Up-to-date File: gnupg.html Status: Up-to-date File: gpa.html Status: Up-to-date File: mirrors.html Status: Up-to-date File: whatsnew.html Status: Up-to-date From ellmenreich@guug.de Thu Oct 19 18:33:14 2000 From: ellmenreich@guug.de (Niels Ellmenreich) Date: Thu, 19 Oct 2000 20:33:14 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010191833.UAA23051@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 20:33 Author: ellmenreich Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv23040 Modified Files: Tag: STABLE-BRANCH-1-0 FAQ faq.raw Log Message: Update for 1.0.4, docs clarified File: FAQ Status: Up-to-date File: faq.raw Status: Up-to-date From ellmenreich@guug.de Thu Oct 19 18:34:42 2000 From: ellmenreich@guug.de (Niels Ellmenreich) Date: Thu, 19 Oct 2000 20:34:42 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010191834.UAA23066@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 20:34 Author: ellmenreich Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv23059 Modified Files: faq.html Log Message: Update for 1.0.4, docs clarified File: faq.html Status: Up-to-date From wkoch@guug.de Thu Oct 19 21:19:09 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 19 Oct 2000 23:19:09 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010192119.XAA25849@sigtrap.guug.de> Date: Thursday October 19, 2000 @ 23:19 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/home/koch/robot-cvs/gnupg-www/de Modified Files: crypto.html docs.html download.html footer.html.inc gnupg.html gpa.html mirrors.html others.html whatsnew.html Log Message: automagically done on behalf of: /tmp/proc-signed-tarball.25806.tar z gnupg-www/de Walter Koch File: crypto.html Status: Up-to-date File: docs.html Status: Up-to-date File: download.html Status: Up-to-date File: footer.html.inc Status: Up-to-date File: gnupg.html Status: Up-to-date File: gpa.html Status: Up-to-date File: mirrors.html Status: Up-to-date File: others.html Status: Up-to-date File: whatsnew.html Status: Up-to-date From wkoch@guug.de Mon Oct 23 07:59:21 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 09:59:21 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010230759.JAA01528@sigtrap.guug.de> Date: Monday October 23, 2000 @ 9:59 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1514 Modified Files: MIRRORS Log Message: New mirrors in Czechia File: MIRRORS Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:28 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:28 +0200 Subject: CVS update: gnupg/util Message-ID: <200010231638.SAA10613@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg/util In directory sigtrap:/tmp/cvs-serv10548/util Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog secmem.c Log Message: Minor changes done for the Windows binary File: ChangeLog Status: Up-to-date File: secmem.c Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:26 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:26 +0200 Subject: CVS update: gnupg/g10 Message-ID: <200010231638.SAA10596@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg/g10 In directory sigtrap:/tmp/cvs-serv10548/g10 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog keygen.c status.c Log Message: Minor changes done for the Windows binary File: ChangeLog Status: Up-to-date File: keygen.c Status: Up-to-date File: status.c Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:23 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:23 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010231638.SAA10586@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv10548/doc Modified Files: Tag: STABLE-BRANCH-1-0 README.W32 Log Message: Minor changes done for the Windows binary File: README.W32 Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:23 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:23 +0200 Subject: CVS update: gnupg Message-ID: <200010231638.SAA10582@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg In directory sigtrap:/tmp/cvs-serv10548 Modified Files: Tag: STABLE-BRANCH-1-0 VERSION Log Message: Minor changes done for the Windows binary File: VERSION Status: Up-to-date From wkoch@guug.de Mon Oct 23 16:38:27 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 18:38:27 +0200 Subject: CVS update: gnupg/scripts Message-ID: <200010231638.SAA10604@sigtrap.guug.de> Date: Monday October 23, 2000 @ 18:38 Author: wkoch Update of /home/koch/cvs/gnupg/scripts In directory sigtrap:/tmp/cvs-serv10548/scripts Modified Files: Tag: STABLE-BRANCH-1-0 mk-w32-dist Log Message: Minor changes done for the Windows binary File: mk-w32-dist Status: Up-to-date From wkoch@guug.de Mon Oct 23 17:00:54 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 19:00:54 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010231700.TAA11027@sigtrap.guug.de> Date: Monday October 23, 2000 @ 19:00 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv10902 Modified Files: download.html whatsnew.html Log Message: Released new windows binary File: no file download.html Status: Needs Checkout File: no file whatsnew.html Status: Needs Checkout From wkoch@guug.de Mon Oct 23 17:39:58 2000 From: wkoch@guug.de (Werner Koch) Date: Mon, 23 Oct 2000 19:39:58 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010231739.TAA11698@sigtrap.guug.de> Date: Monday October 23, 2000 @ 19:39 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv11571 Modified Files: download.html Log Message: s/gnupg.de/gnupg.org/ File: no file download.html Status: Needs Checkout From wkoch@guug.de Tue Oct 24 09:04:32 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 24 Oct 2000 11:04:32 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010240904.LAA00865@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:04 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv840 Modified Files: docs.html Log Message: Add Link to another howto File: no file docs.html Status: Needs Checkout From ellmenreich@guug.de Tue Oct 24 09:27:44 2000 From: ellmenreich@guug.de (Nils Ellmenreich) Date: Tue, 24 Oct 2000 11:27:44 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010240927.LAA01162@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:27 Author: ellmenreich Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv1155 Modified Files: Tag: STABLE-BRANCH-1-0 FAQ faq.raw Log Message: no-secmem-warning item extended File: FAQ Status: Up-to-date File: faq.raw Status: Up-to-date From ellmenreich@guug.de Tue Oct 24 09:28:30 2000 From: ellmenreich@guug.de (Nils Ellmenreich) Date: Tue, 24 Oct 2000 11:28:30 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010240928.LAA01177@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:28 Author: ellmenreich Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1171 Modified Files: faq.html Log Message: no-secmem-warning item extended File: faq.html Status: Up-to-date From wkoch@guug.de Tue Oct 24 09:48:25 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 24 Oct 2000 11:48:25 +0200 Subject: CVS update: gnupg/mpi/mips3 Message-ID: <200010240948.LAA01492@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:48 Author: wkoch Update of /home/koch/cvs/gnupg/mpi/mips3 In directory sigtrap:/tmp/cvs-serv1472/mips3 Modified Files: Tag: STABLE-BRANCH-1-0 mpih-mul1.S mpih-mul2.S mpih-mul3.S Log Message: comment style changed File: mpih-mul1.S Status: Up-to-date File: mpih-mul2.S Status: Up-to-date File: mpih-mul3.S Status: Up-to-date From wkoch@guug.de Tue Oct 24 09:48:24 2000 From: wkoch@guug.de (Werner Koch) Date: Tue, 24 Oct 2000 11:48:24 +0200 Subject: CVS update: gnupg/mpi Message-ID: <200010240948.LAA01484@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 11:48 Author: wkoch Update of /home/koch/cvs/gnupg/mpi In directory sigtrap:/tmp/cvs-serv1472 Modified Files: Tag: STABLE-BRANCH-1-0 ChangeLog Log Message: comment style changed File: ChangeLog Status: Up-to-date From ellmenreich@guug.de Tue Oct 24 15:35:14 2000 From: ellmenreich@guug.de (Nils Ellmenreich) Date: Tue, 24 Oct 2000 17:35:14 +0200 Subject: CVS update: gnupg/doc Message-ID: <200010241535.RAA07713@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 17:35 Author: ellmenreich Update of /home/koch/cvs/gnupg/doc In directory sigtrap:/tmp/cvs-serv7705 Modified Files: Tag: STABLE-BRANCH-1-0 FAQ faq.raw Log Message: MUA list, minor stuff File: FAQ Status: Up-to-date File: faq.raw Status: Up-to-date From ellmenreich@guug.de Tue Oct 24 15:35:49 2000 From: ellmenreich@guug.de (Nils Ellmenreich) Date: Tue, 24 Oct 2000 17:35:49 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010241535.RAA07732@sigtrap.guug.de> Date: Tuesday October 24, 2000 @ 17:35 Author: ellmenreich Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv7725 Modified Files: faq.html Log Message: MUA list, minor stuff File: faq.html Status: Up-to-date From wkoch@guug.de Wed Oct 25 07:54:33 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 25 Oct 2000 09:54:33 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010250754.JAA28596@sigtrap.guug.de> Date: Wednesday October 25, 2000 @ 9:54 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv28583 Modified Files: gnupg.html Log Message: Fixed syntax error, thanks to Dan Harkless. File: no file gnupg.html Status: Needs Checkout From wkoch@guug.de Wed Oct 25 12:12:33 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 25 Oct 2000 14:12:33 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010251212.OAA31696@sigtrap.guug.de> Date: Wednesday October 25, 2000 @ 14:12 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv31689 Modified Files: MIRRORS Log Message: Removed the Gigabell mirror File: MIRRORS Status: Up-to-date From wkoch@guug.de Wed Oct 25 16:16:02 2000 From: wkoch@guug.de (Werner Koch) Date: Wed, 25 Oct 2000 18:16:02 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010251616.SAA04419@sigtrap.guug.de> Date: Wednesday October 25, 2000 @ 18:16 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv4414 Modified Files: docs.html Log Message: changed url File: no file docs.html Status: Needs Checkout From wkoch@guug.de Thu Oct 26 11:33:48 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 13:33:48 +0200 Subject: CVS update: gnupg-www/admin Message-ID: <200010261133.NAA25996@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 13:33 Author: wkoch Update of /home/koch/cvs/gnupg-www/admin In directory sigtrap:/tmp/cvs-serv25970/admin Added Files: mkwebsite Log Message: New web design. Translators: Get your emacs/vi/ed ready. File: no file mkwebsite Status: Needs Checkout From wkoch@guug.de Thu Oct 26 11:33:50 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 13:33:50 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010261133.NAA26029@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 13:33 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv25970/en Modified Files: afsmirrors.html crypto.html docs.html download.html footer.html.inc gnupg.html gpa-icons.html gpa-snapshots.html gpa.html hostedby.html.inc menubar.html.inc mirrors.html others.html whatsnew.html Added Files: backend.html crypto-hard.html crypto-soft.html cvs-access.html docs-misc.html docs-mls.html frontends.html header.html.inc legal.html links.html tls.html translations.html Log Message: New web design. Translators: Get your emacs/vi/ed ready. File: no file backend.html Status: Needs Checkout File: no file crypto-hard.html Status: Needs Checkout File: no file crypto-soft.html Status: Needs Checkout File: no file cvs-access.html Status: Needs Checkout File: no file docs-misc.html Status: Needs Checkout File: no file docs-mls.html Status: Needs Checkout File: no file frontends.html Status: Needs Checkout File: header.html.inc Status: Up-to-date File: no file legal.html Status: Needs Checkout File: no file links.html Status: Needs Checkout File: no file tls.html Status: Needs Checkout File: no file translations.html Status: Needs Checkout File: no file afsmirrors.html Status: Needs Checkout File: no file crypto.html Status: Needs Checkout File: no file docs.html Status: Needs Checkout File: no file download.html Status: Needs Checkout File: footer.html.inc Status: Up-to-date File: no file gnupg.html Status: Needs Checkout File: no file gpa-icons.html Status: Needs Checkout File: no file gpa-snapshots.html Status: Needs Checkout File: no file gpa.html Status: Needs Checkout File: hostedby.html.inc Status: Up-to-date File: menubar.html.inc Status: Up-to-date File: no file mirrors.html Status: Needs Checkout File: no file others.html Status: Needs Checkout File: no file whatsnew.html Status: Needs Checkout From wkoch@guug.de Thu Oct 26 11:33:58 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 13:33:58 +0200 Subject: CVS update: gnupg-www/graphics Message-ID: <200010261133.NAA26055@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 13:33 Author: wkoch Update of /home/koch/cvs/gnupg-www/graphics In directory sigtrap:/tmp/cvs-serv25970/graphics Added Files: arrow-d-10.png arrow-r-10.png gnu-head-sm.png gnu-head-smaller.png space-10.png Log Message: New web design. Translators: Get your emacs/vi/ed ready. File: arrow-d-10.png Status: Up-to-date File: arrow-r-10.png Status: Up-to-date File: gnu-head-sm.png Status: Up-to-date File: gnu-head-smaller.png Status: Up-to-date File: space-10.png Status: Up-to-date From wkoch@guug.de Thu Oct 26 11:33:56 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 13:33:56 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010261133.NAA26043@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 13:33 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/tmp/cvs-serv25970/de Modified Files: docs.html download.html footer.html.inc gnupg.html gpa.html menubar.html.inc Added Files: header.html.inc Log Message: New web design. Translators: Get your emacs/vi/ed ready. File: header.html.inc Status: Up-to-date File: no file docs.html Status: Needs Checkout File: no file download.html Status: Needs Checkout File: footer.html.inc Status: Up-to-date File: no file gnupg.html Status: Needs Checkout File: no file gpa.html Status: Needs Checkout File: menubar.html.inc Status: Up-to-date From wkoch@guug.de Thu Oct 26 12:08:15 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 14:08:15 +0200 Subject: CVS update: gnupg-www/es Message-ID: <200010261208.OAA26555@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 14:08 Author: wkoch Update of /home/koch/cvs/gnupg-www/es In directory sigtrap:/tmp/cvs-serv26496/es Modified Files: gnupg.html Added Files: header.html.inc Log Message: add the new header template File: header.html.inc Status: Up-to-date File: no file gnupg.html Status: Needs Checkout From wkoch@guug.de Thu Oct 26 12:08:16 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 14:08:16 +0200 Subject: CVS update: gnupg-www/fr Message-ID: <200010261208.OAA26562@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 14:08 Author: wkoch Update of /home/koch/cvs/gnupg-www/fr In directory sigtrap:/tmp/cvs-serv26496/fr Modified Files: gnupg.html Added Files: header.html.inc Log Message: add the new header template File: header.html.inc Status: Up-to-date File: no file gnupg.html Status: Needs Checkout From wkoch@guug.de Thu Oct 26 12:08:14 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 14:08:14 +0200 Subject: CVS update: gnupg-www/de Message-ID: <200010261208.OAA26548@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 14:08 Author: wkoch Update of /home/koch/cvs/gnupg-www/de In directory sigtrap:/tmp/cvs-serv26496/de Modified Files: menubar.html.inc Log Message: add the new header template File: menubar.html.inc Status: Up-to-date From wkoch@guug.de Thu Oct 26 12:08:16 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 14:08:16 +0200 Subject: CVS update: gnupg-www/it Message-ID: <200010261208.OAA26568@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 14:08 Author: wkoch Update of /home/koch/cvs/gnupg-www/it In directory sigtrap:/tmp/cvs-serv26496/it Added Files: header.html.inc Log Message: add the new header template File: header.html.inc Status: Up-to-date From nmav@guug.de Thu Oct 26 16:08:37 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 26 Oct 2000 18:08:37 +0200 Subject: CVS update: gnutls/lib Message-ID: <200010261608.SAA01401@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 18:07 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/tmp/cvs-serv1364 Modified Files: gnutls_algorithms.h gnutls_handshake.c gnutls_hash_int.c gnutls_int.h gnutls_kx.c Log Message: added ability to receive certificates... File: gnutls_algorithms.h Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_hash_int.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date File: gnutls_kx.c Status: Up-to-date From nmav@guug.de Thu Oct 26 16:19:28 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Thu, 26 Oct 2000 18:19:28 +0200 Subject: CVS update: gnutls/doc Message-ID: <200010261619.SAA01615@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 18:19 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/tmp/cvs-serv1608 Modified Files: HACKING Log Message: some kind of updates File: HACKING Status: Up-to-date From wkoch@guug.de Thu Oct 26 16:23:24 2000 From: wkoch@guug.de (Werner Koch) Date: Thu, 26 Oct 2000 18:23:24 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010261623.SAA01710@sigtrap.guug.de> Date: Thursday October 26, 2000 @ 18:23 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/tmp/cvs-serv1667 Modified Files: docs.html Log Message: Add German gph as PDF File: no file docs.html Status: Needs Checkout From wkoch@guug.de Fri Oct 27 16:01:00 2000 From: wkoch@guug.de (Werner Koch) Date: Fri, 27 Oct 2000 18:01:00 +0200 Subject: CVS update: gnupg-www/en Message-ID: <200010271601.SAA15937@sigtrap.guug.de> Date: Friday October 27, 2000 @ 18:00 Author: wkoch Update of /home/koch/cvs/gnupg-www/en In directory sigtrap:/var/tmp/cvs-serv15931 Modified Files: backend.html Log Message: typo fix File: no file backend.html Status: Needs Checkout From nmav@guug.de Tue Oct 31 23:01:16 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:01:16 +0100 Subject: CVS update: gnutls/lib Message-ID: <200010312301.AAA13227@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:01 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/var/tmp/cvs-serv13169/lib Modified Files: defines.h gnutls.c gnutls_handshake.c gnutls_int.h Log Message: added assert() and some bug fixes File: defines.h Status: Up-to-date File: gnutls.c Status: Up-to-date File: gnutls_handshake.c Status: Up-to-date File: gnutls_int.h Status: Up-to-date From nmav@guug.de Tue Oct 31 23:01:17 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:01:17 +0100 Subject: CVS update: gnutls/src Message-ID: <200010312301.AAA13234@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:01 Author: nmav Update of /home/nmav/cvs/gnutls/src In directory sigtrap:/var/tmp/cvs-serv13169/src Modified Files: port.h serv.c Log Message: added assert() and some bug fixes File: port.h Status: Up-to-date File: serv.c Status: Up-to-date From nmav@guug.de Tue Oct 31 23:01:13 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:01:13 +0100 Subject: CVS update: gnutls/doc Message-ID: <200010312301.AAA13220@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:01 Author: nmav Update of /home/nmav/cvs/gnutls/doc In directory sigtrap:/var/tmp/cvs-serv13169/doc Modified Files: HACKING Log Message: added assert() and some bug fixes File: HACKING Status: Up-to-date From nmav@guug.de Tue Oct 31 23:01:13 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:01:13 +0100 Subject: CVS update: gnutls Message-ID: <200010312301.AAA13215@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:01 Author: nmav Update of /home/nmav/cvs/gnutls In directory sigtrap:/var/tmp/cvs-serv13169 Modified Files: ChangeLog configure.in Log Message: added assert() and some bug fixes File: ChangeLog Status: Up-to-date File: configure.in Status: Up-to-date From nmav@guug.de Tue Oct 31 23:53:45 2000 From: nmav@guug.de (Nikos Mavroyanopoulos) Date: Wed, 1 Nov 2000 00:53:45 +0100 Subject: CVS update: gnutls/lib Message-ID: <200010312353.AAA14011@sigtrap.guug.de> Date: Wednesday November 1, 2000 @ 0:53 Author: nmav Update of /home/nmav/cvs/gnutls/lib In directory sigtrap:/var/tmp/cvs-serv14000 Modified Files: gnutls.c Log Message: some need gcry_ functions added. (for malloc etc) File: gnutls.c Status: Up-to-date