diff --git a/ANNOUNCE b/ANNOUNCE index 6417e624e7bb7942e513d6217f5e8d4d89819adb..8a7fcc52553b008e840e8c14bcff1c9a196b6627 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -128,4 +128,4 @@ http://lists.lysator.liu.se/mailman/listinfo/lsh-bugs. Happy hacking, -/Niels M�ller, <nisse@lysator.liu.se> +/Niels Möller, <nisse@lysator.liu.se> diff --git a/AUTHORS b/AUTHORS index 50165f826f6173e24b0f60573dc2ed89c4edcc3e..5e267a8e04f3cb667da98d78548bae074f3ef94e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,8 @@ -lsh is written by Niels M�ller, and distributed under the terms and +lsh is written by Niels Möller, and distributed under the terms and conditions of the GNU General Public License (see the file COPYING for details). Several parts of lsh, in particular tcpforwarding, public-key user authentication, and the lsh_proxy program, were -contributed by Bal�zs Scheidler. +contributed by Balázs Scheidler. Many other people have written free code which is used in lsh. @@ -19,7 +19,7 @@ IDEA implementation originally by Xeejia Lai, optimized by Colin Plumb. Released into the public domain. GMP, the GNU multiple precision arithmetic library, was written by -Torbj�rn Granlund and many contributors. It is not actually included +Torbjörn Granlund and many contributors. It is not actually included in lsh, but it is needed for all public key computations. GMP is released under the LPGL. diff --git a/ChangeLog b/ChangeLog index 60bb36cb25e8448e7e351ea71092969bc0995106..ce15148b6202b62a0647d0a74ad10cd50cc56187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,20 @@ -2011-11-24 Niels M�ller <nisse@lysator.liu.se> +2011-11-24 Niels Möller <nisse@lysator.liu.se> * misc/run-tests (test_program): If EMULATOR is set in the environment, and the testprogram is not a script, use EMULATOR to run it. Typical use is EMULATUR=wine. -2011-09-21 Niels M�ller <nisse@lysator.liu.se> +2011-09-21 Niels Möller <nisse@lysator.liu.se> * src/Makefile.in (SOURCES): Added pidfile.c. -2011-09-07 Niels M�ller <nisse@lysator.liu.se> +2011-09-07 Niels Möller <nisse@lysator.liu.se> * config.guess: Upgraded to current version, timestamp 2011-08-20. Needed to recognize osx (darwin) on x86_64. * config.sub: Upgraded to current version, timestamp 2011-08-23. -2011-09-06 Niels M�ller <nisse@lysator.liu.se> +2011-09-06 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in (TS_SH): Added gateway-close-test. @@ -26,7 +26,7 @@ * src/testsuite/gateway-close-test: New test case. -2011-09-05 Niels M�ller <nisse@lysator.liu.se> +2011-09-05 Niels Möller <nisse@lysator.liu.se> * src/testsuite/gateway-stop-test: Check that the pidfile is deleted (indicating that the process has cleaned up and exited @@ -42,7 +42,7 @@ (main): Moved writing of pid to child process. For --pid-file, use make_pid_file_resource. -2011-09-02 Niels M�ller <nisse@lysator.liu.se> +2011-09-02 Niels Möller <nisse@lysator.liu.se> * src/.dist_classes: Added pidfile.c.x. * src/.dist_headers: Added pidfile.h. @@ -85,17 +85,17 @@ * src/connection.c (ssh_connection_pending_close): Check channel_count, and kill connection immediately if zero. -2011-05-02 Niels M�ller <nisse@lysator.liu.se> +2011-05-02 Niels Möller <nisse@lysator.liu.se> * src/testsuite/serpent-test.c: Updated for correct serpent byte order. -2011-03-28 Niels M�ller <nisse@lysator.liu.se> +2011-03-28 Niels Möller <nisse@lysator.liu.se> * src/unix_random.c (random_init): Display errno when locking fails. -2011-03-23 Niels M�ller <nisse@lysator.liu.se> +2011-03-23 Niels Möller <nisse@lysator.liu.se> * doc/lsh.texinfo: Fixed "service ssh-userauth" and "service ssh-connection" examples. @@ -109,12 +109,12 @@ * src/lshd-userauth.c (start_service): Pass on the LSHD_CONNECTION_CONF environment variable. -2011-02-21 Niels M�ller <nisse@lysator.liu.se> +2011-02-21 Niels Möller <nisse@lysator.liu.se> * src/lsh.c (parse_forward_arg): Support for optional brackets, to support IPv6 literal addresses. -2011-02-18 Niels M�ller <nisse@lysator.liu.se> +2011-02-18 Niels Möller <nisse@lysator.liu.se> * doc/Makefile.in (DISTFILES): Deleted srp-spec.txt, reverting change from 2011-02-10. It is already included, via $(TARGETS). @@ -140,19 +140,19 @@ (parse_interface): Allow optional brackets around ip address, needed for IPv6 literal addresses. -2011-02-14 Niels M�ller <nisse@lysator.liu.se> +2011-02-14 Niels Möller <nisse@lysator.liu.se> * src/testsuite/x11-3-test: Export DISPLAY before running exec_lsh. * src/testsuite/functions.sh (spawn_xvfb): Use rm -f. -2011-02-10 Niels M�ller <nisse@lysator.liu.se> +2011-02-10 Niels Möller <nisse@lysator.liu.se> * doc/Makefile.in (DISTFILES): Added srp-spec.txt, to avoid requiring groff. -2011-01-31 Niels M�ller <nisse@lysator.liu.se> +2011-01-31 Niels Möller <nisse@lysator.liu.se> * doc/lsh.texinfo (Server configuration): Describe all config options. @@ -162,7 +162,7 @@ * src/lshd-userauth.c (main_argp_parser): Add --helper-fd option to the default lshd-connection command line. -2011-01-07 Niels M�ller <nisse@lysator.liu.se> +2011-01-07 Niels Möller <nisse@lysator.liu.se> * src/lsh.c (OPT_HOST_DB_UPDATE): Rennamed, from... (OPT_CAPTURE_TO): ...old name. @@ -174,7 +174,7 @@ * doc/lsh.texinfo (Hostauth options): Updated --host-db-update (used to be ---captured-to). -2010-12-14 Niels M�ller <nisse@lysator.liu.se> +2010-12-14 Niels Möller <nisse@lysator.liu.se> * doc/lsh.texinfo (Gateway options): New node. (Invoking lshg): Deleted node. @@ -182,24 +182,24 @@ * src/lsh.c (main_options): Moved gateway options to a new group, and updated the description of -G. Fixed --stop-gateway option. -2010-12-09 Niels M�ller <nisse@lysator.liu.se> +2010-12-09 Niels Möller <nisse@lysator.liu.se> * doc/lsh.texinfo (lshd basics): Rewrote node. (srp): Deleted node, and other references to SRP. -2010-11-17 Niels M�ller <nisse@lysator.liu.se> +2010-11-17 Niels Möller <nisse@lysator.liu.se> * misc/xenofarm.sh: Copy list of files in $pfx into result package. -2010-11-16 Niels M�ller <nisse@lysator.liu.se> +2010-11-16 Niels Möller <nisse@lysator.liu.se> * misc/xenofarm.sh: Improved crude gmp check to look for mpz_getlimbn. (cfgargs): Tweaked order for --with-include-path and --with-lib-path, to put $pfx before /usr/local. -2010-11-15 Niels M�ller <nisse@lysator.liu.se> +2010-11-15 Niels Möller <nisse@lysator.liu.se> * misc/xenofarm.sh (dotask): Display the correct status value when the step is skipped. @@ -231,7 +231,7 @@ * src/server.c (service_config_option): Avoid using the non-standard strnlen function; plain strlen is good enough here. -2010-11-14 Niels M�ller <nisse@lysator.liu.se> +2010-11-14 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in (mini-inetd): Fixed typo with EXEEXT. @@ -239,7 +239,7 @@ for attempt to enable features which were disabled at compile time. -2010-11-13 Niels M�ller <nisse@lysator.liu.se> +2010-11-13 Niels Möller <nisse@lysator.liu.se> * src/testsuite/config/lshd-connection.conf: Use new config file options to enable all features. @@ -287,7 +287,7 @@ * src/server.h (class service_config): New attribute libexec_dir. -2010-11-12 Niels M�ller <nisse@lysator.liu.se> +2010-11-12 Niels Möller <nisse@lysator.liu.se> * src/lshd-userauth.c (main_options): Fixed double ':' in header. (class lshd_userauth_config): Deleted werror_config attribute; @@ -303,7 +303,7 @@ * src/lshd.c (lshd_config_handler): Added missing break. -2010-11-10 Niels M�ller <nisse@lysator.liu.se> +2010-11-10 Niels Möller <nisse@lysator.liu.se> * src/lsh.c (parse_arg_unsigned): New argument with expected terminator. @@ -350,7 +350,7 @@ * src/queue.h (class addr_queue): Deleted unused class. * src/queue.c: Deleted all addr_queue related functions. -2010-11-09 Niels M�ller <nisse@lysator.liu.se> +2010-11-09 Niels Möller <nisse@lysator.liu.se> * src/lshd-connection.c (oop_read_service): Use verbose, not werror, for message on EOF. @@ -366,7 +366,7 @@ * src/testsuite/lsh-encrypted-key-test: Reenabled test. -2010-11-08 Niels M�ller <nisse@lysator.liu.se> +2010-11-08 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (at_connect): Don't use -m flag to mini-inetd. @@ -374,7 +374,7 @@ * src/atoms.in: Deleted ssh-userauth and ssh-connection (no longer hardcoded). -2010-11-07 Niels M�ller <nisse@lysator.liu.se> +2010-11-07 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (LSHD_CONNECTION): Deleted variable. (LSHD_PTY_HELPER): Deleted variable. @@ -391,7 +391,7 @@ (ENV_LSHD_PTY_HELPER): Likewise. (ENV_LSHD_USERAUTH): Likewise. -2010-11-03 Niels M�ller <nisse@lysator.liu.se> +2010-11-03 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in (TS_SH): Added lshd-example-config-test. @@ -450,7 +450,7 @@ * src/server_config.c (list_append): Fixed broken indirection. (server_config_parse_example): Fixed CONFIG_TYPE_LIST case. -2010-11-01 Niels M�ller <nisse@lysator.liu.se> +2010-11-01 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lshd-example-config-test: New test case. @@ -473,7 +473,7 @@ * src/testsuite/functions.sh (LSHD_USERAUTH): Partly reverted previous change. Define, but don't export. -2010-10-29 Niels M�ller <nisse@lysator.liu.se> +2010-10-29 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (LSHD_LIBEXEC_DIR): Define and export. @@ -521,7 +521,7 @@ * src/io.c (oop_io_connect): Use errno if getsockopt fails. -2010-10-28 Niels M�ller <nisse@lysator.liu.se> +2010-10-28 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (at_connect): Use our own mini-inetd. * src/testsuite/rapid7-lsh-test: Likewise. @@ -536,7 +536,7 @@ mini-inetd, hopefully working better with IPv6 than the version in tcputils. -2010-10-26 Niels M�ller <nisse@lysator.liu.se> +2010-10-26 Niels Möller <nisse@lysator.liu.se> * src/werror.c (werror_format): Made static. @@ -586,24 +586,24 @@ * src/client_x11.c (x11_connect_error): Use STRERROR to display socket error code. -2010-08-24 Niels M�ller <nisse@lysator.liu.se> +2010-08-24 Niels Möller <nisse@lysator.liu.se> * src/scm/guile-compat.scm: Use the rdelim module, for the read-line. Needed at least for guile-1.8.7. * doc/fixff.pl: Use regexp m modifier rather than the arcane $*. -2010-07-23 Niels M�ller <nisse@lysator.liu.se> +2010-07-23 Niels Möller <nisse@lysator.liu.se> * src/lshd-userauth.c (lookup_user): Set user->shell before use. (handle_userauth): More verbose output. -2010-07-20 Niels M�ller <nisse@lysator.liu.se> +2010-07-20 Niels Möller <nisse@lysator.liu.se> * src/crypto.c (make_des3_cbc_instance): Updated to Nettle's new DES interface. -2010-06-04 Niels M�ller <nisse@lysator.liu.se> +2010-06-04 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in (TS_SH): Added passwd-1-test and passwd-2-test. @@ -670,7 +670,7 @@ * src/atoms.in: Added ssh-dsa, ssh-dsa-sha256@lysator.liu.se, and dsa-sha256. -2010-06-03 Niels M�ller <nisse@lysator.liu.se> +2010-06-03 Niels Möller <nisse@lysator.liu.se> * src/lsh-keygen.c: Added support for dsa-sha256 keys. (main_options): Improved descriptions. @@ -678,25 +678,25 @@ (dsa_sha256_generate_key): New function. (enum config_algorithm): New enum. -2010-06-02 Niels M�ller <nisse@lysator.liu.se> +2010-06-02 Niels Möller <nisse@lysator.liu.se> * src/testsuite/getpwnam-wrapper.c (getpwnam): Use GETWPWNAM_WRAPPER_DIR to locate configuration directory. * src/testsuite/setup-env: Create a password for testing. -2010-06-01 Niels M�ller <nisse@lysator.liu.se> +2010-06-01 Niels Möller <nisse@lysator.liu.se> * configure.ac (LOCAL_NETTLE_DEP): When building with the bundled nettle library, setup a dependency when linking. * src/Makefile.in (LOCAL_NETTLE_DEP): Use it here. -2010-05-25 Niels M�ller <nisse@lysator.liu.se> +2010-05-25 Niels Möller <nisse@lysator.liu.se> * src/lsh-keygen.c (dsa_generate_key): Updated call to dsa_generate_keypair to explicitly specify a 160 bit q. -2010-03-30 Niels M�ller <nisse@lysator.liu.se> +2010-03-30 Niels Möller <nisse@lysator.liu.se> * src/dsa.c (do_dsa_verify): Updated for Nettle's dsa_sha1_verify rename. @@ -709,7 +709,7 @@ (do_receive): Use it. (do_server_session_event): Use it, replacing old code to send EOF. -2010-03-24 Niels M�ller <nisse@lysator.liu.se> +2010-03-24 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c (start_userauth): Check return value from the SIGN method. @@ -717,12 +717,12 @@ * src/rsa.c (do_rsa_sign): Check return value from rsa_sha1_sign. -2010-03-23 Niels M�ller <nisse@lysator.liu.se> +2010-03-23 Niels Möller <nisse@lysator.liu.se> * src/client_x11.c (do_client_channel_x11_receive): Fixed broken, too short(!), allocation for X11 connection failure message. -2010-03-04 Niels M�ller <nisse@lysator.liu.se> +2010-03-04 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (spawn_xvfb): Explicitly setup the xauthority file using xauth add, don't rely on xauth generate and @@ -747,7 +747,7 @@ * src/server.h (service_config): Make this into a class rather than a struct, for safer casting in service_argp_parser. -2010-02-23 Niels M�ller <nisse@lysator.liu.se> +2010-02-23 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (lshd_context): Added service_config, deleted commented-out attributes. @@ -768,10 +768,10 @@ * src/server.h (service_config): New class. * src/server.c (init_service_config): New function. - (service_argp, service_argp_parser): New parser f�r --service { + (service_argp, service_argp_parser): New parser för --service { ... } argument. -2010-02-20 Niels M�ller <nisse@lysator.liu.se> +2010-02-20 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c (make_lsh_transport_config): Use init_transport_context. @@ -782,7 +782,7 @@ * src/transport.c (init_transport_context): New function. -2010-02-15 Niels M�ller <nisse@lysator.liu.se> +2010-02-15 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (make_lshd_port): Check that IPV6_V6ONLY is defined before trying to setsockopt it. @@ -790,12 +790,12 @@ * src/testsuite/Makefile.in (OTHER_SOURCES): Added getpwnam-wrapper.c. -2010-02-11 Niels M�ller <nisse@lysator.liu.se> +2010-02-11 Niels Möller <nisse@lysator.liu.se> * src/lshd-userauth.c (main_options): Renamed options to start with --allow or --deny. -2010-02-08 Niels M�ller <nisse@lysator.liu.se> +2010-02-08 Niels Möller <nisse@lysator.liu.se> * configure.ac: When looking for a shared libc, look for the symlink /libc.so.* rather than the glibc-specific name libc-*.so. @@ -804,7 +804,7 @@ corresonding variables to allow-password, allow-publickey and allow-root-login. -2010-02-05 Niels M�ller <nisse@lysator.liu.se> +2010-02-05 Niels Möller <nisse@lysator.liu.se> * src/testsuite/config/lshd-userauth.conf: Added enable-publickey option. @@ -819,7 +819,7 @@ (handle_publickey, handle_password): Take the configuration as argument, and return 0 if the method is not enabled. -2010-02-04 Niels M�ller <nisse@lysator.liu.se> +2010-02-04 Niels Möller <nisse@lysator.liu.se> * src/server_config.c (parser_parse_option): Require new line at end of option-value pair, and warn for spurious tokens before the @@ -840,7 +840,7 @@ * src/config.make.in (CCPIC): New variable. -2010-02-02 Niels M�ller <nisse@lysator.liu.se> +2010-02-02 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in: Added rules for building getpwnam-wrapper.so. Needs to be configured. @@ -851,7 +851,7 @@ * src/client.c (kill_client_connection): Use trace rather than werror. -2010-01-12 Niels M�ller <nisse@lysator.liu.se> +2010-01-12 Niels Möller <nisse@lysator.liu.se> * src/lshd-userauth.c (handle_password): New function, currently untested and #if:ed out. @@ -859,22 +859,22 @@ * src/crypto.h (hash_algorithm): Deleted class, just use the corresponding struct nettle_hash. -2009-10-25 Niels M�ller <nisse@lysator.liu.se> +2009-10-25 Niels Möller <nisse@lysator.liu.se> * configure.ac: Updated URL for liboop, it's now http://liboop.ofb.net. -2009-10-21 Niels M�ller <nisse@lysator.liu.se> +2009-10-21 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (make_lshd_port): Set the IPPROTO_IPV6ONLY socket option when listening on an IPv6 socket. -2009-10-07 Niels M�ller <nisse@lysator.liu.se> +2009-10-07 Niels Möller <nisse@lysator.liu.se> * src/lshd-userauth.c (lookup_user): Added support for shadow passwords. -2009-09-22 Niels M�ller <nisse@lysator.liu.se> +2009-09-22 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lsh-6-test (ALGORITHMS): Updated list to include aes128 in cbc and ctr modes. @@ -895,12 +895,12 @@ some aliases for "aes256-cbc" and "aes256-ctr", including the old "rijndael" alias. -2009-09-05 Niels M�ller <nisse@lysator.liu.se> +2009-09-05 Niels Möller <nisse@lysator.liu.se> * src/server_config.c (server_config_parse_example): Don't use options where the example is NULL. -2009-09-01 Niels M�ller <nisse@lysator.liu.se> +2009-09-01 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (XAUTHORITY): Put xauthority file in $TEST_HOME. @@ -915,26 +915,26 @@ * configure.ac: Test for $with_system_argp != no, rather than = yes. -2009-08-31 Niels M�ller <nisse@lysator.liu.se> +2009-08-31 Niels Möller <nisse@lysator.liu.se> * doc/Makefile.in (DISTFILES): Distribute TODO file. * Makefile.in (install uninstall): Recurse into sftp directory. -2009-08-24 Niels M�ller <nisse@lysator.liu.se> +2009-08-24 Niels Möller <nisse@lysator.liu.se> * .bootstrap, Makefile.in, configure.ac: Reenable building of sftp. -2009-05-30 Niels M�ller <nisse@lysator.liu.se> +2009-05-30 Niels Möller <nisse@lysator.liu.se> * doc/Makefile.in (.texinfo.info): Don't use a temporary output file $@T, trust makeinfo to not remove output file on errors. -2009-05-04 Niels M�ller <nisse@lysator.liu.se> +2009-05-04 Niels Möller <nisse@lysator.liu.se> * texinfo.tex: Upgrade to version 2009-03-22.17. -2009-02-24 Niels M�ller <nisse@lysator.liu.se> +2009-02-24 Niels Möller <nisse@lysator.liu.se> * src/server_pty.c (pty_open_slave): Work around Solaris problem with bogus definition of TIOCSCTTY. @@ -942,7 +942,7 @@ * src/lshd-pty-helper.c (die, werror, process_request): Improved error messages. -2009-02-23 Niels M�ller <nisse@lysator.liu.se> +2009-02-23 Niels Möller <nisse@lysator.liu.se> * src/testsuite/x11-4-test: Explicitly start /bin/sh at the remote end. Avoid recursive use of here-documents. Use $XAUTH, $XMODMAP @@ -952,7 +952,7 @@ (do_client_channel_x11_receive): Send "access denied" message back when a connection is refused. -2009-02-16 Niels M�ller <nisse@lysator.liu.se> +2009-02-16 Niels Möller <nisse@lysator.liu.se> * src/testsuite/x11-2-test: Use lsh, not lshg, for this test. Also export DISPLAY. @@ -969,7 +969,7 @@ variables. (need_xvfb, spawn_xvfb): Use $XVFB. -2009-02-12 Niels M�ller <nisse@lysator.liu.se> +2009-02-12 Niels Möller <nisse@lysator.liu.se> * src/testsuite/x11-2-test: Use lshg, and also check that the X-forwarding is removed properly. @@ -980,7 +980,7 @@ * src/werror.c (werror_vformat): Don't output any punctuation for %e. Changed all callers to use it like "...: %e.\n". -2009-02-11 Niels M�ller <nisse@lysator.liu.se> +2009-02-11 Niels Möller <nisse@lysator.liu.se> * src/pty-helper.c (pty_send_message): Clear the control area, to work around overly strict length validation in CMSG_NXTHDR. @@ -988,7 +988,7 @@ (pty_send_message, pty_recv_message): Also clear the entire msghdr struct. -2008-12-02 Niels M�ller <nisse@lysator.liu.se> +2008-12-02 Niels Möller <nisse@lysator.liu.se> * contrib/lshd.debian.init: Updated file names for host key. Use SIGHUP when stopping daemon. @@ -996,12 +996,12 @@ * src/lshd.c (lshd_config_options): Use FILE_LSHD_HOST_KEY. (open_interface): Fixed handling of default (NULL) interface. -2008-11-27 Niels M�ller <nisse@lysator.liu.se> +2008-11-27 Niels Möller <nisse@lysator.liu.se> * src/testsuite/x11-1-test: Set $DISPLAY and $LSH_FLAGS at top-level, not just locally for exec_lsh function. -2008-11-26 Niels M�ller <nisse@lysator.liu.se> +2008-11-26 Niels Möller <nisse@lysator.liu.se> * src/pty-helper.c (CMSG_LEN): Fallback definition now includes int alignment at the end of the header. @@ -1011,19 +1011,19 @@ * src/server_x11.c (open_x11_socket): Try to create directory /tmp/.X11-unix. -2008-11-22 Niels M�ller <nisse@lysator.liu.se> +2008-11-22 Niels Möller <nisse@lysator.liu.se> * src/lsh-make-seed.c (main): Reverted part of change from 2008-11-01. Don't explicitly set the seeded flag in the yarrow ctx, as that results in calls to aes_encrypt before aes_set_encrypt_key. -2008-11-12 Niels M�ller <nisse@lysator.liu.se> +2008-11-12 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (XAUTHORITY): Use a separate export statement for XAUTHORITY. -2008-11-10 Niels M�ller <nisse@lysator.liu.se> +2008-11-10 Niels Möller <nisse@lysator.liu.se> * src/server_x11.c (create_xauth): Added fallback when libXau is unavailable. Avoid using the Xauth type in the argument list. Use @@ -1035,11 +1035,11 @@ * configure.ac: Use AC_CHECK_LIB to check for libXau. -2008-11-09 Niels M�ller <nisse@lysator.liu.se> +2008-11-09 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh: Explicitly export DISPLAY. -2008-11-07 Niels M�ller <nisse@lysator.liu.se> +2008-11-07 Niels Möller <nisse@lysator.liu.se> * configure.ac: Try a different workaround for libXau on Solaris-5.8. @@ -1053,7 +1053,7 @@ * configure.ac: Fixed check for credentials passing to work on FreeBSD. -2008-11-06 Niels M�ller <nisse@lysator.liu.se> +2008-11-06 Niels Möller <nisse@lysator.liu.se> * configure.ac: Moved checks for -lnsl and -lsocket earlier. Updated GMP URL. @@ -1061,20 +1061,20 @@ * configure.ac: Fixed spurious # in include section i test for utmp members. -2008-11-05 Niels M�ller <nisse@lysator.liu.se> +2008-11-05 Niels Möller <nisse@lysator.liu.se> * configure.ac: Check for XauGetAuthByAddr in both libXau and libX11. (XAUTH_PROGRAM): Deleted check and configure option. -2008-11-04 Niels M�ller <nisse@lysator.liu.se> +2008-11-04 Niels Möller <nisse@lysator.liu.se> * src/server_pty.h: Include <sys/termios.h>. * src/pty-helper.c: Added support for FreeBSD style credentials passing, with SCM_CREDS and struct cmsgcred. -2008-11-01 Niels M�ller <nisse@lysator.liu.se> +2008-11-01 Niels Möller <nisse@lysator.liu.se> * src/unix_random.c (update_seed_file): Mix in current seed file before overwriting it. @@ -1089,12 +1089,12 @@ * src/crypto.c: Updated (nettle_crypt_func *) casts, for nettle-2.0. -2008-10-30 Niels M�ller <nisse@lysator.liu.se> +2008-10-30 Niels Möller <nisse@lysator.liu.se> * src/lsh.c (main_argp_parser): Support user@host notation. (main_argp_parser): Count self->start_gateway as an action. -2008-10-22 Niels M�ller <nisse@lysator.liu.se> +2008-10-22 Niels Möller <nisse@lysator.liu.se> * src/transport.c (transport_send_kexinit): Use make_kexinit function. @@ -1115,7 +1115,7 @@ * src/dh_exchange.c (dh_hash_update): Deleted free argument. Updated all callers. -2008-09-26 Niels M�ller <nisse@lysator.liu.se> +2008-09-26 Niels Möller <nisse@lysator.liu.se> * src/Makefile.in (COMMON_SOURCES): Moved queue.c here, from CONNECTION_SOURCES. @@ -1143,7 +1143,7 @@ * src/channel.c (channel_open_new_v): Removed function, merged into channel_open_new_type. -2008-09-03 Niels M�ller <nisse@lysator.liu.se> +2008-09-03 Niels Möller <nisse@lysator.liu.se> * src/transport.c (transport_process_packet): Parse SSH_DISCONNECT message and display the description and reason code. @@ -1155,7 +1155,7 @@ * src/io.c (lsh_popen_write): Close the pipe to the spawned process after the data is written. -2008-09-02 Niels M�ller <nisse@lysator.liu.se> +2008-09-02 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c (lsh_transport_lookup_verifier): Reintroduced call to werror_quiet_p. --sloppy --quiet means that @@ -1164,7 +1164,7 @@ * src/atoms.in: Commented out or deleted unused symbols. -2008-09-01 Niels M�ller <nisse@lysator.liu.se> +2008-09-01 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh: --capture-to option renamed to --host-db-update. @@ -1193,7 +1193,7 @@ lsh_popen_read. (lsh_popen_write): New function. -2008-08-28 Niels M�ller <nisse@lysator.liu.se> +2008-08-28 Niels Möller <nisse@lysator.liu.se> * src/unix_random.c (random_add): Don't associate any entropy with input of type RANDOM_SOURCE_SECRET. @@ -1236,13 +1236,13 @@ * src/daemon.c (PID_DIR, PID_SUFFIX): Deleted unused macros. -2008-08-26 Niels M�ller <nisse@lysator.liu.se> +2008-08-26 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in (tags): New target. * doc/Makefile.in (tags): New do nothing target. -2008-08-20 Niels M�ller <nisse@lysator.liu.se> +2008-08-20 Niels Möller <nisse@lysator.liu.se> * src/transport.c (transport_connection_kill): Cancel oop_timer_retry. @@ -1266,7 +1266,7 @@ (CLIENT_VERSION_LINE): Likewise. Updated all users. -2008-08-19 Niels M�ller <nisse@lysator.liu.se> +2008-08-19 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (class lshd_port): Inherit io_listen_port. (kill_port): Deleted function. @@ -1297,18 +1297,18 @@ (class io_connect_state): Inherit io_fd_resource. (class io_listen_port): Likewise. -2008-08-11 Niels M�ller <nisse@lysator.liu.se> +2008-08-11 Niels Möller <nisse@lysator.liu.se> * src/spki.c (spki_pkcs5_encrypt): Handle the case of no IV. -2008-08-04 Niels M�ller <nisse@lysator.liu.se> +2008-08-04 Niels Möller <nisse@lysator.liu.se> * src/lsh-writekey.c: Deleted program. * src/client_x11.c (x11_connect_error): Fixed call to channel_open_deny. -2008-07-27 Niels M�ller <nisse@lysator.liu.se> +2008-07-27 Niels Möller <nisse@lysator.liu.se> Merged lsh-writekey into lsh-keygen. Old lsh-keygen behavior is enabled with --write-raw, old lsh-writekey behaviour is enabled by @@ -1357,7 +1357,7 @@ (main): Adapted to new randomness interface. Aded code to split key into private and public parts, stored in different files. -2008-07-07 Niels M�ller <nisse@lysator.liu.se> +2008-07-07 Niels Möller <nisse@lysator.liu.se> Reorganized client actions. @@ -1422,7 +1422,7 @@ * src/server_tcpforward.c (OPEN_FORWARDED_TCPIP): Deleted unused macro. -2008-07-06 Niels M�ller <nisse@lysator.liu.se> +2008-07-06 Niels Möller <nisse@lysator.liu.se> Simplified interface to the randomness generator. @@ -1549,7 +1549,7 @@ * src/randomness.h: Deleted randomness class. New interface using plain functions random_generate and random_add. -2008-06-17 Niels M�ller <nisse@lysator.liu.se> +2008-06-17 Niels Möller <nisse@lysator.liu.se> * src/.dist_classes (dist_classes): Deleted channel.c.x, combinators.c.x, gateway_channel.c.x, io_commands.c.x. Added @@ -1558,7 +1558,7 @@ * src/.dist_headers (dist_headers): Deleted io_commands.h and suspend.h. -2008-06-16 Niels M�ller <nisse@lysator.liu.se> +2008-06-16 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in (TS_SH): Added lshg-tcpip-remote-test. @@ -1571,11 +1571,11 @@ * src/gateway.c (make_gateway_connection): Add handler for GLOBAL_REQUEST tcpip-forward. -2008-06-15 Niels M�ller <nisse@lysator.liu.se> +2008-06-15 Niels Möller <nisse@lysator.liu.se> * src/gateway_tcpforward.c: New file. -2008-06-14 Niels M�ller <nisse@lysator.liu.se> +2008-06-14 Niels Möller <nisse@lysator.liu.se> * src/Makefile.in (lsh_SOURCES): Added gateway_x11.c. @@ -1606,7 +1606,7 @@ * src/gateway_x11.c: New file. -2008-06-09 Niels M�ller <nisse@lysator.liu.se> +2008-06-09 Niels Möller <nisse@lysator.liu.se> * src/xalloc.c (lsh_object_check_subtype): Removed support for LSH_ALLOC_STACK. @@ -1698,7 +1698,7 @@ (class global_request): The handler method now takes a struct request_info as argument, and no continuation or exception_handler. -2008-05-30 Niels M�ller <nisse@lysator.liu.se> +2008-05-30 Niels Möller <nisse@lysator.liu.se> * src/lsh.c (maybe_x11): Pass zero single_connection argument to make_x11_action. @@ -1718,7 +1718,7 @@ * src/client.h (class client_x11_handler): New class, replacing similar class in client_x11.c. -2008-05-28 Niels M�ller <nisse@lysator.liu.se> +2008-05-28 Niels Möller <nisse@lysator.liu.se> * src/gateway_channel.c (do_gateway_channel_event): Pass on CHANNEL_SUCCESS and CHANNEL_FAILURE to the other channel. @@ -1808,7 +1808,7 @@ * src/channel.c (channel_open_deny): Fixed assertion. (channel_open_confirm): Added assertion. -2008-05-26 Niels M�ller <nisse@lysator.liu.se> +2008-05-26 Niels Möller <nisse@lysator.liu.se> * src/combinators.c: Deleted file. @@ -1909,7 +1909,7 @@ rec_window_size to a smaller value corresponding to the initial X11 packet wth authentication data. -2008-05-23 Niels M�ller <nisse@lysator.liu.se> +2008-05-23 Niels Möller <nisse@lysator.liu.se> * src/io_commands.c (make_listen_value): Added missing break. @@ -2014,7 +2014,7 @@ * src/alist.h (class alist): Deleted size attribute. * src/alist.c: Deleted code to update size. -2008-05-20 Niels M�ller <nisse@lysator.liu.se> +2008-05-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Deleted check for cfmakeraw. @@ -2041,7 +2041,7 @@ Pass on --askpass option to lsh-transport. (main): Call unix_interact_init. -2008-05-19 Niels M�ller <nisse@lysator.liu.se> +2008-05-19 Niels Möller <nisse@lysator.liu.se> * src/lshd-connection.c (make_lshd_connection): Install window-change handler. @@ -2161,7 +2161,7 @@ (parse_pkcs5_payload): Likewise. (spki_pkcs5_decrypt): Likewise. Deleted interact argument. -2008-05-17 Niels M�ller <nisse@lysator.liu.se> +2008-05-17 Niels Möller <nisse@lysator.liu.se> * src/client_session.c (oop_read_stdin): Implemented handling of escape character. @@ -2179,7 +2179,7 @@ (escape_dispatch): Use const argument. (client_escape_process): New function, replacing old code. -2008-05-15 Niels M�ller <nisse@lysator.liu.se> +2008-05-15 Niels Möller <nisse@lysator.liu.se> * src/channel.h: Deleted old if:ed out code. * src/gc.c, src/gc.h: Likewise. @@ -2189,7 +2189,7 @@ * src/server_config.c: Likewise. * src/werror.c: Likewise. -2008-05-14 Niels M�ller <nisse@lysator.liu.se> +2008-05-14 Niels Möller <nisse@lysator.liu.se> * src/channel.h (CHANNEL_RECEIVE): Deleted macro, updated the only call in channel.c. @@ -2265,7 +2265,7 @@ * src/channel.c (channel_send_request): Check if we have sent channel_close. Return success/failure. -2008-05-12 Niels M�ller <nisse@lysator.liu.se> +2008-05-12 Niels Möller <nisse@lysator.liu.se> * src/io_commands.c (make_listen_value): Moved function here, from io.c. Also made static, changed interface to take a sockaddr as @@ -2364,7 +2364,7 @@ (class ssh_channel): Made pending_requests a simple counter, not a queue of objects. -2008-05-04 Niels M�ller <nisse@lysator.liu.se> +2008-05-04 Niels Möller <nisse@lysator.liu.se> * src/client.c (handle_random_reply): New function. (client_random_request): New function. @@ -2397,7 +2397,7 @@ * src/gateway_channel.c (gateway_channel_open): Updated for new type of the shared attribute. -2008-05-03 Niels M�ller <nisse@lysator.liu.se> +2008-05-03 Niels Möller <nisse@lysator.liu.se> * src/transport_forward.c (forward_packet_handler): Refuse to forward "local" messages, with message numbers from @@ -2473,7 +2473,7 @@ of SSH_MSG_CHANNEL_OPEN. (make_gateway_connection): Set open_fallback to gateway_channel_open. -2008-05-01 Niels M�ller <nisse@lysator.liu.se> +2008-05-01 Niels Möller <nisse@lysator.liu.se> * src/server_tcpforward.c (channel_open_direct_tcpip): Use DEFINE_CHANNEL_OPEN. @@ -2482,7 +2482,7 @@ * src/client_tcpforward.c (channel_open_forwarded_tcpip): Use DEFINE_CHANNEL_OPEN. -2008-04-28 Niels M�ller <nisse@lysator.liu.se> +2008-04-28 Niels Möller <nisse@lysator.liu.se> * src/channel_forward.c (init_channel_forward): Use do_channel_forward_event if the given event handler is NULL. @@ -2504,7 +2504,7 @@ * src/connection.h (class ssh_connection): Removed attribute x11_display. -2008-04-24 Niels M�ller <nisse@lysator.liu.se> +2008-04-24 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c (lsh_transport_service_packet_handler): New function, implementing SSH_LSH_RANDOM_REQUEST. @@ -2518,7 +2518,7 @@ * src/format.c (ssh_vformat_length): Cleaned up handling of %r. -2008-04-23 Niels M�ller <nisse@lysator.liu.se> +2008-04-23 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c (make_lsh_transport_connection): Updated for init_transport_forward change. @@ -2537,7 +2537,7 @@ * src/ssh.h (SSH_LSH_RANDOM_REQUEST, SSH_LSH_RANDOM_REPLY): New local message types. -2008-03-03 Niels M�ller <nisse@lysator.liu.se> +2008-03-03 Niels Möller <nisse@lysator.liu.se> * src/client.c (env_parse): Can't free the allocated copy of the environment value, as the argument parser stores pointers into it. @@ -2550,12 +2550,12 @@ * src/environ.h.in (ENV_LSHFLAGS): New constant. -2008-02-24 Niels M�ller <nisse@lysator.liu.se> +2008-02-24 Niels Möller <nisse@lysator.liu.se> * doc/Makefile.in (DISTFILES): Removed srp-spec.txt; already included in $(TARGETS). -2008-02-06 Niels M�ller <nisse@lysator.liu.se> +2008-02-06 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c (read_host_acls): Message when host-acls cannot be opened is displayed only in verbose mode. Fixed message @@ -2564,7 +2564,7 @@ * src/werror.c (werror_vformat): For %e, don't display the numeric errno value. -2008-01-08 Niels M�ller <nisse@lysator.liu.se> +2008-01-08 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c (lsh_transport_packet_handler): Handle SSH_MSG_USERAUTH_BANNER. @@ -2572,7 +2572,7 @@ * src/spki.c (spki_lookup_key): New function. -2008-01-07 Niels M�ller <nisse@lysator.liu.se> +2008-01-07 Niels Möller <nisse@lysator.liu.se> * src/gateway.c (oop_write_gateway): New function. (gateway_start_write, gateway_stop_write): New functions. @@ -2590,12 +2590,12 @@ gateways when the transport write buffer is getting full, is implemented in service_start_write. -2007-09-19 Niels M�ller <nisse@lysator.liu.se> +2007-09-19 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in (prgrp-timeout): Added rule for building prgrp-timeout executable. -2007-09-13 Niels M�ller <nisse@lysator.liu.se> +2007-09-13 Niels Möller <nisse@lysator.liu.se> * misc/xenofarm.sh: Updated for moved argp, nettle and spki directories. @@ -2603,7 +2603,7 @@ * src/testsuite/functions.sh: Avoid using type -p, since it's not portable. -2007-09-12 Niels M�ller <nisse@lysator.liu.se> +2007-09-12 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lsh-10-test: Fixed typo in check for local tty. @@ -2614,11 +2614,11 @@ * doc/Makefile.in (DISTFILES): Added srp-spec.txt. -2007-09-10 Niels M�ller <nisse@lysator.liu.se> +2007-09-10 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lsh-10-test: Skip test if we have no tty locally. -2007-09-09 Niels M�ller <nisse@lysator.liu.se> +2007-09-09 Niels Möller <nisse@lysator.liu.se> * src/spki.c (spki_pkcs5_encrypt): Updated use of crypt_string_pad. @@ -2632,7 +2632,7 @@ (crypt_string_unpad): Deleted argument free. Now always consumes input string. -2007-09-07 Niels M�ller <nisse@lysator.liu.se> +2007-09-07 Niels Möller <nisse@lysator.liu.se> * src/atoms.c (get_atom_length, get_atom_name): Changed argument type to enum lsh_atom. @@ -2669,7 +2669,7 @@ * src/connection.c (ssh_connection_foreach): New function. * src/connection.h: Prototypes for the above. -2007-05-29 Niels M�ller <nisse@lysator.liu.se> +2007-05-29 Niels Möller <nisse@lysator.liu.se> * src/gateway_channel.c (do_gateway_channel_event): When opening the target channel fails, we should deallocate the originating @@ -2677,14 +2677,14 @@ * src/Makefile.in (lshd-pty-helper): Added rules for this program. -2007-05-14 Niels M�ller <niels@s3.kth.se> +2007-05-14 Niels Möller <niels@s3.kth.se> * src/testsuite/Makefile.in (TEST_OBJS): Added compress.o. (TEST_LIBS): Link with -lhogweed. * src/Makefile.in: Link programs with -lhogweed. -2007-05-10 Niels M�ller <nisse@lysator.liu.se> +2007-05-10 Niels Möller <nisse@lysator.liu.se> * Makefile.in (install uninstall): Typo fix. (SUBDIRS): Added misc directory. @@ -2695,7 +2695,7 @@ * contrib/Makefile.in: Set VPATH. Fixed distclean rule. * misc/Makefile.in (tags): Likewise. -2007-05-09 Niels M�ller <nisse@lysator.liu.se> +2007-05-09 Niels Möller <nisse@lysator.liu.se> * src/config.make.in (LIBS): Add @LIB_ARGP. @@ -2718,7 +2718,7 @@ * contrib/Makefile.in: New file. * contrib/Makefile.am: Deleted. -2007-05-08 Niels M�ller <nisse@lysator.liu.se> +2007-05-08 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in (clean, distclean): New targets. @@ -2735,18 +2735,18 @@ * configure.ac: Add -largp to LIBS, if we're using the bundled argp library. Use AC_PROG_INSTALL and AC_PROG_MKDIR_P. -2007-05-04 Niels M�ller <niels@s3.kth.se> +2007-05-04 Niels Möller <niels@s3.kth.se> * configure.ac: Commented out --without-zlib handling. For now, it's always disabled. * Makefile.am: Deleted obsolete file. -2007-05-04 Niels M�ller <nisse@lysator.liu.se> +2007-05-04 Niels Möller <nisse@lysator.liu.se> * INSTALL, install-sh, texinfo.tex: New files, copied from automake-1.10. -2007-05-03 Niels M�ller <nisse@lysator.liu.se> +2007-05-03 Niels Möller <nisse@lysator.liu.se> * aclocal.m4: Renamed, used to be acinclude.m4. @@ -2793,7 +2793,7 @@ * .bootstrap: Updated for directory reorganization. -2007-05-02 Niels M�ller <nisse@lysator.liu.se> +2007-05-02 Niels Möller <nisse@lysator.liu.se> * src/lsh-decode-key.c (argp_program_version): Use PACKAGE_STRING. * src/lsh-decrypt-key.c: Likewise. @@ -2806,9 +2806,9 @@ * src/lshd-userauth.c: Likewise. * src/lcp: Support filenames containing white space. Fix from - Ludovic Court�s. + Ludovic Courtès. -2007-04-26 Niels M�ller <nisse@lysator.liu.se> +2007-04-26 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in (distdir): New target. @@ -2825,11 +2825,11 @@ nettle_builddir and spki_builddir. (SUBDIRS): List testsuite. -2007-04-23 Niels M�ller <nisse@lysator.liu.se> +2007-04-23 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.in: New manually written Makefile.in. -2007-04-07 Niels M�ller <nisse@lysator.liu.se> +2007-04-07 Niels Möller <nisse@lysator.liu.se> * src/lsh_string.c (lsh_string_ntop): Use HAVE_INET_NTOP, not WITH_IPV6. Fixes problem with --disable-ipv6, reported by Sonny @@ -2837,13 +2837,13 @@ * configure.ac: Check for inet_ntop. -2007-04-04 Niels M�ller <nisse@lysator.liu.se> +2007-04-04 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version number to 2.9.1-exp. * Released lsh-2.9-exp -2007-03-27 Niels M�ller <nisse@lysator.liu.se> +2007-03-27 Niels Möller <nisse@lysator.liu.se> * src/gateway_channel.c (do_gateway_channel_event): For CHANNEL_EVENT_DENY, use the right channel number when propagating @@ -2873,17 +2873,17 @@ * src/testsuite/lsh-12-test: New test, which executes two commands in parallel. -2007-03-05 Niels M�ller <nisse@lysator.liu.se> +2007-03-05 Niels Möller <nisse@lysator.liu.se> * configure.ac: By default, don't use the system's argp. -2007-03-01 Niels M�ller <nisse@lysator.liu.se> +2007-03-01 Niels Möller <nisse@lysator.liu.se> * configure.ac: Changed version "number" to 2.9-exp. * src/Makefile.am (EXTRA_DIST): Added lshg. -2007-02-28 Niels M�ller <nisse@lysator.liu.se> +2007-02-28 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c: Implemented password authentication, both "password" and "keyboard-interactive". @@ -2918,12 +2918,12 @@ * src/environ.h.in: Helper programs are in SBINDIR and BINDIR, not LIBEXECDIR. -2007-02-26 Niels M�ller <nisse@lysator.liu.se> +2007-02-26 Niels Möller <nisse@lysator.liu.se> * src/lshg: New shell script. * src/Makefile.am (bin_SCRIPTS): Added lshg. -2007-02-13 Niels M�ller <nisse@lysator.liu.se> +2007-02-13 Niels Möller <nisse@lysator.liu.se> * src/werror.c (werror_vformat): For %e, use the passed in number, not errno. @@ -2938,7 +2938,7 @@ * src/lshd-pty-helper.c (process_request): Record errno before calling other functions. -2007-02-08 Niels M�ller <nisse@lysator.liu.se> +2007-02-08 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.am (TIMEOUT_PROGRAM): Pass -n to prgrp-timeout. @@ -2961,7 +2961,7 @@ * src/testsuite/prgrp-timeout.c: Propagate SIGINT and SIGTERM to child process. -2007-02-07 Niels M�ller <nisse@lysator.liu.se> +2007-02-07 Niels Möller <nisse@lysator.liu.se> * src/unix_process.c (send_helper_request): Better error message on EOF. @@ -2983,7 +2983,7 @@ * src/testsuite/prgrp-timeout.c: New program, used to enforce a timeout and process cleanup when running the tests. -2007-02-06 Niels M�ller <nisse@lysator.liu.se> +2007-02-06 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lsh-11-test: Workaround for the broken /bin/sh on Solaris. On Solaris, just exec ksh instead. @@ -2997,7 +2997,7 @@ * src/lcp: Quote argument to basename. -2007-02-05 Niels M�ller <nisse@lysator.liu.se> +2007-02-05 Niels Möller <nisse@lysator.liu.se> * src/transport_read.c (DEBUG_PACKET_HEADER): Disabled this debug output. @@ -3014,7 +3014,7 @@ * configure.ac (HAVE_SOCKET_CREDENTIALS_PASSING): Check for working credentials passing. -2007-01-27 Niels M�ller <nisse@lysator.liu.se> +2007-01-27 Niels Möller <nisse@lysator.liu.se> * src/transport.c: (format_newkeys): Moved to keyexchange.c. (transport_keyexchange_finish): Don't send the NEWKEYS message @@ -3027,12 +3027,12 @@ encrypted with the wrong keys. Instead, try pushing the packet out after the new keys have been installed. -2007-01-26 Niels M�ller <nisse@lysator.liu.se> +2007-01-26 Niels Möller <nisse@lysator.liu.se> * src/client_tcpforward.c (do_channel_open_forwarded_tcpip): Fixed bug in verbose message. -2007-01-11 Niels M�ller <nisse@lysator.liu.se> +2007-01-11 Niels Möller <nisse@lysator.liu.se> * src/lshd-userauth.c (read_packet): No need for EINTR loop around lsh_string_read. @@ -3064,13 +3064,13 @@ * src/ssh_read.c (ssh_read_some, init_ssh_read_state): New functions. -2007-01-09 Niels M�ller <nisse@lysator.liu.se> +2007-01-09 Niels Möller <nisse@lysator.liu.se> * src/ssh_read.c, src/ssh_read.h: Deleted obsolete files. * src/write_packet.c: Deleted obsolete file. -2007-01-05 Niels M�ller <nisse@lysator.liu.se> +2007-01-05 Niels Möller <nisse@lysator.liu.se> * src/transport_read.c (transport_read_packet): Debug output in the case that the packet header is invalid. @@ -3081,11 +3081,11 @@ * src/lshd-pty-helper.c (main): Fixed copy-paste error in error message. -2006-12-08 Niels M�ller <nisse@lysator.liu.se> +2006-12-08 Niels Möller <nisse@lysator.liu.se> * src/pty-helper.c (CMSG_SPACE): Fixed typo. -2006-12-06 Niels M�ller <nisse@lysator.liu.se> +2006-12-06 Niels Möller <nisse@lysator.liu.se> * src/pty-helper.c (CMSG_LEN, CMSG_SPACE): If <sys/socket.h> fails to define these macros, define them here. @@ -3095,11 +3095,11 @@ * src/lshd-connection.c: Include <sys/uio>, for writev. -2006-12-06 Niels M�ller <niels@s3.kth.se> +2006-12-06 Niels Möller <niels@s3.kth.se> * src/unix_user.c: Deleted obsolete file. -2006-12-05 Niels M�ller <nisse@lysator.liu.se> +2006-12-05 Niels Möller <nisse@lysator.liu.se> * src/lshd-pty-helper.c: Attempted to make the utmp/wtmp handling more portable. @@ -3110,19 +3110,19 @@ * contrib/solpkg.sh.in (datarootdir): New directory variable (for autoconf-2.61). -2006-12-04 Niels M�ller <nisse@lysator.liu.se> +2006-12-04 Niels Möller <nisse@lysator.liu.se> * .bootstrap: Commented out linking of install-sh, texinfo.tex, INSTALL and COPYING into the nettle subdirectory. -2006-05-26 Niels M�ller <niels@s3.kth.se> +2006-05-26 Niels Möller <niels@s3.kth.se> * src/lshd_read.c: Deleted unused file. * src/lshd-userauth.c (spawn_helper): Use SOCK_DGRAM for Solaris style ucred passing, otherwise SOCK_STREAM. -2006-05-26 Niels M�ller <nisse@lysator.liu.se> +2006-05-26 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh: Don't use set -e, since it made the cleanup code unreliable. FIXME: Check if any tests depended on this. @@ -3142,14 +3142,14 @@ * configure.ac: Check for ucred.h. -2006-05-25 Niels M�ller <niels@s3.kth.se> +2006-05-25 Niels Möller <niels@s3.kth.se> * src/testsuite/lsh-10-test: Check that the client gets a tty. * src/lshd-userauth.c (spawn_helper): Use SOCK_DGRAM for the pty-helper socketpair. -2006-05-25 Niels M�ller <nisse@lysator.liu.se> +2006-05-25 Niels Möller <nisse@lysator.liu.se> * src/testsuite/setup-env: Pass -v flag to lsh-make-seed. @@ -3162,7 +3162,7 @@ * src/lshd-userauth.c (start_service): Fixed ENV_MAX handling. -2006-05-23 Niels M�ller <nisse@lysator.liu.se> +2006-05-23 Niels Möller <nisse@lysator.liu.se> * src/pty-helper.c (_XPG4_2): Define before including system headers. Needed for CMSG_SPACE and friends on Solaris. @@ -3186,7 +3186,7 @@ * src/arglist.c (arglist_push_optarg): Use malloc + strcpy instead of asprintf, for better portability. -2006-05-23 Niels M�ller <niels@s3.kth.se> +2006-05-23 Niels Möller <niels@s3.kth.se> * src/io.c (io_readable_p): New function, replacing the static function readable_p in service_read.c and transport_read.c. @@ -3202,7 +3202,7 @@ (HAVE_IOCTL_FIONREAD): New check, if ioctl FIONREAD exists, and takes an int argument. -2006-05-19 Niels M�ller <nisse@lysator.liu.se> +2006-05-19 Niels Möller <nisse@lysator.liu.se> * src/jpoll.c, src/jpoll.h: Deleted files. * src/Makefile.am (EXTRA_DIST): Deleted jpoll.h and jpoll.c. @@ -3223,7 +3223,7 @@ * src/lshd-pty-helper.c (main): Declare argc and argv UNUSED. -2006-05-19 Niels M�ller <niels@s3.kth.se> +2006-05-19 Niels Möller <niels@s3.kth.se> * configure.ac: Deleted canonicalize_file_name check, reverting earlier change. @@ -3247,12 +3247,12 @@ * src/lsh-transport.c: Include sys/stat.h. -2006-05-19 Niels M�ller <nisse@lysator.liu.se> +2006-05-19 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.am (EXTRA_DIST): Added configuration files. -2006-05-18 Niels M�ller <nisse@lysator.liu.se> +2006-05-18 Niels Möller <nisse@lysator.liu.se> * src/pty-helper.c (pty_send_message, pty_recv_message): Make linux style ucred handling conditional on SCM_CREDENTIALS being @@ -3283,7 +3283,7 @@ ATOM_SERPENT_CBC_LOCAL. (all_crypto_algorithms): Likewise. -2006-05-16 Niels M�ller <nisse@lysator.liu.se> +2006-05-16 Niels Möller <nisse@lysator.liu.se> * src/testsuite/server-config-test.c: New file (merged manually from experimental branch). @@ -3296,12 +3296,12 @@ * Merged experimental branch. Start of branch changes below. -2006-05-11 Niels M�ller <nisse@lysator.liu.se> +2006-05-11 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lsh-encrypted-key-test: Disabled test for now. * src/testsuite/login-auth-test: Likewise. -2006-05-09 Niels M�ller <nisse@lysator.liu.se> +2006-05-09 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.am (TS_PROGS): Added server-config-test. @@ -3311,14 +3311,14 @@ * src/channel.c (handle_open_confirm): Impose limit on send_max_packet. -2006-05-08 Niels M�ller <nisse@lysator.liu.se> +2006-05-08 Niels Möller <nisse@lysator.liu.se> * configure.ac: Set version to lsh-2x1. * src/channel_forward.c: Use CAST_SUBTYPE, not CAST, to allow for subclassing. -2006-02-28 Niels M�ller <niels@s3.kth.se> +2006-02-28 Niels Möller <niels@s3.kth.se> * src/testsuite/setup-env: Create empty utmp and wtmp files. @@ -3356,7 +3356,7 @@ (choose_address, io_resolv_address, address_info2sockaddr): #if:ed out. -2006-02-27 Niels M�ller <niels@s3.kth.se> +2006-02-27 Niels Möller <niels@s3.kth.se> * src/format.c (ssh_format): Fixed bug for the case DEBUG_ALLOC && !__GNUC__. @@ -3501,7 +3501,7 @@ * src/pty-helper.h: New file. * src/pty-helper.c: New file. -2006-02-23 Niels M�ller <niels@s3.kth.se> +2006-02-23 Niels Möller <niels@s3.kth.se> * src/testsuite/lshg-1-test: Use --start-gateway. Don't use need_lshg. @@ -3761,7 +3761,7 @@ * src/environ.h.in: Likewise. * src/transport_forward.h: Likewise. -2006-02-14 Niels M�ller <niels@s3.kth.se> +2006-02-14 Niels Möller <niels@s3.kth.se> * src/testsuite/parse-config-test.c (test_main): Pass dummy file name to config_parse_string. @@ -3857,7 +3857,7 @@ (init_channel_write_state): Let fd < 0 mean that no buffer should be allocated yet. -2006-02-13 Niels M�ller <niels@s3.kth.se> +2006-02-13 Niels Möller <niels@s3.kth.se> * src/testsuite/functions.sh (LSHD_CONFIG_DIR): Set and export. (INTERFACE): Deleted variable. @@ -4055,7 +4055,7 @@ * configure.ac: For gcc-4.x, add -Wno-pointer-sign to CFLAGS. -2005-10-10 Niels M�ller <niels@s3.kth.se> +2005-10-10 Niels Möller <niels@s3.kth.se> * src/.dist_classes (dist_classes): Removed a bunch of obsolete class files. @@ -4063,7 +4063,7 @@ * src/client_userauth.c: Deleted file. * src/client_userauth.h: Deleted file. -2005-10-10 Niels M�ller <nisse@lysator.liu.se> +2005-10-10 Niels Möller <nisse@lysator.liu.se> * src/client.c (client_argp_parser): Enable socks forwarding. @@ -4071,7 +4071,7 @@ * src/socks.c: Adapted to new i/o and channel_forward interfaces. -2005-10-09 Niels M�ller <nisse@lysator.liu.se> +2005-10-09 Niels Möller <nisse@lysator.liu.se> * src/io.c: Deleted obsoleted functionality. (class io_listen_callback): Deleted class. @@ -4106,7 +4106,7 @@ * src/string_buffer.c, src/string_buffer.h: Deleted files. -2005-10-09 Niels M�ller <niels@s3.kth.se> +2005-10-09 Niels Möller <niels@s3.kth.se> * src/gateway_commands.c: Don't include connection_commands.h. * src/lsh.c: Likewise. @@ -4163,7 +4163,7 @@ * src/Makefile.am (liblsh_a_SOURCES): Removed channel_commands.c. -2005-10-07 Niels M�ller <nisse@lysator.liu.se> +2005-10-07 Niels Möller <nisse@lysator.liu.se> * src/tcpforward.h (remote_port): Removed class. Replaced by new version in client_tcpforward.c. @@ -4232,7 +4232,7 @@ * src/channel.c (do_channel_open_continue): Generate a CHANNEL_EVENT_CONFIRM. -2005-10-06 Niels M�ller <nisse@lysator.liu.se> +2005-10-06 Niels Möller <nisse@lysator.liu.se> * src/io_commands.c (listen_tcp_command): Use io_make_sockaddr. @@ -4247,7 +4247,7 @@ (main_argp_parser): When handling ARGP_KEY_END, read host key, and set up kexinit according to the algorithm options. -2005-09-22 Niels M�ller <nisse@lysator.liu.se> +2005-09-22 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (liblsh_a_SOURCES): Added client_tcpforward.c and server_tcpforward.c. Removed tcpforward_commands.c. @@ -4281,7 +4281,7 @@ open_direct_tcpip_command and tcpforward_direct_tcpip. The latter used to be called forward_local_port. -2005-09-21 Niels M�ller <nisse@lysator.liu.se> +2005-09-21 Niels Möller <nisse@lysator.liu.se> * src/command.h (class command_2): Changed invoke to be a plain function pointer, not a method. @@ -4348,7 +4348,7 @@ * src/channel_io.c (channel_io_read): Call channel_io_stop_read on eof. -2005-09-20 Niels M�ller <nisse@lysator.liu.se> +2005-09-20 Niels Möller <nisse@lysator.liu.se> * src/client.c (open_session_command): New command. (class session_open_command): Deleted class. @@ -4369,7 +4369,7 @@ src/read_line.h, src/read_packet.c, src/read_packet.h, src/write_buffer.c, src/write_buffer.h: Deleted obsolete files. -2005-09-20 Niels M�ller <niels@s3.kth.se> +2005-09-20 Niels Möller <niels@s3.kth.se> * src/server_session.c: Don't include read_data.h. * src/lsh.h (struct abstract_write): Deleted declaration. @@ -4437,7 +4437,7 @@ (class ssh_channel): Attributes open_continuation and e replaced by channel_open_context. Method eof replaced by new method event. -2005-09-20 Niels M�ller <nisse@lysator.liu.se> +2005-09-20 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (liblsh_a_SOURCES): Compile io_commands.c. @@ -4470,7 +4470,7 @@ * src/client_escape.c (class escape_handler): Commented out class. -2005-09-19 Niels M�ller <niels@s3.kth.se> +2005-09-19 Niels Möller <niels@s3.kth.se> * src/Makefile.am (liblsh_a_SOURCES): Removed read_data.c read_file.c read_line.c. @@ -4529,13 +4529,13 @@ by default. (DEFINE_EXCEPTION_HANDLER): New macro. -2005-09-19 Niels M�ller <nisse@lysator.liu.se> +2005-09-19 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (liblsh_a_SOURCES): Readded channel_forward.c. * src/channel_forward.c: Rewrote to use channel_io.c. -2005-09-18 Niels M�ller <nisse@lysator.liu.se> +2005-09-18 Niels Möller <nisse@lysator.liu.se> * src/server_session.c (oop_write_stdin, do_receive, do_eof): Call channel_write_state_close on EOF and error. @@ -4561,7 +4561,7 @@ * src/channel_io.h (enum channel_io_status): New enum. -2005-09-17 Niels M�ller <nisse@lysator.liu.se> +2005-09-17 Niels Möller <nisse@lysator.liu.se> * src/channel_io.c (channel_io_write): Call channel_adjust_rec_window. @@ -4588,7 +4588,7 @@ * src/transport_forward.c (transport_forward_close): Use io_close_fd. (transport_forward_setup): Use io_register_fd. -2005-09-16 Niels M�ller <niels@s3.kth.se> +2005-09-16 Niels Möller <niels@s3.kth.se> * src/channel.c (receive_data_common): New function, with processing and checks common for handle_channel_data and @@ -4642,7 +4642,7 @@ (channel_maybe_close): Ignore channel->sinks counter, when CHANNEL_NO_WAIT_FOR_EOF is set. -2005-09-16 Niels M�ller <nisse@lysator.liu.se> +2005-09-16 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (liblsh_a_SOURCES): Added connection.c again. @@ -4671,7 +4671,7 @@ this file, and renamed the class ssh_connection. Deleted old version of this class. -2005-09-15 Niels M�ller <niels@s3.kth.se> +2005-09-15 Niels Möller <niels@s3.kth.se> * src/unix_random.c (do_device_source): Use the read system call directly, not the read_raw function. @@ -4696,7 +4696,7 @@ EXC_FINISH, EXC_FINISH_CHANNEL, EXC_FINISH_READ, EXC_FINISH_IO, EXC_FINISH_PENDING): Deleted unused exception types. -2005-09-15 Niels M�ller <nisse@lysator.liu.se> +2005-09-15 Niels Möller <nisse@lysator.liu.se> * src/channel.c (alloc_channel): Use lsh_space_realloc. (send_global_request_responses): Deleted q argument. Updated callers. @@ -4836,7 +4836,7 @@ * src/channel_io.h, src/channel_io.c: New files. -2005-09-14 Niels M�ller <nisse@lysator.liu.se> +2005-09-14 Niels Möller <nisse@lysator.liu.se> * src/transport_write.c (make_transport_write_state): Initialize ingore and threshold. @@ -4869,7 +4869,7 @@ * src/lsh_string.c (lsh_string_read): Loop on EINTR. -2005-09-13 Niels M�ller <nisse@lysator.liu.se> +2005-09-13 Niels Möller <nisse@lysator.liu.se> * src/service_read.c (service_read_packet): Check if self->packet_length is zero first. Fixes bug when reading small @@ -4884,11 +4884,11 @@ (werror_vformat): Don't write program name. New specifier %T. (packet_types): Include this generated array here, used for %T. -2005-09-08 Niels M�ller <nisse@lysator.liu.se> +2005-09-08 Niels Möller <nisse@lysator.liu.se> * src/lsh.c: Pass on --host-db option to lsh-transport. -2005-09-07 Niels M�ller <niels@s3.kth.se> +2005-09-07 Niels Möller <niels@s3.kth.se> * src/testsuite/functions.sh (run_lsh): For the time being, don't use -z (it's not implemented at the server side). @@ -4919,7 +4919,7 @@ * src/testsuite/functions.sh: Fixed typo in definition of LSH_TRANSPORT and friends. -2005-09-07 Niels M�ller <nisse@lysator.liu.se> +2005-09-07 Niels Möller <nisse@lysator.liu.se> * src/lsh.c (oop_read_service): Adapted to channel_packet_handler changes. @@ -4931,7 +4931,7 @@ (handle_global_request, etc) changed to take a struct simple_buffer * as argument, and made static. -2005-09-06 Niels M�ller <nisse@lysator.liu.se> +2005-09-06 Niels Möller <nisse@lysator.liu.se> * src/lshd-connection.c (blocking_writev): New function. (write_packet): Use blocking_writev, instead of the ssh_write @@ -4994,7 +4994,7 @@ (client_options): Ifed out unimplemented flags. (client_argp_parser): Likewise. -2005-08-31 Niels M�ller <nisse@lysator.liu.se> +2005-08-31 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c (read_host_acls): Use GET_FILE_ENV. * src/lshd-userauth.c (main): Likewise. @@ -5007,11 +5007,11 @@ (FILE_LSHD_CONNECTION, FILE_LSHD_USERAUTH, FILE_LSH_TRANSPORT): New filenames. -2005-08-31 Niels M�ller <niels@s3.kth.se> +2005-08-31 Niels Möller <niels@s3.kth.se> * src/io.c (lsh_copy_file): Deleted unused function. -2005-08-16 Niels M�ller <nisse@lysator.liu.se> +2005-08-16 Niels Möller <nisse@lysator.liu.se> * src/lshd.h: Deleted file. @@ -5044,7 +5044,7 @@ of cleartext messages needed by lshd and lsh-transport. * src/transport_forward.h: New file. -2005-04-30 Niels M�ller <nisse@lysator.liu.se> +2005-04-30 Niels Möller <nisse@lysator.liu.se> * src/abstract_crypto.c, src/abstract_crypto.h, src/publickey_crypto.c, src/publickey_crypto.h: Deleted files. @@ -5085,7 +5085,7 @@ start reading. (lsh_transport_lookup_verifier): Fixed handling of capture_fd. -2005-04-29 Niels M�ller <niels@s3.kth.se> +2005-04-29 Niels Möller <niels@s3.kth.se> * src/lsh-transport.c (lsh_transport_packet_handler): Fixed handling of SERVICE_ACCEPT. Handle USERAUTH_SUCCESS and @@ -5094,7 +5094,7 @@ (read_user_key): New function, based on lsh.c:read_user_keys. (main_argp_parser): Call read_user_key. -2005-04-28 Niels M�ller <niels@s3.kth.se> +2005-04-28 Niels Möller <niels@s3.kth.se> * src/lsh-transport.c (enum lsh_transport_state): New type. (class lsh_transport_connection): New attribute state. @@ -5103,7 +5103,7 @@ (lsh_transport_packet_handler): Handle SSH_MSG_SERVICE_ACCEPT. (main_options): New options --userauth and --no-userauth. -2005-04-27 Niels M�ller <nisse@lysator.liu.se> +2005-04-27 Niels Möller <nisse@lysator.liu.se> * src/lsh-transport.c (lsh_transport_lookup_verifier) (make_lsh_transport_lookup_verifier): Host db handling, mostly @@ -5141,7 +5141,7 @@ * src/client_keyexchange.c: Rewritten, to work with the new transport layer. -2005-04-26 Niels M�ller <niels@s3.kth.se> +2005-04-26 Niels Möller <niels@s3.kth.se> * src/lshd-connection.c: Use service_read_state interface. (make_connection): Set stdin into non-blocking mode, and use @@ -5150,7 +5150,7 @@ * src/io.c (io_set_blocking): Reintroduced function. Used by lshd-connection. -2005-04-26 Niels M�ller <nisse@lysator.liu.se> +2005-04-26 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (oop_read_service, lshd_service_start_read) (lshd_service_stop_read): New functions, using the @@ -5182,7 +5182,7 @@ * src/service_read.c: New file. Reads the service protocol using an interface similar to transport_read. -2005-04-24 Niels M�ller <nisse@lysator.liu.se> +2005-04-24 Niels Möller <nisse@lysator.liu.se> * src/transport_read.c (class transport_read_state): New attribute read_status. Deleted output_buffer. @@ -5205,7 +5205,7 @@ retry_length and retry_seqno. Changed packet_handler method to return an int. -2005-04-23 Niels M�ller <nisse@lysator.liu.se> +2005-04-23 Niels Möller <nisse@lysator.liu.se> * src/transport.h (class transport_write_state): Moved declaration here. @@ -5250,14 +5250,14 @@ * src/publickey_crypto.h (class dh_params): Should be a class, not a struct. -2005-04-22 Niels M�ller <nisse@lysator.liu.se> +2005-04-22 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (kill_lshd_connection): Use transport_kill. (lshd_event_handler): Enable service when receiving a TRANSPORT_EVENT_KEYEXCHANGE_COMPLETE event. Return 0 for all events. -2005-04-20 Niels M�ller <nisse@lysator.liu.se> +2005-04-20 Niels Möller <nisse@lysator.liu.se> * src/transport_read.c (make_transport_read_state): More thorough initialization. @@ -5275,7 +5275,7 @@ * src/ssh.h (SSH_FIRST_KEYEXCHANGE_GENERIC): New constant. -2005-04-20 Niels M�ller <niels@s3.kth.se> +2005-04-20 Niels Möller <niels@s3.kth.se> * src/transport.c (packet_types): Table of packet type names. (transport_kexinit_handler): The KEYEXCHANGE_INIT method takes a @@ -5300,7 +5300,7 @@ * src/lshd.c (make_configuration): Use make_server_dh_group14_sha1. -2005-04-19 Niels M�ller <nisse@lysator.liu.se> +2005-04-19 Niels Möller <nisse@lysator.liu.se> * src/transport_write.c (transport_write_packet): Assert that packet is non-empty. @@ -5352,14 +5352,14 @@ * src/server_keyexchange.c: Rewrote diffie-hellman key exchange. Deleted SRP support. -2005-04-18 Niels M�ller <nisse@lysator.liu.se> +2005-04-18 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (lshd_SOURCES, lsh_transport_SOURCES): Added transport.c and transport_write.c. * src/lsh_string.h (lsh_string_move): Fixed typo in declaration. -2005-04-18 Niels M�ller <niels@s3.kth.se> +2005-04-18 Niels Möller <niels@s3.kth.se> * src/transport_read.c: Rewritten to not use ssh_read. @@ -5372,13 +5372,13 @@ * src/transport_write.c: New file. -2005-04-17 Niels M�ller <nisse@lysator.liu.se> +2005-04-17 Niels Möller <nisse@lysator.liu.se> * src/lsh_string.c (lsh_string_move): New function. * src/ssh.h (SSH_MAX_LINE): New constant. -2005-04-16 Niels M�ller <nisse@lysator.liu.se> +2005-04-16 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (bin_PROGRAMS): Added lsh-transport. (lsh_transport_SOURCES): New variable. @@ -5435,7 +5435,7 @@ * src/service_read.c (service_process_header): Updated for io_error rename. -2005-04-15 Niels M�ller <niels@s3.kth.se> +2005-04-15 Niels Möller <niels@s3.kth.se> * src/lsh-transport.c: New file. @@ -5449,7 +5449,7 @@ * src/exception.c (make_protocol_exception): Don't refer to SSH_DISCONNECT_RESERVED. -2005-04-14 Niels M�ller <nisse@lysator.liu.se> +2005-04-14 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (liblsh_a_SOURCES): Deleted obsolete files server_authorization.c server_keyexchange.c, server_password.c @@ -5508,7 +5508,7 @@ * configure.ac: Warn if UNIX98 pty:s are unavailable. -2005-02-19 Niels M�ller <nisse@lysator.liu.se> +2005-02-19 Niels Möller <nisse@lysator.liu.se> * src/server_session.c (shell_request_handler): Added trace output. @@ -5523,13 +5523,13 @@ (make_connection): Make "session" a recognized channel type, and "shell" a recognized channel request type. -2005-02-18 Niels M�ller <nisse@lysator.liu.se> +2005-02-18 Niels Möller <nisse@lysator.liu.se> * src/channel.c (make_channel_table): Initialize self->resources. (handle_channel_open): More debug output. (channel_packet_handler): New function. -2005-02-17 Niels M�ller <niels@s3.kth.se> +2005-02-17 Niels Möller <niels@s3.kth.se> * src/lshd-connection.c: Implemented reading and writing of packets for the ssh-connection service. @@ -5556,7 +5556,7 @@ * src/Makefile.am (liblsh_a_SOURCES): Moved ssh_read.c and ssh_write.c here. -2005-02-16 Niels M�ller <niels@s3.kth.se> +2005-02-16 Niels Möller <niels@s3.kth.se> * src/handshake.c (init_connection_service): Moved function here, from channel.h. It doesn't really belong here, though. @@ -5567,7 +5567,7 @@ * src/channel.h, src/channel.c: Purged dependence on ssh_connection. Updated all users. -2005-02-15 Niels M�ller <nisse@lysator.liu.se> +2005-02-15 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (sbin_PROGRAMS): Added lshd-connection. @@ -5579,7 +5579,7 @@ * src/lshd.c (lshd_service_request_handler): Pass --session-id option to child process. -2005-02-15 Niels M�ller <niels@s3.kth.se> +2005-02-15 Niels Möller <niels@s3.kth.se> * src/lshd-userauth.c (start_service): New function. (service_error): New function. @@ -5603,7 +5603,7 @@ * src/lshd.c (lshd_service_handler): Don't free the packet. (lshd_service_request_handler): Send a SERVICE_ACCEPT reply. -2005-02-14 Niels M�ller <nisse@lysator.liu.se> +2005-02-14 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (connection_write_data): Use ssh_write_data. Proper error handling still missing. @@ -5621,7 +5621,7 @@ * src/lshd.h, src/lshd_read.c, src/lshd_keyexchange.c: New file. -2005-02-14 Niels M�ller <niels@s3.kth.se> +2005-02-14 Niels Möller <niels@s3.kth.se> * src/Makefile.am (lshd_SOURCES): Added ssh_write.c. @@ -5631,12 +5631,12 @@ casting the node to struct object_queue_node. (FOR_STRING_QUEUE): New macro. -2005-02-13 Niels M�ller <nisse@lysator.liu.se> +2005-02-13 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (lshd_service_request_handler): New handler. Almost implemented handling of service requests. -2005-02-12 Niels M�ller <nisse@lysator.liu.se> +2005-02-12 Niels Möller <nisse@lysator.liu.se> * src/ssh_read.c (oop_ssh_read_packet): When a packet is finished, register a callback for reading the next header. Replaced use of @@ -5685,7 +5685,7 @@ * src/keyexchange.c. * src/kexinit.h (kexinit_state): New struct. -2005-02-03 Niels M�ller <nisse@lysator.liu.se> +2005-02-03 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (lshd_read_state): New class. Moved definition super class ssh_read_state to ssh_read.h and ssh_read.c. @@ -5697,7 +5697,7 @@ * src/ssh_read.c, src/ssh_read.h: New files. -2005-02-03 Niels M�ller <niels@s3.kth.se> +2005-02-03 Niels Möller <niels@s3.kth.se> * src/resource.c (resource_list_is_empty): New function. @@ -5706,23 +5706,23 @@ * src/exception.h (PROTOCOL_ERROR): Use a static exception object. -2005-02-02 Niels M�ller <nisse@lysator.liu.se> +2005-02-02 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (liblsh_a_SOURCES): Added oop-line-file.c. * src/oop-line.h: Line reading interface, based on liboop. * src/oop-line-file.c: Implementation of the interface. -2006-05-16 Niels M�ller <nisse@lysator.liu.se> +2006-05-16 Niels Möller <nisse@lysator.liu.se> * Merged experimental branch. Below changes are from the mainline. -2006-05-09 Niels M�ller <nisse@lysator.liu.se> +2006-05-09 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version number to 2.0.4. * Released lsh-2.0.3. -2006-05-08 Niels M�ller <nisse@lysator.liu.se> +2006-05-08 Niels Möller <nisse@lysator.liu.se> * doc/ssh-conv.1: Changed to ordinary line breaks in example ssh-conv output. @@ -5733,19 +5733,19 @@ * Man pages: Applied patch from Stefan Pfetzing, addressing long lines and non-ascii characters. -2006-05-04 Niels M�ller <niels@s3.kth.se> +2006-05-04 Niels Möller <niels@s3.kth.se> * src/testsuite/daemon-fd-test: Reverted previous change. Use a single-digit fd. -2006-05-03 Niels M�ller <niels@s3.kth.se> +2006-05-03 Niels Möller <niels@s3.kth.se> * src/testsuite/daemon-fd-test: Avoid using exec with no arg, for better portability. * src/daemon.c (daemon_started_by_inetd): Deleted debug message. -2006-05-01 Niels M�ller <nisse@lysator.liu.se> +2006-05-01 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lshg-cat-test: Fixed message for compare_output. @@ -5758,7 +5758,7 @@ * src/lshd.c (main): Fixed handling of stderr, with --no-syslog. -2006-04-29 Niels M�ller <nisse@lysator.liu.se> +2006-04-29 Niels Möller <nisse@lysator.liu.se> * configure.ac: Check for function getdtablesize. @@ -5785,17 +5785,17 @@ (daemon_init): New argument with the daemon mode. Split handling of fd:s to the new functions daemon_dup_null and daemon_close_fds. -2006-04-28 Niels M�ller <niels@s3.kth.se> +2006-04-28 Niels Möller <niels@s3.kth.se> * src/testsuite/daemon-1-test: New test. Test that lshd doesn't leak any fd:s to child processes. -2006-02-09 Niels M�ller <nisse@lysator.liu.se> +2006-02-09 Niels Möller <nisse@lysator.liu.se> * doc/index.html: Updated sshtools link, after prodding from Jerrad Pierce. -2006-01-27 Niels M�ller <nisse@lysator.liu.se> +2006-01-27 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 2.0.3. @@ -5803,7 +5803,7 @@ * NEWS: Entry for 2.0.2. -2006-01-23 Niels M�ller <niels@s3.kth.se> +2006-01-23 Niels Möller <niels@s3.kth.se> * src/xauth.c (x11_forward): Commented out unused class. @@ -5819,11 +5819,11 @@ * src/io.c (lsh_pushd_fd): Likewise. (lsh_pushd): Likewise. Also fixed EINTR logic. -2005-11-28 Niels M�ller <nisse@lysator.liu.se> +2005-11-28 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lcp-test: Skip test if /bin/bash doesn't exist. -2005-11-26 Niels M�ller <nisse@lysator.liu.se> +2005-11-26 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lsh-6-test (ALGORITHMS): Try both aes-cbc and aes-ctr. @@ -5845,7 +5845,7 @@ * src/atoms.in: Added symbols for counter mode ciphers. -2005-11-25 Niels M�ller <nisse@lysator.liu.se> +2005-11-25 Niels Möller <nisse@lysator.liu.se> * misc/run-tests (find_program): If argument contains a slash (most likely because VPATH expansion in make), return the filename @@ -5858,17 +5858,17 @@ Deleted the checks for the sizes of short, int and long. Use -Wno-pointer-sign when compiling with gcc-4.x. -2005-11-25 Niels M�ller <niels@s3.kth.se> +2005-11-25 Niels Möller <niels@s3.kth.se> * misc/run-tests: New -v option, propagated to test programs. * src/ssh-conv: Fixed syntax error in awk program. -2005-11-23 Niels M�ller <niels@s3.kth.se> +2005-11-23 Niels Möller <niels@s3.kth.se> * src/xalloc.h (number_of_strings): Deleted declaration. -2005-11-20 Niels M�ller <nisse@lysator.liu.se> +2005-11-20 Niels Möller <nisse@lysator.liu.se> * src/ssh-conv: In the awk script, check for ssh-dsa and ssh-rsa only when state == 0. @@ -5876,7 +5876,7 @@ * misc/run-tests: Added --debug option. If used, the teardown-env script is not run. -2005-11-07 Niels M�ller <nisse@lysator.liu.se> +2005-11-07 Niels Möller <nisse@lysator.liu.se> * .bootstrap: Link config.sub and config.guess to the nettle and spki subdirectories. @@ -5887,44 +5887,44 @@ * config.guess, config.sub: Moved files from src/nettle. -2005-10-16 Niels M�ller <nisse@lysator.liu.se> +2005-10-16 Niels Möller <nisse@lysator.liu.se> * acinclude.m4 (LSH_GCC_ATTRIBUTES): Put the declaration and definition of the test function in the declarations argument of AC_TRY_COMPILE. It used to end up inside main. -2005-10-15 Niels M�ller <nisse@lysator.liu.se> +2005-10-15 Niels Möller <nisse@lysator.liu.se> * acinclude.m4 (GMP_TRY_ASSEMBLE): New macro. -2005-10-05 Niels M�ller <nisse@lysator.liu.se> +2005-10-05 Niels Möller <nisse@lysator.liu.se> * doc/lsh.texinfo: Use @documentencoding ISO-8859-1. -2005-09-23 Niels M�ller <nisse@lysator.liu.se> +2005-09-23 Niels Möller <nisse@lysator.liu.se> * acinclude.m4 (LSH_FUNC_ALLOCA): Moved inclucion of malloc.h and check of HAVE_MALLOC_H inside #ifndef __GNUC__. On FreeBSD 4.9, malloc.h exists but generates obsoleteness warnings when used. -2005-09-07 Niels M�ller <niels@s3.kth.se> +2005-09-07 Niels Möller <niels@s3.kth.se> * doc/lsh.texinfo (sexp): Updated documentation on sexp-conv --hash. -2005-09-06 Niels M�ller <niels@s3.kth.se> +2005-09-06 Niels Möller <niels@s3.kth.se> * src/parse_config.c (parse_groups): Made group name optional. * src/lsh-decode-key.c (lsh_decode_key): Removed redundant "lsh-decode-key:" prefix from messages. -2005-07-02 Niels M�ller <nisse@lysator.liu.se> +2005-07-02 Niels Möller <nisse@lysator.liu.se> * src/client.c (init_client_options): Use gc_global for the resource list. Needed for consistent gc if the connection fails. -2005-03-16 Niels M�ller <nisse@lysator.liu.se> +2005-03-16 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 2.0.2. @@ -5937,7 +5937,7 @@ diffie-hellman-group2-sha1. * src/lshd.c (main_argp_parser): Likewise. -2005-03-14 Niels M�ller <nisse@lysator.liu.se> +2005-03-14 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lsh-7-test: Set $HOME when invoking lsh, to prevent it from picking up files in the real $HOME/.lsh directory. @@ -5949,11 +5949,11 @@ * src/charset.c (ucs4_is_control): Don't treat '\n' as a dangerous control character. Reported by Georg Sauthoff. -2005-02-12 Niels M�ller <nisse@lysator.liu.se> +2005-02-12 Niels Möller <nisse@lysator.liu.se> * src/keyexchange.c (parse_kexinit): Bugfix (DOS). -2005-02-01 Niels M�ller <nisse@lysator.liu.se> +2005-02-01 Niels Möller <nisse@lysator.liu.se> * src/exception.h (HANDLER_CONTEXT): Don't use FUNCTION_NAME. * src/lsh_string.h (lsh_string_alloc): Likewise. @@ -5962,16 +5962,16 @@ of gcc has been obsoleted, so don't bother testing for it. (This makes trace messages less useful). -2004-12-22 Niels M�ller <niels@s3.kth.se> +2004-12-22 Niels Möller <niels@s3.kth.se> * src/lsh-make-seed.c (get_system): Fixed handling of error from read, bug #1477. -2004-12-08 Niels M�ller <nisse@lysator.liu.se> +2004-12-08 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 2.0.1. -2004-12-07 Niels M�ller <nisse@lysator.liu.se> +2004-12-07 Niels Möller <nisse@lysator.liu.se> * Released lsh-2.0. @@ -5987,22 +5987,22 @@ (Action options): Added --subsystem option. (Invoking lshd): Added --subsystems option. -2004-12-06 Niels M�ller <nisse@lysator.liu.se> +2004-12-06 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 2.0. -2004-12-05 Niels M�ller <nisse@lysator.liu.se> +2004-12-05 Niels Möller <nisse@lysator.liu.se> * src/lshg.c (do_exc_lshg_handler): Exit only for EXC_IO_CONNECT errors. -2004-12-05 Niels M�ller <nisse@lysator.liu.se> +2004-12-05 Niels Möller <nisse@lysator.liu.se> * src/testsuite/tcpip-remote-test: Don't run tcpconnect with /dev/null as standard input; for some reason, that doesn't work on SunOS-5.4. -2004-11-30 Niels M�ller <nisse@lysator.liu.se> +2004-11-30 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (test_done): New function, used when exiting the testscripts. This is instead of using trap, which @@ -6040,17 +6040,17 @@ * src/testsuite/write-key-2-test: Likewise. * src/testsuite/x11-1-test: Likewise. -2004-11-26 Niels M�ller <nisse@lysator.liu.se> +2004-11-26 Niels Möller <nisse@lysator.liu.se> * src/io.c (io_bind_local): NUL-terminate AF_UNIX socket name. -2004-11-25 Niels M�ller <nisse@lysator.liu.se> +2004-11-25 Niels Möller <nisse@lysator.liu.se> * misc/xenofarm.sh: Don't insist on using GNU make. If we're not using GNU make, disable dependency tracking, since it wont' work with nettle. -2004-11-23 Niels M�ller <nisse@lysator.liu.se> +2004-11-23 Niels Möller <nisse@lysator.liu.se> * acinclude.m4 (LSH_DEPENDENCY_TRACKING): New configure flag --disable-dependency-tracking. New substitution DEP_INCLUDE. @@ -6063,7 +6063,7 @@ (gateway_init): Likewise. (gateway_accept): Pass a NULL-resource to gateway_make_connection. -2004-11-22 Niels M�ller <nisse@lysator.liu.se> +2004-11-22 Niels Möller <nisse@lysator.liu.se> * src/client.c (init_client_options): Init the resources list. (make_client_session): Use IO_STDERR. Add the session resources to @@ -6161,7 +6161,7 @@ * doc/lsh-writekey.1: New manpage. -2004-11-19 Niels M�ller <nisse@lysator.liu.se> +2004-11-19 Niels Möller <nisse@lysator.liu.se> * src/io.c (io_final): Assert that nfiles == 0. (do_buffered_read): Added trace output on EOF. @@ -6194,7 +6194,7 @@ * doc/lsh-upgrade-key.1: New man page. -2004-11-18 Niels M�ller <nisse@lysator.liu.se> +2004-11-18 Niels Möller <nisse@lysator.liu.se> * acinclude.m4 (LSH_DEPENDENCY_TRACKING): Use [!...] instead of [^...] for inverted character classes in case. @@ -6215,7 +6215,7 @@ * misc/xenofarm.sh (oopcfgargs): Disable all add-on liboop adapters. -2004-11-18 Niels M�ller <niels@s3.kth.se> +2004-11-18 Niels Möller <niels@s3.kth.se> * README: Updated examples, and the lists of needed tools and libraries. @@ -6223,13 +6223,13 @@ * misc/xenofarm.sh (oopcfgargs): Build liboop with --disable-shared. -2004-11-17 Niels M�ller <nisse@lysator.liu.se> +2004-11-17 Niels Möller <nisse@lysator.liu.se> * src/unix_random.c (do_trivia_source): Check HAVE_GETRUSAGE. * src/lsh-writekey.c (main_argp_parser): Fixed C99-ism. -2004-11-16 Niels M�ller <nisse@lysator.liu.se> +2004-11-16 Niels Möller <nisse@lysator.liu.se> * misc/getopt.h: Deleted __ from argument names in prototypes, i.e. "argc", not "__argc". Needed for mingw compilation. @@ -6241,7 +6241,7 @@ * src/environ.h.in (USER_NAME_FROM_ENV): Check $USER first. -2004-11-14 Niels M�ller <nisse@lysator.liu.se> +2004-11-14 Niels Möller <nisse@lysator.liu.se> * src/io.c (handle_nonblock_error): Ignore errno ENOTTY. FreeBSD 5 returns this error code when we try to set /dev/null in @@ -6270,7 +6270,7 @@ * src/testsuite/lcp-test: Test cases for lcp. -2004-11-13 Niels M�ller <nisse@lysator.liu.se> +2004-11-13 Niels Möller <nisse@lysator.liu.se> * src/lcp: Reviewed, and fixed some bugs. Looks at $LCP_RSH, instead of $LCP_SSH. @@ -6281,11 +6281,11 @@ * misc/xenofarm.sh (status): There's no config.h in the liboop directory, so don't try to copy it. -2004-11-12 Niels M�ller <nisse@lysator.liu.se> +2004-11-12 Niels Möller <nisse@lysator.liu.se> * misc/xenofarm.sh (--make-program): New command line option. -2004-11-09 Niels M�ller <niels@s3.kth.se> +2004-11-09 Niels Möller <niels@s3.kth.se> * src/lsh-krb-checkpw.c (main): Noted that the current code seems to work only with Heimdal, not MIT kerberos. @@ -6293,13 +6293,13 @@ * configure.ac: Check for krb5_verify_user_lrealm, and disable kerberos support if not found. -2004-11-09 Niels M�ller <nisse@lysator.liu.se> +2004-11-09 Niels Möller <nisse@lysator.liu.se> * doc/lsh.texinfo: Set UPDATED-FOR to 2.0. * misc/xenofarm.sh: Fixed typos in the oop-related tasks. -2004-11-07 Niels M�ller <nisse@lysator.liu.se> +2004-11-07 Niels Möller <nisse@lysator.liu.se> * doc/lsh.texinfo (Action options): Documented -D (socks forwarding). @@ -6307,22 +6307,22 @@ * misc/xenofarm.sh: If a liboop dist is included in the build package, install it in $pfx before trying to build lsh. -2004-10-26 Niels M�ller <nisse@lysator.liu.se> +2004-10-26 Niels Möller <nisse@lysator.liu.se> * acinclude.m4 (LSH_DEPENDENCY_TRACKING): Need extra quoting in case pattern. -2004-10-20 Niels M�ller <niels@s3.kth.se> +2004-10-20 Niels Möller <niels@s3.kth.se> * acinclude.m4 (LSH_DEPENDENCY_TRACKING): Disable dependency tracking for gcc-2. -2004-10-20 Niels M�ller <nisse@lysator.liu.se> +2004-10-20 Niels Möller <nisse@lysator.liu.se> * .bootstrap: Link install-sh, texinfo.tex, COPYING and INSTALL into the nettle subdir. -2004-10-19 Niels M�ller <nisse@lysator.liu.se> +2004-10-19 Niels Möller <nisse@lysator.liu.se> * acinclude.m4 (LSH_DEPENDENCY_TRACKING): New macro. (LSH_MAKE_CONDITIONAL): New macro. @@ -6330,7 +6330,7 @@ * .bootstrap: In the nettle subdir, link acinclude.m4 as aclocal.m4, not acinclude.m4. -2004-10-08 Niels M�ller <niels@s3.kth.se> +2004-10-08 Niels Möller <niels@s3.kth.se> * src/client_userauth.c (do_userauth_info_request): Enforce limits on the length of name and instruction. Prepend the name and an @@ -6344,7 +6344,7 @@ * src/interact.c (make_interact_dialog): Initialize self->instruction to NULL. -2004-10-07 Niels M�ller <niels@s3.kth.se> +2004-10-07 Niels Möller <niels@s3.kth.se> * src/lsh-writekey.c (main_argp_parser): When --server is given, don't use encryption by default. @@ -6371,11 +6371,11 @@ * src/testsuite/write-key-1-test: Likewise. * src/testsuite/write-key-2-test: Likewise. -2004-10-06 Niels M�ller <nisse@lysator.liu.se> +2004-10-06 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.am (EXTRA_DIST): Added UTF-8-test.txt. -2004-10-05 Niels M�ller <nisse@lysator.liu.se> +2004-10-05 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am (GPERF_FLAGS): Added -k21, to distinguish diffie-hellman-group1-sha1 and diffie-hellman-group2-sha1. @@ -6405,7 +6405,7 @@ * src/testsuite/functions.sh: Added -q to LSHD_FLAGS again. -2004-10-02 Niels M�ller <nisse@lysator.liu.se> +2004-10-02 Niels Möller <nisse@lysator.liu.se> * src/daemon.c (daemon_started_by_inetd): More debug output. @@ -6468,30 +6468,30 @@ * src/werror.c (werror_vformat): Improved utf8 handling. Always convert with utf8_replace, and add utf8_paranoid in paranoia mode. -2004-09-22 Niels M�ller <niels@s3.kth.se> +2004-09-22 Niels Möller <niels@s3.kth.se> * acinclude.m4 (LSH_CCPIC): Don't use -fpic on cygwin. -2004-08-31 Niels M�ller <nisse@lysator.liu.se> +2004-08-31 Niels Möller <nisse@lysator.liu.se> * acinclude.m4 (LSH_CCPIC): New macro. -2004-07-16 Niels M�ller <nisse@lysator.liu.se> +2004-07-16 Niels Möller <nisse@lysator.liu.se> * src/client.c (do_background_process): Fixed C99-ism. -2004-06-22 Niels M�ller <niels@s3.kth.se> +2004-06-22 Niels Möller <niels@s3.kth.se> * src/parse.c (parse_utf8): Use unsigned variables. * src/testsuite/inetd-test: New test case, not yet enabled. -2004-06-17 Niels M�ller <nisse@lysator.liu.se> +2004-06-17 Niels Möller <nisse@lysator.liu.se> * src/parse.c (parse_utf8): Check that the buffer doesn't end in the middle of an utf8 sequence. -2004-06-15 Niels M�ller <niels@s3.kth.se> +2004-06-15 Niels Möller <niels@s3.kth.se> * src/version.h (SOFTWARE_SLOGAN): New macro; string appended to the software version in the initial handshake. @@ -6519,13 +6519,13 @@ * src/atoms.in: Added diffie-hellman-group14-sha1. -2004-06-12 Niels M�ller <nisse@lysator.liu.se> +2004-06-12 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.5.6. * Released lsh-1.5.5. -2004-06-10 Niels M�ller <nisse@lysator.liu.se> +2004-06-10 Niels Möller <nisse@lysator.liu.se> * src/keyexchange.c (parse_kexinit): Deleted unused argument peer_flags. @@ -6544,7 +6544,7 @@ libspki. Also deleted pkcs5-related atoms that aren't used. Deleted rijndael-cbc@lysator.liu.se. -2004-06-09 Niels M�ller <niels@s3.kth.se> +2004-06-09 Niels Möller <niels@s3.kth.se> * src/testsuite/functions.sh: Removed -q from LSHD_FLAGS. @@ -6596,7 +6596,7 @@ * src/proxy_x11forward.c (do_proxy_open_x11): Deleted code handling PEER_X11_OPEN_KLUDGE. -2004-06-08 Niels M�ller <nisse@lysator.liu.se> +2004-06-08 Niels Möller <nisse@lysator.liu.se> * src/client.c (client_prepend_action): New function. @@ -6650,7 +6650,7 @@ * src/atoms.in: Deleted ssh-dss-kludge@lysator.liu.se. -2004-06-08 Niels M�ller <niels@s3.kth.se> +2004-06-08 Niels Möller <niels@s3.kth.se> * src/client.c (client_options): Deleted --cvs-workaround option. (client_argp_parser): Deleted handling of --cvs-workaround. @@ -6681,22 +6681,22 @@ (make_lsh_fd): New argument TYPE. Updated callers. (close_fd): Don't close fd:s that are of type IO_STDIO. -2004-04-07 Niels M�ller <nisse@lysator.liu.se> +2004-04-07 Niels Möller <nisse@lysator.liu.se> * src/server_pty.c (pty_open_slave): More verbose messages on failure. * src/write_packet.c (do_write_packet): Deleted debug output that may contain passwords. -2004-03-20 Niels M�ller <nisse@lysator.liu.se> +2004-03-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use AC_CONFIG_AUX_DIR([.]). -2004-03-18 Niels M�ller <niels@s3.kth.se> +2004-03-18 Niels Möller <niels@s3.kth.se> * misc/run-tests (test_program): Strip .exe suffix from name. -2004-03-17 Niels M�ller <nisse@lysator.liu.se> +2004-03-17 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.am (TS_SH): Run the socks4 and socks5 tests. This is pointless, and hopefully harmless, on machines that @@ -6715,20 +6715,20 @@ * misc/tsocks-forcelocal.patch: Also patch the tsocks script to look for the library in $libdir. -2004-03-15 Niels M�ller <nisse@lysator.liu.se> +2004-03-15 Niels Möller <nisse@lysator.liu.se> * src/testsuite/socks5-config: Added forcelocal keyword. -2004-03-01 Niels M�ller <nisse@lysator.liu.se> +2004-03-01 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (need_tsocks): New function. -2004-03-01 Niels M�ller <niels@s3.kth.se> +2004-03-01 Niels Möller <niels@s3.kth.se> * acinclude.m4 (LSH_FUNC_ALLOCA): Check for malloc.h, and include it if it exists. Needed for alloca on windows. -2004-02-29 Niels M�ller <nisse@lysator.liu.se> +2004-02-29 Niels Möller <nisse@lysator.liu.se> * src/testsuite/socks5-config: tsocks configuration file for socks5 test case. @@ -6752,7 +6752,7 @@ * src/socks.c (do_read_socks): Fixed bugs in parsing of client's first message. -2004-02-27 Niels M�ller <nisse@lysator.liu.se> +2004-02-27 Niels Möller <nisse@lysator.liu.se> * src/client.c (client_argp_parser): New command line option -D, --forward-socks. @@ -6778,7 +6778,7 @@ * src/channel_forward.c (channel_forward_start_io_read): New function. -2004-02-26 Niels M�ller <nisse@lysator.liu.se> +2004-02-26 Niels Möller <nisse@lysator.liu.se> * src/lsh_string.c (lsh_string_ntop): Use const void * for the input. @@ -6796,12 +6796,12 @@ * src/dummy.c (cbc_encrypt, cbc_decrypt): Use nettle_crypt_func for typing. -2004-02-25 Niels M�ller <nisse@lysator.liu.se> +2004-02-25 Niels Möller <nisse@lysator.liu.se> * misc/xenofarm.sh (cfgwarn, makewarn, ckprgwarn): Renamed variables log, warn and fail. -2004-02-24 Niels M�ller <nisse@lysator.liu.se> +2004-02-24 Niels Möller <nisse@lysator.liu.se> * misc/xenofarm.sh (dotask): Fixed handling of $var. (cfgwarn, makewarn, ckprgwarn): Use $task when constructing @@ -6818,13 +6818,13 @@ * misc/xenofarm.sh (cfgargs): Add the flags we want to use to cfgargs. (dotask): New optional argument with the name of the status variable. -2004-02-20 Niels M�ller <nisse@lysator.liu.se> +2004-02-20 Niels Möller <nisse@lysator.liu.se> * src/process_atoms: Fixes to make it work with Solaris /bin/sh. Replaced uses of echo -n with printf(1), and ${#foo} with `expr $foo : '.*'`. -2004-02-20 Niels M�ller <niels@s3.kth.se> +2004-02-20 Niels Möller <niels@s3.kth.se> * src/scm/Makefile.am (EXTRA_DIST): Deleted make-char-classes. @@ -6834,22 +6834,22 @@ bash to run process_atoms script. (packet_types.h): Don't use bash to run the invert-defs script. -2004-02-19 Niels M�ller <niels@s3.kth.se> +2004-02-19 Niels Möller <niels@s3.kth.se> * src/scm/guile-compat.scm: Deleted most of the contents. * src/scm/make-char-classes.scm: Deleted obsolete file. -2004-02-18 Niels M�ller <niels@s3.kth.se> +2004-02-18 Niels Möller <niels@s3.kth.se> * src/Makefile.am (prime_table.h, sexp_table.h, digit_table.h): Deleted rules for building obsolete files. -2004-02-18 Pontus Sk�ld <pont@soua.net> +2004-02-18 Pontus Sköld <pont@soua.net> * src/process_atoms: Converted script from bash to /bin/sh. -2004-02-17 Niels M�ller <nisse@lysator.liu.se> +2004-02-17 Niels Möller <nisse@lysator.liu.se> * src/unix_user.c (do_lookup_user) [!HAVE_SHADOW_H]: Enable shadow database code only if shadow.h can be included. @@ -6862,12 +6862,12 @@ * configure.ac: Check for ut_exit.__e_termination and ut_exit.ut_termination in struct utmp and struct utmpx. -2004-02-16 Niels M�ller <niels@s3.kth.se> +2004-02-16 Niels Möller <niels@s3.kth.se> * configure.ac: Added gss-related configure checks (patch from Simon Josefsson). -2004-02-15 Niels M�ller <nisse@lysator.liu.se> +2004-02-15 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.am (AM_CPPFLAGS): Need -I.., in order to include nettle-types.h. @@ -6884,21 +6884,21 @@ * configure.ac: Bumped version to 1.5.5. -2004-02-13 Niels M�ller <niels@s3.kth.se> +2004-02-13 Niels Möller <niels@s3.kth.se> * src/ssh.h: Added GSSAPI constants (patch from Simon Josefsson). * src/atoms.in: New symbol "gssapi". -2004-02-12 Niels M�ller <nisse@lysator.liu.se> +2004-02-12 Niels Möller <nisse@lysator.liu.se> * src/io.c (address_info2sockaddr) [!HAVE_GETADDRINFO]: Updated code to work with new string abstraction. -2004-02-12 Niels M�ller <niels@s3.kth.se> +2004-02-12 Niels Möller <niels@s3.kth.se> * configure.ac: No space between "-I" and include directories. -2004-02-08 Niels M�ller <nisse@lysator.liu.se> +2004-02-08 Niels Möller <nisse@lysator.liu.se> * Released lsh-1.5.4. @@ -6946,14 +6946,14 @@ (init_connection_service): Use connection_wakeup, not connection_after_keyexchange. -2004-02-07 Niels M�ller <nisse@lysator.liu.se> +2004-02-07 Niels Möller <nisse@lysator.liu.se> * install-sh: Removed from CVS repository. Let automake supply it. * acinclude.m4 (LSH_FUNC_ALLOCA): Include <alloca.h>, if available, also when compiling with gcc. -2004-01-08 Niels M�ller <nisse@lysator.liu.se> +2004-01-08 Niels Möller <nisse@lysator.liu.se> * src/rsync/rsync.h: Don't include inttypes.h, just let <nettle/md5.h> define uint8_t and other types. @@ -6966,27 +6966,27 @@ * src/testsuite/Makefile.am (AM_CPPFLAGS): Added -I../nettle. * src/rsync/Makefile.am (AM_CPPFLAGS): Added -I../nettle. -2004-01-08 Niels M�ller <niels@s3.kth.se> +2004-01-08 Niels Möller <niels@s3.kth.se> * src/tcpforward.c (do_channel_open_direct_tcpip): Log direct-tcpip request. (do_tcpip_forward_request): Log forward-tcpip request. -2004-01-08 Niels M�ller <nisse@harpo.hack.org> +2004-01-08 Niels Möller <nisse@harpo.hack.org> * configure.ac: No space between "-L" and library directories. -2004-01-07 Niels M�ller <nisse@harpo.hack.org> +2004-01-07 Niels Möller <nisse@harpo.hack.org> * acinclude.m4 (AX_CREATE_STDINT_H): Copied macro definition from http://ac-archive.sourceforge.net/guidod/ax_create_stdint_h.html. -2003-11-18 Niels M�ller <niels@s3.kth.se> +2003-11-18 Niels Möller <niels@s3.kth.se> * src/unix_process.c (utmp_book_keeping) [UTMPX_UT_SYSLEN]: Use lsh_string_length. -2003-11-17 Niels M�ller <nisse@harpo.hack.org> +2003-11-17 Niels Möller <nisse@harpo.hack.org> * src/read_packet.c (class read_packet): New attribute mac_computed. @@ -6998,7 +6998,7 @@ * src/ssh.h (SSH_MAX_BLOCK_SIZE, SSH_MAX_MAC_SIZE): New constants, with the implementations's maximum block size and mac size. -2003-11-16 Niels M�ller <nisse@harpo.hack.org> +2003-11-16 Niels Möller <nisse@harpo.hack.org> * src/lsh-writekey.c (main_argp_parser): Move declaration to support C90. @@ -7152,7 +7152,7 @@ * src/write_packet.c: Likewise. * src/xauth.c: Likewise. -2003-11-11 Niels M�ller <nisse@harpo.hack.org> +2003-11-11 Niels Möller <nisse@harpo.hack.org> * src/Makefile.am (liblsh_a_SOURCES): Deleted unpad.c. @@ -7168,7 +7168,7 @@ * src/compress.h (make_packet_deflate, make_packet_inflate): Deleted macros. -2003-11-10 Niels M�ller <nisse@harpo.hack.org> +2003-11-10 Niels Möller <nisse@harpo.hack.org> * src/connection.c (connection_send_kex): New function, replacing macro C_WRITE_NOW. Updated all callers. @@ -7176,12 +7176,12 @@ * src/read_file.h: Deleted file. Moved declarations to... * src/abstract_io.h: ... here. Deleted all inclusions of read_file.h. -2003-11-09 Niels M�ller <nisse@harpo.hack.org> +2003-11-09 Niels Möller <nisse@harpo.hack.org> * src/debug.h: Deleted file. Moved declarations to... * src/connection.h: ... here. Deleted all inclusions of debug.h. -2003-11-08 Niels M�ller <nisse@harpo.hack.org> +2003-11-08 Niels Möller <nisse@harpo.hack.org> * src/Makefile.am (liblsh_a_SOURCES): Removed pad.c, encrypt.c. Added write_packet.c. @@ -7197,7 +7197,7 @@ * src/connection.c (connection_init_io): Use make_write_packet. -2003-10-30 Niels M�ller <nisse@harpo.hack.org> +2003-10-30 Niels Möller <nisse@harpo.hack.org> * src/connection.h (C_WRITE): Deleted macro. Updated all callers to use connection_send directly. @@ -7214,7 +7214,7 @@ * src/read_line.c (do_read_line): Likewise. * src/read_packet.c (do_read_packet): Likewise. -2003-10-23 Niels M�ller <niels@s3.kth.se> +2003-10-23 Niels Möller <niels@s3.kth.se> * src/server_userauth.c: Rewrote comment about userauth serialization. @@ -7234,7 +7234,7 @@ * src/dsa.c (generic_dsa_verify): Deleted function. (generic_dsa_sign): Likewise. -2003-10-22 Niels M�ller <niels@s3.kth.se> +2003-10-22 Niels Möller <niels@s3.kth.se> * src/client_x11.c (client_x11_auth_info): Deleted commented out class. @@ -7285,7 +7285,7 @@ * src/Makefile.am (liblsh_a_SOURCES): Removed abstract_compress. -2003-10-10 Niels M�ller <niels@s3.kth.se> +2003-10-10 Niels Möller <niels@s3.kth.se> * src/unix_user.c (do_read_file_fail): Return the created exception. @@ -7293,13 +7293,13 @@ * src/lshd.c (main_argp_parser): Use getenv(ENV_LOGNAME), not getenv("LOGNAME"). -2003-10-05 Niels M�ller <nisse@cuckoo.hack.org> +2003-10-05 Niels Möller <nisse@cuckoo.hack.org> * src/lsh.c (read_user_keys): Display error message for missing identity file only in verbose mode. Suggested by Thomas Krennwallner. -2003-09-27 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-27 Niels Möller <nisse@cuckoo.hack.org> * src/gateway_channel.c (do_channel_open_forward): Moved creation of ORIGIN channel object from here... @@ -7309,7 +7309,7 @@ * src/channel.c (channel_open_handler): Bugfix for the case that alloc_channel fails. -2003-09-26 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-26 Niels Möller <nisse@cuckoo.hack.org> * src/channel.c (login_service_command): Deleted redundant command. @@ -7345,27 +7345,27 @@ (make_unix_user_self): New function. (unix_current_user): Deleted function. -2003-09-25 Niels M�ller <niels@s3.kth.se> +2003-09-25 Niels Möller <niels@s3.kth.se> * src/io.c (do_connect_list_callback): Fixed error message. errno is not valid here. -2003-09-25 Pontus Sk�ld <pont@soua.net> +2003-09-25 Pontus Sköld <pont@soua.net> * src/channel.c (login_service_command): Use init_connection_service instead of init_login_service. (init_login_service): Removed redundant function. -2003-09-22 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-22 Niels Möller <nisse@cuckoo.hack.org> * README: Updated the instructions for building from CVS. List tcputils as a program needed for the testsuite. -2003-09-20 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-20 Niels Möller <nisse@cuckoo.hack.org> * misc/mkdiff: Copied mkdiff script from the old lsh_1_2_BRANCH. -2003-09-19 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-19 Niels Möller <nisse@cuckoo.hack.org> * Released lsh-1.5.3. @@ -7374,7 +7374,7 @@ * src/io.c (close_fd): Added FIXME: on the fd->fd == -1 hack. -2003-09-19 Niels M�ller <niels@s3.kth.se> +2003-09-19 Niels Möller <niels@s3.kth.se> * configure.ac: Bumped version to 1.5.3. @@ -7392,17 +7392,17 @@ * src/testsuite/lshd-random-input-test: New test case that connects to lshd and sends some random data. -2003-09-18 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-18 Niels Möller <nisse@cuckoo.hack.org> * src/read_line.c (do_read_line): Fixed buffer overrun bug, initially reported by Bennett Todd. Fixed also in stable branch. -2003-09-18 Niels M�ller <nisse@lysator.liu.se> +2003-09-18 Niels Möller <nisse@lysator.liu.se> * distribution-key.gpg: Updated key, new signatures and new expire date. -2003-09-16 Pontus Sk�ld <pont@soua.net> +2003-09-16 Pontus Sköld <pont@soua.net> * src/lsh-writekey.c (main): Check that the given key isn't empty. @@ -7420,7 +7420,7 @@ * src/testsuite/Makefile.am (TS_SH): Use new lshd-no-auth-test. -2003-09-15 Pontus Sk�ld <pont@soua.net> +2003-09-15 Pontus Sköld <pont@soua.net> * src/testsuite/Makefile.am (TS_SH): Use new test for login-auth mode. @@ -7472,22 +7472,22 @@ (login_service_command): Command to setup a connection for login service. -2003-08-17 Niels M�ller <nisse@cuckoo.hack.org> +2003-08-17 Niels Möller <nisse@cuckoo.hack.org> * src/scm/gaba.scm (out): Ignore #f entries. (process-class): New keyword condition, for preprocessor conditionals. -2003-06-28 Niels M�ller <nisse@cuckoo.hack.org> +2003-06-28 Niels Möller <nisse@cuckoo.hack.org> * src/zlib.c (do_zlib): Changed messages from verbose to debug, to reduce clutter. -2003-06-12 Niels M�ller <nisse@cuckoo.hack.org> +2003-06-12 Niels Möller <nisse@cuckoo.hack.org> * Released lsh-1.5.2 -2003-06-10 Niels M�ller <niels@s3.kth.se> +2003-06-10 Niels Möller <niels@s3.kth.se> * src/lsh.c (read_known_hosts): Fixed error message when host-acls doesn't exist. @@ -7495,17 +7495,17 @@ * src/testsuite/lsh-decrypt-key-test (fname, keyname): Store files in $TEST_HOME. -2003-06-06 Niels M�ller <nisse@cuckoo.hack.org> +2003-06-06 Niels Möller <nisse@cuckoo.hack.org> * src/Makefile.am (EXTRA_DIST): Added lsh-upgrade-key. -2003-06-06 Pontus Sk�ld <pont@soua.net> +2003-06-06 Pontus Sköld <pont@soua.net> * src/lsh-upgrade-key: New script to upgrade keys. * src/Makefile.am (bin_SCRIPTS): Added lsh-upgrade-key. -2003-06-05 Niels M�ller <nisse@lysator.liu.se> +2003-06-05 Niels Möller <nisse@lysator.liu.se> * src/testsuite/lsh-encrypted-key-test: The lsh-authorize script is located in the source directory. @@ -7521,12 +7521,12 @@ * src/client.c (client_argp_parser): Fixed --askpass option. The argp parser should never use optarg. -2003-06-05 Niels M�ller <niels@s3.kth.se> +2003-06-05 Niels Möller <niels@s3.kth.se> * src/unix_interact.c (unix_read_password): Prompt for password only if we have a tty, and the quiet flag is unset. -2003-06-05 Pontus Sk�ld <pont@soua.net> +2003-06-05 Pontus Sköld <pont@soua.net> * src/lsh-decrypt-key.c: New file to provide new utility lsh-decrypt-key. @@ -7539,14 +7539,14 @@ * src/testsuite/Makefile.am (TS_SH): Use new lsh-decrypt-key-test. -2003-06-05 Niels M�ller <nisse@lysator.liu.se> +2003-06-05 Niels Möller <nisse@lysator.liu.se> * src/io.c (io_resolv_address): In the code using getaddrinfo, zero the sockaddr_in first using memset, to ensure that sockaddr_in.sin_zero really is zero, on the systems (e.g. AIX) that need that. -2003-06-04 Niels M�ller <niels@s3.kth.se> +2003-06-04 Niels Möller <niels@s3.kth.se> * src/testsuite/lsh-encrypted-key-test: Use printf instead of echo in the askpass helper program. There should be no trailing newline @@ -7560,7 +7560,7 @@ * src/spki.c (spki_pkcs5_decrypt): The label string was leaked. Fixed. -2003-06-04 Niels M�ller <nisse@cuckoo.hack.org> +2003-06-04 Niels Möller <nisse@cuckoo.hack.org> * src/spki.c (spki_pkcs5_encrypt): The method identifier is "Xpkcs5v2", not "xpkcs5v2". @@ -7568,20 +7568,20 @@ (parse_pkcs5, parse_pkcs5_payload): New helper functions for spki_pkcs5_decrypt. -2003-06-03 Pontus Sk�ld <pont@soua.net> +2003-06-03 Pontus Sköld <pont@soua.net> * src/testsuite/Makefile.am (TS_SH): Added lsh-encrypted-key-test. * src/testsuite/lsh-encrypted-key-test: Test for encrypted (password protected) key functionality in lsh. -2003-06-01 Niels M�ller <nisse@cuckoo.hack.org> +2003-06-01 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (do_listen_callback): To get enough space, PEER must be a sockaddr_in (if the IPv6 type sockaddr_storage isn't available). (fd2info): Likewise. -2003-05-24 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-24 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-make-seed.c: Fixed nesting of WITH_ZLIB #if:s. Also disable the zlib code. @@ -7592,17 +7592,17 @@ * src/server_x11.c (server_x11_setup): Don't use non-constant initializer. Sun cc doesn't support it. -2003-05-22 Niels M�ller <niels@s3.kth.se> +2003-05-22 Niels Möller <niels@s3.kth.se> * src/testsuite/Makefile.am: Don't use -O0 in AM_CFLAGS, as it breaks the AIX build. -2003-05-21 Niels M�ller <niels@s3.kth.se> +2003-05-21 Niels Möller <niels@s3.kth.se> * src/reaper.c (do_reaper_callback): Check if WCOREDUMP is defined before using it. -2003-05-20 Niels M�ller <niels@s3.kth.se> +2003-05-20 Niels Möller <niels@s3.kth.se> * src/unix_interact.c (unix_read_password): Fixed argv bug for the askpass program. @@ -7621,14 +7621,14 @@ * configure.ac: If seteuid is not available, but setresuid is, let config.h #define seteuid in terms of setresuid. -2003-05-19 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-19 Niels Möller <nisse@cuckoo.hack.org> * src/unix_user.c (do_read_file): Set the process gid, and reset the supplimentary groups list, before opening the file. * configure.ac: Check for seteuid and setresuid. -2003-05-16 Niels M�ller <niels@s3.kth.se> +2003-05-16 Niels Möller <niels@s3.kth.se> * configure.ac: Check for struct utmp.ut_exit.e_termination and struct utmpx.ut_exit.e_termination. @@ -7636,31 +7636,31 @@ * src/unix_process.c (do_utmp_cleanup): Fix for HPUX, which uses non-standard names for the fields of struct utmpx's ut_exit. -2003-05-14 Niels M�ller <niels@s3.kth.se> +2003-05-14 Niels Möller <niels@s3.kth.se> * src/io.c (io_resolv_address): More fixes for the non getaddrinfo code. -2003-05-14 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-14 Niels Möller <nisse@cuckoo.hack.org> * src/unix_interact.c (unix_interact): New attribute password_fd. (unix_read_password): Read password from password_fd, unless it's -1. (make_unix_interact): Initialize password_fd to -1. -2003-05-13 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-13 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (io_resolv_address): Fixes for the non getaddrinfo code. -2003-05-13 Niels M�ller <niels@s3.kth.se> +2003-05-13 Niels Möller <niels@s3.kth.se> * acinclude.m4 (LSH_FUNC_STRSIGNAL): Use a dummy STRSIGNAL if none of strsignal, sys_siglist or _sys_siglist exists. * src/io.c (lsh_popen_read): Use STRSIGNAL macro. -2003-05-12 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-12 Niels Möller <nisse@cuckoo.hack.org> * src/crypto.h (FOR_BLOCKS): Deleted unused macro. @@ -7680,7 +7680,7 @@ * configure.ac: Updated AC_CONFIG_SRCDIR, as lsh_types.h no longer exists. -2003-05-12 Niels M�ller <niels@s3.kth.se> +2003-05-12 Niels Möller <niels@s3.kth.se> * configure.ac: Don't AC_REPLACE_FUNCS(memxor), just use the memxor function in nettle. @@ -7704,12 +7704,12 @@ (LSH_FUNC_STRERROR, LSH_FUNC_STRSIGNAL): New macros. * configure.ac: Use them. -2003-05-12 Pontus Sk�ld <pont@soua.net> +2003-05-12 Pontus Sköld <pont@soua.net> * src/lsh-upgrade: Upgrade any authorized public keys and re-authorize them. -2003-04-23 Niels M�ller <niels@s3.kth.se> +2003-04-23 Niels Möller <niels@s3.kth.se> * src/Makefile.am (gcov-list): Don't include files with full code coverage in the list. @@ -7717,7 +7717,7 @@ * src/testsuite/Makefile.am (TS_SH): Added tcpip-local-in-use-test. -2003-04-22 Niels M�ller <niels@s3.kth.se> +2003-04-22 Niels Möller <niels@s3.kth.se> * src/tcpforward_commands.c (forward_local_port): Use prog1 to delay bind call until the connection is established. @@ -7757,7 +7757,7 @@ * src/lsh.c (do_lsh_lookup): Deleted old code handling the ssh-rsa-pkcs1@lysator.liu.se algorithm id. -2003-04-22 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-22 Niels Möller <nisse@cuckoo.hack.org> * src/lsh.c (lsh_verifier_command): Deleted command. (make_lsh_login): New function, replacing lsh_login_command. @@ -7765,7 +7765,7 @@ (make_lsh_connect): Take a login command as a parameter. (main): Updated calls to make_lsh_connect and make_lsh_login. -2003-04-21 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-21 Niels Möller <nisse@cuckoo.hack.org> * src/lsh.c (make_lsh_connect): Take actions as a parameter. (options2service): Deleted command. @@ -7785,7 +7785,7 @@ * src/io.c (make_address_info_c): Deleted function. -2003-04-20 Niels M�ller <niels@s3.kth.se> +2003-04-20 Niels Möller <niels@s3.kth.se> * src/spki.c (make_ssh_hostkey_tag): Use a plain NUL-terminated string to identify the host. @@ -7825,7 +7825,7 @@ * src/testsuite/functions.sh (spawn_lshd): Reduced sleep. -2003-04-16 Niels M�ller <niels@s3.kth.se> +2003-04-16 Niels Möller <niels@s3.kth.se> * src/lshd.c (main): No need to check for make_lshd_options returnning NULL. @@ -7872,7 +7872,7 @@ * src/io.c (io_listen_list): New function. -2003-04-15 Niels M�ller <niels@s3.kth.se> +2003-04-15 Niels Möller <niels@s3.kth.se> * src/testsuite/functions.sh (spawn_lshd): Use -HUP, not -9, for killing lshd. @@ -7906,7 +7906,7 @@ * src/.gdbinit: New file. -2003-04-14 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-14 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (io_resolv_address): Changed interface, to avoid local conversion of service names to port numbers. This way, all that's @@ -7916,7 +7916,7 @@ NUL-terminated strings. (main_argp_parser): Updated for new io_resolv_address interface. -2003-04-14 Niels M�ller <niels@s3.kth.se> +2003-04-14 Niels Möller <niels@s3.kth.se> * src/testsuite/functions.sh: Use INTERFACE=localhost, as we now support non-numerical interface names. @@ -7933,7 +7933,7 @@ * doc/lsh.texinfo (Invoking lshd): Document the use of multiple --interface options. -2003-04-13 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-13 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/Makefile.am (EXTRA_PROGRAMS): Added testutils, as a kludge to get automake to track dependencies for testutils.o. @@ -7948,7 +7948,7 @@ * src/client_session.c (make_client_session_channel): Added place holder for send break escape handler (#if:ed out for now) -2003-04-11 Niels M�ller <niels@s3.kth.se> +2003-04-11 Niels Möller <niels@s3.kth.se> * src/client_pty.c (do_kill_client_tty_resource): Call set_error_raw. @@ -7978,7 +7978,7 @@ * src/Makefile.am (MAINTAINERCLEANFILES, class-map): Updated to use dist_classes, not dist_x_files. -2003-03-24 Pontus Sk�ld <pont@soua.net> +2003-03-24 Pontus Sköld <pont@soua.net> * contrib/solpkg.sh.in: Added my script to create Solaris packages. @@ -7987,19 +7987,19 @@ * configure.ac: Added hooks for Solaris package script. -2003-03-14 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-14 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (handle_nonblock_error): New function, ignoring ENODEV errors. Needed for freebsd, where setting the non-block flag on /dev/null fails. (io_set_nonblocking, io_set_blocking): Use handle_nonblock_error. -2003-03-13 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-13 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (io_set_nonblocking, io_set_blocking) (io_set_close_on_exec): Fixed error messages. -2003-03-05 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-05 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Bumped version to 1.5.2. @@ -8008,7 +8008,7 @@ * configure.ac (DOTDOT_LIBARGP): New substitution -2003-03-04 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-04 Niels Möller <nisse@cuckoo.hack.org> * misc/xenofarm.sh (make): Don't use -k flag, it seems to mask errors. @@ -8016,40 +8016,40 @@ * src/Makefile.am (environ.h): Avoid requiring GNU make for this rule. -2003-03-02 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-02 Niels Möller <nisse@cuckoo.hack.org> * src/unix_random.c: Include <sys/time.h> before <sys/resource.h>. * src/io.c: Include <sys/wait.h>, not <wait.h>. -2003-03-01 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-01 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-upgrade: Note that we need to upgrade private keys too. -2003-02-28 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-28 Niels Möller <nisse@cuckoo.hack.org> * Released lsh-1.5.1. * src/spki.c (spki_pkcs5_decrypt): Typo fix, it's "password-encrypted", not "password_encrypted". -2003-02-27 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-27 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/rapid7-lsh-test: ln -sf is not portable, so delete the symlink "current" explicitly using rm. -2003-02-27 Niels M�ller <niels@s3.kth.se> +2003-02-27 Niels Möller <niels@s3.kth.se> * src/testsuite/rapid7-lsh-test: Skip test if tcputils is missing. * src/testsuite/rapid7-lshd-test: Likewise. -2003-02-27 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-27 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/rapid7-lshd-test: Use $srdir for locating the test pdu:s. * src/testsuite/rapid7-lsh-test: Likewise. -2003-02-26 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-26 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/rapid7-lsh-test: Bugfixes, and some adaption to the lsh testsuite framework. @@ -8057,21 +8057,21 @@ * src/testsuite/functions.sh (werror, die): New functions. -2003-02-26 Pontus Sk�ld <pont@soua.net> +2003-02-26 Pontus Sköld <pont@soua.net> * src/lsh-krb-checkpw.c: Include config.h if available. -2003-02-25 Niels M�ller <niels@s3.kth.se> +2003-02-25 Niels Möller <niels@s3.kth.se> * src/testsuite/Makefile.am (AM_CPPFLAGS): Use $(srcdir)/.. * src/testsuite/.dist_rapid7: Typo fix. -2003-02-25 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-25 Niels Möller <nisse@cuckoo.hack.org> * src/rsync/Makefile.am (AM_CPPFLAGS): Use $(srcdir)/.. -2003-02-24 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-24 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/Makefile.am (TS_SH): Added rapid-7-lsh-test and rapid-7-lshd-test. @@ -8105,7 +8105,7 @@ * .bootstrap: Link acinclude.m4 to argp and sftp subdirectories. -2003-02-19 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-19 Niels Möller <nisse@cuckoo.hack.org> * src/nettle/acinclude.m4, src/spki/acinclude.m4: Deleted files, let .bootstrap make links to the top-level acinclude.m4 instead. @@ -8132,7 +8132,7 @@ * .bootstrap: New link from src/nettle/examples and src/sftp/testsuite to run-tests. -2003-02-18 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-18 Niels Möller <nisse@cuckoo.hack.org> * src/Makefile.am (bootstrap): Bootstrap the spki dirctory too. (EXTRA_DIST): dist_x_files and cvs_headers renamed to dist_classes @@ -8159,28 +8159,28 @@ * Makefile.am.in: Removed all these files. Use plain Makefile.am instead. -2003-02-18 Niels M�ller <niels@s3.kth.se> +2003-02-18 Niels Möller <niels@s3.kth.se> * configure.ac: Added check for inet_ntop in -lnsl. Check for -lnsl before checking for -lsocket, to avoid strange confusion with Solaris' library dependencies. -2003-02-17 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-17 Niels Möller <nisse@cuckoo.hack.org> * misc/xenofarm.sh: Fixed make --version test. -2003-02-17 Niels M�ller <niels@s3.kth.se> +2003-02-17 Niels Möller <niels@s3.kth.se> * misc/xenofarm.sh: Make sure PATH is exported. Redirect stderr output from make --version. -2003-02-17 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-17 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/testutils.c: Use uint32_t and friends, not UINT32. * misc/xenofarm.sh (cfgwarn): Fixed sed expression. -2003-02-16 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-16 Niels Möller <nisse@cuckoo.hack.org> * src/.dist_classes: Deleted read_base64.c.x. * src/.dist_headers: Deleted digits.h @@ -8201,7 +8201,7 @@ gmp and liboop. Use AH_BOTTOM to define NORETURN, PRINTF_STYLE and UNUSED. -2003-02-15 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-15 Niels Möller <nisse@cuckoo.hack.org> * src/io.h (lsh_fd): Deleted old hanged_up attribute. * src/gateway_commands.c (gateway_setup_command): Deleted old @@ -8214,22 +8214,22 @@ * src/io_commands.h: Deleted old prototypes make_listen_local and make_connect_local. -2003-02-14 Niels M�ller <niels@s3.kth.se> +2003-02-14 Niels Möller <niels@s3.kth.se> * src/Makefile.am.in (bin_SCRIPTS): Added lsh-upgrade. -2003-02-12 Niels M�ller <niels@s3.kth.se> +2003-02-12 Niels Möller <niels@s3.kth.se> * src/unix_user.c (do_spawn): Added FIXME on error reporting. * misc/xenofarm.sh (cfgwarn): Delete warning about using an absolute path for srcdir. -2003-02-11 Niels M�ller <niels@s3.kth.se> +2003-02-11 Niels Möller <niels@s3.kth.se> * misc/xenofarm.sh: Compile with make -k. -2003-02-10 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-10 Niels Möller <nisse@cuckoo.hack.org> * src/.dist_classes: Deleted lsh_proxy.c.x and sexp-conv.c.x. @@ -8248,7 +8248,7 @@ * misc/xenofarm.sh: Collect config.h files from subdirectories. -2003-02-09 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-09 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/Makefile.am (TS_PROGS): Added sockaddr2info-test. @@ -8259,14 +8259,14 @@ * src/io.c (sockaddr2info): Use inet_ntop for formatting AF_INET6 addresses. -2003-02-07 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-07 Niels Möller <nisse@cuckoo.hack.org> * src/lsh.c (do_lsh_lookup): The public key should be wrapped in a subject expression in the generated acl:s. * src/io.c (sockaddr2info): #ifed out broken IPv6 code. -2003-02-06 Niels M�ller <niels@s3.kth.se> +2003-02-06 Niels Möller <niels@s3.kth.se> * src/Makefile.am.in (DISTCLEANFILES): Delete environ.h. @@ -8275,7 +8275,7 @@ * misc/xenofarm.sh: Try to add /usr/local/bin and /usr/ccs/bin to PATH, if needed. -2003-02-05 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-05 Niels Möller <nisse@cuckoo.hack.org> * src/keyexchange.c (KEXINIT_MAX_ALGORITMS_SUN): New constant. (parse_kexinit): Added argument peer_flag. Use larger list limit @@ -8286,18 +8286,18 @@ * src/connection.h: New constant PEER_KEXINIT_LANGUAGE_KLUDGE. -2003-02-04 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-04 Niels Möller <nisse@cuckoo.hack.org> * Moved argp-related entries from this file to src/argp/ChangeLog. -2003-01-27 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-27 Niels Möller <nisse@cuckoo.hack.org> * src/rsa_keygen.c, src/rsa.c: Updated for nettle rsa renaming. * configure.ac: Fixed syntax error when testing $x_includes and $x_libraries. -2003-01-24 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-24 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: --with-lib-path should add to LDFLAGS, not replace it. @@ -8306,18 +8306,18 @@ --with-lib-path to configure. On some systems /usr/local/lib and /usr/local/include are not searched by default. -2003-01-22 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-22 Niels Möller <nisse@cuckoo.hack.org> * src/spki.c (spki_add_acl): Use spki_acl_process. (spki_authorize): Adapted to changed spki_acl_by_subject_first and spki_acl_by_subject_next. -2003-01-21 Niels M�ller <niels@s3.kth.se> +2003-01-21 Niels Möller <niels@s3.kth.se> * misc/xenofarm.sh: Don't run make distcheck, as it leaves some write-protected directories in the tree. -2003-01-20 Niels M�ller <niels@s3.kth.se> +2003-01-20 Niels Möller <niels@s3.kth.se> * misc/xenofarm.sh: Dont cd into src before running make check and make distcheck. @@ -8326,7 +8326,7 @@ * misc/xenofarm.sh (timeecho): Fixed typo. -2003-01-19 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-19 Niels Möller <nisse@cuckoo.hack.org> * misc/xenofarm.sh (timeecho): Set LC_ALL=C before calling date. @@ -8334,13 +8334,13 @@ in the testcases that depend on tcputils: tcpip-local-test, tcpip-remote-test, lshg-tcpip-test and ssh1-fallback-test. -2003-01-17 Niels M�ller <niels@s3.kth.se> +2003-01-17 Niels Möller <niels@s3.kth.se> * src/Makefile.am.in: Added explicit dependencies for objects depending on environ.h. Must figure out some better way to do that. -2003-01-16 Niels M�ller <niels@s3.kth.se> +2003-01-16 Niels Möller <niels@s3.kth.se> * src/Makefile.am.in (EXTRA_DIST): Added environ.h.in. (generated_sources): Don't list environ.h here, as it's system @@ -8350,19 +8350,19 @@ four arguments. (dotask): Don't create $task.pass, they're not used anymore. -2003-01-15 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-15 Niels Möller <nisse@cuckoo.hack.org> * misc/xenofarm.sh: Updated to use new format for reporting the result. -2003-01-14 Niels M�ller <nisse@lysator.liu.se> +2003-01-14 Niels Möller <nisse@lysator.liu.se> * src/.dist_classes: sexp.h.x has disappeared. * misc/bootstrap.sh: Bootstrap spki subdir. Removed redundant automake calls. -2003-01-14 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-14 Niels Möller <nisse@cuckoo.hack.org> * misc/xenofarm.sh: New file. Added build instructions, following the lyskom-server example. @@ -8370,7 +8370,7 @@ * src/.dist_classes: hmac.c.x, md5.c.x and sha.c.x have disappeared. -2003-01-14 Niels M�ller <nisse@lysator.liu.se> +2003-01-14 Niels Möller <nisse@lysator.liu.se> * configure.ac (AC_PATH_X): Check not only $no_x, also check if $x_includes and $x_libraries are empty before adding new flags. @@ -8383,24 +8383,24 @@ * src/scm/guile-compat.scm (nth): Deleted function. Needed for scsh, not just guile. -2003-01-14 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-14 Niels Möller <nisse@cuckoo.hack.org> * src/.dist_classes: sexp.c.x and spki.c.x have disappeared. * src/.dist_headers: dsa.h has disappeared. -2003-01-13 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-13 Niels Möller <nisse@cuckoo.hack.org> * src/.dist_headers, src/.dist_classes: Check into cvs, to make it easier for xenofarm to build a distribution directly from cvs. -2003-01-13 Niels M�ller <nisse@lysator.liu.se> +2003-01-13 Niels Möller <nisse@lysator.liu.se> * src/scm/compiler.scm (let-and): Fixed syntax error in syntax-rules. * misc/bootstrap.sh: Use plain automake -a, no extra arguments. -2003-01-12 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-12 Niels Möller <nisse@cuckoo.hack.org> * src/unix_user.c: Use macros in environ.h, when defining environment veriables. @@ -8433,13 +8433,13 @@ * configure.ac: Don't try AC_DEFINE:ing PREFIX and SBINDIR. Those substitutions are now performed at make-time. -2003-01-10 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-10 Niels Möller <nisse@cuckoo.hack.org> * src/lsh.c (read_known_hosts): Display upgrade message only if the --host-db option wasn't used. Changed user messages to say "host-acls" instead of "known_hosts". -2003-01-10 Niels M�ller <niels@s3.kth.se> +2003-01-10 Niels Möller <niels@s3.kth.se> * src/lsh-upgrade: New shell script. @@ -8467,7 +8467,7 @@ * src/Makefile.am.in (LDADD): Add libspki.a. -2003-01-09 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-09 Niels Möller <nisse@cuckoo.hack.org> * src/lsh.c (read_known_hosts): Display a message if an old known_hosts file is used. @@ -8493,22 +8493,22 @@ * doc/lsh.texinfo (Files and environment variables): Document SEXP_CONV. -2003-01-08 Niels M�ller <niels@s3.kth.se> +2003-01-08 Niels Möller <niels@s3.kth.se> * src/Makefile.am.in (environ.h): New rule for creating environ.h from environ.h.in. -2003-01-02 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-02 Niels Möller <nisse@cuckoo.hack.org> * src/Makefile.am.in (SUBDIRS): Compile in spki subdir. * configure.ac: Configure subdir src/spki. -2003-01-02 Niels M�ller <niels@s3.kth.se> +2003-01-02 Niels Möller <niels@s3.kth.se> * src/io.c (lsh_popen): New function. -2003-01-02 Pontus Sk�ld <pont@soua.net> +2003-01-02 Pontus Sköld <pont@soua.net> * configure.ac: Check for alarm. @@ -8517,12 +8517,12 @@ * src/lsh-krb-checkpw.c (main): Dito. -2002-12-11 Niels M�ller <niels@s3.kth.se> +2002-12-11 Niels Möller <niels@s3.kth.se> * src/lsh-writekey.c (process_private): If no encryption, dup the input string. -2002-12-04 Niels M�ller <nisse@cuckoo.hack.org> +2002-12-04 Niels Möller <nisse@cuckoo.hack.org> * src/dsa.c (do_dsa_sign): Use %0s, not %z, when formatting s-expressions. @@ -8535,7 +8535,7 @@ * src/lsh.c (do_lsh_lookup): Likewise. * src/dsa_keygen.c (dsa_generate_key): Likewise. -2002-11-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-16 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/key-1.private, src/testsuite/key-2.private: Updated keys. @@ -8584,12 +8584,12 @@ moved there. It should be possible to get lshg to work without either nettle or gmp, currently it won't. -2002-11-13 Niels M�ller <niels@s3.kth.se> +2002-11-13 Niels Möller <niels@s3.kth.se> * src/spki.c (do_spki_authorize): Need braces around FOR_OBJECT_QUEUE loop. -2002-11-11 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-11 Niels Möller <nisse@cuckoo.hack.org> * src/Makefile.am.in (noinst_PROGRAMS): Don't build prime_table. @@ -8608,7 +8608,7 @@ * src/Makefile.am.in: Don't build digit_table.h. (liblsh_a_SOURCES): Removed digits.c. -2002-11-10 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-10 Niels Möller <nisse@cuckoo.hack.org> * src/lsh.c (do_lsh_default_handler): Deleted handling of obsolete exception types EXC_SEXP_SYNTAX and EXC_SPKI_TYPE. @@ -8713,7 +8713,7 @@ * src/testsuite/Makefile.am (check): Set LD_LIBRARY_PATH when running tests. -2002-11-07 Niels M�ller <niels@s3.kth.se> +2002-11-07 Niels Möller <niels@s3.kth.se> * configure.ac: Don't use quotes with AM_CONFIG_HEADER, it seems to confuse automake. @@ -8721,7 +8721,7 @@ * src/testsuite/functions.sh: Tolerate unset failing. -2002-11-04 Pontus Sk�ld <pont@soua.net> +2002-11-04 Pontus Sköld <pont@soua.net> * src/testsuite/functions.sh: Unset LSHGFLAGS and LSHFLAGS. @@ -8733,7 +8733,7 @@ * doc/Makefile.am.in: Removed inclusion of ctags.mk. -2002-11-03 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-03 Niels Möller <nisse@cuckoo.hack.org> * misc/Makefile.am.in: Don't include ctags.mk. @@ -8759,7 +8759,7 @@ * src/dsa_keygen.c (dsa_generate_key): Rewrote to use nettle's dsa_generate_keypair function. -2002-11-02 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-02 Niels Möller <nisse@cuckoo.hack.org> * src/dsa.c (dsa_hash): Deleted function. (generic_dsa_verify): Rewrote to use nettle's dsa_verify. @@ -8782,7 +8782,7 @@ * src/abstract_crypto.h (SIGN_SPKI, VERIFY_SPKI): Deleted methods used only by the testsuite. -2002-11-01 Pontus Sk�ld <pont@soua.net> +2002-11-01 Pontus Sköld <pont@soua.net> * src/testsuite/Makefile.am (TS_SH): New test lsh-9-test. @@ -8801,7 +8801,7 @@ * src/lsh.c (main_argp_parser): Honour inhibit_actions. (main): Use envp_parse. -2002-10-23 Pontus Sk�ld <pont@soua.net> +2002-10-23 Pontus Sköld <pont@soua.net> * src/client_x11.c (parse_display): Handle special case DISPLAY=unix:x.y for local delivery. @@ -8813,7 +8813,7 @@ (make_detach_callback): Use new function stead of do_detach_cb_first. -2002-10-22 Pontus Sk�ld <pont@soua.net> +2002-10-22 Pontus Sköld <pont@soua.net> * src/client.c: Include io.h. (detach_callback): New class to handle detachment and @@ -8836,13 +8836,13 @@ * src/client.h: New variable in client_options: detach_end. -2002-10-03 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-03 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Use AC_SEARCH_LIBS instead of AC_CHECK_LIB when looking for libnsl, so we don't pick it up unless it really is needed. -2002-10-02 Pontus Sk�ld <Pontus.Skold@dis.uu.se> +2002-10-02 Pontus Sköld <Pontus.Skold@dis.uu.se> * src/lshd.c: Include <sys/resource.h> if it exists. (main): setrlimit to raise max number of open files @@ -8850,17 +8850,17 @@ * configure.ac: Check for <sys/resource.h> and setrlimit. -2002-10-02 Pontus Sk�ld <Pontus.Skold@dis.uu.se> +2002-10-02 Pontus Sköld <Pontus.Skold@dis.uu.se> * configure.ac: Don't AC_PATH_PROG for bash, m4 and groff if given. Made them precious. -2002-10-01 Niels M�ller <niels@s3.kth.se> +2002-10-01 Niels Möller <niels@s3.kth.se> * src/testsuite/run-tests (test_program): Use basename (fix copied from src/nettle/examples/). -2002-09-12 Niels M�ller <nisse@cuckoo.hack.org> +2002-09-12 Niels Möller <nisse@cuckoo.hack.org> * Released lsh-1.5.0. @@ -8875,24 +8875,24 @@ * configure.ac: Deleted the ipv6 test that tried to create an ipv6 socket. -2002-09-03 Pontus Sk�ld <pont@soua.net> +2002-09-03 Pontus Sköld <pont@soua.net> * src/server_x11.c (XAUTH_PROGRAM): Use predefined value if available and built in default if not. * configure.ac: Search for xauth. -2002-09-02 Pontus Sk�ld <pont@soua.net> +2002-09-02 Pontus Sköld <pont@soua.net> * src/testsuite/lsh-8-test: New test. Check whatever unencrypted sessions work. -2002-08-30 Pontus Sk�ld <pont@soua.net> +2002-08-30 Pontus Sköld <pont@soua.net> * src/testsuite/functions.sh: Defaults need to be quoted if they contain spaces. -2002-08-29 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-29 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/x11-1-test: Renamed, was lshd-x11-1-test. @@ -8907,14 +8907,14 @@ * src/lsh.c (main_options, main_argp_parser): Handle X11 options only if WITH_X11_FORWARD is defined. -2002-08-28 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-28 Niels Möller <nisse@cuckoo.hack.org> * doc/lsh.texinfo (Top): Use @ififo around the @top directive, to get rid of the empty menu item inthe html output. * configure.ac: Bumped version to 1.5. -2002-08-28 Niels M�ller <niels@s3.kth.se> +2002-08-28 Niels Möller <niels@s3.kth.se> * doc/index.html: New file. @@ -8937,12 +8937,12 @@ * src/server_x11.c (SUN_LEN): #define SUN_LEN if needed. -2002-08-27 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-27 Niels Möller <nisse@cuckoo.hack.org> * src/server_x11.c (new_x11_channel): We don't have any ip-address of the client, so send <"unix-domain", 0> as the peer address. -2002-08-27 Niels M�ller <niels@s3.kth.se> +2002-08-27 Niels Möller <niels@s3.kth.se> * src/server_pty.c (pty_open_slave): Removed call to setsid(), moved to... @@ -8973,12 +8973,12 @@ * src/server_x11.c (do_xauth_exit): Fixed format strings for error messages. -2002-08-27 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-27 Niels Möller <nisse@cuckoo.hack.org> * src/server_x11.c (server_x11_setup): Bugfix, really call server_x11_listen. -2002-08-26 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-26 Niels Möller <nisse@cuckoo.hack.org> * src/server_x11.c (OPEN_FORWARDED_X11): Added forward declaration. @@ -9016,7 +9016,7 @@ (fatal): Compile time flag to display pid and hang, instead of aborting. Useful for debugging. -2002-08-25 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-25 Niels Möller <nisse@cuckoo.hack.org> * src/server_x11.c (new_x11_channel): New function. (open_forwarded_x11): New command. @@ -9042,7 +9042,7 @@ * src/lsh_proxy.c (lsh_proxy_listen): Replaced listen_callback with new bind and listen commands. -2002-08-24 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-24 Niels Möller <nisse@cuckoo.hack.org> * src/io_commands.c (do_listen): Deleted function. (listen_with_callback): Deleted command. @@ -9069,7 +9069,7 @@ (io_bind_local): New function replacing io_listen_local. Updated callers. -2002-08-11 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-11 Niels Möller <nisse@cuckoo.hack.org> * src/unix_user.c (do_read_file): Use seteuid, not setuid. @@ -9089,17 +9089,17 @@ (lsh_pushd): Renamed safe_pushd, and use lsh_pushd_fd. Also added arguments result and secret. Updated all callers. -2002-07-18 Niels M�ller <niels@s3.kth.se> +2002-07-18 Niels Möller <niels@s3.kth.se> * configure.ac: Use -ggdb3 for gcc, except for gcc-2.96. -2002-07-05 Niels M�ller <nisse@cuckoo.hack.org> +2002-07-05 Niels Möller <nisse@cuckoo.hack.org> * src/lshd.c: Disabled incomplete x11 forwarding for now. * src/server_session.c: Likewise. * src/server_x11.c: Likewise. -2002-07-03 Pontus Sk�ld <pont@soua.net> +2002-07-03 Pontus Sköld <pont@soua.net> * src/lshg.c: Include <unistd.h> to get execvp declaration, define LSH_FILENAME if not defined. @@ -9119,7 +9119,7 @@ * src/io_commands.c (connect_local_command): Check if the connection was successfull and raise an exception otherwise. -2002-07-02 Niels M�ller <nisse@cuckoo.hack.org> +2002-07-02 Niels Möller <nisse@cuckoo.hack.org> * src/unix_user.c (do_spawn): Allow err[1] and out[1] to be the same fd. @@ -9137,7 +9137,7 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Added server_x11.c. -2002-06-28 Niels M�ller <niels@s3.kth.se> +2002-06-28 Niels Möller <niels@s3.kth.se> * src/lshd.c (main_options): New options, --tcpip-forward, --no-tcpip-forward (earlier there was no option for disabling @@ -9149,7 +9149,7 @@ * src/server_session.c (do_x11_req): Fixed error message. -2002-06-27 Niels M�ller <niels@s3.kth.se> +2002-06-27 Niels Möller <niels@s3.kth.se> * src/lsh_proxy.c (main) [WITH_X11_FORWARD]: Fixed type warning. @@ -9175,18 +9175,18 @@ * src/command.c (make_catch_report_apply): Likewise. -2002-06-27 Pontus Sk�ld <pont@soua.net> +2002-06-27 Pontus Sköld <pont@soua.net> * src/testsuite/string-test.c (test_main): Added extra bubble babble check for a typo Richard Kettlewell discovered. -2002-06-26 Pontus Sk�ld <pont@soua.net> +2002-06-26 Pontus Sköld <pont@soua.net> * src/format.c (lsh_string_bubblebabble): Fixed stupid typo making w occur in bubble babble fingerprint where it should be z. Also fixed the size of the cons array. -2002-06-26 Niels M�ller <niels@s3.kth.se> +2002-06-26 Niels Möller <niels@s3.kth.se> * src/unix_user.c (do_lookup_user): Don't treat accounts with a single "*" in the paswd-field as disabled. @@ -9222,14 +9222,14 @@ * src/lsh.c (read_user_keys): Support aes for encrypted private keys. -2002-06-26 Niels M�ller <nisse@cuckoo.hack.org> +2002-06-26 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-make-seed.c (get_dev_random): Bugfix: Actually try both /dev/random and /dev/urandom. * doc/lsh.texinfo (lshd basics): Changed invokation of lsh-keygen. -2002-06-25 Niels M�ller <niels@s3.kth.se> +2002-06-25 Niels Möller <niels@s3.kth.se> * src/server_x11.c, src/server_x11.h: New files. (make_xauth_exit_callback): New function. @@ -9238,19 +9238,19 @@ * src/server_session.c (server_session): New attribute x11. (do_x11_req): New function. -2002-06-23 Pontus Sk�ld <pont@soua.net> +2002-06-23 Pontus Sköld <pont@soua.net> * configure.ac: Cosmetic changes of message shown when libwrap detection fails. -2002-06-18 Niels M�ller <nisse@cuckoo.hack.org> +2002-06-18 Niels Möller <nisse@cuckoo.hack.org> * src/server_session.c (spawn_process): Call io_set_type, if stdin is a pty. (do_eof): Removed the pty ^D hack,a s it's now taken care of by close_fd_write. -2002-06-17 Niels M�ller <nisse@cuckoo.hack.org> +2002-06-17 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (io_set_type): New function. (close_fd_nicely): Call close_fd_write, for handling the @@ -9259,12 +9259,12 @@ * src/io.h (lsh_fd): New attribute TYPE. -2002-06-05 Niels M�ller <nisse@cuckoo.hack.org> +2002-06-05 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Bumped version to 1.4.1. New option --enable-initgroups-workaround, copied from the 1.2 branch. -2002-06-04 Niels M�ller <nisse@cuckoo.hack.org> +2002-06-04 Niels Möller <nisse@cuckoo.hack.org> * Released lsh-1.4. @@ -9273,7 +9273,7 @@ * src/testsuite/conv-2-test, src/testsuite/conv-3-test: Updated testcases. -2002-05-30 Pontus Sk�ld <pont@soua.net> +2002-05-30 Pontus Sköld <pont@soua.net> * src/server_session.c (init_spawn_info): Require more entries available for environment variables. Set SSH_TTY if appropiate as @@ -9306,14 +9306,14 @@ * src/connection.c (make_ssh_connection): dito. -2002-05-24 Pontus Sk�ld <pont@soua.net> +2002-05-24 Pontus Sköld <pont@soua.net> * src/io.c (io_final): Set stdin, stdout and stderr to blocking mode. * src/io_commands.c (do_tcp_wrapper): Send a copy of self->msg to A_WRITE instead of the string itself. -2002-05-15 Pontus Sk�ld <pont@soua.net> +2002-05-15 Pontus Sköld <pont@soua.net> * configure.ac: Added things neccessarry for tcp wrappers to work. @@ -9329,13 +9329,13 @@ * src/io_commands.h (make_tcp_wrapper): Definition of new function. -2002-05-14 Pontus Sk�ld <pont@soua.net> +2002-05-14 Pontus Sköld <pont@soua.net> * src/algorithms.c (list_algorithms): Added missing newline after the list of algorithms. (list_hostkey_algorithms): dito. -2002-05-13 Pontus Sk�ld <pont@soua.net> +2002-05-13 Pontus Sköld <pont@soua.net> * src/lsh.c (make_options): Don't fail totally if we can't create a randomness source. @@ -9351,18 +9351,18 @@ (main_argp_parser): Do argp_failure unless we have a valid randomness object. -2002-05-06 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-06 Niels Möller <nisse@cuckoo.hack.org> * README: Document requirement of autoconf-2.52 and automake-1.6.1. * configure.ac: Require autoconf-2.52. -2002-05-06 Niels M�ller <niels@s3.kth.se> +2002-05-06 Niels Möller <niels@s3.kth.se> * configure.ac (CFLAGS): Don't enable -Waggregate-return. -2002-05-06 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-06 Niels Möller <nisse@cuckoo.hack.org> * src/gateway_channel.c (do_gateway_channel_open): Undid previous change. Let channel.c:check_rec_max_packet adjust the @@ -9379,11 +9379,11 @@ * src/read_data.c (do_read_data_query): Undid previous change. Now look at only send_window_size and send_max_packet. -2002-05-05 Niels M�ller <nisse@lysator.liu.se> +2002-05-05 Niels Möller <nisse@lysator.liu.se> * configure.ac: Pass no options to AM_INIT_AUTOMAKE. -2002-05-05 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-05 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Update for automake-1.6. @@ -9397,7 +9397,7 @@ * doc/lsh.texinfo (Algorithm options): Updated description of the default cipher. We now use AES, not triple-DES. -2002-05-02 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-02 Niels Möller <nisse@cuckoo.hack.org> * src/gateway_channel.c (do_gateway_channel_open): Limit rec_max_packet to SSH_MAX_PACKET. @@ -9413,12 +9413,12 @@ send_max_packet - SSH_MAX_PACKET_FUZZ, as to not exceed the receivers maximum packet size. -2002-04-04 Pontus Sk�ld <pont@soua.net> +2002-04-04 Pontus Sköld <pont@soua.net> * src/lsh.c (do_lsh_lookup): Cosmetic changes of unauthenticated key fingerprint text. -2002-04-03 Pontus Sk�ld <pont@soua.net> +2002-04-03 Pontus Sköld <pont@soua.net> * src/format.c (lsh_string_bubblebabble_c): New function to define the che bubble babble checksum series, used by @@ -9452,7 +9452,7 @@ * src/client.c (client_options): Bugfix: OPT_SUBSYSTEM shouldn't be inside char quotes. -2002-03-27 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-27 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (lsh_oop_stop_callback): Use the OOP_HALT constant. @@ -9462,17 +9462,17 @@ * src/client.c: Removed the short alias, -C, for the --subsystem option. -2002-03-26 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-26 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-authorize: Don't use &>-redirects, as /bin/sh doesn't understand that. Noticed by Timshell Knoll. -2002-03-25 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-25 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-execuv.c: Deleted utmp stuff, this is not the right place for that. -2002-03-26 Pontus Sk�ld <pont@soua.net> +2002-03-26 Pontus Sköld <pont@soua.net> * configure.in: If with_scheme is absolute, don't AC_PATH_PROG for it but just use it directly. @@ -9482,11 +9482,11 @@ (client_argp_parser): Turn of pty-request if there is a subsystem request. -2002-03-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-22 Niels Möller <nisse@cuckoo.hack.org> * src/sexp-conv.c (main): Add newline at end of --raw-hash output. -2002-03-20 Pontus Sk�ld <pont@r3> +2002-03-20 Pontus Sköld <pont@r3> * src/testsuite/lsh-1-test: Run "exec 0" instead of "exec" in case the last command in the user's startup files ended with nonzero @@ -9500,12 +9500,12 @@ * src/testsuite/ssh1-fallback-test: Likewise. -2002-03-20 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-20 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/run-tests (test_program): Added missing single quote. -2002-03-20 Niels M�ller <nisse@lysator.liu.se> +2002-03-20 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh (at_connect): Put -- between the options and the arguments, as that is the correct place according @@ -9514,12 +9514,12 @@ * src/testsuite/lsh-7-test: Rewrote !command-expressions as an if expression, to work with /bin/sh. -2002-03-20 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-20 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (address_info2sockaddr): Zero-terminate the default_preferences list. -2002-03-20 Niels M�ller <nisse@lysator.liu.se> +2002-03-20 Niels Möller <nisse@lysator.liu.se> * src/client_session.c (make_client_session_channel): Clear the CHANNEL_CLOSE_AT_EOF flag. @@ -9534,40 +9534,40 @@ argument list to mini-inetd, appearantly Solaris' getopt doesn't handle that. -2002-03-19 Niels M�ller <nisse@lysator.liu.se> +2002-03-19 Niels Möller <nisse@lysator.liu.se> * src/io.c (address_info2sockaddr): Prefer AF_INET addresses over AF_INET6 (as it seems common that localhost has an ipv6 address that doesn't work). Even better would be to try all addresses, but that has to wait for later. -2002-03-19 Pontus Sk�ld <pont@docs.uu.se> +2002-03-19 Pontus Sköld <pont@docs.uu.se> * src/sftp/testsuite/*-test: grep -q is XPG4, which not all greps (notably Solaris /bin/grep) are. * src/sftp/testsuite/run-tests: Replaced bashims. -2002-03-19 Pontus Sk�ld <pont@it.uu.se> +2002-03-19 Pontus Sköld <pont@it.uu.se> * src/testsuite/seed-test: Fixed bashism. -2002-03-19 Pontus Sk�ld <pont@it.uu.se> +2002-03-19 Pontus Sköld <pont@it.uu.se> * src/testsuite/run-tests: Replaced bashims. -2002-03-19 Pontus Sk�ld <pont@it.uu.se> +2002-03-19 Pontus Sköld <pont@it.uu.se> * src/unix_process.c: Added GETUTXID and UPDWTMPX. (do_utmp_cleanup): Write cleared entry to wtmp{,x} with updwtmp{,x} if logwtmp is not available. (utmp_book_keeping): Likewise. -2002-03-18 Niels M�ller <nisse@lysator.liu.se> +2002-03-18 Niels Möller <nisse@lysator.liu.se> * src/lsh-pam-checkpw.c: Include stdlib.h. -2002-03-18 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-18 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/conv-3-test: New test program. @@ -9623,7 +9623,7 @@ * src/unix_process.c: Unified utmp/utmpx code. -2002-03-18 Pontus Sk�ld <pont@it.uu.se> +2002-03-18 Pontus Sköld <pont@it.uu.se> * src/unix_process.c: Make certain WTMP_FILE and WTMPX_FILE are defined. @@ -9640,17 +9640,17 @@ entries. Bugfix: gettimeofday takes two arguments, pass 0 as second (timezone). -2002-03-18 Pontus Sk�ld <pont@it.uu.se> +2002-03-18 Pontus Sköld <pont@it.uu.se> * configure.in: Check for utmpx symmetrically to utmp. Check for more members of struct utmp. Check for members of struct utmpx. -2002-03-18 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-18 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-keygen.c (main): Updated to use the rewritten rsa_generate_key. -2002-03-17 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-17 Niels Möller <nisse@cuckoo.hack.org> * src/rsa_keygen.c (rsa_generate_key): Rewrote to use nettle's RSA key generation. Deleted the argument E. @@ -9688,7 +9688,7 @@ system, and shouldn't break anything). Make a working copy to modify. Do some logging. -2002-03-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-16 Niels Möller <nisse@cuckoo.hack.org> * src/unix_user.c (exec_shell): Bugfix, fixed test for login-mode. @@ -9743,7 +9743,7 @@ * src/unix_process.c: Added some trace calls. -2002-03-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-15 Niels Möller <nisse@cuckoo.hack.org> * src/userauth.h (struct spawn_info): Struct with information for the new USER_SPAWN method. @@ -9766,7 +9766,7 @@ * configure.in: Check for more utmp related functions. -2002-03-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-14 Niels Möller <nisse@cuckoo.hack.org> * src/unix_process.c: New file, to replace the process stuff in unix_user.c @@ -9775,7 +9775,7 @@ * configure.in: Added check for libpam if PAM is enabled. -2002-03-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-14 Niels Möller <nisse@cuckoo.hack.org> * src/resource.h (REMEMBER_RESOURCE): Deleted method, use an ordinary fucntion remember_resource instead. Updated all callers. @@ -9836,7 +9836,7 @@ * src/Makefile.am.in (EXTRA_PROGRAMS): Added lsh-pam-checkpw. -2002-03-13 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-13 Niels Möller <nisse@cuckoo.hack.org> * src/keyexchange.c (send_kexinit): Renamed from initiate_keyexchange. Updated callers. Disable the key re-exchange @@ -9902,7 +9902,7 @@ (connection_send_kex_start): New function. (connection_send_kex_end): New function. -2002-03-11 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-11 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/testutils.h: Include werror.h. @@ -9911,7 +9911,7 @@ * src/parse_config.c: Work in progress. Added linenumber handling and comments. -2002-03-05 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-05 Niels Möller <nisse@cuckoo.hack.org> Cleaned up the bug compatibility tests. * src/handshake.c (compat_peer_flags): New function. @@ -9938,12 +9938,12 @@ deleted m4 files. * src/testsuite/Makefile.am: Deleted m4 files and rules. -2002-03-04 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-04 Niels Möller <nisse@cuckoo.hack.org> * src/parse_config.c, src/parse_config.h: New files. A lexer and a recursive-descent parser for config files. -2002-02-27 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-27 Niels Möller <nisse@cuckoo.hack.org> * src/config_parse.y: New file, for parsing config files. @@ -9964,7 +9964,7 @@ * src/channel.c (init_connection_service): Cancel the connection's timeout timer. -2002-02-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-22 Niels Möller <nisse@cuckoo.hack.org> * src/client.c (init_client_options): Initialize port to NULL, in order to get the fallback from "ssh" -> 22 to work. FIXED in 1.2 @@ -9972,7 +9972,7 @@ (client_argp_parser): Fixed port error message not to try printing NULL. FIXED in 1.2 branch. -2002-02-21 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-21 Niels Möller <nisse@cuckoo.hack.org> * src/server_session.c (make_pty): Simple bugfix, pty->master was lost too early. @@ -9983,7 +9983,7 @@ EINVAL. (do_alloc_pty): Bugfix, record the new pty properly. -2002-02-19 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-19 Niels Möller <nisse@cuckoo.hack.org> * src/server_session.c (spawn_process): Let the child process open the slave side of the pty. @@ -10011,7 +10011,7 @@ * src/crypto.c (make_aes_cbc_instance): Use aes_set_encrypt_key and aes_set_decrypt_key. aes_set_key is obsolete. -2002-02-07 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-07 Niels Möller <nisse@cuckoo.hack.org> * src/sftp/.bootstrap: Added -a flag to automake invocation. @@ -10068,9 +10068,9 @@ (sftp_read_packet): Call clearerr after checking for error and eof. -2002-02-06 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-06 Niels Möller <nisse@cuckoo.hack.org> - Checked in Pontus Sk�ld's lsftp client. + Checked in Pontus Sköld's lsftp client. * src/sftp/Makefile.am (lsftp_SOURCES): New make variable. * src/sftp/commands.c: New file. * src/sftp/commands.h: New file. @@ -10089,13 +10089,13 @@ * src/sftp/str_utils.c: New file. * src/sftp/str_utils.h: New file. -2002-02-01 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-01 Niels Möller <nisse@cuckoo.hack.org> * src/sftp/sftp-test-client.c: Deleted old code. (sftp_client_get_status): New function, for parsing -02 draft status messages. Use it everywhere. - Applied Pontus Sk�ld's patch to comply with the -02 draft. + Applied Pontus Sköld's patch to comply with the -02 draft. * src/sftp/sftp-server.c (sftp_send_status): Added human-readable message and language tag. (sftp_process_mkdir): Get file attributes from the message, and @@ -10108,7 +10108,7 @@ * src/sftp/sftp.h (SSH_FXP_READLINK, SSH_FXP_SYMLINK): New message types. -2002-01-31 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-31 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-pam-checkpw.c: Cosmetic changes. @@ -10118,11 +10118,11 @@ --disable-pam, check for security/pam_appl.h, substitution of PAM_PROGRAM. -2002-01-31 Niels M�ller <nisse@lysator.liu.se> +2002-01-31 Niels Möller <nisse@lysator.liu.se> * src/lsh-writekey.c (open_public_file): Fixed error message. -2002-01-24 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-24 Niels Möller <nisse@cuckoo.hack.org> * src/sexp.c (sexp_format): Add a newline at the end of expressions in transport syntax. @@ -10141,7 +10141,7 @@ * src/gc.c (gc): Print a verbose message at the start of gc. -2002-01-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-22 Niels Möller <nisse@cuckoo.hack.org> * src/unix_interact.c (do_make_raw): Added FIXME: about tty TIME and VMIN settings. @@ -10149,7 +10149,7 @@ * src/scm/gaba.scm (make-class): Added FIXME:-comment about offsetof. -2002-01-21 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-21 Niels Möller <nisse@cuckoo.hack.org> * src/xalloc.h (NEW_VAR_OBJECT, CLONE_VAR_OBJECT, CLONED_VAR_OBJECT): New macros. @@ -10162,7 +10162,7 @@ * src/list.c (lsh_list_alloc): Moved function here, from xalloc.c. Now uses lsh_var_alloc. -2002-01-20 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-20 Niels Möller <nisse@cuckoo.hack.org> * src/crypto.c (hash_update, hash_digest, hash_copy, make_hash): New functions using struct nettle_hash. @@ -10180,12 +10180,12 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Removed md5.c and sha.c. -2002-01-17 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-17 Niels Möller <nisse@cuckoo.hack.org> * src/md5.c, src/sha.c: Deleted files. The wrapper code was moved to crypto.c, and now uses struct nettle_hash. -2002-01-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-16 Niels Möller <nisse@cuckoo.hack.org> * src/pkcs5-test.c (main): Use crypto_hmac_sha1_algorithm. @@ -10198,7 +10198,7 @@ * src/hmac.c, src/Makefile.am.in: Deleted file hmac.c. -2002-01-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-14 Niels Möller <nisse@cuckoo.hack.org> * src/rsa.c (make_rsa_signer): Take advantage of rsa_public_key and rsa_private_key being independent structs now. General cleanup @@ -10234,12 +10234,12 @@ * src/algorithms.c (all_signature_algorithms): Deleted support for rsa-md5. -2002-01-13 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-13 Niels Möller <nisse@cuckoo.hack.org> * configure.in (lsh_cv_c_attribute): Consider __FUNCTION__ broken in gcc-3. -2002-01-09 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-09 Niels Möller <nisse@cuckoo.hack.org> * src/dsa.c (dsa_hash): Don't call sha1_final. * src/dsa_keygen.c (hash): Likewise. @@ -10259,22 +10259,22 @@ * src/rsync/generate.c, src/rsync/receive.c, src/rsync/send.c: Removed calls of md5_final. -2001-12-16 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-16 Niels Möller <nisse@cuckoo.hack.org> * Released lsh-1.3.6. -2001-12-16 Niels M�ller <nisse@lysator.liu.se> +2001-12-16 Niels Möller <nisse@lysator.liu.se> * src/lock_file.c: Include sys/types.h and sys/stat.h, needed on Solaris. -2001-12-14 Niels M�ller <nisse@lysator.liu.se> +2001-12-14 Niels Möller <nisse@lysator.liu.se> * src/dsa_keygen.c (dsa_generate_key): Fixed declaration and code mixup. * src/rsa_keygen.c (rsa_generate_key): Likewise. -2001-12-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-14 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/Makefile.am (CLEANFILES, DISTCLEANFILES): Added fiels generated by the test, in order to make make distcheck @@ -10290,7 +10290,7 @@ * doc/lsh.texinfo (lsh-make-seed): New section. (Files and environment variables): Wrote a file list. -2001-12-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-12 Niels Möller <nisse@cuckoo.hack.org> * doc/lsh.texinfo (Files and environment variables): Documented environment variables. @@ -10343,12 +10343,12 @@ * src/werror.c (werror_progress): Fixed test of verbose and quite flags. -2001-12-08 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-08 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-pam-checkpw.c: New helper program for verifying - passwords against PAM. Written by Pontus Sk�ld. + passwords against PAM. Written by Pontus Sköld. -2001-12-07 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-07 Niels Möller <nisse@cuckoo.hack.org> * src/unix_user.c: Added comments on how to fix use of setuid. @@ -10357,7 +10357,7 @@ * src/lsh-execuv.c: New file. Helper program for securely exec:ing user programs. -2001-12-05 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-05 Niels Möller <nisse@cuckoo.hack.org> * src/werror.c (werror_progress): New function. @@ -10389,22 +10389,22 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Added lock_file.c. -2001-12-02 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-02 Niels Möller <nisse@cuckoo.hack.org> * src/lock_file.c, src/lock_file.c: New files. Locking mechanism for the seed file. -2001-11-23 Niels M�ller <nisse@ehand.com> +2001-11-23 Niels Möller <nisse@ehand.com> * src/sftp/sftp-server.c (sftp_process_readdir): Clear errno before calling readdir. -2001-11-22 Niels M�ller <nisse@ehand.com> +2001-11-22 Niels Möller <nisse@ehand.com> * src/sftp/sftp-server.c (sftp_attrib_from_stat): Bugfix, use |, - not ||. Noticed by Pontus Sk�ld. + not ||. Noticed by Pontus Sköld. -2001-11-20 Niels M�ller <nisse@ehand.com> +2001-11-20 Niels Möller <nisse@ehand.com> * src/zlib.c (make_zlib_instance): Check return valus from inflateInit and deflateInit. @@ -10412,12 +10412,12 @@ * src/lsh-make-seed.c (update_zlib): New function. (get_dev_mem): Implemented reading of /dev/mem. -2001-11-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-11-14 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-make-seed.c (get_dev_random): Implement reading of /dev/random. -2001-11-14 Niels M�ller <nisse@ehand.com> +2001-11-14 Niels Möller <nisse@ehand.com> * src/Makefile.am.in (bin_PROGRAMS): Added lsh-make-seed. @@ -10426,21 +10426,21 @@ * src/testsuite/seed-test: New file, testing lsh-make-seed. -2001-11-06 Niels M�ller <nisse@cuckoo.hack.org> +2001-11-06 Niels Möller <nisse@cuckoo.hack.org> * configure.in: Bumped version to 1.3.6. -2001-11-02 Niels M�ller <nisse@ehand.com> +2001-11-02 Niels Möller <nisse@ehand.com> * src/server_session.c (do_eof): Use close_fd_write instead of close_fd_nicely. -2001-10-30 Niels M�ller <nisse@lysator.liu.se> +2001-10-30 Niels Möller <nisse@lysator.liu.se> * src/client_session.c (make_client_session_channel): Added fixme-comment. -2001-10-30 Niels M�ller <nisse@ehand.com> +2001-10-30 Niels Möller <nisse@ehand.com> * src/channel_forward.c (do_channel_forward_eof): Don't call shutdown(), use close_fd_write instead. @@ -10451,25 +10451,25 @@ * src/rsa.c: Comment fixes. -2001-10-29 Niels M�ller <nisse@ehand.com> +2001-10-29 Niels Möller <nisse@ehand.com> * src/testsuite/Makefile.am (TS_MORE_SH): Added lshg-1-test. * src/server_session.c (do_eof): Signal EOF on the process' stdin. -2001-10-26 Niels M�ller <nisse@ehand.com> +2001-10-26 Niels Möller <nisse@ehand.com> * src/sftp/sftp-server.c (sftp_process_read): Use the same type for done as for length, UINT32. * src/xauth.c (xauth_lookup): Bugfix for ipv6 addresses. -2001-10-25 Niels M�ller <nisse@ehand.com> +2001-10-25 Niels Möller <nisse@ehand.com> * src/sftp/buffer.c (READ_UINT64): Use off_t instead of UINT64, which isn't defined. -2001-10-24 Niels M�ller <nisse@ehand.com> +2001-10-24 Niels Möller <nisse@ehand.com> * src/read_packet.c (do_read_packet): If we get EOF on a packet boundary, raise EXC_FINISH_READ, not EXC_PROTOCOL. @@ -10479,25 +10479,25 @@ * configure.in (BASH): Unset BASH if it has the value "/bin/sh". -2001-10-23 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-23 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/lshg-1-test: New test program. * src/client.c (make_subsystem_request): New function, contributed - by Pontus Sk�ld. + by Pontus Sköld. (client_options): New option --subsystem. (client_subsystem_session): New function. (client_command_session): Don't ask for a pty by default. (client_maybe_pty): New argument default_pty. (client_argp_parser): Handle subsystem option. -2001-10-22 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-22 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am.in (MAINTAINERCLEANFILES): Don't use += for assigning this variable. * src/Makefile.am.in (MAINTAINERCLEANFILES): Likewise. -2001-10-15 Niels M�ller <nisse@ehand.com> +2001-10-15 Niels Möller <nisse@ehand.com> Released lsh-1.3.5. @@ -10540,7 +10540,7 @@ replacing the code in twofish.c. (make_des3_cbc_instance): Initialize the iv properly. -2001-10-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-14 Niels Möller <nisse@cuckoo.hack.org> * src/crypto.c (crypto_aes256_cbc_algorithm): Renamed, was aes256_cbc_algorithm. @@ -10552,7 +10552,7 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Deleted des.c. -2001-10-05 Niels M�ller <nisse@ehand.com> +2001-10-05 Niels Möller <nisse@ehand.com> * src/arcfour.c, src/rijndael.c: Deleted files. Code moved to crypto.c. @@ -10568,7 +10568,7 @@ * src/crypto.h, src/crypto.c: Deleted aes128_cbc_algorithm and aes192_cbc_algorithm. -2001-10-05 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-05 Niels Möller <nisse@cuckoo.hack.org> * src/crypto.c: New file, with glue to Nettle. @@ -10578,7 +10578,7 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Added crypto.c. Deleted arcfour.c and rijndael.c. -2001-10-03 Niels M�ller <nisse@ehand.com> +2001-10-03 Niels Möller <nisse@ehand.com> * src/Makefile.am.in (liblsh_a_SOURCES): Deleted sexp_commands.c and spki_commands.c. @@ -10650,7 +10650,7 @@ write_raw, without using any commands or io_run. * src/lsh-decode-key.c: Likewise. -2001-10-03 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-03 Niels Möller <nisse@cuckoo.hack.org> * src/lsh-export-key.c: No longer needs to include sexp_commands.h. @@ -10671,7 +10671,7 @@ USER_READ_FILE, now takes an abstract_write that will receive the file contents, not command_continuation. -2001-10-02 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-02 Niels Möller <nisse@cuckoo.hack.org> * src/spki.c (spki_hash_sexp): New function. @@ -10682,7 +10682,7 @@ * src/lsh-decode-key.c (do_decode_key): Free CONTENTS properly. -2001-10-02 Niels M�ller <nisse@ehand.com> +2001-10-02 Niels Möller <nisse@ehand.com> * src/lsh-export-key.c (main): Rewrote to use io_read_file_raw and write_raw, without using any commands or io_run. @@ -10694,7 +10694,7 @@ * src/gc.c (gc_final): Check that root_set is non-null before calling KILL_RESOURCE_LIST. -2001-09-30 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-30 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (do_write_prepare): Deleted function. (do_consuming_read): Deleted old code to deal with fd->hanged_up. @@ -10703,7 +10703,7 @@ * src/io.h (FD_PREPARE): Deleted method. -2001-09-28 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-28 Niels Möller <nisse@cuckoo.hack.org> * src/server_session.c (do_eof): Use close_fd_nicely instead of write_buffer_close. @@ -10725,7 +10725,7 @@ * src/tcpforward_commands.c (install_forwarded_tcpip_handler): Static command deleted, not used anywhere. -2001-09-28 Niels M�ller <nisse@ehand.com> +2001-09-28 Niels Möller <nisse@ehand.com> * src/tty.c (tty_setwinsize): Rows and columns were mixed up. Fixed. @@ -10738,7 +10738,7 @@ stdin for manipulating the pty. (do_alloc_pty): Check that we haven't started a process already. -2001-09-27 Niels M�ller <nisse@ehand.com> +2001-09-27 Niels Möller <nisse@ehand.com> * src/server_session.h (window_change_request_handler): Declare object. @@ -10762,7 +10762,7 @@ * src/spki.c: Likewise. * src/srp_exchange.c (make_srp_entry): Likewise. -2001-09-27 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-27 Niels Möller <nisse@cuckoo.hack.org> * src/resource.c (make_resource_list): Renamed functions, was empty_resource_list. Updated all callers. @@ -10787,7 +10787,7 @@ (make_channel_request_exception_handler): Deleted connection argument. -2001-09-26 Niels M�ller <nisse@ehand.com> +2001-09-26 Niels Möller <nisse@ehand.com> * src/server_session.c (shell_request_handler, exec_request_handler): Defined as static objects using @@ -10809,7 +10809,7 @@ * src/sftp/xmalloc.c: Include string.h. -2001-09-25 Niels M�ller <nisse@ehand.com> +2001-09-25 Niels Möller <nisse@ehand.com> * src/gc.c (gc_register): Set gc_scheduled flag before creating the gc callout. @@ -10840,7 +10840,7 @@ resources in the root set. Deallocation and checks for leaks is still done only when DEBUG_ALLOC is defined. -2001-09-24 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-24 Niels Möller <nisse@cuckoo.hack.org> * src/xalloc.c (lsh_object_check): Better message on type error. (lsh_object_check_subtype): Likewise. @@ -10851,7 +10851,7 @@ * src/command.c (gaba_apply): Assert that a value has been returned. -2001-09-24 Niels M�ller <nisse@ehand.com> +2001-09-24 Niels Möller <nisse@ehand.com> * src/scm/gaba.scm (process-expr): Handle empty parameter list. @@ -10903,13 +10903,13 @@ (close_fd): Call lsh_oop_cancel_read_fd and lsh_oop_cancel_write_fd before clearing the alive flag. -2001-09-23 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-23 Niels Möller <nisse@cuckoo.hack.org> * src/io.c: Added trace messages to liboop-related functions. * src/write_buffer.c: Include io.h. -2001-09-21 Niels M�ller <nisse@ehand.com> +2001-09-21 Niels Möller <nisse@ehand.com> * configure.in: Check for liboop. @@ -10937,12 +10937,12 @@ (do_client_io): Likewise. * src/server_session.c (do_send_adjust): Likewise. -2001-09-19 Niels M�ller <nisse@ehand.com> +2001-09-19 Niels Möller <nisse@ehand.com> * src/server_keyexchange.c (do_init_server_dh): Fixed bug in the PEER_SSH_DSS_KLUDGE workaround. FIX copied from 1.2 branch. -2001-09-18 Niels M�ller <nisse@ehand.com> +2001-09-18 Niels Möller <nisse@ehand.com> * src/io.c (lsh_oop_cancel_signal): New function. (do_write_callback): Call FD_PREPARE. @@ -10950,7 +10950,7 @@ (close_fd_nicely): Likewise. (close_fd_read): Likewise. -2001-09-18 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-18 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (lsh_oop_glue): New class. (make_lsh_oop_glue): New function. @@ -10959,33 +10959,33 @@ (lsh_oop_fd_callback): New function. (lsh_oop_register_fd): New function. -2001-09-17 Niels M�ller <nisse@ehand.com> +2001-09-17 Niels Möller <nisse@ehand.com> * src/io.c: Started experimental conversion to use liboop. -2001-09-16 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-16 Niels Möller <nisse@cuckoo.hack.org> * doc/lsh.texinfo: Moved table of contents first. * src/dsa.c (do_dsa_sign): Display any unexpected algorithm atom before crashing. -2001-09-13 Niels M�ller <nisse@ehand.com> +2001-09-13 Niels Möller <nisse@ehand.com> * src/io.c (address_info2sockaddr): Fixed debug invocation. FIX copied from 1.2 branch. -2001-09-12 Niels M�ller <nisse@ehand.com> +2001-09-12 Niels Möller <nisse@ehand.com> * src/werror.c (werror_vformat): Don't crash if %a gets a zero argument. FIXED in 1.2 branch. -2001-09-09 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-09 Niels Möller <nisse@cuckoo.hack.org> * src/des.c (make_des_instance): Use the des_fix_parity function in nettle. -2001-09-05 Niels M�ller <nisse@ehand.com> +2001-09-05 Niels Möller <nisse@ehand.com> * src/crypto.h: Deleted last traces of idea support. * src/atoms.in: Likewise. @@ -10997,11 +10997,11 @@ * configure.in: Bumped version to 1.3.5. -2001-09-04 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-04 Niels Möller <nisse@cuckoo.hack.org> * Released lsh-1.3.4. -2001-09-04 Niels M�ller <nisse@ehand.com> +2001-09-04 Niels Möller <nisse@ehand.com> * doc/lsh.texinfo: Updated for 1.3.4. In particular, added doc on X forwarding, -x, -B, and --log-file options, and encrypted @@ -11011,7 +11011,7 @@ * src/client.c (client_command_session): Ask for a pty also for (supposedly non-interactive) exec sessions. -2001-09-03 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-03 Niels Möller <nisse@cuckoo.hack.org> * src/xauth.c (xauth_process): New function, using XauReadAuth. (xauth_lookup): Use xauth_process instead of XauGetAuthByAddr. @@ -11024,7 +11024,7 @@ * src/xauth.c (xauth_lookup): Deleted address_length argument. Bug fixes. -2001-09-03 Niels M�ller <nisse@ehand.com> +2001-09-03 Niels Möller <nisse@ehand.com> * src/xauth.c: Rewrote to use libXau. @@ -11051,7 +11051,7 @@ * src/suspend.h: Declare suspend_callback as extern. Noticed by Jean-Pierre. -2001-09-03 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-03 Niels Möller <nisse@cuckoo.hack.org> * src/client_x11.c: Added comment about observed X11 packets (that seem contrary to the documentation in RFC 1013. @@ -11073,7 +11073,7 @@ * src/client.c (client_maybe_x11): Write a message if DISPLAY not set or it's value doesn't make sense. -2001-09-02 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-02 Niels Möller <nisse@cuckoo.hack.org> * src/client.c (make_client_session): Added escape sequences q, v and d, for controlling the verbosity flags. @@ -11093,7 +11093,7 @@ * src/client.h (client_options): Moved RANDOM attribute here, from lsh_options. -2001-09-01 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-01 Niels Möller <nisse@cuckoo.hack.org> * src/client.c: Moved -x option to lsh.c. @@ -11125,11 +11125,11 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Added client_x11.c. -2001-08-31 Niels M�ller <nisse@ehand.com> +2001-08-31 Niels Möller <nisse@ehand.com> * src/client.c (client_argp_parser): Implemented -X flag. -2001-08-30 Niels M�ller <nisse@cuckoo.hack.org> +2001-08-30 Niels Möller <nisse@cuckoo.hack.org> * src/xauth.c: New file. @@ -11139,15 +11139,15 @@ * src/channel_forward.c (init_channel_forward): New function, extracted from make_channel_forward. -2001-08-30 Niels M�ller <nisse@ehand.com> +2001-08-30 Niels Möller <nisse@ehand.com> * configure.in: Bumped version to 1.3.4. -2001-08-29 Niels M�ller <nisse@cuckoo.hack.org> +2001-08-29 Niels Möller <nisse@cuckoo.hack.org> * Released lsh-1.3.3. -2001-08-29 Niels M�ller <nisse@ehand.com> +2001-08-29 Niels Möller <nisse@ehand.com> * src/sftp/testsuite: Fixed scripts to work outside of $srcdir. @@ -11157,12 +11157,12 @@ an alias for rijndael. (lookup_crypto): Recognize aes256-cbc, aes-cbc and aes. -2001-08-23 Niels M�ller <nisse@ehand.com> +2001-08-23 Niels Möller <nisse@ehand.com> * src/connection.c (do_exc_connection_handler): Display exception - message. Suggested by Jonas Bofj�ll. XXX: Fix in 1.2 branch. + message. Suggested by Jonas Bofjäll. XXX: Fix in 1.2 branch. -2001-08-28 Niels M�ller <nisse@cuckoo.hack.org> +2001-08-28 Niels Möller <nisse@cuckoo.hack.org> * src/sftp/testsuite/run-tests: Use srcdir when starting scripts. @@ -11178,7 +11178,7 @@ * src/parse.c (parse_uint16): New function. (parse_string16): New function. -2001-08-27 Niels M�ller <nisse@cuckoo.hack.org> +2001-08-27 Niels Möller <nisse@cuckoo.hack.org> * src/sftp/testsuite/Makefile.am (EXTRA_DIST): Use EXTRA_DIST, not DISTFILES. cd to $srcdir when running the tests. @@ -11213,7 +11213,7 @@ * configure.in: Configure the src/sftp subdirectory. -2001-08-26 Niels M�ller <nisse@cuckoo.hack.org> +2001-08-26 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/export-1-test: Don't use $srcdir for finding lsh-export-key. @@ -11232,7 +11232,7 @@ (do_spawn_subsystem): New function. (make_subsystem_handler): New function. -2001-08-21 Niels M�ller <nisse@ehand.com> +2001-08-21 Niels Möller <nisse@ehand.com> * src/client_userauth.c (make_client_publickey_auth): Initialize TYPE attribute properly. @@ -11263,7 +11263,7 @@ * src/client_userauth.c (format_userauth_none): New function. (make_client_none_auth): New function. -2001-08-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-08-12 Niels Möller <nisse@cuckoo.hack.org> * src/client.c (do_exit): New callback function. (make_client_session): Bind the sequence <escape> . to exit. @@ -11275,11 +11275,11 @@ doesn't return NULL. XXX: Fix in 1.2 branch. (options2info): Use self->gateway. XXX: Fix in 1.2 branch. -2001-07-30 Niels M�ller <nisse@cuckoo.hack.org> +2001-07-30 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/export-1-test: Fixed invocation of compare_output. -2001-07-06 Niels M�ller <nisse@cuckoo.hack.org> +2001-07-06 Niels Möller <nisse@cuckoo.hack.org> * src/io_commands.c (io_write_file_command): Bugfix. @@ -11323,14 +11323,14 @@ * src/client.c (client_options2remote): Likewise. (client_options2actions) Likewise. -2001-07-05 Niels M�ller <nisse@cuckoo.hack.org> +2001-07-05 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/Makefile.am (TS_SH): Added export-1-test. * src/lsh-export-key.c (ssh2_print_command): Inherit command_2. Don't use command_simple. -2001-07-04 Niels M�ller <nisse@cuckoo.hack.org> +2001-07-04 Niels Möller <nisse@cuckoo.hack.org> * src/command.c (collect_state_1): Deleted class. (collect_state_1): Deleted class. @@ -11389,7 +11389,7 @@ * src/combinators.c (command_Cp): Bugfix, changed argument order. -2001-07-03 Niels M�ller <nisse@ehand.com> +2001-07-03 Niels Möller <nisse@ehand.com> * src/testsuite/runtests (srcdir): By default, use `pwd`, not ".". @@ -11430,7 +11430,7 @@ * configure.in: Bumped version to 1.3.3. -2001-07-02 Niels M�ller <nisse@cuckoo.hack.org> +2001-07-02 Niels Möller <nisse@cuckoo.hack.org> * src/combinators.c (command_I): Redefined using DEFINE_COMMAND. Updated users as the type was changed in the process. @@ -11464,7 +11464,7 @@ COMMAND_SIMPLE_CALL. (do_command_unimplemented): Deleted function. -2001-06-27 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-27 Niels Möller <nisse@cuckoo.hack.org> * acinclude.m4: Added template for socklen_t definition. @@ -11488,14 +11488,14 @@ connection's exception handler deal with EXC_PROTOCOL (fixed somewhat differently in the 1.2.x branch). -2001-06-26 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-26 Niels Möller <nisse@cuckoo.hack.org> * configure.in: Deleted IDEA support. * src/process_atoms (atom2define): Changed invocation of tr to be compatible with the Solaris 8 tr. -2001-06-26 Niels M�ller <nisse@ehand.com> +2001-06-26 Niels Möller <nisse@ehand.com> * src/client_escape.c (NEWLINE): New macro. (do_escape_handler): Reset state to GOT_NONE appropriately. @@ -11504,7 +11504,7 @@ label. (make_client_session): Bind ^Z to suspend. -2001-06-24 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-24 Niels Möller <nisse@cuckoo.hack.org> * src/xalloc.h (CHECK_TYPE) [DEBUG_ALLOC]: Added parentheses. * src/xalloc.h (CHECK_SUBTYPE) [DEBUG_ALLOC]: Likewise. @@ -11517,11 +11517,11 @@ * src/client.c (make_client_session): Check if stdin is a tty, when deciding on the default for escape char handling. -2001-06-20 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-20 Niels Möller <nisse@cuckoo.hack.org> * src/client_escape.c (do_escape_handler): Fixed the EOF case. -2001-06-19 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-19 Niels Möller <nisse@cuckoo.hack.org> * src/client_session.c (client_read_stdin): New function, for installing the escape-char handler on stdin. @@ -11544,7 +11544,7 @@ * configure.in: Bumped version to 1.3.2. -2001-06-17 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-17 Niels Möller <nisse@cuckoo.hack.org> * src/rsync/rsync.h: Include <inttypes.h>, not <stdint.h>. @@ -11564,7 +11564,7 @@ * src/twofish.c: Adapted to nettle. -2001-06-15 Niels M�ller <nisse@ehand.com> +2001-06-15 Niels Möller <nisse@ehand.com> * src/blowfish.c: nettle updates. * src/serpent.c: Likewise. @@ -11573,7 +11573,7 @@ * misc/bootstrap.sh: Invoke the nettle .bootstrap script. -2001-06-13 Niels M�ller <nisse@ehand.com> +2001-06-13 Niels Möller <nisse@ehand.com> * misc/bootstrap.sh: Bootstrap the nettle subdirectory. @@ -11582,7 +11582,7 @@ * configure.in (CPPFLAGS): Add -LSH and -I$srcdir/src, needed by src/rsync/. -2001-06-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-12 Niels Möller <nisse@cuckoo.hack.org> * src/dsa.c, src/dsa_keygen.c, src/md5.c, src/rijndael.c, src/sha.c: Adapted to the nettle API. @@ -11591,23 +11591,23 @@ * src/Makefile.am.in: Likewise. * src/testsuite/Makefile.am: Likewise. -2001-06-09 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-09 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (do_consuming_read): In the EOF case, call close_fd_read after A_WRITE. -2001-06-07 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-07 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (do_kill_io_backend): Let close_fd do it's work. -2001-06-06 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-06 Niels Möller <nisse@cuckoo.hack.org> * src/io.c (close_fd): Really close the fd, and invoke any close callback. (io_iter): Simplified handling of closed files. Simply unlink them, close_fd has to do the rest of the work. -2001-05-29 Niels M�ller <nisse@cuckoo.hack.org> +2001-05-29 Niels Möller <nisse@cuckoo.hack.org> * acinclude.m4: AC_CHECK_MEMBER: Deleted definition (a similar macro is included in autoconf-2.50). @@ -11621,12 +11621,12 @@ * src/unix_user.c: Update for autoconf-2.50, changed HAVE_UT_NAME to HAVE_STRUCT_UTMP_NAME, and similarly for other defines. -2001-05-23 Niels M�ller <nisse@cuckoo.hack.org> +2001-05-23 Niels Möller <nisse@cuckoo.hack.org> * configure.in: Some cleanup, and update for autoconf-2.50. Some more work needed. -2001-05-17 Niels M�ller <nisse@ehand.com> +2001-05-17 Niels Möller <nisse@ehand.com> * configure.in: Set SRP_PROGRAM. @@ -11640,13 +11640,13 @@ * src/unix_user.c: Fixed dummy definition of struct utmp (spotted by Tomi Ollila). -2001-05-16 Niels M�ller <nisse@cuckoo.hack.org> +2001-05-16 Niels Möller <nisse@cuckoo.hack.org> * configure.in: Bumped version to 1.3.1. * Released 1.3.0. -2001-05-15 Niels M�ller <nisse@ehand.com> +2001-05-15 Niels Möller <nisse@ehand.com> * src/scm/gaba.scm: Some more cleanup. @@ -11670,32 +11670,32 @@ (do-struct-free-function): Deleted. (do-class): Deleted. -2001-05-15 Niels M�ller <nisse@ehand.com> +2001-05-15 Niels Möller <nisse@ehand.com> * src/scm/gaba.scm: Rewrote the functions for generating C code. -2001-05-15 Niels M�ller <nisse@cuckoo.hack.org> +2001-05-15 Niels Möller <nisse@cuckoo.hack.org> * configure.in: Updated version number to 1.3.0. -2001-05-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-05-14 Niels Möller <nisse@cuckoo.hack.org> * src/gc.c (gc) [!DEBUG_ALLOC]: Don't use number_of_strings. -2001-05-11 Niels M�ller <nisse@cuckoo.hack.org> +2001-05-11 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/functions.sh (PIDFILE): New variable, with absolute path to the pid-file. FIXED in 1.2 branch. (spawn_lshd): $PIDFILE. FIXED in 1.2 branch. -2001-05-03 Niels M�ller <nisse@ehand.com> +2001-05-03 Niels Möller <nisse@ehand.com> * src/lshd.c (main): Start the background randomness poll *after* forking into the background. FIXED in 1.2 branch. * src/testsuite/functions.sh (spawn_lshd): Use --daemon flag. -2001-05-02 Niels M�ller <nisse@cuckoo.hack.org> +2001-05-02 Niels Möller <nisse@cuckoo.hack.org> * sexp_streamed_parser.c: Deleted file. @@ -11713,7 +11713,7 @@ * src/userauth.h (lsh_user): Use const char ** for argv. -2001-05-01 Niels M�ller <nisse@cuckoo.hack.org> +2001-05-01 Niels Möller <nisse@cuckoo.hack.org> * src/unix_interact.c (unix_read_password): Use const prompt string. @@ -11748,7 +11748,7 @@ * src/sexp.c: Constification, use const struct lsh_string for all sexp-related strings. -2001-04-26 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-26 Niels Möller <nisse@cuckoo.hack.org> * src/scm/gaba.scm: Added const type modifier. @@ -11786,7 +11786,7 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Deleted sexp_streamed_parser.c. -2001-04-25 Niels M�ller <nisse@ehand.com> +2001-04-25 Niels Möller <nisse@ehand.com> * src/keyexchange.c (do_handle_newkeys): Added verbose message when receiving NEWKEYS. @@ -11797,7 +11797,7 @@ compatibility with "SSH-1.99-2.0.13 (non-commercial)". XXX Fix in 1.2 branch? -2001-04-17 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-17 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/Makefile.am (TS_MORE_SH): Added tests lshg-cat-test, lshg-cat-2-test and ssh1-fallback-test. @@ -11831,7 +11831,7 @@ * src/client_session.c (make_client_session_channel): Register stdio files as resources. -2001-04-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-12 Niels Möller <nisse@cuckoo.hack.org> * src/lshd.c (main_argp_parser): Bugfix: Use the supplied interface! Fixed in 1.2 branch. @@ -11853,7 +11853,7 @@ (do_exc_finish_read_handler): Close fd immediately on EXC_FINISH_IO. Fixed in 1.2 branch. -2001-04-11 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-11 Niels Möller <nisse@cuckoo.hack.org> * src/userauth.h (lsh_process): New class. (lsh_user): The fork_method now returns the child as an @@ -11887,11 +11887,11 @@ * src/client_escape.c: New file. -2001-04-10 Niels M�ller <nisse@ehand.com> +2001-04-10 Niels Möller <nisse@ehand.com> * src/client.c (make_client_session): Use set_error_nonblocking. -2001-04-09 Niels M�ller <nisse@ehand.com> +2001-04-09 Niels Möller <nisse@ehand.com> * src/werror.c (set_error_nonblocking): New function. (set_error_stream): Deleted WITH_POLL argument. @@ -11901,7 +11901,7 @@ * ANNOUNCE: Changed "COPYRIGHT" to "LICENSE", by rms' request. Fixed in 1.2 branch. -2001-04-08 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-08 Niels Möller <nisse@cuckoo.hack.org> * src/lsh.c (main_argp_parser): Deleted old -L handling (moved to client.c). @@ -11990,7 +11990,7 @@ (io_listen_local): Likewise. (io_connect_local): Likewise. -2001-04-05 Niels M�ller <nisse@ehand.com> +2001-04-05 Niels Möller <nisse@ehand.com> * src/testsuite/functions.sh (run_lsh): Quote the command better. @@ -12014,7 +12014,7 @@ * src/Makefile.am.in (atoms_gperf.c): Massage gperf output to reduce the number of compilation warnings. -2001-04-05 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-05 Niels Möller <nisse@cuckoo.hack.org> * src/gc.c (gc_final): Check for leaked strings, and write any clues. @@ -12031,7 +12031,7 @@ the correct order. (werror_vformat): Likewise. -2001-04-04 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-04 Niels Möller <nisse@cuckoo.hack.org> * src/testsuite/Makefile.am (CFLAGS): Reintroduced -O0, to make compilation faster. @@ -12090,20 +12090,20 @@ * src/sftp/client.c, src/sftp/client.h, src/sftp/werror.c, src/sftp/werror.h: New files. -2001-04-03 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-03 Niels Möller <nisse@cuckoo.hack.org> * src/sftp/testsuite/put-1-test: Check that the new file exists. Use $TESTHOME for referring to the local file. * src/sftp/sftp-test-client.c (do_put): Fixes and simplifications. -2001-04-03 Niels M�ller <nisse@ehand.com> +2001-04-03 Niels Möller <nisse@ehand.com> * src/sftp/sftp-test-client.c (do_open): New function. (do_close): New function. (do_get): Use do_open and do_close. -2001-04-02 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-02 Niels Möller <nisse@cuckoo.hack.org> * configure.in: Bumped version to 1.2. @@ -12112,14 +12112,14 @@ * src/Makefile.am.in (noinst_SCRIPTS): Added the experimental lcp script. -2001-04-02 Niels M�ller <nisse@ehand.com> +2001-04-02 Niels Möller <nisse@ehand.com> * src/sftp/sftp-server.c (sftp_process_read): Fixed size passed to pread. (debug): Added a prototype saying that it takes printf-style arguments. -2001-04-02 Niels M�ller <nisse@lysator.liu.se> +2001-04-02 Niels Möller <nisse@lysator.liu.se> * src/sftp/sftp-server.c (sftp_process_realpath): Fixed invocation of pathconf(). @@ -12132,7 +12132,7 @@ * src/sftp/testsuite/run-tests: Use /bin/bash, as we use bash-specific parameter expansion. -2001-04-01 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-01 Niels Möller <nisse@cuckoo.hack.org> * src/sftp/Makefile.am (sftp_server_SOURCES, sftp_test_client_SOURCES): Added xmalloc.c. @@ -12209,13 +12209,13 @@ * src/sftp/configure.in: Added to cvs. -2001-03-31 Niels M�ller <nisse@cuckoo.hack.org> +2001-03-31 Niels Möller <nisse@cuckoo.hack.org> * src/sftp/acconfig.h: Added HAVE_GCC_ATTRIBUTE. * src/sftp/.bootstrap: New file. -2001-03-30 Niels M�ller <nisse@ehand.com> +2001-03-30 Niels Möller <nisse@ehand.com> * src/sftp/sftp-test-client.c (do_ls): Print the long name. @@ -12233,17 +12233,17 @@ * src/sftp/Makefile.am: Use AUTOMAKE_OPTIONS = foreign, added sftp-test-client. -2001-03-28 Niels M�ller <nisse@ehand.com> +2001-03-28 Niels Möller <nisse@ehand.com> * src/lcp (split spec): New function for splitting arguments. Checked in first working version. -2001-03-27 Niels M�ller <nisse@ehand.com> +2001-03-27 Niels Möller <nisse@ehand.com> * doc/srp-spec.nroff: Bumped version number, updated dates, and added a section Further questions. -2001-03-26 Niels M�ller <nisse@cuckoo.localdomain> +2001-03-26 Niels Möller <nisse@cuckoo.localdomain> * Released lsh-1.1.9. @@ -12258,7 +12258,7 @@ * src/testsuite/keygen-1-test: Use NIST security level 2 (640 bits), for speed. -2001-03-25 Niels M�ller <nisse@cuckoo.localdomain> +2001-03-25 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/functions.sh (spawn_lshd): Use kill -9 to stop lshd; otherwise lshd catching SIGTERM leads to timing problems. @@ -12332,23 +12332,23 @@ * acconfig.h (WITH_GCOV): New symbol. -2001-03-24 Niels M�ller <nisse@cuckoo.localdomain> +2001-03-24 Niels Möller <nisse@cuckoo.localdomain> * src/lsh_proxy.c (main): Use listen_callback instead of simple_listen. -2001-03-22 Niels M�ller <nisse@ehand.com> +2001-03-22 Niels Möller <nisse@ehand.com> * src/alist.c (alist_add): #if:ed out unused function. -2001-03-21 Niels M�ller <nisse@ehand.com> +2001-03-21 Niels Möller <nisse@ehand.com> * src/client_password.c: Deleted. * src/lshd.c (install_terminate_handler): Catch SIGTERM and arrange for exit(0) to be called on termination. -2001-03-20 Niels M�ller <nisse@ehand.com> +2001-03-20 Niels Möller <nisse@ehand.com> * src/lshg.c: Include client.h (used to include client.c. Argh!). @@ -12369,7 +12369,7 @@ * src/Makefile.am.in (class-map): Let the shell find the awk program. -2001-03-19 Niels M�ller <nisse@cuckoo.localdomain> +2001-03-19 Niels Möller <nisse@cuckoo.localdomain> * src/scm/gaba.scm (class-annotate): New function. @@ -12381,7 +12381,7 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Removed blocking_write.c. -2001-03-16 Niels M�ller <nisse@ehand.com> +2001-03-16 Niels Möller <nisse@ehand.com> * ANNOUNCE: Updated, preparing for lsh-1.2. @@ -12397,12 +12397,12 @@ * src/resource.c (do_remember_resource): Bugfix: Use KILL_RESOURCE, not KILL. -2001-03-15 Niels M�ller <nisse@ehand.com> +2001-03-15 Niels Möller <nisse@ehand.com> * doc/srp-spec.nroff: Fixed definition of m2, pointed out by Tom Holroyd. -2001-03-14 Niels M�ller <nisse@cuckoo.localdomain> +2001-03-14 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in (class-map): Added rule for generating class-map. @@ -12410,7 +12410,7 @@ * src/make-class-map: New awk script for describing the class hierarchy. Almost working. -2001-03-14 Niels M�ller <nisse@ehand.com> +2001-03-14 Niels Möller <nisse@ehand.com> * src/tcpforward.h (remote_port): Deleted c attribute. @@ -12482,13 +12482,13 @@ * src/alist.h: Deleted ALIST_KEYS. -2001-03-13 Niels M�ller <nisse@ehand.com> +2001-03-13 Niels Möller <nisse@ehand.com> * src/dsa_keygen.h, src/packet_ignore.c, src/packet_ignore.h, src/password.c, src/password.h, src/proxy_channel.h, src/session.c, src/session.h:Removed obsolete files. -2001-03-12 Niels M�ller <nisse@cuckoo.localdomain> +2001-03-12 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 1.1.8. @@ -12528,11 +12528,11 @@ guile-compat.scm. scsh already provides string-upcase, and the definition here trigs a bug in string->list in scsh-0.5.2. -2001-03-12 Niels M�ller <nisse@ehand.com> +2001-03-12 Niels Möller <nisse@ehand.com> * src/io.c (io_iter): Handle POLLERR. -2001-03-07 Niels M�ller <nisse@cuckoo.localdomain> +2001-03-07 Niels Möller <nisse@cuckoo.localdomain> * doc/TODO: scsh-0.5.2 is truly free software! Removed paragraph describing the scsh situation. @@ -12549,24 +12549,24 @@ (char-set=?): Removed function, scsh-0.5.2 provides a similar function named char-set=. -2001-02-28 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-28 Niels Möller <nisse@cuckoo.localdomain> * src/client.c (init_client_options): Initialize stderr_fork = 1. (client_options): New option --no-cvs-workaround. (client_argp_parser): Handle --no-cvs-workaround. -2001-02-25 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-25 Niels Möller <nisse@cuckoo.localdomain> * Refer to a function foo as "foo", not "foo()", in messages and comments. (GNU coding standard). -2001-02-22 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-22 Niels Möller <nisse@cuckoo.localdomain> * src/randomness.c (do_arcfour_random): Spelling fix. * Released lsh-1.1.7. -2001-02-22 Niels M�ller <nisse@ehand.com> +2001-02-22 Niels Möller <nisse@ehand.com> * src/io.c (close_fd_read): New function. (do_buffered_read): Call close_fd_read on EOF. This stops reading @@ -12574,12 +12574,12 @@ callback. (do_consuming_read): Likewise. -2001-02-21 Niels M�ller <nisse@ehand.com> +2001-02-21 Niels Möller <nisse@ehand.com> * src/io.c (do_consuming_read): Added an assert do check that want_read is true. Check fd->hanged_up first. -2001-02-21 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-21 Niels Möller <nisse@cuckoo.localdomain> * src/srp_exchange.c (srp_format_proofs): First argument to MAKE_MAC must not have side effects. @@ -12598,11 +12598,11 @@ * src/command.h (COMMAND_CALL): Generate a compile error if the first argument is not an lvalue. -2001-02-20 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-20 Niels Möller <nisse@cuckoo.localdomain> * doc/HACKING: Added section CAVEAT. -2001-02-20 Niels M�ller <nisse@ehand.com> +2001-02-20 Niels Möller <nisse@ehand.com> * src/io.c, src/io.h, src/reaper.c, src/unix_interact.c: Added volatile modifier to all uses of sig_atomic_t. @@ -12610,12 +12610,12 @@ * src/client_userauth.c (do_userauth_success): Use verbose, not werror, for success message. -2001-02-19 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-19 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/Makefile.am (TS_MORE_PROGS): Added lshg-tcpip-local-test. -2001-02-18 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-18 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/tcpip-local-test: Don't pass -r to tcpconnect. grep the output from tcpconnect. @@ -12642,11 +12642,11 @@ * configure.in: Bumped version to 1.1.7. -2001-02-13 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-13 Niels Möller <nisse@cuckoo.localdomain> - * src/sftp/sftp-test-client.c: Added more code from Pontus Sk�ld. + * src/sftp/sftp-test-client.c: Added more code from Pontus Sköld. -2001-02-13 Niels M�ller <nisse@ehand.com> +2001-02-13 Niels Möller <nisse@ehand.com> * src/channel.c (do_exc_finish_channel_handler): Check channel_count to determine if there are channels left. The code @@ -12661,7 +12661,7 @@ * src/bignum.c (bignum_random): Added a comment about biased numbers. -2001-02-11 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-11 Niels Möller <nisse@cuckoo.localdomain> * src/sftp/sftp-server.c: Updated copyright notice to mention Markus Friedl. @@ -12672,7 +12672,7 @@ * src/sftp/sftp-test-client.c: Added dummy functions do_ls, do_get, do_put and do_stat, and call them from main. - * src/sftp/sftp-server.c: Merged code from Pontus Sk�ld. + * src/sftp/sftp-server.c: Merged code from Pontus Sköld. (sftp_put_longname_mode): New function. (sftp_put_longname): New function. (sftp_put_filename): New function. @@ -12697,29 +12697,29 @@ to allow redefining existing macros. * configure.in: Quote the second argument to AC_SEARCH_LIBGMP. -2001-02-08 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-08 Niels Möller <nisse@cuckoo.localdomain> * src/keyexchange.c (do_kexinit_filter): Don't crash if there are no appropriate hostkeys. -2001-02-08 Niels M�ller <nisse@ehand.com> +2001-02-08 Niels Möller <nisse@ehand.com> * src/dsa.c (generic_dsa_sign): Commented out debug statement that leaks information about the secret key. -2001-02-07 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-07 Niels Möller <nisse@cuckoo.localdomain> * src/algorithms.c (filter_algorithms): Document that the functions may return NULL, and never returns an empty list. -2001-02-04 Niels M�ller <nisse@lysator.liu.se> +2001-02-04 Niels Möller <nisse@lysator.liu.se> * Released lsh-1.1.6. * src/ssh-conv (SSH_CONV): Got rid of the bash:isms "if !" and "&>". -2001-02-04 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-04 Niels Möller <nisse@cuckoo.localdomain> * doc/lsh.texinfo (Action options): Edited the description of the -g, not calling it "gateway mode", as the word "gateway" is @@ -12766,7 +12766,7 @@ * src/testsuite/conv-1-test: Renamed conv-test. -2001-01-31 Niels M�ller <nisse@ehand.com> +2001-01-31 Niels Möller <nisse@ehand.com> * src/server_publickey.c (do_authenticate): Include algorithm atom in "Unknown publickey algorithm"-message. @@ -12789,7 +12789,7 @@ * src/io.c (io_iter): Changed POLLHUP handling some more. Now POLLHUP && !POLLIN is treated as EOF. -2001-01-31 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-31 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/lsh-cat-test: Use compare_output. @@ -12835,7 +12835,7 @@ read() if fd->hanged_up is set. (init_file): Initialize hanged_up. -2001-01-30 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-30 Niels Möller <nisse@cuckoo.localdomain> * src/io.c (io_iter): Improved handling of POLLHUP. Set the fd->hanged_up flag before calling FD_READ(). @@ -12848,13 +12848,13 @@ channel_close. (channel_eof_handler): Moved the channel close decision here. -2001-01-29 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-29 Niels Möller <nisse@cuckoo.localdomain> * src/ssh-conv: Support ssh-rsa keys. * src/lsh-decode-key.c (do_decode_key): Support ssh-rsa keys. -2001-01-24 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-24 Niels Möller <nisse@cuckoo.localdomain> * src/spki_commands.c (parse_private_key): Generate keypairs with algorithms ATOM_SSH_RSA, ATOM_SPKI_SIGN_RSA and ATOM_SPKI_SIGN_DSS. @@ -12894,12 +12894,12 @@ * acconfig.h: Added SBINDIR. -2001-01-23 Niels M�ller <nisse@ehand.com> +2001-01-23 Niels Möller <nisse@ehand.com> * src/tcpforward.c (do_tcpip_eof): Call shutdown(socket, SHUT_WR), to signal to the local peer that there's no more data. -2001-01-18 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-18 Niels Möller <nisse@cuckoo.localdomain> * src/lshd.c (KERBEROS_HELPER): Added /sbin/ between PREFIX and the program name. Note that PREFIX seems to get a bogus value "NONE" @@ -12907,14 +12907,14 @@ * src/sftp: New directory. Not compiled or used by default. -2001-01-17 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-17 Niels Möller <nisse@cuckoo.localdomain> * src/lsh_types.h: Improved formatting. * src/channel.c (alloc_channel): Use UINT32, not int, for new_size. -2001-01-15 Niels M�ller <nisse@ehand.com> +2001-01-15 Niels Möller <nisse@ehand.com> * misc/bootstrap.sh: Fixed comment. @@ -12924,17 +12924,17 @@ * Added Markus Friedl's sftp-server.c to contrib, for some random hacking. -2001-01-10 Niels M�ller <nisse@lysator.liu.se> +2001-01-10 Niels Möller <nisse@lysator.liu.se> * src/pkcs5-test.c: Include stdlib.h instead of getopt.h. -2001-01-10 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-10 Niels Möller <nisse@cuckoo.localdomain> * Released lsh-1.1.5. * configure.in: Bumped version to 1.1.5. -2001-01-09 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-09 Niels Möller <nisse@cuckoo.localdomain> * src/rsync/send.c: Deleted old code. @@ -12973,22 +12973,22 @@ (rsync_receive) STATE_LITERAL: Update avail_in and next_in after calling rsync_update. -2001-01-02 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-02 Niels Möller <nisse@cuckoo.localdomain> * src/unix_random.c (random_sources): Fixed bug in initialization of the HAS_ALTERNATIVE fields. Noted by jps. -2000-12-28 Niels M�ller <nisse@cuckoo.localdomain> +2000-12-28 Niels Möller <nisse@cuckoo.localdomain> * src/lsh.c: Don't include unistd.h. (main_argp_parser): Fixed bogus references to optarg (reported by jps). -2000-12-23 Niels M�ller <nisse@cuckoo.localdomain> +2000-12-23 Niels Möller <nisse@cuckoo.localdomain> * Released lsh-1.1.4. -2000-12-23 Niels M�ller <nisse@cuckoo.localdomain> +2000-12-23 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in (EXTRA_DIST): Removed references to the getopt files getopt.c, getopt.h and getopt1.c. @@ -12996,11 +12996,11 @@ * configure.in: Removed getopt-related tests (previously just commented out). -2000-12-23 Niels M�ller <nisse@lysator.liu.se> +2000-12-23 Niels Möller <nisse@lysator.liu.se> * src/getopt.c, src/getopt1.c, src/getopt.h: Removed. -2000-12-22 Niels M�ller <nisse@lysator.liu.se> +2000-12-22 Niels Möller <nisse@lysator.liu.se> * src/testsuite/Makefile.am (LDADD): Link with libargp. ($(srcdir)/%.c): Fix $(srcdir)-handling. @@ -13010,7 +13010,7 @@ * Makefile.am.in (bootstrap): New target. -2000-12-11 Niels M�ller <nisse@cuckoo.localdomain> +2000-12-11 Niels Möller <nisse@cuckoo.localdomain> * src/lsh.c (do_options2identities): Pass two alists to make_spki_read_userkeys (reported by jps). @@ -13022,20 +13022,20 @@ * src/abstract_crypto.c (crypt_string_unpad): Adjust length properly (reported by jps). -2000-12-09 Niels M�ller <nisse@cuckoo.localdomain> +2000-12-09 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in (LDADD, lshg_LDADD): Use @LIBARGP@ * misc/bootstrap.sh: Use set -e. Bootstrap in the src/argp subdirectory. -2000-11-27 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-27 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Use AC_LIB_ARGP. * acinclude.m4 (AC_LIB_ARGP): New test. -2000-11-27 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-27 Niels Möller <nisse@cuckoo.localdomain> * Released lsh-1.1.3. @@ -13082,7 +13082,7 @@ * src/unix_random.c: Likewise. * src/zlib.c: Likewise. -2000-11-26 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-26 Niels Möller <nisse@cuckoo.localdomain> * src/parse.c (parse_rest, parse_rest_copy): Renamed parse_rest to parse_rest_copy. New function parse_rest. @@ -13182,7 +13182,7 @@ * configure.in: Bumped version to 1.1.3. -2000-11-20 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-20 Niels Möller <nisse@cuckoo.localdomain> * src/algorithms.h, src/client.h, src/client_keyexchange.c, src/client_userauth.c, src/connection.c, src/format.h, diff --git a/ChangeLog.1 b/ChangeLog.1 index 41b1117866fb8690cadf7c81ca019419461b62ca..31859f35f9bcd22b68dd3937597018517228f207 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -1,4 +1,4 @@ -1999-12-20 Niels M�ller <nisse@cuckoo.localdomain> +1999-12-20 Niels Möller <nisse@cuckoo.localdomain> * src/scm/compiler.scm (split-list-at): New utility function. Fixed spelling of make-application. @@ -33,7 +33,7 @@ * src/lsh.c (do_options2identities): Bug fixes. -1999-12-14 Niels M�ller <nisse@cuckoo.localdomain> +1999-12-14 Niels Möller <nisse@cuckoo.localdomain> * src/lshd.c: General cleanup. * src/lsh.c: General cleanup. @@ -41,7 +41,7 @@ * src/client.h (REQUEST_SHELL): New macro. (CLIENT_START_IO): New macro. -1999-12-12 Niels M�ller <nisse@cuckoo.localdomain> +1999-12-12 Niels Möller <nisse@cuckoo.localdomain> * src/spki.h: Removed old code. * src/sexp.h: Removed old code. @@ -83,7 +83,7 @@ * configure.in: Bumped version to 0.1.19. -1999-12-09 Niels M�ller <nisse@cuckoo.localdomain> +1999-12-09 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/macros.m4: Various bug fixes. @@ -98,7 +98,7 @@ * configure.in (M4): Check for m4, and m4 handling eight-bit quote characters. -1999-12-07 Niels M�ller <nisse@cuckoo.localdomain> +1999-12-07 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Generate src/testsuite/Makefile. Bumped version to 0.1.18. @@ -194,7 +194,7 @@ * src/spki_commands.c, src/spki_commands.h: New files. -1999-11-29 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-29 Niels Möller <nisse@cuckoo.localdomain> * src/client_userauth.h (format_userauth_password, make_client_userauth, make_client_password_auth, @@ -258,7 +258,7 @@ (main_argp_parser): Added options --strict, --sloppy and --capture-to. -1999-11-28 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-28 Niels Möller <nisse@cuckoo.localdomain> * src/dsa.c (make_dsa_signer): #if:ed out some debug output. @@ -295,7 +295,7 @@ * src/publickey_crypto.h: Include fewer files. -1999-11-25 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-25 Niels Möller <nisse@cuckoo.localdomain> * src/spki.h (spki_context): Added verifier argument to the lookup-method. @@ -321,7 +321,7 @@ to avoid collision between "name" and "none". Allso added -C, to make the tables const. -1999-11-24 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-24 Niels Möller <nisse@cuckoo.localdomain> * src/sexp.c (sexp_assq): Check length. @@ -330,7 +330,7 @@ * src/atoms.in: Added signature and name. -1999-11-22 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-22 Niels Möller <nisse@cuckoo.localdomain> * src/spki.h (spki_subject): New class. (spki_context): New class. @@ -348,7 +348,7 @@ * src/atoms.in: Added version, entry and propagate. -1999-11-21 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-21 Niels Möller <nisse@cuckoo.localdomain> * src/spki.c (spki_sexp_to_tag): New function. Added classes for representing authorizations or (tag ...) @@ -365,7 +365,7 @@ * src/atoms.in: Added symbols for ACL:s and certificates. -1999-11-18 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-18 Niels Möller <nisse@cuckoo.localdomain> * configure.in (SCHEME_PROGRAM): Use AC_PATH_PROGS, not AC_PATH_PROG. Reported by Kalle Olavi Niemitalo. @@ -376,9 +376,9 @@ * src/blocking_write.c (do_blocking_write): Handle exceptions differently. -1999-11-16 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-16 Niels Möller <nisse@cuckoo.localdomain> - * Changed "Balazs" to "Bal�zs" in many files. + * Changed "Balazs" to "Balázs" in many files. * src/spki.h (spki_5_tuple): New class. Not used for anything yet. @@ -424,7 +424,7 @@ * src/interact.c: New file. -1999-11-10 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-10 Niels Möller <nisse@cuckoo.localdomain> * src/dsa.c (spki_init_dsa_public): New function. (make_dsa_spki_verifier): New function. @@ -432,11 +432,11 @@ * src/atoms.in: Added "x". -1999-11-09 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-09 Niels Möller <nisse@cuckoo.localdomain> * src/dsa.c: Removed dsa_classic functions. -1999-11-08 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-08 Niels Möller <nisse@cuckoo.localdomain> * src/lsh.c (sloppy_host_db): Renamed from fake_host_db. @@ -451,7 +451,7 @@ (sexp_parse_canonical, string_to_sexp): Added prototypes for non-streamed parser. -1999-11-07 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-07 Niels Möller <nisse@cuckoo.localdomain> * src/exception.h (EXCEPTION_RAISE): Better tracing. @@ -513,12 +513,12 @@ * src/version.h (SOFTWARE_SERVER_VERSION, SOFTWARE_CLIENT_VERSION): Use correct version numbers. -1999-11-06 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-06 Niels Möller <nisse@cuckoo.localdomain> * src/lsh.c (main_argp_parser): Move reading of ~/.lsh/identity here, and check for getenv("HOME") being NULL. -1999-11-03 Bal�zs Scheidler <bazsi@balabit.hu> +1999-11-03 Balázs Scheidler <bazsi@balabit.hu> * src/atoms.in: removed ssh-dss-kludge atom, @@ -546,7 +546,7 @@ * src/server_publickey.c: fixed a few bugs -1999-11-03 Niels M�ller <nisse@cuckoo.localdomain> +1999-11-03 Niels Möller <nisse@cuckoo.localdomain> * doc/NOTES: Added some thought about the client side of user authentication. @@ -589,7 +589,7 @@ * src/lshd.c (main): Deal with pid files after forking and daemonization, to get the right pid. -1999-10-25 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-25 Niels Möller <nisse@cuckoo.localdomain> * src/werror.c (set_error_syslog): Call openlog(). Added id argument. @@ -601,7 +601,7 @@ * configure.in: Bumped version to 0.1.14. -1999-10-24 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-24 Niels Möller <nisse@cuckoo.localdomain> * src/werror.c (werror_vformat): Added %a format specifier. @@ -652,7 +652,7 @@ (do_install_fix_global_request_handler): -"- (do_install_fix_channel_open_handler): -"- -1999-10-19 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-19 Niels Möller <nisse@cuckoo.localdomain> * src/mempcpy.c, src/mempcpy.h, src/strndup.c, src/strndup.h: Removed (definitions incorporated where needed in the files in @@ -674,7 +674,7 @@ (ssh_vformat_length): Added hex 'x' modifier. (Bazsi). (ssh_vformat_write): -"- -1999-10-18 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-18 Niels Möller <nisse@cuckoo.localdomain> * configure.in (AC_CHECK_MEMBER): New macro. (AC_CHECK_VAR): New macro. @@ -698,18 +698,18 @@ * Makefile.am.in (MAKEFILESAM): Removed src/argp/Makefile.am. -Thu Oct 14 20:35:43 1999 Niels M�ller <nisse@lysator.liu.se> +Thu Oct 14 20:35:43 1999 Niels Möller <nisse@lysator.liu.se> * src/argp/argp-fmtstream.h: #include argp-comp.h. * configure.in: Check for fwrite_unlocked and fputs_unlocked. -Wed Oct 13 22:40:49 1999 Niels M�ller <nisse@lysator.liu.se> +Wed Oct 13 22:40:49 1999 Niels Möller <nisse@lysator.liu.se> * src/argp/argp-comp.h: Added ugly hack for fwrite_unlocked and fputs_unlocked. -1999-10-13 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-13 Niels Möller <nisse@cuckoo.localdomain> * src/scm/Makefile.am.in (EXTRA_DIST): Added Makefile.am.in. @@ -728,7 +728,7 @@ Wed Oct 13 22:40:49 1999 Niels M * configure.in (gmp_header_found): Check for mempcpy and strndup. -Wed Oct 13 17:59:24 1999 Niels M�ller <nisse@lysator.liu.se> +Wed Oct 13 17:59:24 1999 Niels Möller <nisse@lysator.liu.se> * src/argp/argp.h: #include argp-comp.h. @@ -737,14 +737,14 @@ Wed Oct 13 17:59:24 1999 Niels M * configure.in: Fix tests for --with-system-argp. -Tue Oct 12 18:08:39 1999 Niels M�ller <nisse@lysator.liu.se> +Tue Oct 12 18:08:39 1999 Niels Möller <nisse@lysator.liu.se> * src/argp/argp-help.c (fill_in_uparams): Use unsigned char. (canon_doc_option): Cast to unsigned char before passing characters to ctype macros. (hol_entry_cmp): Use unsigned char. -1999-10-11 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-11 Niels Möller <nisse@cuckoo.localdomain> * src/argp/Makefile.am.in (libargp_a_SOURCES): Fixed typo (forgot the .c suffix). @@ -810,11 +810,11 @@ Tue Oct 12 18:08:39 1999 Niels M * configure.in: Added with-debug-trace option. -1999-10-10 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-10 Niels Möller <nisse@cuckoo.localdomain> * src/lsh.c: Use argp instead of getopt. -1999-10-07 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-07 Niels Möller <nisse@cuckoo.localdomain> * src/lsh_types.h: Use HAVE_GCC_ATTRIBUTE. (FUNCTION_NAME): New define. @@ -835,14 +835,14 @@ Tue Oct 12 18:08:39 1999 Niels M * acconfig.h: Renamed HAVE_ATTRIBUTE to HAVE_GCC_ATTRIBUTE. Added HAVE_GCC_FUNCTION. -1999-10-04 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-04 Niels Möller <nisse@cuckoo.localdomain> * src/sexp_conv.c (main): Added argp support. * src/sexp.c (sexp_argp): -"- * src/werror.c (werror_argp): -"- -1999-10-02 Niels M�ller <nisse@cuckoo.localdomain> +1999-10-02 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in (EXTRA_DIST): Removed make_class, make_char_classes and compiler.scm (which now live in the scm @@ -914,11 +914,11 @@ Tue Oct 12 18:08:39 1999 Niels M from a resource list won't keep a dead resource from being garbage collected. -1999-09-30 Niels M�ller <nisse@cuckoo.localdomain> +1999-09-30 Niels Möller <nisse@cuckoo.localdomain> * configure.in: If no SCHEME_PROGRAM is found, use false. -1999-09-27 Niels M�ller <nisse@cuckoo.localdomain> +1999-09-27 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in (SUBDIRS): Added scm subdirectory. (SCHEME): Added -l flag to load compatibility code for the right @@ -928,7 +928,7 @@ Tue Oct 12 18:08:39 1999 Niels M * configure.in: Bumped version to 0.1.11. Added --with-scheme option to select scheme implementation. Generate src/scm/Makefile. -Wed Sep 22 00:30:47 1999 Niels M�ller <nisse@lysator.liu.se> +Wed Sep 22 00:30:47 1999 Niels Möller <nisse@lysator.liu.se> * src/channel.c (channel_close_callback): Check the CHANNEL_SENT_CLOSE flag before calling channel_close(). @@ -958,7 +958,7 @@ Wed Sep 22 00:30:47 1999 Niels M * src/exception.c: Use STATIC_EXCEPTION_HANDLER and STATIC_EXCEPTION. -Tue Sep 21 22:41:47 1999 Niels M�ller <nisse@lysator.liu.se> +Tue Sep 21 22:41:47 1999 Niels Möller <nisse@lysator.liu.se> * src/keyexchange.h: removed keypair_info class. @@ -973,11 +973,11 @@ Tue Sep 21 22:41:47 1999 Niels M * src/sexp_streamed_parser.c (make_parse_transport_sexp): Fixed error message. -1999-09-21 Niels M�ller <nisse@cuckoo.localdomain> +1999-09-21 Niels Möller <nisse@cuckoo.localdomain> * src/read_data.c: Removed the EXC_IO_EOF handler. -1999-09-19 Niels M�ller <nisse@cuckoo.localdomain> +1999-09-19 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward_commands.c (forward_remote_port): Added a call to prog1, to get things evaluated at the right time. @@ -1005,7 +1005,7 @@ Tue Sep 21 22:41:47 1999 Niels M * src/sexp_streamed_parser.c (do_parse_base64): Bugfix: Increase done at the start of the loop. -1999-09-09 Bal�zs Scheidler <bazsi@balabit.hu> +1999-09-09 Balázs Scheidler <bazsi@balabit.hu> * src/lsh.c, src/lshd.c, src/sexp_conv.c: added some uninitialized fields to structure inits to avoid warning @@ -1023,7 +1023,7 @@ Tue Sep 21 22:41:47 1999 Niels M * src/server_userauth.c: unix account handling funtions moved here, userauth_handler class. -1999-09-07 Niels M�ller <nisse@cuckoo.localdomain> +1999-09-07 Niels Möller <nisse@cuckoo.localdomain> * abstract_io.h channel.c channel.h channel_commands.c client.c command.c gc.c gc.h io.c lsh.c lsh.h lsh_writekey.c lshd.c @@ -1141,7 +1141,7 @@ Tue Sep 21 22:41:47 1999 Niels M exchange successful!" debug message, because it bugs ssh2. (Bazsi) -1999-09-06 Niels M�ller <nisse@cuckoo.localdomain> +1999-09-06 Niels Möller <nisse@cuckoo.localdomain> * src/atoms.c: Bugfix: Include <string.h> rather than <strings.h>. @@ -1151,7 +1151,7 @@ Tue Sep 21 22:41:47 1999 Niels M * src/lshd.c (main): Create an authorization_db class (Bazsi). -1999-07-23 Bal�zs Scheidler <bazsi@balabit.hu> +1999-07-23 Balázs Scheidler <bazsi@balabit.hu> * configure.in: merged different DATAFELLOWS workaround defines to a simple DATAFELLOWS_WORKAROUNDS, this affects a few files, for a @@ -1172,7 +1172,7 @@ Tue Sep 21 22:41:47 1999 Niels M * src/server_authorization.c: new file, some public key checking is done -1999-07-22 Bal�zs Scheidler <bazsi@balabit.hu> +1999-07-22 Balázs Scheidler <bazsi@balabit.hu> * src/lookup_verifier.{c,h}: new files. moved lookup_verifier class from client_keyexchange.h to separate files. It is also used @@ -1182,7 +1182,7 @@ Tue Sep 21 22:41:47 1999 Niels M * src/dsa.c: do_dsa_verify_kludge() cleaned up -1999-07-11 Bal�zs Scheidler <bazsi@balabit.hu> +1999-07-11 Balázs Scheidler <bazsi@balabit.hu> * src/client.c: added DataFellows workaround for SSH_MSG_SERVICE_ACCEPT, compiled in conditionally if @@ -1205,7 +1205,7 @@ Tue Sep 21 22:41:47 1999 Niels M * src/server_keyexchange.c: removed "Key exchange successful!" [actually, made conditional. /nisse] -1999-09-05 Niels M�ller <nisse@cuckoo.localdomain> +1999-09-05 Niels Möller <nisse@cuckoo.localdomain> * src/exception.h: Added SPKI-related exceptions. @@ -1232,7 +1232,7 @@ Tue Sep 21 22:41:47 1999 Niels M * sexp_commands.c, sexp_commands.h, sexp_conv.c, sexp_conv.h: New files. -1999-09-04 Niels M�ller <nisse@cuckoo.localdomain> +1999-09-04 Niels Möller <nisse@cuckoo.localdomain> * src/lsh.c (do_lsh_default_handler): Improved handling of I/O exceptions. @@ -1241,14 +1241,14 @@ Tue Sep 21 22:41:47 1999 Niels M * src/io.c (io_connect): Added an exception_handler argument. -1999-08-30 Niels M�ller <nisse@cuckoo.localdomain> +1999-08-30 Niels Möller <nisse@cuckoo.localdomain> * Lots of files: Removed the exception argument from the A_WRITE-method. * src/exception.h (PROTOCOL_ERROR): New macro. -1999-08-29 Niels M�ller <nisse@cuckoo.localdomain> +1999-08-29 Niels Möller <nisse@cuckoo.localdomain> * src/read_packet.c (do_read_packet): The MAC memcmp test was inverted. A real old bug. @@ -1263,17 +1263,17 @@ Tue Sep 21 22:41:47 1999 Niels M * configure.in: Bumped version to 0.1.8. -1999-08-28 Niels M�ller <nisse@cuckoo.localdomain> +1999-08-28 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in (liblsh_a_SOURCES): Added esception.c. -1999-07-04 Niels M�ller <nisse@cuckoo.localdomain> +1999-07-04 Niels Möller <nisse@cuckoo.localdomain> * src/command.c, src/command.h, src/lsh.c, src/lshd.c: Don't allow a NULL continuation. Instead, use discard_continuation to ignore the value. -1999-07-01 Niels M�ller <nisse@cuckoo.localdomain> +1999-07-01 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward_commands.c (new_tcpip_channel): Don't initialize rec_window_size and rec_max_packet hare; let make_tcpip_channel @@ -1290,7 +1290,7 @@ Tue Sep 21 22:41:47 1999 Niels M * NEWS: Wrote an entry for 0.1.3 -1999-06-30 Niels M�ller <nisse@cuckoo.localdomain> +1999-06-30 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward_commands.c (new_tcpip_channel): Initialize max_window and rec_window_size. @@ -1337,7 +1337,7 @@ Tue Sep 21 22:41:47 1999 Niels M (do_channel_open_confirm): -"- (channel_close_callback): Handle the case reason == 0. -1999-06-28 Niels M�ller <nisse@cuckoo.localdomain> +1999-06-28 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward.h: Bugfix: Declare channel_open_forwarded_tcpip extern. @@ -1352,7 +1352,7 @@ Tue Sep 21 22:41:47 1999 Niels M * src/command.c (trace_command): New command. -1999-06-23 Niels M�ller <nisse@cuckoo.localdomain> +1999-06-23 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward_commands.c (forward_local_port): Use CAST_SUBTYPE() rather than CAST(). @@ -1381,12 +1381,12 @@ Tue Sep 21 22:41:47 1999 Niels M * src/make_class (process-expr): Generate a call to trace(). -1999-06-22 Niels M�ller <nisse@cuckoo.localdomain> +1999-06-22 Niels Möller <nisse@cuckoo.localdomain> * src/command.h: Never pass a NULL as the first argument of a collect_* function. -Mon Jun 21 19:11:57 1999 Niels M�ller <nisse@lysator.liu.se> +Mon Jun 21 19:11:57 1999 Niels Möller <nisse@lysator.liu.se> * src/server_session.c (make_server_connection_service): Reorganized the commands to initialize a connection. @@ -1418,7 +1418,7 @@ Mon Jun 21 19:11:57 1999 Niels M (make_connection_service): Removed this function. The command is now statically allocated. -1999-06-20 Niels M�ller <nisse@lysator.liu.se> +1999-06-20 Niels Möller <nisse@lysator.liu.se> * src/command.h (STATIC_COLLECT_1_FINAL): Commented out this redundant macro. @@ -1426,7 +1426,7 @@ Mon Jun 21 19:11:57 1999 Niels M * src/Makefile.am.in (liblsh_a_SOURCES): Added tcpforward_commands.c. -1999-06-17 Niels M�ller <nisse@cuckoo.localdomain> +1999-06-17 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward.c, src/tcpforward_commands.c: Reorganization. Keep low-level protocol stuff in tcpforward.c, and move higher @@ -1442,7 +1442,7 @@ Mon Jun 21 19:11:57 1999 Niels M * src/tcpforward_commands.h: New file * src/tcpforward_commands.c: New file -1999-06-15 Niels M�ller <nisse@cuckoo.localdomain> +1999-06-15 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward.c: Made forwarded_port a super class for local_port and remote_port. @@ -1480,7 +1480,7 @@ Mon Jun 21 19:11:57 1999 Niels M * src/channel.c (make_channel_table): Initialize queues for handling global requests. -1999-06-14 Niels M�ller <nisse@cuckoo.localdomain> +1999-06-14 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Added option -with-tcp-forward. Bumped version to 0.1.2. @@ -1564,7 +1564,7 @@ Mon Jun 21 19:11:57 1999 Niels M * src/dsa.c: New file. Extracted from publickey_crypto.c. Also fixed the dsa signature format to match the latest draft. -1999-06-12 Niels M�ller <nisse@cuckoo.localdomain> +1999-06-12 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bump version to lsh-0.1.1 @@ -1660,15 +1660,15 @@ Mon Jun 21 19:11:57 1999 Niels M * src/connection.h (ssh_connection): New field forwarded_ports (Bazsi). -Wed May 26 18:54:43 1999 Niels M�ller <nisse@lysator.liu.se> +Wed May 26 18:54:43 1999 Niels Möller <nisse@lysator.liu.se> * src/client.c: #include signal.h (reported by MArtin Jabobsson). -Wen May 12 21:35:22 1999 Niels M�ller <nisse@lysator.liu.se> +Wen May 12 21:35:22 1999 Niels Möller <nisse@lysator.liu.se> * Configure tests for strerror and strsignal. -Tue May 11 20:22:05 1999 Niels M�ller <nisse@lysator.liu.se> +Tue May 11 20:22:05 1999 Niels Möller <nisse@lysator.liu.se> * src/sexp_test.c (main): Create the fd objects properly (old problem). @@ -1695,7 +1695,7 @@ Tue May 11 20:22:05 1999 Niels M (do_channel_data, do_channel_extended_data): rec_window_size was updated too many times, fixed. (Bazsi). -Mon May 10 23:20:54 1999 Niels M�ller <nisse@lysator.liu.se> +Mon May 10 23:20:54 1999 Niels Möller <nisse@lysator.liu.se> * src/server_session.c (make_pty): Added BASH_WORKAROUND (Bazsi). (server_session, do_spawn_shell): Allow the session->err field to @@ -1710,7 +1710,7 @@ Mon May 10 23:20:54 1999 Niels M * src/idea.c: New file (Bazsi). -Sun May 9 20:17:27 1999 Niels M�ller <nisse@lysator.liu.se> +Sun May 9 20:17:27 1999 Niels Möller <nisse@lysator.liu.se> * src/keyexchange.c, src/keyexchange.h (kex_build_secret): New function, implementing the changed session key generation in the @@ -1724,7 +1724,7 @@ Sun May 9 20:17:27 1999 Niels M * src/Makefile.am.in (EXTRA_DIST): Added compiler.scm to the dist. -Sun Apr 25 15:47:13 1999 Niels M�ller <nisse@lysator.liu.se> +Sun Apr 25 15:47:13 1999 Niels Möller <nisse@lysator.liu.se> * src/channel.c, src/channel.h, src/client.c, src/client.h, src/client_pty.c, src/client_pty.c, src/command.h, @@ -1754,7 +1754,7 @@ Sun Apr 25 15:47:13 1999 Niels M is possible for the channels close-callback to return LSH_CHANNEL_PENDING_CLOSE. -Tue Apr 20 00:00:58 1999 Niels M�ller <nisse@lysator.liu.se> +Tue Apr 20 00:00:58 1999 Niels Möller <nisse@lysator.liu.se> * src/resource.c (do_kill_all): Bugfix (use CAST_SUBTYPE rather than CAST). @@ -1765,7 +1765,7 @@ Tue Apr 20 00:00:58 1999 Niels M * src/client.c (new_session): Initialize session->write from the connection. -Mon Apr 19 16:23:22 1999 Niels M�ller <nisse@lysator.liu.se> +Mon Apr 19 16:23:22 1999 Niels Möller <nisse@lysator.liu.se> * src/channel.c (do_channel_success, do_channel_failure): Bugfix (use CAST_SUBTYPE rather than CAST). @@ -1788,7 +1788,7 @@ Mon Apr 19 16:23:22 1999 Niels M * src/invert-defs: Don't use echo "\n" (Bazsi). -Sun Apr 18 23:03:20 1999 Niels M�ller <nisse@lysator.liu.se> +Sun Apr 18 23:03:20 1999 Niels Möller <nisse@lysator.liu.se> * src/channel_commands.h (channel_request_command): Pass a pointer to a pointer to the command's continuation as an argument. This @@ -1796,7 +1796,7 @@ Sun Apr 18 23:03:20 1999 Niels M for the command to add a new continuation which is invoked when the peers response is received. -Wed Apr 14 00:32:34 1999 Niels M�ller <nisse@lysator.liu.se> +Wed Apr 14 00:32:34 1999 Niels Möller <nisse@lysator.liu.se> * src/command.c (make_parallell_progn): New command. @@ -1837,12 +1837,12 @@ Wed Apr 14 00:32:34 1999 Niels M * src/queue.h (object_queue): New struct. -Tue Apr 13 21:24:08 1999 Niels M�ller <nisse@lysator.liu.se> +Tue Apr 13 21:24:08 1999 Niels Möller <nisse@lysator.liu.se> * src/server_pty.c (pty_grantpt_uid): Fixed pid/uid typo (Noted by Bazsi). -Mon Apr 12 22:20:01 1999 Niels M�ller <nisse@lysator.liu.se> +Mon Apr 12 22:20:01 1999 Niels Möller <nisse@lysator.liu.se> * src/server_session.c (do_alloc_pty): Pass uid on to pty_allocate(). @@ -1853,7 +1853,7 @@ Mon Apr 12 22:20:01 1999 Niels M (pty_allocate): Added uid-argument, to take avantage of pty_grantpt_uid. -Sun Apr 11 22:56:02 1999 Niels M�ller <nisse@lysator.liu.se> +Sun Apr 11 22:56:02 1999 Niels Möller <nisse@lysator.liu.se> * src/server.c, src/server.h, src/server_session.c, src/server_session.h: Moved session features (i.e. shell and pty @@ -1875,7 +1875,7 @@ Sun Apr 11 22:56:02 1999 Niels M * src/io.c (tcp_addr): Added this function again. (address_info2sockaddr_in): Use tcp_addr(). -Wed Apr 7 21:30:35 1999 Niels M�ller <nisse@lysator.liu.se> +Wed Apr 7 21:30:35 1999 Niels Möller <nisse@lysator.liu.se> * src/channel.c, src/server.c: Started adapting the functions to the command framework. @@ -1894,12 +1894,12 @@ Wed Apr 7 21:30:35 1999 Niels M * src/queue.h (FOR_QUEUE): Bugfix (Bazsi). -Tue Apr 6 21:17:15 1999 Niels M�ller <nisse@lysator.liu.se> +Tue Apr 6 21:17:15 1999 Niels Möller <nisse@lysator.liu.se> * src/compiler.scm: Added support for let and let*. (make-preprocess): New function. -Mon Apr 5 11:43:12 1999 Niels M�ller <nisse@lysator.liu.se> +Mon Apr 5 11:43:12 1999 Niels Möller <nisse@lysator.liu.se> * src/werror.c (werror_hex): Bugfix. @@ -1928,7 +1928,7 @@ Mon Apr 5 11:43:12 1999 Niels M removed some other old code. (make_request_service): Renamed function (was request_service()). -Sun Apr 4 22:18:54 1999 Niels M�ller <nisse@lysator.liu.se> +Sun Apr 4 22:18:54 1999 Niels Möller <nisse@lysator.liu.se> * src/server.c (do_spawn_shell): Use the make_io_fd function. @@ -1997,18 +1997,18 @@ Sun Apr 4 22:18:54 1999 Niels M * src/werror.c (werror_decimal): Use the format_decimal() function. -Fri Apr 2 17:00:13 1999 Niels M�ller <nisse@lysator.liu.se> +Fri Apr 2 17:00:13 1999 Niels Möller <nisse@lysator.liu.se> * src/make_class (process-expr): Fixed handling of the PARAMS attribute. Declare generated functions static. * src/io_commands.c (make_simple_connect): New function. -Tue Mar 30 21:48:08 1999 Niels M�ller <nisse@lysator.liu.se> +Tue Mar 30 21:48:08 1999 Niels Möller <nisse@lysator.liu.se> * src/read_line.c (do_read_line): Bug fix noticed by Bazsi. -Fri Mar 26 03:05:16 1999 Niels M�ller <nisse@lysator.liu.se> +Fri Mar 26 03:05:16 1999 Niels Möller <nisse@lysator.liu.se> * src/io_commands.c (listen_command_callback): Added BACKEND variable. @@ -2040,7 +2040,7 @@ Fri Mar 26 03:05:16 1999 Niels M first_kex_packet field to the kexinit object, which may be filled in by MAKE_KEXINIT. -Wed Mar 24 02:56:41 1999 Niels M�ller <nisse@lysator.liu.se> +Wed Mar 24 02:56:41 1999 Niels Möller <nisse@lysator.liu.se> * src/channel_commands.c, src/channel_commands.h: New files. @@ -2065,7 +2065,7 @@ Wed Mar 24 02:56:41 1999 Niels M and return a string consisting of this message and any extra speculative message. Should not actually write anything. -Tue Mar 23 03:12:15 1999 Niels M�ller <nisse@lysator.liu.se> +Tue Mar 23 03:12:15 1999 Niels Möller <nisse@lysator.liu.se> * src/io_commands.c, src/io_commands.h: New files, for listen and connect commands. @@ -2075,7 +2075,7 @@ Fri Mar 19 18:15:38 1999 <nisse@idonex.se> * src/make_class (process-expr): Generate code using more combinators. -Fri Mar 19 01:03:50 1999 Niels M�ller <nisse@lysator.liu.se> +Fri Mar 19 01:03:50 1999 Niels Möller <nisse@lysator.liu.se> * src/combinators.c: New file. Implemented all of the I, K, S, B, C S', B' and C' combinators. @@ -2084,7 +2084,7 @@ Fri Mar 19 01:03:50 1999 Niels M collect_state_N (n=1, 2, 3, 4) to handle builtin functions that need to collect some arguments before actually doing anything. -Wed Mar 17 00:07:07 1999 Niels M�ller <nisse@lysator.liu.se> +Wed Mar 17 00:07:07 1999 Niels Möller <nisse@lysator.liu.se> * src/compiler.scm (let-and): New macro. (match): Simple pattern matcher for optimizations. @@ -2093,7 +2093,7 @@ Wed Mar 17 00:07:07 1999 Niels M * src/algorithms.c: Enable CAST. Bug fixes. -Tue Mar 16 03:36:20 1999 Niels M�ller <nisse@lysator.liu.se> +Tue Mar 16 03:36:20 1999 Niels Möller <nisse@lysator.liu.se> * src/publickey_crypto.c (dh_process_server_msg, dh_process_client_msg): Use GROUP_MEMBER to determine if dh-values @@ -2114,17 +2114,17 @@ Tue Mar 16 03:36:20 1999 Niels M * src/command.c (command_unimplemented): New command (which aborts if called). -Mon Mar 15 00:56:18 1999 Niels M�ller <nisse@lysator.liu.se> +Mon Mar 15 00:56:18 1999 Niels Möller <nisse@lysator.liu.se> * src/digit_table.c (main): Fixed hex digits a-f. * configure.in: Disabled the AM_MAINTAINER_MODE macro. -Sun Mar 14 21:04:58 1999 Niels M�ller <nisse@lysator.liu.se> +Sun Mar 14 21:04:58 1999 Niels Möller <nisse@lysator.liu.se> * README (ZLIB): Added canonical location of zlib (James Young). -Fri Mar 12 17:03:47 1999 Niels M�ller <nisse@lysator.liu.se> +Fri Mar 12 17:03:47 1999 Niels Möller <nisse@lysator.liu.se> * configure.in: Added AM_MAINTAINER_MODE (Ray). Added changequote calls when testing for specific utmp fields (Ray). @@ -2159,7 +2159,7 @@ Fri Mar 5 20:09:09 1999 <ray@zensunni> * make_am: Inserted space required for latest bash. (Noted by Ruud) -Fri Mar 12 02:00:53 1999 Niels M�ller <nisse@lysator.liu.se> +Fri Mar 12 02:00:53 1999 Niels Möller <nisse@lysator.liu.se> * src/tcpforward.c (tcpforward-foo): Added a first test expression for the compiler. @@ -2182,7 +2182,7 @@ Wed Mar 10 17:26:59 1999 <nisse@idonex.se> * src/command.c (do_call_simple_command): COMMAND_CALL method for any command_simple instances. -Thu Mar 11 03:01:00 1999 Niels M�ller <nisse@lysator.liu.se> +Thu Mar 11 03:01:00 1999 Niels Möller <nisse@lysator.liu.se> * src/server_pty.c (tty_setctty): Fixed error message. @@ -2215,7 +2215,7 @@ Mon Mar 8 19:22:30 1999 <nisse@idonex.se> * src/publickey_crypto.c (make_zn): New argument: order. -Mon Mar 8 00:29:17 1999 Niels M�ller <nisse@lysator.liu.se> +Mon Mar 8 00:29:17 1999 Niels Möller <nisse@lysator.liu.se> * src/command.c: New file. @@ -2232,7 +2232,7 @@ Mon Mar 8 00:29:17 1999 Niels M * src/queue.c, src/queue.h: New files. Generic doubly linked list. -Sun Mar 7 15:21:43 1999 Niels M�ller <nisse@lysator.liu.se> +Sun Mar 7 15:21:43 1999 Niels Möller <nisse@lysator.liu.se> * src/werror.c (werror_decimal): Bug fix. @@ -2262,7 +2262,7 @@ Sun Mar 7 15:21:43 1999 Niels M (do_channel_open): Moved most processing into do_channel_open response. -Fri Mar 5 03:23:06 1999 Niels M�ller <nisse@lysator.liu.se> +Fri Mar 5 03:23:06 1999 Niels Möller <nisse@lysator.liu.se> * src/symmetric/twofish.c, src/symmetric/twofish.h (twofish_selftest): Made non static. @@ -2291,7 +2291,7 @@ Wed Mar 3 13:26:02 1999 <ray@zensunni> * src/atoms.in, src/Makefile.am.in, src/algorithms.c, src/crypto.c, src/crypto.h: Updated for Twofish. -Mon Mar 1 01:36:54 1999 Niels M�ller <nisse@lysator.liu.se> +Mon Mar 1 01:36:54 1999 Niels Möller <nisse@lysator.liu.se> * src/publickey_crypto.c (init_diffie_hellman_instance): Include length fields when hashing. @@ -2342,12 +2342,12 @@ Sun Feb 28 19:29:36 1999 <ray@zensunni> * src/atoms.in: With the updated draft, 256-bit TwoFish is now recommended. -Sun Feb 28 20:01:32 1999 Niels M�ller <nisse@lysator.liu.se> +Sun Feb 28 20:01:32 1999 Niels Möller <nisse@lysator.liu.se> * src/cvs_headers, src/used_headers: Fixes for compatibility with non-GNU sed. -Sat Feb 27 04:43:25 1999 Niels M�ller <nisse@lysator.liu.se> +Sat Feb 27 04:43:25 1999 Niels Möller <nisse@lysator.liu.se> * src/werror.c, src/werror.h (set_error_ignore): New function. @@ -2369,7 +2369,7 @@ Sat Feb 27 04:43:25 1999 Niels M * configure.in, acconfig.h: Check for ut_addr_v6 in struct utmp; check for utmpx.h . Fixed openpty check. Check for syslog(). (Ray) -Mon Feb 22 22:49:09 1999 Niels M�ller <nisse@lysator.liu.se> +Mon Feb 22 22:49:09 1999 Niels Möller <nisse@lysator.liu.se> * src/werror.c (werror_hex): Was completely broken. Fixed. @@ -2983,7 +2983,7 @@ Fri Dec 18 01:53:22 1998 <nisse@puck> differently. - * crypto.c: Added md5 support by Bal�zs Scheidler. + * crypto.c: Added md5 support by Balázs Scheidler. * client.c (do_exit_status): Bugfix: Changed && to &. diff --git a/ChangeLog.2 b/ChangeLog.2 index 51eaab28ea10cea90fc2dd37938edb3bb578f0d0..f08d85ccd372683b2a7ec8c328ca87b29eb8b385 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -1,4 +1,4 @@ -2000-11-20 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-20 Niels Möller <nisse@cuckoo.localdomain> * src/unix_interact.c (make_unix_interact): Install signal handler only if backend is non-NULL. @@ -46,7 +46,7 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Removed client_password.c. -2000-11-16 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-16 Niels Möller <nisse@cuckoo.localdomain> * src/unix_user.c (do_read_file): Use lsh_copy_file(). @@ -59,7 +59,7 @@ * src/io.c (lsh_copy_file): New function. -2000-11-15 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-15 Niels Möller <nisse@cuckoo.localdomain> * src/tty.c (tty_makeraw): #if:ed out this function. @@ -180,7 +180,7 @@ * configure.in: Bumped version to 1.1.2. -2000-11-14 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-14 Niels Möller <nisse@cuckoo.localdomain> * Released lsh-1.1.1. @@ -294,7 +294,7 @@ * doc/lsh.texinfo (Action options): Added a note on -G option. -2000-10-31 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-31 Niels Möller <nisse@cuckoo.localdomain> * src/sexp_streamed_parser.c: Less trace messages. @@ -373,7 +373,7 @@ * src/Makefile.am.in (liblsh_a_SOURCES): Added gateway.c, gateway_commands.c and unix_random.c. Removed packet_ignore.c. -2000-10-22 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-22 Niels Möller <nisse@cuckoo.localdomain> * src/exception.h (EXC_IO_BLOCKING_READ): New exception type. @@ -400,7 +400,7 @@ * src/reaper.c (do_reap): Removed assert(), to allow replacement of registered callbacks. -2000-10-20 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-20 Niels Möller <nisse@cuckoo.localdomain> * src/sexp.c (encode_base64): Added argument break_lines. @@ -409,16 +409,16 @@ * src/connection.h: Added comments for the various PEER_* flags. -2000-10-19 Niels M�ller <nisse@lysator.liu.se> +2000-10-19 Niels Möller <nisse@lysator.liu.se> * src/Makefile.am.in: Don't prepend $(srcdir) to $@, as it seems not to do the right thing. -2000-10-18 Niels M�ller <nisse@lysator.liu.se> +2000-10-18 Niels Möller <nisse@lysator.liu.se> * configure.in: Check for endianness (needed by memcmp.c). -2000-10-18 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-18 Niels Möller <nisse@cuckoo.localdomain> * src/abstract_crypto.h, src/dsa.c, src/dsa.h, src/rsa.c: Cleanup. @@ -434,7 +434,7 @@ * src/spki.c, src/spki_commands.c: Moved definitions of commands out of spki.c. -2000-10-17 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-17 Niels Möller <nisse@cuckoo.localdomain> * src/spki.c (spki_make_public_key): Take a verifier as argument. (dsa_to_spki_public_key): #if:ed out. @@ -477,13 +477,13 @@ removed the SIGNER_PUBLIC_KEY method. (verifier): Added methods PUBLIC_KEY and PUBLIC_SPKI_KEY. -2000-10-16 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-16 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in (bin_PROGRAMS): Added lsh-export-key. * src/lsh-export-key.c: New program (contributed by jps). -2000-10-15 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-15 Niels Möller <nisse@cuckoo.localdomain> * src/server_session.c: Don't need to know about any reaper anymore (as that is handled by the unix_user object). @@ -517,17 +517,17 @@ * src/rsa.c: Include <string.h>. -2000-10-13 Niels M�ller <nisse@lysator.liu.se> +2000-10-13 Niels Möller <nisse@lysator.liu.se> * README: Fixed references to lsh-writekey and lsh-keygen. -2000-10-11 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-11 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in: Try to create all machine independent files in $(srcdir). * src/testsuite/Makefile.am: Likewise. -2000-10-11 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-11 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 1.0.7. @@ -535,7 +535,7 @@ WITH_KERBEROS, as it really isn't very kerberos specific. * src/lshd.c (main_options): Likewise. -2000-10-10 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-10 Niels Möller <nisse@cuckoo.localdomain> * src/unix_user.c (kerberos_check_pw): Fixed call to execl(). @@ -578,11 +578,11 @@ * src/testsuite/Makefile.am (TS_PROGS): Added rijndael tests. Removed serpent tests (they don't work yet). -2000-10-09 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-09 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 1.0.6. -2000-10-07 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-07 Niels Möller <nisse@cuckoo.localdomain> * src/symmetric/serpent.c (serpent_setup): Added key_size argument, and added key padding (appearantly not yet working). @@ -635,12 +635,12 @@ * src/serpent.c (make_serpent_instance): Pass key size to serpent_setup(). -2000-10-06 Niels M�ller <nisse@lysator.liu.se> +2000-10-06 Niels Möller <nisse@lysator.liu.se> * src/dsa.c (do_dsa_verify): Fixed bug in ssh-dss bugcompatibility signature verification. -2000-10-03 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-03 Niels Möller <nisse@cuckoo.localdomain> * src/spki.c (spki_make_signer): New function. Used in do_spki_sexp2signer() and parse_private_key(). @@ -664,7 +664,7 @@ * src/sexp-conv.c (do_sexp_select): Bugfix in OP_CAR. -2000-10-01 Niels M�ller <nisse@cuckoo.localdomain> +2000-10-01 Niels Möller <nisse@cuckoo.localdomain> * src/sexp-conv.c: New option --select. (do_sexp_select): New function. @@ -680,21 +680,21 @@ (do_handle_kexinit): Use symbolic constants when indexing connection->kexinits. -2000-09-26 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-26 Niels Möller <nisse@cuckoo.localdomain> * src/dsa_keygen.c (dsa_generate_key): Added lost dsa_find_generator() call, spotted by jps. -2000-09-24 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-24 Niels Möller <nisse@cuckoo.localdomain> * contrib/lsh.spec.in (%post): Fixed references to lsh-keygen and lsh-writekey. -2000-09-25 Niels M�ller <nisse@lysator.liu.se> +2000-09-25 Niels Möller <nisse@lysator.liu.se> * src/ssh-conv: Fixed typo (reported by Timshel Knoll). -2000-09-19 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-19 Niels Möller <nisse@cuckoo.localdomain> * src/rsa.c (SA): New macro. Added debug() calls. @@ -763,12 +763,12 @@ * configure.in: Bumped version to 1.0.5. -2000-09-18 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-18 Niels Möller <nisse@cuckoo.localdomain> * src/spki.c (spki_hash_data): New function. (do_spki_hash): Use spki_hash_data(). -2000-09-15 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-15 Niels Möller <nisse@cuckoo.localdomain> * src/parse.c (parse_next_atom): Updated comment. Return error for empty atoms. @@ -807,7 +807,7 @@ (make_lshd_listen): Use listen_callback, in order to get the right evaluation order. -2000-09-14 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-14 Niels Möller <nisse@cuckoo.localdomain> * src/algorithms.c (default_crypto_algorithms): Make the default list more restrictive. @@ -829,12 +829,12 @@ * src/atoms.in: Added @lysator.liu.se suffix to non-standard algorithms. -2000-09-14 Niels M�ller <nisse@lysator.liu.se> +2000-09-14 Niels Möller <nisse@lysator.liu.se> * src/keyexchange.c (do_handle_newkeys): Clear connection->kexinits. -2000-09-11 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-11 Niels Möller <nisse@cuckoo.localdomain> * src/symmetric/rijndael.c: Use static const for all lookup tables. @@ -853,7 +853,7 @@ * src/symmetric/serpent.c (serpent_setup): Don't use array syntax for function argument types. -2000-09-10 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-10 Niels Möller <nisse@cuckoo.localdomain> * doc/lsh.texinfo (Algorithm options): Updated the default algorithm list. @@ -870,18 +870,18 @@ * src/symmetric/Makefile.am.in, src/atoms_in, src/Makefile.am.in, src/algorithms.c, src/crypto.h: updated for Rijndael and Serpent. -000-09-10 Niels M�ller <nisse@cuckoo.localdomain> +000-09-10 Niels Möller <nisse@cuckoo.localdomain> * FAQ: Added a question on anonymous cvs access. -2000-09-04 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-04 Niels Möller <nisse@cuckoo.localdomain> * doc/lsh.texinfo: Updated references to lsh-keygen and lsh-writekey. * Released 1.0.4. -2000-09-03 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-03 Niels Möller <nisse@cuckoo.localdomain> * src/rsa_keygen.c (rsa_generate_key): Can't compute a and b before d. @@ -920,7 +920,7 @@ (bignum_next_prime): Minor cleanup. (bignum_random_prime): New function. -2000-09-02 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-02 Niels Möller <nisse@cuckoo.localdomain> * src/atoms.in: Added more rsa-related atoms. @@ -931,7 +931,7 @@ * src/lsh-writekey.c: Renamed lsh_writekey.c. -2000-09-01 Niels M�ller <nisse@cuckoo.localdomain> +2000-09-01 Niels Möller <nisse@cuckoo.localdomain> * src/lsh_keygen.c: Moved most dsa-specific code to dsa_keygen. Added support for rsa keys. @@ -945,22 +945,22 @@ * src/digits.c (decode_base64): New function. (simple_decode_base64): New function. -2000-08-29 Niels M�ller <nisse@cuckoo.localdomain> +2000-08-29 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in (liblsh_a_SOURCES): Added rsa.c. * misc/make-dist: Keep rsa files. -2000-08-29 Niels M�ller <nisse@lysator.liu.se> +2000-08-29 Niels Möller <nisse@lysator.liu.se> * configure.in: Improved message about upgrading m4. -2000-08-24 Niels M�ller <nisse@cuckoo.localdomain> +2000-08-24 Niels Möller <nisse@cuckoo.localdomain> * src/client_userauth.c (do_exc_client_userauth): Update current index before using it (bugfix contributed by jps). -2000-08-04 Niels M�ller <nisse@cuckoo.localdomain> +2000-08-04 Niels Möller <nisse@cuckoo.localdomain> * src/client_userauth.c (client_userauth_failure): Added again argument to the CLIENT_USERAUTH_FAILURE method. @@ -998,7 +998,7 @@ * acinclude.m4: Put all -R flags in LDFLAGS, not LIBS. -2000-08-03 Niels M�ller <nisse@cuckoo.localdomain> +2000-08-03 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 1.0.3. @@ -1013,14 +1013,14 @@ atoms. (parse_atom): Use int to represent atoms. -2000-07-31 Niels M�ller <nisse@cuckoo.localdomain> +2000-07-31 Niels Möller <nisse@cuckoo.localdomain> * src/server_publickey.c (do_authenticate): Fail nicely if key is not authorized. * src/lsh-authorize: Fixed broken references to sexp_conv. -2000-07-28 Niels M�ller <nisse@cuckoo.localdomain> +2000-07-28 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 1.0.2. @@ -1034,7 +1034,7 @@ * src/jpoll.c (poll): Pass a correct timeout argument to select (reported by Jean-Pierre Stierlin). -2000-07-27 Niels M�ller <nisse@cuckoo.localdomain> +2000-07-27 Niels Möller <nisse@cuckoo.localdomain> * src/werror.c (write_syslog): Avoid using snprintf. @@ -1069,7 +1069,7 @@ Replaced with macros. -2000-07-14 Niels M�ller <nisse@cuckoo.localdomain> +2000-07-14 Niels Möller <nisse@cuckoo.localdomain> * lsh-1.0.1 release. @@ -1078,7 +1078,7 @@ * configure.in: IPv6 fixes by Johan Myreen. -2000-07-09 Niels M�ller <nisse@cuckoo.localdomain> +2000-07-09 Niels Möller <nisse@cuckoo.localdomain> * configure.in (SCHEME_PROGRAM): Edited warning message displayed if no scheme is found. @@ -1101,13 +1101,13 @@ conditional. (do_fork_process): Likewise. -2000-07-04 Niels M�ller <nisse@cuckoo.localdomain> +2000-07-04 Niels Möller <nisse@cuckoo.localdomain> * ANNOUNCE: Updated for 1.0. * configure.in: Bumped version to 1.0. -2000-06-30 Niels M�ller <nisse@cuckoo.localdomain> +2000-06-30 Niels Möller <nisse@cuckoo.localdomain> * doc/lsh.texinfo: Added @anchor markup for lsh-usage and lshd-usage. @@ -1116,7 +1116,7 @@ non-static. Use the READ_UINT32 and WRITE_UINT32 macros from lsh_types.h. -2000-06-28 Niels M�ller <nisse@lysator.liu.se> +2000-06-28 Niels Möller <nisse@lysator.liu.se> * contrib/lsh.spec.in: Update by Thayne. @@ -1135,7 +1135,7 @@ (debug_malloc): Address memory using UNIT *. (debug_free): Likewise. -2000-06-27 Niels M�ller <nisse@cuckoo.localdomain> +2000-06-27 Niels Möller <nisse@cuckoo.localdomain> * doc/lsh.texinfo: Bumped "updated-for" to 1.0. @@ -1143,7 +1143,7 @@ * src/server_session.c (do_spawn_exec): Fixed declaration order. -2000-06-27 Niels M�ller <nisse@lysator.liu.se> +2000-06-27 Niels Möller <nisse@lysator.liu.se> * src/server_session.c (do_spawn_exec): Avoid array initialization, as the HPUX compiler doesn't like that. @@ -1151,9 +1151,9 @@ * src/algorithms.h, src/channel.c, src/debug.h, src/parse_macros.h, src/server.c, src/erver_pty.c, src/server_session.c, xalloc.c: Minor bugfixes, reported by David - K�gedal. + Kågedal. -2000-06-26 Niels M�ller <nisse@lysator.liu.se> +2000-06-26 Niels Möller <nisse@lysator.liu.se> * src/io.c (address_info2sockaddr): Look at HAVE_GAI_STRERROR and HAVE_AI_NUMERICHOST. Use #error rather than #warning @@ -1170,7 +1170,7 @@ * README: Updated, and added a reference to the manual. -2000-06-21 Niels M�ller <nisse@cuckoo.localdomain> +2000-06-21 Niels Möller <nisse@cuckoo.localdomain> * src/lsh.c (do_lsh_default_handler): Handle EXC_GLOBAL_REQUEST. Added --stdin, --stdout and --stderr options. @@ -1185,7 +1185,7 @@ * src/sexp_commands.c (do_print_raw_hash_to): Write newline. -2000-06-20 Niels M�ller <nisse@cuckoo.localdomain> +2000-06-20 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 0.9.14. @@ -1194,7 +1194,7 @@ * src/tcpforward.c (make_tcpip_channel): Call REMEMBER_RESOURCE(). -2000-06-14 Niels M�ller <nisse@cuckoo.localdomain> +2000-06-14 Niels Möller <nisse@cuckoo.localdomain> * src/sexp-conv.c: Renamed from sexp_conv.c. @@ -1206,11 +1206,11 @@ (do_format_sexp_vector): Implemented pretty printing. (encode_base64): Implemented line folding. -2000-06-12 Niels M�ller <nisse@lysator.liu.se> +2000-06-12 Niels Möller <nisse@lysator.liu.se> * src/ssh-conv: Handle a different, one-line, key format. -2000-06-10 Niels M�ller <nisse@cuckoo.localdomain> +2000-06-10 Niels Möller <nisse@cuckoo.localdomain> * src/ssh-conv: New script. @@ -1238,7 +1238,7 @@ * src/lsh-decode-key.c: New program. -2000-06-04 Niels M�ller <nisse@cuckoo.localdomain> +2000-06-04 Niels Möller <nisse@cuckoo.localdomain> * src/srp_exchange.c (srp_format_proofs): New function. Replaces srp_format_m2(). @@ -1272,7 +1272,7 @@ * src/lsh.c (do_lsh_default_handler): Check for EXC_USERAUTH. -2000-06-02 Niels M�ller <nisse@cuckoo.localdomain> +2000-06-02 Niels Möller <nisse@cuckoo.localdomain> * src/unix_user.c (do_lookup_user): Let $HOME override the passwd->pw_dir, if (i) the server is not running as root, and (ii) @@ -1283,7 +1283,7 @@ * src/lsh-authorize: Updated to use sexp_conv -f rather than sexp_conv -o. -2000-06-01 Niels M�ller <nisse@cuckoo.localdomain> +2000-06-01 Niels Möller <nisse@cuckoo.localdomain> * src/unix_user.c (do_lookup_user): When running as non-root, let $HOME override pw_dir from the passwd-database. @@ -1393,7 +1393,7 @@ * src/atoms.in: Renamed srp-group1-sha1 -> srp-ring1-sha1, ssh-group1 -> ssh-ring1. -2000-05-31 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-31 Niels Möller <nisse@cuckoo.localdomain> * src/lsh.c (main_argp_parser): Use make_srp1(). Changed behaviour of srp-keyexchange and dh-exchange. If only @@ -1443,12 +1443,12 @@ * configure.in: Bumped version to 0.9.11. -2000-05-30 Niels M�ller <nisse@lysator.liu.se> +2000-05-30 Niels Möller <nisse@lysator.liu.se> * src/invert-defs: Improved awk-code to deal with repeated message numbers. Thanks to bellman. -2000-05-29 Niels M�ller <nisse@lysator.liu.se> +2000-05-29 Niels Möller <nisse@lysator.liu.se> * src/testsuite/macros.m4 (TS_STRING): Ignore newlines in hex literals. @@ -1466,7 +1466,7 @@ * src/abstract_crypto.c (mac_string): New function. -2000-05-28 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-28 Niels Möller <nisse@cuckoo.localdomain> * src/werror.c (werror_hexdump): Include an ascii column in the output. @@ -1557,7 +1557,7 @@ * src/atoms.in: Added srp-group1-sha1, srp-verifier and ssh-group1. -2000-05-27 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-27 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/Makefile.am (TS_MORE_SH): Added lsh-4-test. @@ -1585,11 +1585,11 @@ * src/io.h (io_read_user_file): Added prototype. -2000-05-24 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-24 Niels Möller <nisse@cuckoo.localdomain> * contrib/lsh.spec.in: Use -o flag for lsh_writekey (Thayne). -2000-05-22 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-22 Niels Möller <nisse@cuckoo.localdomain> * src/io.c (do_kill_fd): Call close_fd_nicely(). This fixes a problem, where output from for instance "lsh host echo foo" loses @@ -1604,7 +1604,7 @@ seems it will disappear in the next draft. (do_dsa_sign): Likewise. -2000-05-21 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-21 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 0.9.10. @@ -1627,18 +1627,18 @@ * src/client.c (do_exit_signal): Use control character filtering on the message. -2000-05-19 Niels M�ller <nisse@lysator.liu.se> +2000-05-19 Niels Möller <nisse@lysator.liu.se> * src/client_userauth.c (do_userauth_pk_ok): Moved else across "#endif /* DATAFELLOWS_WORKAROUNDS */" (reported by Sami Lehtinen). -2000-05-09 Niels M�ller <nisse@lysator.liu.se> +2000-05-09 Niels Möller <nisse@lysator.liu.se> * src/unix_user.c (do_fork_process): Check HAVE_UT_NAME and HAVE_UT_USER. -2000-05-08 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-08 Niels Möller <nisse@cuckoo.localdomain> * acconfig.h (HAVE_UT_NAME): Added. (HAVE_UT_USER) Added. @@ -1665,7 +1665,7 @@ (LSH_RPATH_FIX): Likewise. (AC_SEARCH_LIBGMP): Likewise. -2000-05-07 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-07 Niels Möller <nisse@cuckoo.localdomain> * src/lsh_types.h: Include stddef.h. @@ -1675,7 +1675,7 @@ * acconfig.h: Added HAVE_LIBGMP -2000-05-06 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-06 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 0.9.8. @@ -1696,7 +1696,7 @@ * src/client_userauth.c (client_publickey_next): Fixes for the case where we send complete signatures for several keys. -2000-05-01 Niels M�ller <nisse@cuckoo.localdomain> +2000-05-01 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/keygen-test: Use -o flag to lsh_writekey. @@ -1737,7 +1737,7 @@ * src/Makefile.am.in (noinst_PROGRAMS): Added pkcs5-test. -2000-04-23 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-23 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/Makefile.am (TS_PROGS): Added twofish-test. @@ -1764,18 +1764,18 @@ * acinclude.m4 (AC_CHECK_MEMBER): Bug fix. -2000-04-22 Niels M�ller <nisse@lysator.liu.se> +2000-04-22 Niels Möller <nisse@lysator.liu.se> * src/unix_user.c (lsh_make_utmp): Check HAVE_UT_HOST. * src/io.c: include sys/stat.h (io_listen_local, io_connect_local): Use AF_UNIX, not AF_LOCAL -2000-04-22 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-22 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version. -2000-04-21 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-21 Niels Möller <nisse@cuckoo.localdomain> * Removed lots of old #if:ed out code. @@ -1821,7 +1821,7 @@ * src/connection.c (make_ssh_connection): Added peer argument. -2000-04-20 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-20 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward_commands.c: Changed uses of listen_command to listen_callback. @@ -1875,7 +1875,7 @@ * doc/lsh.texinfo (Algorithm options): Documented change of -z behaviour. -2000-04-19 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-19 Niels Möller <nisse@cuckoo.localdomain> * src/xalloc.h [DEBUG_ALLOC] (CHECK_TYPE, CHECK_SUBTYPE): Return the object pointer. Needed by CLONE() @@ -1915,11 +1915,11 @@ * acconfig.h: Added WITH_IPV6 and WITH_UTMP. -2000-04-18 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-18 Niels Möller <nisse@cuckoo.localdomain> * src/io_commands.c (do_listen_continue): Use make_listen_value(). -2000-04-17 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-17 Niels Möller <nisse@cuckoo.localdomain> * src/publickey_crypto.h (make_rsa_algorithm): Added prototype. @@ -1928,7 +1928,7 @@ * configure.in: Bumped version to 0.9.6. -2000-04-16 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-16 Niels Möller <nisse@cuckoo.localdomain> * src/io.c (io_listen): Take a sockaddr * rather than a sockaddr_in *. @@ -1951,11 +1951,11 @@ * acconfig.h (HAVE_C_OFFSETOF): New macro. -2000-04-13 Niels M�ller <nisse@lysator.liu.se> +2000-04-13 Niels Möller <nisse@lysator.liu.se> * src/unix_user.c (do_exec_shell): Fixed debug() call. -2000-04-12 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-12 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/Makefile.am (TS_MORE_SH): Added lsh-cat-test. @@ -1966,50 +1966,50 @@ (do_send_adjust): Check that files are alive before operating on them. -2000-04-11 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-11 Niels Möller <nisse@cuckoo.localdomain> * src/io.c (io_listen_local): Started on AF_LOCAL support. Currently disabled. -2000-04-11 Niels M�ller <nisse@lysator.liu.se> +2000-04-11 Niels Möller <nisse@lysator.liu.se> * src/lshd.c (main_argp_parser): Fixed root-login option. -2000-04-10 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-10 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 0.9.5. Fixed descriptions of options. -2000-04-06 Niels M�ller <nisse@lysator.liu.se> +2000-04-06 Niels Möller <nisse@lysator.liu.se> * src/channel.c (do_window_adjust): Allow CHANNEL_WINDOW_ADJUST when we have received EOF but not CLOSE. Noted by Markus Friedl. -2000-04-02 Niels M�ller <nisse@lysator.liu.se> +2000-04-02 Niels Möller <nisse@lysator.liu.se> * configure.in: Bumped version to 0.9.4. * src/userauth.h: Renamed class user to lsh_user, to avoid name clash with glibc. -2000-04-02 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-02 Niels Möller <nisse@cuckoo.localdomain> * contrib/Makefile.am (EXTRA_DIST): Added lshd.debian.init -2000-04-01 Niels M�ller <nisse@cuckoo.localdomain> +2000-04-01 Niels Möller <nisse@cuckoo.localdomain> * src/unix_user.c (do_exec_shell): Fixed MAX_ENV check. -2000-03-29 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-29 Niels Möller <nisse@cuckoo.localdomain> * src/unix_user.c (do_lookup_user): Improved shadow support, following suggestions by Thayne Harbaugh. -2000-03-28 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-28 Niels Möller <nisse@cuckoo.localdomain> * contrib/lshd.rhlinux.init: chkconfig priorities. -2000-03-26 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-26 Niels Möller <nisse@cuckoo.localdomain> * src/server_session.c (server_session): New attribute initial_window. @@ -2031,7 +2031,7 @@ * src/gateway_channel.c: New file. More or less copied from proxy_channel.c. -2000-03-19 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-19 Niels Möller <nisse@cuckoo.localdomain> * src/unix_user.c (do_lookup_user): Honor shadow-style password aging and account expiration. @@ -2043,7 +2043,7 @@ * src/server_authorization.c (do_key_lookup): Don't free the filename twice. -2000-03-16 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-16 Niels Möller <nisse@cuckoo.localdomain> * src/proxy.c, src/proxy.h: Merged changes (Bazsi). @@ -2078,7 +2078,7 @@ * acconfig.h (WITH_X11_FORWARD, WITH_AGENT_FORWARD): New defines. -2000-03-14 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-14 Niels Möller <nisse@cuckoo.localdomain> * src/server_session.c (do_spawn_exec): New function. (make_exec_handler): New function. @@ -2087,12 +2087,12 @@ * src/format.c (make_cstring_l): New function. -2000-03-13 Niels M�ller <nisse@lysator.liu.se> +2000-03-13 Niels Möller <nisse@lysator.liu.se> * src/lsh.c (lsh_options): Renamed stdin attribute to stdin_file, and similarly for stdout and stderr. -2000-03-08 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-08 Niels Möller <nisse@cuckoo.localdomain> * src/server_session.c (do_login): Fixed message. (do_spawn_shell): Adapted to improved user class. @@ -2120,19 +2120,19 @@ * src/unix_user.c: New file, implementing the unix_user class. -2000-03-07 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-07 Niels Möller <nisse@cuckoo.localdomain> * src/lsh.c: Implemented rsh-style operation, and the -S and -E action options. * src/client.c (make_exec_request): New function. -2000-03-06 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-06 Niels Möller <nisse@cuckoo.localdomain> * src/client_pty.c (do_format_pty_request): Free the terminal-mode string. -2000-03-02 Niels M�ller <nisse@cuckoo.localdomain> +2000-03-02 Niels Möller <nisse@cuckoo.localdomain> * src/rsync/send.c: Improved the sending state machine. Still missing some pieces. @@ -2142,13 +2142,13 @@ * src/rsync/Makefile.am (librsync_a_SOURCES): Added send.c. -2000-02-27 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-27 Niels Möller <nisse@cuckoo.localdomain> * src/rsync/generate.c (rsync_update): Call rsync_update_1. * src/rsync/Makefile.am (librsync_a_SOURCES): Added checksum.c. -2000-02-26 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-26 Niels Möller <nisse@cuckoo.localdomain> * src/Makefile.am.in (SUBDIRS): Added rsync. @@ -2160,7 +2160,7 @@ * src/connection_commands.c (do_line): Recognize ssh-2.1.0 (Markus Friedl) -2000-02-22 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-22 Niels Möller <nisse@cuckoo.localdomain> * doc/lsh.texinfo (Invoking lshd): Adding doc for --root-login. @@ -2203,7 +2203,7 @@ * src/lsh.h: Added forward declaration of struct user. -2000-02-21 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-21 Niels Möller <nisse@cuckoo.localdomain> * src/algorithms.c (vlist_algorithms): New function. (list_algorithms): New function. @@ -2213,7 +2213,7 @@ (algorithms_options): New option --list-algorithms. (algorithms_argp_parser): List supported algorithms on errors. -2000-02-20 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-20 Niels Möller <nisse@cuckoo.localdomain> * src/io_commands.c (do_listen_connection): Raise EXC_IO_LISTEN. @@ -2231,7 +2231,7 @@ * src/testsuite/functions.sh: Pass --enable-core to lshd. Use set -e and set +e. -2000-02-17 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-17 Niels Möller <nisse@cuckoo.localdomain> * README: Updated disclaimer to be a little less pessimistic. @@ -2246,11 +2246,11 @@ * src/zlib.c (do_free_zstream): Only output message about problems when freeing the z stream when in debug mode. -2000-02-17 Niels M�ller <nisse@lysator.liu.se> +2000-02-17 Niels Möller <nisse@lysator.liu.se> * src/zlib.c (do_zlib): Z_BUF_ERROR is normal. -2000-02-15 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-15 Niels Möller <nisse@cuckoo.localdomain> * src/unpad.c (do_unpad): Use SSH_MAX_PACKET_FUZZ, as inflating happens after unpadding. @@ -2267,7 +2267,7 @@ from the max packet size. (make_read_data): Added overhead argument. -2000-02-09 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-09 Niels Möller <nisse@cuckoo.localdomain> * acinclude.m4: New file. @@ -2276,7 +2276,7 @@ * doc/lsh.texinfo: Wrote secions on invoking lsh and lshd. -2000-02-07 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-07 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward_commands.c (forward_local_port): Use connection_remember. @@ -2287,7 +2287,7 @@ * src/connection_commands.c (connection_remember): New command. -2000-02-06 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-06 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped version to 0.2.8. @@ -2379,7 +2379,7 @@ * src/channel.c (exc_finish_channel_handler): Use pointer to connection rather than to its channel table. -2000-02-05 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-05 Niels Möller <nisse@cuckoo.localdomain> * src/client.c (do_exit_status, do_exit_signal): Use the connection's exception handler for protocol errors. @@ -2430,17 +2430,17 @@ (make_channel_read_data, make_channel_read_stderr): Changed return type to io_callback. -2000-02-03 Niels M�ller <nisse@lysator.liu.se> +2000-02-03 Niels Möller <nisse@lysator.liu.se> * src/client.c (make_accept_service_handler): Use UINT32 for the service name. -2000-02-02 Niels M�ller <nisse@lysator.liu.se> +2000-02-02 Niels Möller <nisse@lysator.liu.se> * configure.in: Added check for inline. Bumped version to 0.2.7. -2000-02-02 Niels M�ller <nisse@lysator.liu.se> +2000-02-02 Niels Möller <nisse@lysator.liu.se> * src/testsuite/functions.sh, src/testsuite/lsh-1-test, src/testsuite/lsh-2-test, src/testsuite/lsh-3-test, @@ -2470,11 +2470,11 @@ * configure.in: Added check for inline. Bumped version to 0.2.7. -2000-02-01 Niels M�ller <nisse@cuckoo.localdomain> +2000-02-01 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Fixed messages for --without-* flags. -2000-01-27 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-27 Niels Möller <nisse@cuckoo.localdomain> * doc/lsh.texinfo: Added some more sections. @@ -2482,7 +2482,7 @@ channel_transmit_extended): Shrink send_window_size (noted by Markus). -2000-01-26 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-26 Niels Möller <nisse@cuckoo.localdomain> * src/testsuite/Makefile.am (TS_MORE_SH): Added tcpip-local-test. (EXTRA_DIST): Added new files. @@ -2517,7 +2517,7 @@ * src/io.c (do_consuming_read): Don't die on EPIPE. -2000-01-22 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-22 Niels Möller <nisse@cuckoo.localdomain> * src/channel.c (exc_finish_channel_handler): New attribute dead, to keep track of channels that have already been deallocated. @@ -2534,7 +2534,7 @@ * configure.in: Bumped version to 0.2.5. -2000-01-20 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-20 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Prefer guile if both guile and scsh are installed. @@ -2542,19 +2542,19 @@ * configure.in: Bumped version to 0.2.4. -2000-01-18 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-18 Niels Möller <nisse@cuckoo.localdomain> * src/zlib.c (RATE_MAX, RATE_MIN): Use rates between 1/16 and 16. (estimate_update): Fixed estimate. Also ignore small packets. (do_zlib): Fixed stop condition (noted by Markus Friedl). -2000-01-13 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-13 Niels Möller <nisse@cuckoo.localdomain> * Makefile.am.in (EXTRA_DIST): Added distribution-key.gpg. * configure.in: Bumped version to 0.2.3. -2000-01-12 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-12 Niels Möller <nisse@cuckoo.localdomain> * src/tcpforward.c (do_channel_open_direct_tcpip): Added type argument (Bazsi). @@ -2590,7 +2590,7 @@ src/proxy_session.h, src/proxy_userauth.c, src/proxy_userauth.h: Applied Bazsi's patches. -2000-01-09 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-09 Niels Möller <nisse@cuckoo.localdomain> * src/unpad.c (do_unpad): Check payload length. @@ -2618,12 +2618,12 @@ * src/zlib.c (make_zlib_instance): Initialize deflate/inflate pointer properly. (Reported by Keresztg). -2000-01-08 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-08 Niels Möller <nisse@cuckoo.localdomain> * src/io.c (io_set_nonblocking): Use fcntl(F_GETFL) to leave flags other than the O_NONBLOCK flag unmodified. -2000-01-06 Niels M�ller <nisse@cuckoo.localdomain> +2000-01-06 Niels Möller <nisse@cuckoo.localdomain> * src/io.c (MY_POLLIN): poll kludge, use both POLLIN and POLLRDNORM. @@ -2651,7 +2651,7 @@ * configure.in: Bumped version to 0.2.1. -1999-12-31 Niels M�ller <nisse@cuckoo.localdomain> +1999-12-31 Niels Möller <nisse@cuckoo.localdomain> * src/daemon.c: Include sys/time.h. @@ -2674,11 +2674,11 @@ * configure.in: Bumped version to 000.2, for the obvious reason. -1999-12-29 Niels M�ller <nisse@cuckoo.localdomain> +1999-12-29 Niels Möller <nisse@cuckoo.localdomain> * src/spki.h: #include <time.h>, for definition of time_t. -Sat Dec 25 18:18:45 1999 Niels M�ller <nisse@lysator.liu.se> +Sat Dec 25 18:18:45 1999 Niels Möller <nisse@lysator.liu.se> * configure.in: Quote fallback definition of M4. @@ -2691,7 +2691,7 @@ Sat Dec 25 18:18:45 1999 Niels M * src/process_atoms (atom2define): Workaround for seds that can't handle input without a final newline. -1999-12-25 Niels M�ller <nisse@cuckoo.localdomain> +1999-12-25 Niels Möller <nisse@cuckoo.localdomain> * src/argp/argp.h: Workaround for __restrict. diff --git a/NEWS b/NEWS index edd5191fb709de823db3bac2197ad9fe99186da8..02426a370070af94cea4b68d9de40282a6a28c6b 100644 --- a/NEWS +++ b/NEWS @@ -268,7 +268,7 @@ News for the 1.4 release lshd now sets SSH_CLIENT and SSH_TTY (if appropiate). - TCP-wrapper support contributed by Pontus Sk�ld, pass + TCP-wrapper support contributed by Pontus Sköld, pass --with-tcpwrappers to configure to enable. Display more information about unknown keys, including @@ -312,7 +312,7 @@ News for the 1.3.7 release before exec:ing the shell. Helper program to let the server use PAM passwords. - Contributed by Pontus Sk�ld. + Contributed by Pontus Sköld. New option --server to lsh-keygen and lsh-writekey. It makes the programs use the system seed-file, and also changes @@ -332,7 +332,7 @@ News for the 1.3.7 release sftp on the server. Appeared already in 1.3.6, but wasn't mentioned in NEWS. - Pontus Sk�ld's file transfer client lsftp is included in the + Pontus Sköld's file transfer client lsftp is included in the distribution. News for the 1.3.6 release @@ -760,7 +760,7 @@ News for the lsh-0.1.18 release lsh now reads ACL:s from the ~/.lsh/known_hosts file. First attempt at a m4-based testsuite. It depends on m4 being - able to handle the eight-bit quote characters � and �. If your + able to handle the eight-bit quote characters » and «. If your m4 doesn't do that, get the latest beta of GNU m4 or recompile GNU m4-1.4 with CFLAGS=-funsigned-char. @@ -1003,7 +1003,7 @@ TASKLIST and NOTES files now included in the snapshot. NEWS since the 1998-12-17 snapshot: -Support for md5 (by Bal�zs Scheidler). +Support for md5 (by Balázs Scheidler). Various bugfixes. @@ -1020,4 +1020,4 @@ together (crypto_cascade()). Some untested support for blowfish and 3DES. A -c command line option is needed. -A few bugfixes. Thanks to J.H.M. Dassen (Ray) and Bal�zs Scheidler. +A few bugfixes. Thanks to J.H.M. Dassen (Ray) and Balázs Scheidler. diff --git a/README b/README index c791ce3c19e9a25a96dc86a86fead3d649d837da..00512d1ddb05e05b1cf46e5573295aa963e28b09 100644 --- a/README +++ b/README @@ -128,4 +128,4 @@ LSH releases are available at <ftp://ftp.lysator.liu.se/pub/security/lsh>. Happy hacking, -/Niels M�ller <nisse@lysator.liu.se> +/Niels Möller <nisse@lysator.liu.se> diff --git a/argp/ChangeLog b/argp/ChangeLog index 5e721c0c90023ffaa778c6c1b91a7b0e05cbf2aa..8794e28ea53dc307762a0164331091ab76127363 100644 --- a/argp/ChangeLog +++ b/argp/ChangeLog @@ -1,25 +1,25 @@ -2008-08-26 Niels M�ller <nisse@lysator.liu.se> +2008-08-26 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in (tags): Put TAGS file in the source directory. Also renamed target, was tags-here. * Makefile.in (tags-here): Put TAGS file in the source directory. -2007-09-11 Niels M�ller <nisse@lysator.liu.se> +2007-09-11 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in (PRE_CPPFLAGS): Use -I$(srcdir). Fixed typo when linking with ../libargp.a. * testsuite/Makefile.in: Typo fix when using $(EXEEXT). -2007-05-03 Niels M�ller <nisse@lysator.liu.se> +2007-05-03 Niels Möller <nisse@lysator.liu.se> * configure.ac: Removed AC_PROG_CC_STDC. Reordered header and library checks. * config.make.in: Removed unused variables M4 and MAKEINFO. -2007-04-05 Niels M�ller <nisse@lysator.liu.se> +2007-04-05 Niels Möller <nisse@lysator.liu.se> * Makefile.in, testsuite/Makefile.in: Fixed dist and distcheck targets. @@ -30,50 +30,50 @@ * Moved in the CVS tree, and converted from automake to plain autoconf. -2007-02-26 Niels M�ller <niels@s3.kth.se> +2007-02-26 Niels Möller <niels@s3.kth.se> * argp.h (__option_is_short): Use isprint only for keys below UCHAR_MAX. Already fixed in glibc. * argp-help.c (hol_cluster_cmp): Fixed handling of depth. -2007-02-07 Niels M�ller <nisse@lysator.liu.se> +2007-02-07 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.am (check): Propagate EXEEXT. * testsuite/ex1-test: Use $EXEEXT. * testsuite/permute-test: Likewise. -2005-11-25 Niels M�ller <nisse@lysator.liu.se> +2005-11-25 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use LSH_FUNC_ALLOCA. -2004-11-19 Niels M�ller <nisse@lysator.liu.se> +2004-11-19 Niels Möller <nisse@lysator.liu.se> * argp-parse.c (__option_is_end): Delete __THROW on these definitions too. -2004-11-19 Niels M�ller <niels@s3.kth.se> +2004-11-19 Niels Möller <niels@s3.kth.se> * argp.h (__argp_usage, __option_is_short, __option_is_end): Don't use __THROW on definitions, only on declarations. -2004-11-14 Niels M�ller <nisse@lysator.liu.se> +2004-11-14 Niels Möller <nisse@lysator.liu.se> * vsnprintf.c: Moved in the CVS tree. It's now a link to misc/vsnprintf.c in the lsh tree. -2004-10-08 Niels M�ller <niels@s3.kth.se> +2004-10-08 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.am: Use noinst_PROGRAMS instead of check_PROGRAMS, it seems check_PROGRAMS doesn't work with the rntcl build. -2004-03-20 Niels M�ller <nisse@lysator.liu.se> +2004-03-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use AC_CONFIG_AUX_DIR([.]). Converted to new style AC_INIT and AM_INIT_AUTOMAKE. -2004-03-19 Niels M�ller <nisse@lysator.liu.se> +2004-03-19 Niels Möller <nisse@lysator.liu.se> * argp.h: Removed leading underscores from the argument names in the argp_parse prototype. These symbols are reserved for the @@ -81,16 +81,16 @@ happens to define __argc and __argv as macros that expand to magic. -2004-03-18 Niels M�ller <niels@s3.kth.se> +2004-03-18 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.am (check_PROGRAMS): Use check_PROGRAMS, not noinst_PROGRAMS. -2004-03-17 Niels M�ller <nisse@lysator.liu.se> +2004-03-17 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.am (AM_CPPFLAGS): Add -I$(top_srcdir). -2004-03-05 Niels M�ller <nisse@lysator.liu.se> +2004-03-05 Niels Möller <nisse@lysator.liu.se> * vsnprintf.c (dopr): Use unsigned char for the argument to isdigit. @@ -107,11 +107,11 @@ * vsnprintf.c: New replacement vsnprintf, by Patrick Powell, Brandom Long and others. -2004-03-03 Niels M�ller <niels@s3.kth.se> +2004-03-03 Niels Möller <niels@s3.kth.se> * Makefile.am (EXTRA_DIST): Typo fix. -2004-03-02 Niels M�ller <nisse@lysator.liu.se> +2004-03-02 Niels Möller <nisse@lysator.liu.se> * Makefile.am (EXTRA_DIST): Added strcasecmp.c. @@ -121,7 +121,7 @@ * argp-parse.c, argp-help.c: Conditionally include malloc.h. -2004-03-01 Niels M�ller <nisse@lysator.liu.se> +2004-03-01 Niels Möller <nisse@lysator.liu.se> * argp-fmtstream.h [!HAVE_UNISTD_H]: Define ssize_t as int. @@ -137,13 +137,13 @@ * argp-fmtstream.h: Make inclusion of unistd.h conditional. It's needed for ssize_t, at least on freebsd. -2004-03-01 Niels M�ller <niels@s3.kth.se> +2004-03-01 Niels Möller <niels@s3.kth.se> * argp-eexst.c [!HAVE_SYSEXITS_H]: Hardcode EX_USAGE = 64. * configure.ac: Check for sysexits.h. -2004-02-23 Niels M�ller <niels@s3.kth.se> +2004-02-23 Niels Möller <niels@s3.kth.se> * configure.ac: Bumped version to standalone-1.3. @@ -155,24 +155,24 @@ variables, otherwise on Darwin linking fails if the user does not define these variables. -2003-04-28 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-28 Niels Möller <nisse@cuckoo.hack.org> * argp-parse.c: Use standard alloca blurb from the autoconf manual. * argp-help.c: Updated alloca blurb to use the same as argp-parse.c. -2003-04-24 Niels M�ller <niels@s3.kth.se> +2003-04-24 Niels Möller <niels@s3.kth.se> * argp.h: Added workaround for __restrict. -2003-03-13 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-13 Niels Möller <nisse@cuckoo.hack.org> * Released argp-standalone-1.2. * Updated copyright years. -2003-03-03 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-03 Niels Möller <nisse@cuckoo.hack.org> * argp-fmtstream.h: Don't include config.h here, let the .c-files do that. Deleted definition of PRINTF_STYLE, that's in config.h. @@ -181,7 +181,7 @@ underlying functions are really macros defined by stdio. For example on freebsd. Updated the files using these functions. -2003-03-02 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-02 Niels Möller <nisse@cuckoo.hack.org> * argp-help.c: Don't include malloc.h. If any system still needs it, we need a configure test for it. @@ -193,27 +193,27 @@ * configure.ac: Use LSH_GCC_ATTRIBUTES. Deleted the definition of UNUSED from the files that used it, it's now in config.h. -2003-02-16 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-16 Niels Möller <nisse@cuckoo.hack.org> * argp-fmtstream.h: When disabling fwrite_unlocked, #undef it first. * testsuite/permute-test: diff -q is not portable. Redirect to /dev/null instead. -2003-02-12 Niels M�ller <niels@s3.kth.se> +2003-02-12 Niels Möller <niels@s3.kth.se> * argp-fmtstream.h: When disabling putc_unlocked, #undef it first. -2003-02-10 Niels M�ller <niels@s3.kth.se> +2003-02-10 Niels Möller <niels@s3.kth.se> * configure.ac (ARGP_CHECK_FUNC): Use AS_VAR_GET. Use AH_TEMPLATE. -2003-02-10 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-10 Niels Möller <nisse@cuckoo.hack.org> * configure.ac (ARGP_CHECK_FUNC): New macro. Use it to test for putc_unlocked. -2003-02-05 Niels M�ller <nisse@lysator.liu.se> +2003-02-05 Niels Möller <nisse@lysator.liu.se> * argp-parse.c (argp_default_options): Fixed initializer. * argp-test.c (options): Likewise. @@ -225,7 +225,7 @@ * .bootstrap: New file. -2003-02-05 Niels M�ller <niels@s3.kth.se> +2003-02-05 Niels Möller <niels@s3.kth.se> * Makefile.am (all): Deleted the explicit all target. (LIBOBJS): Added explicit substitution. @@ -258,7 +258,7 @@ * acinclude.m4: Deleted file. -2003-02-04 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-04 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Bumped version to standalone-1.2. @@ -279,17 +279,17 @@ * testsuite/ex1.c, testsuite/ex3.c, testsuite/ex4.c: Added glibc example programs. -2002-07-18 Niels M�ller <niels@s3.kth.se> +2002-07-18 Niels Möller <niels@s3.kth.se> * configure.ac: Don't use -ggdb3 with gcc-2.96. -2002-05-06 Niels M�ller <niels@s3.kth.se> +2002-05-06 Niels Möller <niels@s3.kth.se> * configure.ac: Use AH_TEMPLATE for PROGRAM_INVOCATION_NAME and PROGRAM_INVOCATION_SHORT_NAME. The third arg to AC_DEFINE_UNQUOTED seems not to work here. -2002-05-05 Niels M�ller <nisse@lysator.liu.se> +2002-05-05 Niels Möller <nisse@lysator.liu.se> * acconfig.h: Deleted file. @@ -302,25 +302,25 @@ * configure.ac: Update for automake-1.6. * configure.ac: Renamed file, used to be configure.in. -2001-03-26 Niels M�ller <nisse@cuckoo.localdomain> +2001-03-26 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Bumped argp version to standalone-1.1. -2001-03-26 Niels M�ller <nisse@ehand.com> +2001-03-26 Niels Möller <nisse@ehand.com> * configure.in (CPPFLAGS): Added -D_GNU_SOURCE. -2001-02-18 Niels M�ller <nisse@cuckoo.localdomain> +2001-02-18 Niels Möller <nisse@cuckoo.localdomain> * argp-parse.c (argp_default_parser): Let OPT_HANG print the process id to stderr. -2001-01-15 Niels M�ller <nisse@ehand.com> +2001-01-15 Niels Möller <nisse@ehand.com> * argp.h: #define PRINTF_STYLE, and use it instead of using __attribute__ directly. -2001-01-07 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-07 Niels Möller <nisse@cuckoo.localdomain> * argp.h: Added _argp_short_program_name and __argp_short_program_name. @@ -329,11 +329,11 @@ argp_short_program_name. (parser_parse_next): Removed old permutation handling code. -2001-01-06 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-06 Niels Möller <nisse@cuckoo.localdomain> * argp-namefrob.h: Added _argp_short_program_name. -2001-01-02 Niels M�ller <nisse@cuckoo.localdomain> +2001-01-02 Niels Möller <nisse@cuckoo.localdomain> * argp-help.c (hol_entry_help): Avoid using a non-constant struct initializer. @@ -348,7 +348,7 @@ inline definitions in argp-fmtstream.h, for compilers that don't do inlining. -2000-12-28 Niels M�ller <nisse@cuckoo.localdomain> +2000-12-28 Niels Möller <nisse@cuckoo.localdomain> * argp-help.c (fill_in_uparams): Use unsigned char * for VAR and ARG. Fixed calls of isalnum, isspace and friends, reported @@ -358,13 +358,13 @@ (hol_entry_cmp): Fixed calls of tolower, reported by Kalle Olavi Niemitalo. -2000-12-23 Niels M�ller <nisse@lysator.liu.se> +2000-12-23 Niels Möller <nisse@lysator.liu.se> * acinclude.m4: New file. * acinclude.m4: Reverted the definition of AC_CHECK_VAR to take includes as argument, and renamed it to ARGP_CHECK_VAR. -2000-12-11 Niels M�ller <nisse@cuckoo.localdomain> +2000-12-11 Niels Möller <nisse@cuckoo.localdomain> * Removed getopt.c, getopt.h and getopt1.c from the src/argp directory. @@ -372,7 +372,7 @@ * argp-parse.c (match_option, ARGP_COMPLETE): #if:ed out completion code for long options. -2000-11-30 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-30 Niels Möller <nisse@cuckoo.localdomain> * argp-parse.c (match_option): Better abbreviations. Replaced try_getopt with args_only, changed calling convention for @@ -384,7 +384,7 @@ * argp-parse.c (calc_sizes): Updated comment. -2000-11-29 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-29 Niels Möller <nisse@cuckoo.localdomain> * configure.in: Use AC_REPLACE_FUNCS for mempcpy, strndup and strchrnul. @@ -415,7 +415,7 @@ * strndup.c, strchrnul.c mempcpy.c: Moved replacement functions to separate files. -2000-11-28 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-28 Niels Möller <nisse@cuckoo.localdomain> * argp-parse.c: Deleted getopt-related code. (struct parser): New field nextchar. Deleted fields try_getotp and long_opts. @@ -431,12 +431,12 @@ (classify_arg): New function. (parser_parse_next): Don't use getopt_long(). -2000-11-27 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-27 Niels Möller <nisse@cuckoo.localdomain> * argp-help.c (argp_doc): Use the name strndup, not __strndup. That probably breaks glibc builds. -2000-11-27 Niels M�ller <nisse@lysator.liu.se> +2000-11-27 Niels Möller <nisse@lysator.liu.se> * argp-test.c (asprintf): Bug fix. @@ -462,7 +462,7 @@ * src/argp: Added getopt.h, getopt.c and getopt1.c, which are needed for separate compilation of argp. -2000-11-27 Niels M�ller <nisse@cuckoo.localdomain> +2000-11-27 Niels Möller <nisse@cuckoo.localdomain> * Updated argp from glibc-2.2. diff --git a/argp/mempcpy.c b/argp/mempcpy.c index 5ab25c153f7a9f97ad91171d56b0674253fbc4b9..6f0517af393160da72aac751d08f72d14051f8e6 100644 --- a/argp/mempcpy.c +++ b/argp/mempcpy.c @@ -2,7 +2,7 @@ * */ -/* Written by Niels M�ller <nisse@lysator.liu.se> +/* Written by Niels Möller <nisse@lysator.liu.se> * * This file is hereby placed in the public domain. */ diff --git a/argp/strcasecmp.c b/argp/strcasecmp.c index bcad7a2268e4f16e0e3fd86af83455b659cdaf72..d6cd6987c98966fce4beb0d131a2c881c9f1af97 100644 --- a/argp/strcasecmp.c +++ b/argp/strcasecmp.c @@ -2,7 +2,7 @@ * */ -/* Written by Niels M�ller <nisse@lysator.liu.se> +/* Written by Niels Möller <nisse@lysator.liu.se> * * This file is hereby placed in the public domain. */ diff --git a/argp/strchrnul.c b/argp/strchrnul.c index af1b4bbb9165e3c1ae187b3cf50588816921861f..b82bd2afc16cf5724f5c3e773cf3d42bb5d868be 100644 --- a/argp/strchrnul.c +++ b/argp/strchrnul.c @@ -2,7 +2,7 @@ * */ -/* Written by Niels M�ller <nisse@lysator.liu.se> +/* Written by Niels Möller <nisse@lysator.liu.se> * * This file is hereby placed in the public domain. */ diff --git a/argp/strndup.c b/argp/strndup.c index f01065a533b21051c940755f020633ff2a573c0c..085b7095e71c00e2539a9b5c5122476c42bc6eae 100644 --- a/argp/strndup.c +++ b/argp/strndup.c @@ -2,7 +2,7 @@ * */ -/* Written by Niels M�ller <nisse@lysator.liu.se> +/* Written by Niels Möller <nisse@lysator.liu.se> * * This file is hereby placed in the public domain. */ diff --git a/contrib/lshd.debian.init b/contrib/lshd.debian.init index 00ef9fe07d06b955c72e59bac403a966089a1c50..61263b8b7744d780b528fbba7e13ae9c14760e1a 100644 --- a/contrib/lshd.debian.init +++ b/contrib/lshd.debian.init @@ -6,7 +6,7 @@ # from the "upstream" source. A proper debian package would use # somewhat different conventions. # -# Written by Niels M�ller +# Written by Niels Möller PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/local/sbin/lshd diff --git a/contrib/sftp-server.c b/contrib/sftp-server.c index e6551cd021210c35fd6b2f8b47f6b675cda362f1..3f8c662c7f3efa7dc74bb8d35af7e6784299c2b8 100644 --- a/contrib/sftp-server.c +++ b/contrib/sftp-server.c @@ -1,6 +1,6 @@ /* -*- mode: c; c-style: bsd; c-basic-offset: 8 -*- * - * Copyright (c) 2000 Markus Friedl, Niels M�ller. All rights reserved. + * Copyright (c) 2000 Markus Friedl, Niels Möller. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/contrib/solpkg.sh.in b/contrib/solpkg.sh.in index dbd69569af59d9200f0a0ed804a577973f2f3af8..53d72fa98dae2e54ac24a69dc10f489c14900778 100755 --- a/contrib/solpkg.sh.in +++ b/contrib/solpkg.sh.in @@ -118,7 +118,7 @@ fi if [ "x$COPYRIGHT" = xyes ]; then cat - >copyright <<EOF LSH - a GNU implementation of the Secure Shell protocols -written by Niels M�ller. Solaris packaging by Pontus Sk�ld. +written by Niels Möller. Solaris packaging by Pontus Sköld. COPYRIGHT diff --git a/doc/NOTES b/doc/NOTES index 0b5b2aba8038784812436d9bb994e00b3a30f1a0..2f1776a8353838dbb4a7ddfd8b4f19fe3e798ebb 100644 --- a/doc/NOTES +++ b/doc/NOTES @@ -319,15 +319,15 @@ The other functions can be found at 3605942 idag 07:59 /32 rader/ assar -Kommentar till text 3578895 av Niels M�ller () +Kommentar till text 3578895 av Niels Möller () Mottagare: C - (den) portabla(?) assemblern <7482> -�rende: const +Ärende: const ------------------------------------------------------------ -tyv�rr r�cker inte det d�r eftersom det finns kompilatorer som �r -(eller har varit i ett tidigare liv) gcc men inte f�rst�r -__attribute__ f�r det. +tyvärr räcker inte det där eftersom det finns kompilatorer som är +(eller har varit i ett tidigare liv) gcc men inte förstår +__attribute__ för det. -s� d�r f�r man g�ra: +så dår får man göra: dnl dnl Test for __attribute__ diff --git a/doc/TASKLIST b/doc/TASKLIST index 64b760788e69778837e5d63204c1a11eb05cda4a..4160ba25e8cf274687324072954c5c23cfa03349 100644 --- a/doc/TASKLIST +++ b/doc/TASKLIST @@ -1,5 +1,5 @@ This file describes some mostly independent subprojects for lsh. -Before starting on any of them, please contact me (Niels M�ller +Before starting on any of them, please contact me (Niels Möller <nisse@lysator.liu.se); someone may already be working on it already, and we need to coordinate. diff --git a/doc/configuration.txt b/doc/configuration.txt index d4c384ad6d6bfd19da148f6cd46217565de55ad7..871a8ce332eecaf7f8f477f2be2c6cb298cc8fcf 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -224,5 +224,5 @@ implemented this way, I don't know. But I suspect it would be easier to integrate those features into something like scsh than into a more traditional shell like bash. -/Niels M�ller +/Niels Möller diff --git a/doc/lsh.texinfo b/doc/lsh.texinfo index ceb9bb4a8d1cbc23f57043c573665a2a8c865df6..5c955ac2196b7f20e00afbd13e77cc85241566a2 100644 --- a/doc/lsh.texinfo +++ b/doc/lsh.texinfo @@ -15,9 +15,9 @@ @set UPDATED-FOR 3.0 @c Latin-1 doesn't work with tex output. -@c Also look out for � characters. +@c Also look out for é characters. -@set AUTHOR Niels M�ller +@set AUTHOR Niels Möller @ifinfo Manual for LSH. This manual corresponds to @command{lsh} version @value{UPDATED-FOR}. @@ -271,9 +271,9 @@ example by manipulating the @acronym{DNS}-system. to trust the endpoint machines. It seems really difficult to uphold any security if the local machine is compromised. This is important to keep in mind in the ``visitor''-scenario, where you visit a friend or perhaps an -Internet caf� and want to connect to some of the machines at home or at +Internet café and want to connect to some of the machines at home or at work. If the enemy has been able to compromize your friend's or the -caf�'s equipment, you may well be in trouble. +café's equipment, you may well be in trouble. Protection from denial-of-service attacks is also a very difficult problem, and @command{lsh} makes no attempt to protect you from that. @@ -376,7 +376,7 @@ man-in-the-middle attacks. @comment node-name, next, previous, up @subsection @code{ssh-1.x} -The first of the Secure shell programs was Tatu Yl�nen's @command{ssh}. +The first of the Secure shell programs was Tatu Ylönen's @command{ssh}. The latest of the version 1 series is @code{ssh-1.33} which speaks version 1.5 of the protocol. The ``free'' version of @code{ssh-1.33} does not allow commercial use without additional licensing, which makes @@ -389,7 +389,7 @@ back, for security reasons. There also exists free implementations of @code{ssh-1}, for both Unix and Windows. @command{ossh} and later OpenSSH are derived from an earlier -free version av Tatu Yl�nen's @command{ssh}, and are free software. +free version av Tatu Ylönen's @command{ssh}, and are free software. @node ssh2, tls, ssh1, Related techniques @comment node-name, next, previous, up diff --git a/doc/on99-slide.html b/doc/on99-slide.html index 35113d346914d67468dc2aa9229b650cf157f09e..afb24b9464445e7807e82397bb621e9f8ead01e2 100644 --- a/doc/on99-slide.html +++ b/doc/on99-slide.html @@ -4,7 +4,7 @@ </head> <body> -<p align=right>Niels M�ller 1999-05-01<p> +<p align=right>Niels Möller 1999-05-01<p> <h3>Piping with ssh</h3> diff --git a/doc/protocol-comments.txt b/doc/protocol-comments.txt index f285ab0337daf1dfc510409fc08a217418f48184..9efede9111aceb780db7329b06201e0dd9f22bdb 100644 --- a/doc/protocol-comments.txt +++ b/doc/protocol-comments.txt @@ -26,7 +26,7 @@ using some secret shared between the host and a particular user. (important, but not urgent) This is too sloppy. Implementations should be required to respect unicode character equivalence. Say I have an account on a system that allows non-ascii characters in user names. -Assume I'm known to the system under the name "m�ller", which has at +Assume I'm known to the system under the name "möller", which has at least two different but equivalent representations in unicode (and therefore also in utf-8). diff --git a/doc/srp-spec.nroff b/doc/srp-spec.nroff index 66c3360938e9934fa26b7b9d5e0b570dde7f89ba..5aa8041735bb2d1fae3af7aa0a59ff09e3857d21 100644 --- a/doc/srp-spec.nroff +++ b/doc/srp-spec.nroff @@ -5,7 +5,7 @@ .lt 7.2i .nr LL 7.2i .nr LT 7.2i -.ds LF Niels M�ller +.ds LF Niels Möller .ds RF FORMFEED[Page %] .ds CF .ds LH INTERNET-DRAFT @@ -14,7 +14,7 @@ .hy 0 .ad l .in 0 -INTERNET-DRAFT Niels M�ller +INTERNET-DRAFT Niels Möller draft-nisse-secsh-srp-01.txt 27 March 2001 Expires in September 2001 @@ -408,10 +408,10 @@ though. Author's Address .nf -Niels M�ller +Niels Möller LSH author -Sl�tbaksv�gen 48 -120 51 �rsta +Slätbaksvägen 48 +120 51 Årsta Sweden EMail: nisse@lysator.liu.se diff --git a/misc/libgcc2.c-patch b/misc/libgcc2.c-patch index 64246f6507235ac23bfe5dca8b8749924539d210..3a5cdd93952aba2a279ad2c76a67a0bce4f88234 100644 --- a/misc/libgcc2.c-patch +++ b/misc/libgcc2.c-patch @@ -1,7 +1,7 @@ This patch, relative to gcc-2.95.3, improves gcov support by properly locking the output files that are written at process exit. -/Niels M�ller <nisse@lysator.liu.se> +/Niels Möller <nisse@lysator.liu.se> --- libgcc2.c.orig Fri Jun 11 05:11:43 1999 +++ libgcc2.c Thu Mar 22 20:48:39 2001 diff --git a/misc/mkdiff b/misc/mkdiff index 589b44a2d09a00344a1de50298ee2afe8f1de5fc..211322e91efc1cac2d1a3b76b50ac1e58d7f221d 100755 --- a/misc/mkdiff +++ b/misc/mkdiff @@ -1,6 +1,6 @@ #!/bin/sh -# Copied from gnupg-1.0.4, and hacked somewhat by Niels M�ller +# Copied from gnupg-1.0.4, and hacked somewhat by Niels Möller if [ $# != 1 ] ; then echo "usage: mkdiff package-name" >&2 diff --git a/misc/vsnprintf.c b/misc/vsnprintf.c index e9b5f192b3cab2e71fe97719f31483faff1c6e23..c8cb65b2bf517c4110a054cb6be3309a55fb860a 100644 --- a/misc/vsnprintf.c +++ b/misc/vsnprintf.c @@ -55,7 +55,7 @@ * fixed return value to comply with C99 * fixed handling of snprintf(NULL, ...) * - * Niels M�ller <nisse@lysator.liu.se> 2004-03-05 + * Niels Möller <nisse@lysator.liu.se> 2004-03-05 * fixed calls to isdigit to use unsigned char. * fixed calls to va_arg; short arguments are always passed as int. * diff --git a/misc/xenofarm.sh b/misc/xenofarm.sh index d3e93103827e9af20877929944971328ed1ebb96..6de9b7bfc3f0417ddb2da365daacc801845ee988 100755 --- a/misc/xenofarm.sh +++ b/misc/xenofarm.sh @@ -6,7 +6,7 @@ # Loosely based on the xenofarm.sh script in lyskom-server. -# Copyright 2002, 2003 Niels M�ller, Lysator Academic Computer Association +# Copyright 2002, 2003 Niels Möller, Lysator Academic Computer Association # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/nettle/ChangeLog b/nettle/ChangeLog index 350636799e7396fb1f0102ad188c2ff6e263c73d..4ab659cba85a7e6ce15ba6938949e22712b5ebfb 100644 --- a/nettle/ChangeLog +++ b/nettle/ChangeLog @@ -1,4 +1,4 @@ -2012-01-17 Niels M�ller <nisse@lysator.liu.se> +2012-01-17 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in (DISTFILES): Added setup-env. @@ -24,14 +24,14 @@ * examples/setup-env: Similar links setup here. * examples/teardown-env: ... and deleted. -2012-01-07 Niels M�ller <nisse@lysator.liu.se> +2012-01-07 Niels Möller <nisse@lysator.liu.se> * examples/Makefile.in (check): Add ../.lib to PATH, like in testsuite/Makefile. Needed for w*ndows. Reported by Eli Zaretskii. -2011-11-25 Niels M�ller <nisse@lysator.liu.se> +2011-11-25 Niels Möller <nisse@lysator.liu.se> - From Martin Storsj�: + From Martin Storsjö: * x86_64/machine.m4 (W64_ENTRY, W64_EXIT): New macros for supporting W64 ABI. * x86_64: Updated all assembly files to use them. @@ -40,9 +40,9 @@ W64 ABI (64-bit M$ windows). * config.m4.in (W64_ABI): Define, from configure substitution. -2011-11-24 Niels M�ller <nisse@lysator.liu.se> +2011-11-24 Niels Möller <nisse@lysator.liu.se> - From Martin Storsj�: + From Martin Storsjö: * examples/Makefile.in (check): Pass $(EMULATOR) and $(EXEEXT) in the environment of run-tests. * examples/rsa-encrypt-test: Use $EXEEXT and $EMULATOR. @@ -59,7 +59,7 @@ binary mode. * examples/rsa-encrypt.c (main): Likewise. -2011-11-24 Niels M�ller <nisse@lysator.liu.se> +2011-11-24 Niels Möller <nisse@lysator.liu.se> * configure.ac (HAVE_NATIVE_64_BIT): Workaround to get it set to 1 on w64. @@ -68,9 +68,9 @@ M$ w64. (RSHIFT64): Likewise. Also added a missing parenthesis. -2011-11-24 Niels M�ller <nisse@lysator.liu.se> +2011-11-24 Niels Möller <nisse@lysator.liu.se> - From Martin Storsj�: + From Martin Storsjö: * testsuite/symbols-test: Use $NM, falling back to nm if undefined. * testsuite/Makefile.in (check): Pass $(NM) in the environment of run-tests. @@ -85,20 +85,20 @@ or wine64 when cross compiling for windows, otherwise empty. * config.make.in (EMULATOR): Set from autoconf value. -2011-11-20 Niels M�ller <nisse@lysator.liu.se> +2011-11-20 Niels Möller <nisse@lysator.liu.se> * x86/camellia-crypt-internal.asm: Take ALIGNOF_UINT64_T into account when getting the offset for the subkeys. Differs between - w32 and other systems. w32 problem identified by Martin Storsj�. + w32 and other systems. w32 problem identified by Martin Storsjö. * config.m4.in: Define ALIGNOF_UINT64_T (from configure). * configure.ac: Check alignment of uint64_t, and also use AC_SUBST for use in config.m4.in. -2011-11-19 Niels M�ller <nisse@lysator.liu.se> +2011-11-19 Niels Möller <nisse@lysator.liu.se> - Cygwin/mingw32 improvements contributed by Martin Storsj�: + Cygwin/mingw32 improvements contributed by Martin Storsjö: * Makefile.in (IMPLICIT_TARGETS): New variable for DLL link libraries. (clean-here): Delete the DLL import libraries. @@ -121,22 +121,22 @@ * configure.ac: Unify shared lib setup for cygwin and mingw. -2011-10-31 Niels M�ller <nisse@lysator.liu.se> +2011-10-31 Niels Möller <nisse@lysator.liu.se> * configure.ac (LIBHOGWEED_LIBS): Typo fix for the darwin case. - Spotted by Martin Storsj�. + Spotted by Martin Storsjö. -2011-10-25 Niels M�ller <nisse@lysator.liu.se> +2011-10-25 Niels Möller <nisse@lysator.liu.se> * configure.ac (LIBHOGWEED_LIBS): cygwin fix, added libnettle.dll.a. Reported by Volker Zell. -2011-10-18 Niels M�ller <nisse@lysator.liu.se> +2011-10-18 Niels Möller <nisse@lysator.liu.se> - * configure.ac: Improved setup f�r darwin shared libraries. + * configure.ac: Improved setup för darwin shared libraries. Patch contributed by Ryan Schmidt. -2011-10-03 Niels M�ller <nisse@lysator.liu.se> +2011-10-03 Niels Möller <nisse@lysator.liu.se> * x86_64/memxor.asm: Implemented sse2-loop. Configured at compile time, and currently disabled. @@ -146,7 +146,7 @@ * testsuite/memxor-test.c: Use 16-byte alignment for "fully aligned" operands. -2011-09-03 Niels M�ller <nisse@lysator.liu.se> +2011-09-03 Niels Möller <nisse@lysator.liu.se> * x86/camellia-crypt-internal.asm: Use "l"-suffix on instructions more consistently. Reportedly, freebsd and netbsd systems with @@ -164,13 +164,13 @@ * ripemd160-compress.c: Added missing include of config.h. Needed for correct operation on big-endian systems. -2011-09-02 Niels M�ller <nisse@amfibolit.hack.org> +2011-09-02 Niels Möller <nisse@amfibolit.hack.org> * configure.ac: Changed version number to 2.4. * Released nettle-2.3. -2011-08-30 Niels M�ller <nisse@lysator.liu.se> +2011-08-30 Niels Möller <nisse@lysator.liu.se> * testsuite/hmac-test.c: Added tests for hmac-ripemd160. @@ -178,7 +178,7 @@ * Makefile.in (nettle_SOURCES): Added hmac-ripemd160.c. -2011-08-30 Niels M�ller <nisse@amfibolit.hack.org> +2011-08-30 Niels Möller <nisse@amfibolit.hack.org> * nettle.texinfo (Hash functions): Document ripemd-160. @@ -186,7 +186,7 @@ * hmac.h: Declare hmac-ripemd160 functions. -2011-08-29 Niels M�ller <nisse@lysator.liu.se> +2011-08-29 Niels Möller <nisse@lysator.liu.se> * sha256.c (sha256_update): Updated MD_UPDATE call for new conventions. @@ -264,7 +264,7 @@ * macros.h (MD_UPDATE): New macro. (MD_FINAL): New macro. -2011-08-28 Niels M�ller <nisse@lysator.liu.se> +2011-08-28 Niels Möller <nisse@lysator.liu.se> * ripemd160.c (ripemd160_final): Use LE_WRITE_UINT32. Deleted byte swapping at the end, leaving it to ripemd160_digest. @@ -290,7 +290,7 @@ * examples/nettle-benchmark.c (main): Benchmark ripemd-160. -2011-08-28 Niels M�ller <nisse@lysator.liu.se> +2011-08-28 Niels Möller <nisse@lysator.liu.se> RIPEMD-160 hash function. Ported from libgcrypt by Andres Mejia. * testsuite/ripemd160-test.c: New file. @@ -306,12 +306,12 @@ ripemd160-compress.c, and ripemd160-meta.c. (HEADERS): Added ripemd160.h. -2011-08-10 Niels M�ller <nisse@amfibolit.hack.org> +2011-08-10 Niels Möller <nisse@amfibolit.hack.org> * nettle.texinfo: Fixed mis-placed const in various prototypes. Spotted by Tatsuhiro Tsujikawa. -2011-07-24 Niels M�ller <nisse@lysator.liu.se> +2011-07-24 Niels Möller <nisse@lysator.liu.se> * Makefile.in (PKGCONFIG_FILES, pkgconfigdir): New variables. (DISTFILES): Added nettle.pc.in and hogweed.pc.in. @@ -321,17 +321,17 @@ (uninstall-here): Depend on uninstall-pkgconfig. (distclean-here): Delete nettle.pc and hogweed.pc. -2011-07-20 Niels M�ller <nisse@lysator.liu.se> +2011-07-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Generate nettle.pc and hogweed.pc. * nettle.pc.in, hogweed.pc.in: New files. -2011-07-17 Niels M�ller <nisse@lysator.liu.se> +2011-07-17 Niels Möller <nisse@lysator.liu.se> * nettle-internal.h: Added missing extern declarations. -2011-07-11 Niels M�ller <nisse@lysator.liu.se> +2011-07-11 Niels Möller <nisse@lysator.liu.se> * configure.ac: Changed version number to 2.3. @@ -339,7 +339,7 @@ * Makefile.in (DISTFILES): Distribute COPYING.LIB, not COPYING, -2011-07-07 Niels M�ller <nisse@lysator.liu.se> +2011-07-07 Niels Möller <nisse@lysator.liu.se> * tools/misc.h (werror): Removed incorrect noreturn attribute from declaration. @@ -347,7 +347,7 @@ * examples/io.c (read_file): Bug fix, in dependence of initial size on max_size. -2011-07-01 Niels M�ller <nisse@lysator.liu.se> +2011-07-01 Niels Möller <nisse@lysator.liu.se> * cbc.c (CBC_BUFFER_LIMIT): Reduced to 512 bytes. (cbc_decrypt): For in-place operation, use overlapping memxor3 and @@ -360,7 +360,7 @@ * x86_64/memxor.asm: Added ALIGN for shifting loop. Deleted obsolete ifelse. -2011-06-30 Niels M�ller <nisse@lysator.liu.se> +2011-06-30 Niels Möller <nisse@lysator.liu.se> * configure.ac: Link in serpent-decrypt.asm, if found. @@ -372,7 +372,7 @@ * x86_64/serpent.m4: New file, with serpent-related macros. -2011-06-29 Niels M�ller <nisse@lysator.liu.se> +2011-06-29 Niels Möller <nisse@lysator.liu.se> * x86_64/serpent-decrypt.asm: Wrote main (32-bit) loop. (SBOX0I, SBOX1I, SBOX7I): Fixed bugs. @@ -396,12 +396,12 @@ to 4.1. (LIBHOGWEED_MINOR): And to 2.1. -2011-06-22 Niels M�ller <nisse@lysator.liu.se> +2011-06-22 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use pwd -P when examining lib directories. Link in serpent-encrypt.asm, if found. -2011-06-21 Niels M�ller <nisse@lysator.liu.se> +2011-06-21 Niels Möller <nisse@lysator.liu.se> * serpent-decrypt.c (SBOX3_INVERSE): Eliminated temporaries. (SBOX4_INVERSE): Likewise. @@ -410,7 +410,7 @@ (SBOX7_INVERSE): Likewise. (All SBOX_INVERSE-macros): Deleted type argument, and updated users. -2011-06-20 Niels M�ller <nisse@lysator.liu.se> +2011-06-20 Niels Möller <nisse@lysator.liu.se> * serpent-decrypt.c: Renamed arguments in sbox macros. (SBOX0_INVERSE): Eliminated temporaries. @@ -423,20 +423,20 @@ * testsuite/serpent-test.c (test_main): Added some more multiple block tests. -2011-06-15 Niels M�ller <nisse@lysator.liu.se> +2011-06-15 Niels Möller <nisse@lysator.liu.se> * configure.ac (libdir): On 64-bit Linux, we used to assume that libraries are installed according to the FHS. Since at least Fedora and Gentoo follow the FHS convention, while at least Debian doesn't, we have to try to figure out which convention is used. -2011-06-14 Niels M�ller <nisse@lysator.liu.se> +2011-06-14 Niels Möller <nisse@lysator.liu.se> * x86_64/serpent-encrypt.asm: Slight simplification of loop logic. * x86_64/serpent-encrypt.asm: New file. -2011-06-12 Niels M�ller <nisse@lysator.liu.se> +2011-06-12 Niels Möller <nisse@lysator.liu.se> * testsuite/serpent-test.c (test_main): Added tests with multiple blocks at a time. @@ -449,12 +449,12 @@ * configure.ac: Display summary at the end of configure.. (asm_path): Set only if enable_assember is yes. -2011-06-10 Niels M�ller <nisse@lysator.liu.se> +2011-06-10 Niels Möller <nisse@lysator.liu.se> * serpent-encrypt.c (SBOX5): Renamed arguments. Eliminated temporaries. -2011-06-09 Niels M�ller <nisse@lysator.liu.se> +2011-06-09 Niels Möller <nisse@lysator.liu.se> * serpent-encrypt.c (SBOX4): Renamed arguments. Eliminated temporaries. @@ -462,14 +462,14 @@ * configure.ac (LIBNETTLE_LINK, LIBHOGWEED_LINK): Cygwin fix, from Vincent Torri. -2011-06-08 Niels M�ller <nisse@lysator.liu.se> +2011-06-08 Niels Möller <nisse@lysator.liu.se> * examples/eratosthenes.c (find_first_one): Fixed c99-style declaration. Reported by Sebastian Reitenbach. (find_first_one): Declare the lookup table as static const, and use unsigned char rather than unsigned.. -2011-06-07 Niels M�ller <nisse@lysator.liu.se> +2011-06-07 Niels Möller <nisse@lysator.liu.se> * serpent-encrypt.c (SBOX0): Renamed arguments. Eliminated temporaries. @@ -477,7 +477,7 @@ (SBOX2): Likewise. (SBOX3): Likewise. -2011-06-06 Niels M�ller <nisse@lysator.liu.se> +2011-06-06 Niels Möller <nisse@lysator.liu.se> * Makefile.in (DISTFILES): Added serpent-internal.h. (nettle_SOURCES): Replaced serpent.c by serpent-set-key.c, @@ -493,7 +493,7 @@ parallel. Measured speedup of 10%--25% (higher for encryption) on x86_64. -2011-06-01 Niels M�ller <nisse@lysator.liu.se> +2011-06-01 Niels Möller <nisse@lysator.liu.se> * serpent.c (ROUNDS): Deleted macro. (serpent_block_t): Deleted array typedef. @@ -519,7 +519,7 @@ (serpent_set_key): Rewrote the generation of subkeys. Reduced both temporary storage and code size (less unrolling) -2011-05-31 Niels M�ller <nisse@lysator.liu.se> +2011-05-31 Niels Möller <nisse@lysator.liu.se> * testsuite/serpent-test.c (test_main): Enabled test with short, 40-bit, key. @@ -535,7 +535,7 @@ * serpent_sboxes.h: Removed. * Makefile.in: Drop serpent_sboxes.h. -2011-05-31 Niels M�ller <nisse@lysator.liu.se> +2011-05-31 Niels Möller <nisse@lysator.liu.se> * testsuite/serpent-test.c (test_main): Added some tests for padding of keys of length which is not a multiple of four bytes. @@ -545,28 +545,28 @@ * testsuite/serpent-test.c (test_main): Add test vectors from libgcrypt. -2011-05-21 Niels M�ller <nisse@lysator.liu.se> +2011-05-21 Niels Möller <nisse@lysator.liu.se> * dsa-keygen.c (dsa_generate_keypair): Avoid double init of mpz variable. Spotted by Nikos Mavrogiannopoulos. -2011-05-06 Niels M�ller <nisse@lysator.liu.se> +2011-05-06 Niels Möller <nisse@lysator.liu.se> * configure.ac: Fix link flags for shared libraries on Solaris, which needs -h to set the soname. Patch contributed by Dagobert Michelsen. -2011-05-06 Niels M�ller <nisse@lysator.liu.se> +2011-05-06 Niels Möller <nisse@lysator.liu.se> * configure.ac: New configure option --enable-gcov. * arcfour.h (arcfour_stream): Deleted obsolete define. -2011-04-27 Niels M�ller <nisse@lysator.liu.se> +2011-04-27 Niels Möller <nisse@lysator.liu.se> * tools/nettle-hash.c (find_algorithm): Require exact match. -2011-04-15 Niels M�ller <nisse@lysator.liu.se> +2011-04-15 Niels Möller <nisse@lysator.liu.se> Reverted broken byte-order change from 2001-06-17: * serpent.c (serpent_set_key): Use correct byteorder. @@ -579,7 +579,7 @@ taken from the serpent submission package. Enable test vectors from http://www.cs.technion.ac.il/~biham/Reports/Serpent/. -2011-03-23 Niels M�ller <nisse@lysator.liu.se> +2011-03-23 Niels Möller <nisse@lysator.liu.se> * tools/sexp-conv.c (xalloc): Deleted function, now it's in misc.c instead. @@ -597,7 +597,7 @@ * tools/nettle-hash.c: New file. -2011-03-23 Niels M�ller <nisse@lysator.liu.se> +2011-03-23 Niels Möller <nisse@lysator.liu.se> Contributed by Daniel Kahn Gillmor: * testsuite/Makefile.in (TS_NETTLE_SOURCES): Added @@ -619,12 +619,12 @@ * nettle-meta-ciphers.c: New file. * nettle-meta-hashes.c: New file. -2011-02-18 Niels M�ller <nisse@lysator.liu.se> +2011-02-18 Niels Möller <nisse@lysator.liu.se> * arcfour.c (arcfour_stream): Deleted function. It's not very useful, and neither documented nor tested. -2011-02-16 Niels M�ller <nisse@lysator.liu.se> +2011-02-16 Niels Möller <nisse@lysator.liu.se> * cbc.h (CBC_ENCRYPT): Avoid using NULL; we don't ensure that it is defined. @@ -645,7 +645,7 @@ (GCM_SET_IV): New macro, for completeness. (GCM_UPDATE): Deleted unused argument encrypt. -2011-02-14 Niels M�ller <nisse@lysator.liu.se> +2011-02-14 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Split node on cipher modes, and started on the GCM documentation. @@ -680,7 +680,7 @@ * testsuite/gcm-test.c (test_gcm_aes): Updated for gcm_aes_auth to gcm_aes_update renaming. -2011-02-13 Niels M�ller <nisse@lysator.liu.se> +2011-02-13 Niels Möller <nisse@lysator.liu.se> * gcm.h (GCM_UPDATE): Renamed, from... (GCM_AUTH): ...old name. @@ -694,7 +694,7 @@ * gcm.h (GCM_TABLE_BITS): Increase table size to 8 bits, corresponding to 4 KByte of key-dependent tables. -2011-02-10 Niels M�ller <nisse@lysator.liu.se> +2011-02-10 Niels Möller <nisse@lysator.liu.se> * x86_64/memxor.asm: New file. Improves performance by 22% for the unaligned01 case and 35% for the unaligned12 case, benchmarked on @@ -719,7 +719,7 @@ * testsuite/gcm-test.c (test_main): Added the rest of the testcases from the spec. -2011-02-09 Niels M�ller <nisse@lysator.liu.se> +2011-02-09 Niels Möller <nisse@lysator.liu.se> * testsuite/gcm-test.c (test_main): Enabled testcases 5 and 6, with different IV lengths. @@ -768,7 +768,7 @@ (GCM_DIGEST): Likewise. (struct gcm_aes_ctx): New struct. -2011-02-08 Niels M�ller <nisse@lysator.liu.se> +2011-02-08 Niels Möller <nisse@lysator.liu.se> * gcm.h (struct gcm_ctx): The hash key is now always an array, named h, with array size depending on GCM_TABLE_BITS. @@ -795,7 +795,7 @@ * gcm.h (union gcm_block): New union, used to enforce alignment. -2011-02-07 Niels M�ller <nisse@lysator.liu.se> +2011-02-07 Niels Möller <nisse@lysator.liu.se> * gcm.c (gcm_gf_shift_chunk) : Bug fix for little-endian 8-bit tables. @@ -816,7 +816,7 @@ * gcm.h (GCM_TABLE_BITS): Set to 4. -2011-02-06 Niels M�ller <nisse@lysator.liu.se> +2011-02-06 Niels Möller <nisse@lysator.liu.se> * Makefile.in (TARGETS): Added gcmdata. (gcmdata): New rule. @@ -850,7 +850,7 @@ than byte operations. Improves gmac performance from 830 cycles / byte to (still poor) 268 cycles per byte on intel x86_64. -2011-02-05 Niels M�ller <nisse@lysator.liu.se> +2011-02-05 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (time_gmac): New function. (main): Call time_gmac. @@ -873,7 +873,7 @@ argument. * ctr.c: Use INCREMENT macro from macros.h, deleted local version. -2011-01-07 Niels M�ller <nisse@lysator.liu.se> +2011-01-07 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in (check): Add ../.lib to PATH, since that's where w*ndows looks for dlls. @@ -881,7 +881,7 @@ * testsuite/testutils.c (test_cipher_stream): More debug output on failure. -2010-12-14 Niels M�ller <nisse@lysator.liu.se> +2010-12-14 Niels Möller <nisse@lysator.liu.se> * nettle-types.h: Deleted some unnecessary parenthesis from function typedefs. @@ -891,11 +891,11 @@ * buffer.c (nettle_buffer_init_realloc): Use an explicit pointer for realloc argument. -2010-12-07 Niels M�ller <nisse@lysator.liu.se> +2010-12-07 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo (Copyright): Updated info on blowfish. -2010-11-26 Niels M�ller <nisse@lysator.liu.se> +2010-11-26 Niels Möller <nisse@lysator.liu.se> Reapplied optimizations (150% speedup on x86_32) and other fixes, relicensing them as LGPL. @@ -916,21 +916,21 @@ * blowfish.c: New version ported from libgcrypt. License changed from GPL to LGPL. -2010-11-25 Niels M�ller <nisse@lysator.liu.se> +2010-11-25 Niels Möller <nisse@lysator.liu.se> * Makefile.in (install-shared-nettle): Use INSTALL_DATA, which clears the execute permission bits. (install-shared-hogweed): Likewise. -2010-11-16 Niels M�ller <nisse@lysator.liu.se> +2010-11-16 Niels Möller <nisse@lysator.liu.se> * configure.ac: Updated gmp url. -2010-11-01 Niels M�ller <nisse@lysator.liu.se> +2010-11-01 Niels Möller <nisse@lysator.liu.se> * tools/misc.c (werror): Don't call exit (copy&paste-error). -2010-10-26 Niels M�ller <nisse@lysator.liu.se> +2010-10-26 Niels Möller <nisse@lysator.liu.se> * examples/rsa-encrypt.c (main): No extra message for bad options. @@ -941,7 +941,7 @@ bad options. * examples/random-prime.c (main): Likewise. -2010-10-22 Niels M�ller <nisse@lysator.liu.se> +2010-10-22 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (main): Added long options. Deleted -?, and fixed handling of bad options. @@ -954,7 +954,7 @@ and fixed handling of bad options. * tools/sexp-conv.c (parse_options): Likewise. -2010-10-06 Niels M�ller <nisse@lysator.liu.se> +2010-10-06 Niels Möller <nisse@lysator.liu.se> * memxor.c (memxor3): Optimized. (memxor3_common_alignment): New function. @@ -975,14 +975,14 @@ words. (main): Call time_overhead. -2010-10-01 Niels M�ller <nisse@lysator.liu.se> +2010-10-01 Niels Möller <nisse@lysator.liu.se> * x86_64/camellia-crypt-internal.asm (ROUND): Reordered sbox lookups. * testsuite/memxor-test.c: Also test memxor3. -2010-09-30 Niels M�ller <nisse@lysator.liu.se> +2010-09-30 Niels Möller <nisse@lysator.liu.se> * configure.ac: Link in memxor.asm, if found. @@ -994,7 +994,7 @@ * examples/nettle-benchmark.c (time_memxor): Count size of unsigned long as "block size" for memxor. -2010-09-24 Niels M�ller <nisse@lysator.liu.se> +2010-09-24 Niels Möller <nisse@lysator.liu.se> * testsuite/.test-rules.make: Added rule for memxor-test. * testsuite/Makefile.in (TS_NETTLE_SOURCES): Added memxor-test.c @@ -1014,7 +1014,7 @@ differing in where addition of the key is done. * x86/camellia-crypt-internal.asm: Moved addition of key. -2010-09-22 Niels M�ller <nisse@lysator.liu.se> +2010-09-22 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (BENCH_INTERVAL): Changed unit to seconds. @@ -1036,7 +1036,7 @@ * configure.ac: Check for clock_gettime, and add -lrt to BENCH_LIBS if needed. -2010-09-20 Niels M�ller <nisse@lysator.liu.se> +2010-09-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Less quoting when invoking $CC, to allow CC="gcc -m32". @@ -1056,12 +1056,12 @@ * x86_64/machine.m4 (LREG, HREG, XREG): New macros. -2010-09-17 Niels M�ller <nisse@lysator.liu.se> +2010-09-17 Niels Möller <nisse@lysator.liu.se> * configure.ac: Support shared libraries (dlls) with mingw32. Contributed by David Hoyt. -2010-07-25 Niels M�ller <nisse@lysator.liu.se> +2010-07-25 Niels Möller <nisse@lysator.liu.se> * configure.ac: Changed version number to nettle-2.2. @@ -1093,7 +1093,7 @@ (camellia_setup128): Deleted. (camellia_setup256): Deleted. -2010-07-24 Niels M�ller <nisse@lysator.liu.se> +2010-07-24 Niels Möller <nisse@lysator.liu.se> * camellia-set-encrypt-key.c (camellia_set_encrypt_key): Reduced code size, no complete loop unroll. Use one loop for each phase of @@ -1135,7 +1135,7 @@ * Makefile.in (nettle_SOURCES): Updated list of camellia source files. (DISTFILES): Added camellia-internal.h. -2010-07-20 Niels M�ller <nisse@lysator.liu.se> +2010-07-20 Niels Möller <nisse@lysator.liu.se> * camellia-meta.c: Use _NETTLE_CIPHER_SEP_SET_KEY. @@ -1163,7 +1163,7 @@ * camellia.h (struct camellia_ctx): Use type uint64_t for subkeys. -2010-07-07 Niels M�ller <nisse@lysator.liu.se> +2010-07-07 Niels Möller <nisse@lysator.liu.se> * aes.h (aes_encrypt, aes_decrypt): Declare ctx argument as const. Also updated implementation. @@ -1201,14 +1201,14 @@ (camellia_decrypt): ...New function, analogous to camellia_encrypt. -2010-07-06 Niels M�ller <nisse@lysator.liu.se> +2010-07-06 Niels Möller <nisse@lysator.liu.se> * camellia.c, camellia.h: New files, copied from http://info.isl.ntt.co.jp/crypt/eng/camellia/dl/camellia-LGPL-1.2.0.tar.gz. * testsuite/camellia-test.c: New file. -2010-07-05 Niels M�ller <nisse@lysator.liu.se> +2010-07-05 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Document new conventions for weak key and des parity checks. Document des_check_parity. @@ -1244,7 +1244,7 @@ * Makefile.in (des_headers): Deleted parity.h. -2010-06-30 Niels M�ller <nisse@lysator.liu.se> +2010-06-30 Niels Möller <nisse@lysator.liu.se> * testsuite/des-test.c (test_des): New function. (test_weak): New function. @@ -1260,7 +1260,7 @@ (des_set_key): Deleted parity checking code. Replaced old weak-key detection code by a call to des_weak_p. -2010-06-04 Niels M�ller <nisse@lysator.liu.se> +2010-06-04 Niels Möller <nisse@lysator.liu.se> * testsuite/testutils.c (test_dsa_key): Updated for new name DSA_SHA1_MIN_P_BITS. @@ -1284,11 +1284,11 @@ (dsa_openssl_private_key_from_der_iterator): Enforce 160-bit limit on q and x. Renamed parameter limit to p_max_bits. -2010-06-03 Niels M�ller <nisse@lysator.liu.se> +2010-06-03 Niels Möller <nisse@lysator.liu.se> * testsuite/dsa-test.c (test_main): Added test for dsa-sha256. -2010-06-02 Niels M�ller <nisse@lysator.liu.se> +2010-06-02 Niels Möller <nisse@lysator.liu.se> * testsuite/dsa-test.c (test_main): Provide expected value of the signature. @@ -1297,7 +1297,7 @@ signature. (test_dsa256): Likewise. -2010-06-01 Niels M�ller <nisse@lysator.liu.se> +2010-06-01 Niels Möller <nisse@lysator.liu.se> * testsuite/rsa-keygen-test.c (test_main): Updated expected signatures. @@ -1320,7 +1320,7 @@ (nettle_random_prime): Likewise, added top_bits_set argument. Invoke progress callback when a prime is generated. -2010-05-26 Niels M�ller <nisse@lysator.liu.se> +2010-05-26 Niels Möller <nisse@lysator.liu.se> * dsa-keygen.c (dsa_generate_keypair): Use _nettle_generate_pocklington_prime. Deleted old key generation @@ -1339,7 +1339,7 @@ then Maurer's algorithm, calling the new _nettle_generate_pocklington_prime for the final search. -2010-05-25 Niels M�ller <nisse@lysator.liu.se> +2010-05-25 Niels Möller <nisse@lysator.liu.se> * testsuite/dsa-test.c (test_main): Updated for dsa testing changes. @@ -1361,12 +1361,12 @@ primes using Pocklington's theorem. Takes both p_size and q_size as arguments. -2010-05-20 Niels M�ller <nisse@lysator.liu.se> +2010-05-20 Niels Möller <nisse@lysator.liu.se> * bignum-random-prime.c (miller_rabin_pocklington): Fixed broken logic when Miller-rabin succeeds early. -2010-04-09 Niels M�ller <nisse@lysator.liu.se> +2010-04-09 Niels Möller <nisse@lysator.liu.se> * bignum-next-prime.c: Include stdlib.h, needed for alloca on freebsd. @@ -1400,11 +1400,11 @@ * bignum-random-prime.c (nettle_random_prime): New file, new function. -2010-03-31 Niels M�ller <nisse@lysator.liu.se> +2010-03-31 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (main): Benchmark sha224. -2010-03-30 Niels M�ller <nisse@lysator.liu.se> +2010-03-30 Niels Möller <nisse@lysator.liu.se> * testsuite/testutils.c (DSA_VERIFY): Updated for dsa_sha1_verify rename. @@ -1436,7 +1436,7 @@ * dsa-sign.c (_dsa_sign): New general signing function, for any hash. Returns success code, like the rsa signture functions. -2010-03-29 Niels M�ller <nisse@lysator.liu.se> +2010-03-29 Niels Möller <nisse@lysator.liu.se> * configure.ac (ABI): Attempt to use a better, ABI-dependant, default value for libdir. @@ -1448,12 +1448,12 @@ * configure.ac (ABI): Detect which ABI the compiler is using. On x86_64, also check for __arch64__. -2010-03-28 Niels M�ller <nisse@lysator.liu.se> +2010-03-28 Niels Möller <nisse@lysator.liu.se> * configure.ac (asm_path): For x86_64, check if compiler is generating 32-bit code. -2010-03-27 Niels M�ller <nisse@lysator.liu.se> +2010-03-27 Niels Möller <nisse@lysator.liu.se> * testsuite/hmac-test.c (test_main): Rewrote rest of tests to use HMAC_TEST, and added more tests from Daniel Kahn Gillmor and from @@ -1466,7 +1466,7 @@ * hmac-sha224.c: New file. -2010-03-26 Niels M�ller <nisse@lysator.liu.se> +2010-03-26 Niels Möller <nisse@lysator.liu.se> * testsuite/hmac-test.c (HMAC_TEST): New macro. (test_main): Use HMAC_TEST for the md5 and sha1 tests, and add @@ -1497,7 +1497,7 @@ * sha224-meta.c: New file. -2010-03-25 Niels M�ller <nisse@lysator.liu.se> +2010-03-25 Niels Möller <nisse@lysator.liu.se> * hmac-sha384.c: New file. @@ -1532,7 +1532,7 @@ (sha384_init): New function. (sha384_digest): New function. -2010-03-24 Niels M�ller <nisse@lysator.liu.se> +2010-03-24 Niels Möller <nisse@lysator.liu.se> * sha512.c: (sha512_digest): Simplified handling of any final partial word of the digest. @@ -1594,7 +1594,7 @@ * testsuite/Makefile.in: Added hogweed dependency for the test programs. -2010-03-23 Niels M�ller <nisse@lysator.liu.se> +2010-03-23 Niels Möller <nisse@lysator.liu.se> * testsuite/rsa-test.c (test_main): Test signing with sha512. @@ -1611,7 +1611,7 @@ * rsa-sha512-sign.c: New file. * pkcs1-rsa-sha512.c: New file. -2010-03-22 Niels M�ller <nisse@lysator.liu.se> +2010-03-22 Niels Möller <nisse@lysator.liu.se> * Makefile.in (nettle_SOURCES): Added hmac-sha512.c. @@ -1633,15 +1633,15 @@ * sha512-meta.c: New file. * sha512.c: New file. -2010-03-06 Niels M�ller <nisse@lysator.liu.se> +2010-03-06 Niels Möller <nisse@lysator.liu.se> * Makefile.in (distdir): Include x86_64 assembler files. -2010-01-20 Niels M�ller <nisse@lysator.liu.se> +2010-01-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Check for mpz_powm_sec. -2010-01-13 Niels M�ller <nisse@lysator.liu.se> +2010-01-13 Niels Möller <nisse@lysator.liu.se> * Makefile.in ($(LIBHOGWEED_FORLINK)): Depend on $(LIBNETTLE_FORLINK). @@ -1651,12 +1651,12 @@ libhogweed.so work, without having to use RTLD_GLOBAL. (LIBHOGWEED_LINK): Added -L., to find our libnettle.so. -2009-10-21 Niels M�ller <nisse@lysator.liu.se> +2009-10-21 Niels Möller <nisse@lysator.liu.se> * tools/Makefile.in (pkcs1-conv$(EXEEXT)): Added dependency on ../libhogweed.a. -2009-10-19 Niels M�ller <nisse@lysator.liu.se> +2009-10-19 Niels Möller <nisse@lysator.liu.se> * tools/pkcs1-conv.c: Updated for dsa/der interface change. @@ -1669,7 +1669,7 @@ (dsa_openssl_private_key_from_der): Likewise. * dsa.h: Corresponding changees to prototypes and #defines. -2009-10-12 Niels M�ller <nisse@lysator.liu.se> +2009-10-12 Niels Möller <nisse@lysator.liu.se> * sexp-format.c: Removed conditioning on HAVE_LIBGMP. @@ -1688,52 +1688,52 @@ * testsuite/rsa2sexp-test.c (test_main): Updated testcase for "rsa-pkcs1". -2009-10-11 Niels M�ller <nisse@lysator.liu.se> +2009-10-11 Niels Möller <nisse@lysator.liu.se> * rsa2sexp.c (rsa_keypair_to_sexp): Changed default algorithm name to "rsa-pkcs1". -2009-09-20 Niels M�ller <nisse@lysator.liu.se> +2009-09-20 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm: Improved performance by 17% on AMD K7, by letting loopmix scramble the instruction order. -2009-09-15 Niels M�ller <nisse@lysator.liu.se> +2009-09-15 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm: Cleanup, removing old cruft. Slight improvement to ROUND_F1_NOEXP. Slight reduction of dependency-chains. -2009-08-25 Niels M�ller <nisse@lysator.liu.se> +2009-08-25 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm: Eliminated tmp variable for f3 rounds. * examples/nettle-benchmark.c (bench_sha1_compress): New function, for precise benchmarking of the compression function. -2009-06-08 Niels M�ller <nisse@lysator.liu.se> +2009-06-08 Niels Möller <nisse@lysator.liu.se> * Released nettle-2.0. -2009-06-04 Niels M�ller <nisse@lysator.liu.se> +2009-06-04 Niels Möller <nisse@lysator.liu.se> * configure.ac: Set version to 2.0 -2009-05-30 Niels M�ller <nisse@lysator.liu.se> +2009-05-30 Niels Möller <nisse@lysator.liu.se> * Makefile.in (.texinfo.info): Don't use a temporary output file $@T, trust makeinfo to remove output file on errors. -2009-05-19 Niels M�ller <nisse@lysator.liu.se> +2009-05-19 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Changed license to public domain. -2009-05-11 Niels M�ller <nisse@lysator.liu.se> +2009-05-11 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Fixes from Karl Berry. Added some more index terms. -2009-03-06 Niels M�ller <nisse@lysator.liu.se> +2009-03-06 Niels Möller <nisse@lysator.liu.se> * x86_64/aes-encrypt-internal.asm: Reduced unrolling. Keep state in %eax--%edx only. @@ -1753,7 +1753,7 @@ (XREG): Fixed bug in handling of %r8 and %r9. (AES_ROUND): Use MOVE_HREG. -2009-02-10 Niels M�ller <nisse@lysator.liu.se> +2009-02-10 Niels Möller <nisse@lysator.liu.se> * base16-meta.c (base16_encode_update_wrapper): Mark ctx argument as UNUSED. @@ -1773,15 +1773,15 @@ * tools/output.h (struct sexp_output): Removed union with single element, and updated all users. New attribute soft_newline. -2008-12-22 Niels M�ller <nisse@lysator.liu.se> +2008-12-22 Niels Möller <nisse@lysator.liu.se> * Makefile.in ($(des_headers)): Create files in $(srcdir). -2008-11-28 Niels M�ller <nisse@lysator.liu.se> +2008-11-28 Niels Möller <nisse@lysator.liu.se> * testsuite/cxx-test.cxx: Include <cstdio>. -2008-11-22 Niels M�ller <nisse@lysator.liu.se> +2008-11-22 Niels Möller <nisse@lysator.liu.se> * yarrow256.c (yarrow256_fast_reseed): Set ctx->seeded = 1, so that it is set if and only if the aes context has been initialized @@ -1789,12 +1789,12 @@ (yarrow256_seed): No need to set ctx->seeded here. (yarrow256_update): Likewise. -2008-11-04 Niels M�ller <nisse@lysator.liu.se> +2008-11-04 Niels Möller <nisse@lysator.liu.se> * examples/next-prime.c (main): Avoid using gmp_fprintf, to stay compatible with gmp-3.1. -2008-11-01 Niels M�ller <nisse@lysator.liu.se> +2008-11-01 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Updated for 2.0. New section on linking. @@ -1802,25 +1802,25 @@ types to nettle-types.h. Use non-pointer types, so that the types can be used to declare functions. Updated all users. -2008-10-31 Niels M�ller <nisse@lysator.liu.se> +2008-10-31 Niels Möller <nisse@lysator.liu.se> * testsuite/yarrow-test.c (test_main): Updated for seed file changes. * sha-example.c (display_hex): Use %02x, not %2x. -2008-10-30 Niels M�ller <nisse@lysator.liu.se> +2008-10-30 Niels Möller <nisse@lysator.liu.se> * tools/sexp-conv.c (main): Fixed file locking. -2008-10-25 Niels M�ller <nisse@lysator.liu.se> +2008-10-25 Niels Möller <nisse@lysator.liu.se> * configure.ac: Set version to 2.0rc1. * examples/Makefile.in (next-prime$(EXEEXT)): Added -lnettle to linker. -2008-10-24 Niels M�ller <nisse@lysator.liu.se> +2008-10-24 Niels Möller <nisse@lysator.liu.se> * sha256.c (ROUND): Simplified macro. @@ -1836,12 +1836,12 @@ * yarrow.h (struct yarrow256_ctx): Deleted seed_file buffer. -2008-09-17 Niels M�ller <nisse@lysator.liu.se> +2008-09-17 Niels Möller <nisse@lysator.liu.se> * x86/arcfour-crypt.asm: Improved loop logic, and unrolled loop twice. Gave a modest speedup. -2008-09-15 Niels M�ller <nisse@lysator.liu.se> +2008-09-15 Niels Möller <nisse@lysator.liu.se> * yarrow256.c (yarrow256_seed): Disallow length == 0. @@ -1850,7 +1850,7 @@ * x86_64/aes-decrypt-internal.asm: New file. -2008-09-13 Niels M�ller <nisse@lysator.liu.se> +2008-09-13 Niels Möller <nisse@lysator.liu.se> * x86/aes-encrypt-internal.asm: Replaced pushl and popl in the loop with movl. Eliminated redundant movl. @@ -1876,12 +1876,12 @@ (AES_ROUND): Use movzbl together with LREG and HREG. (AES_SUBST_BYTE): Likewise. -2008-09-10 Niels M�ller <nisse@lysator.liu.se> +2008-09-10 Niels Möller <nisse@lysator.liu.se> * x86_64/sha1-compress.asm: Avoid using registers %rbx and %rbp, which must be preserved. -2008-09-08 Niels M�ller <nisse@lysator.liu.se> +2008-09-08 Niels Möller <nisse@lysator.liu.se> * Makefile.in (stamp-h.in): Use $(AUTOHEADER). @@ -1892,12 +1892,12 @@ * x86_64/machine.m4: New file, new directory. -2008-08-28 Niels M�ller <nisse@lysator.liu.se> +2008-08-28 Niels Möller <nisse@lysator.liu.se> * examples/eratosthenes.c (main): Rewrote block-wise sieving to use less memory. New options -s and -v. -2008-08-27 Niels M�ller <nisse@lysator.liu.se> +2008-08-27 Niels Möller <nisse@lysator.liu.se> * testsuite/sexp-conv-test (print_raw, print_nl): Use printf. Updated testcases with comments; comments are now preserved. @@ -1921,18 +1921,18 @@ * configure.ac: Check for fcntl file locking. -2008-08-26 Niels M�ller <nisse@lysator.liu.se> +2008-08-26 Niels Möller <nisse@lysator.liu.se> * Makefile.in (tags-here): Put TAGS file in the source directory. * examples/Makefile.in (tags): Likewise. * testsuite/Makefile.in (tags): Likewise. * tools/Makefile.in (tags): Likewise. -2008-02-29 Niels M�ller <nisse@lysator.liu.se> +2008-02-29 Niels Möller <nisse@lysator.liu.se> * examples/Makefile.in (SOURCES): Added next-prime.c. -2008-01-05 Niels M�ller <nisse@lysator.liu.se> +2008-01-05 Niels Möller <nisse@lysator.liu.se> * examples/Makefile.in (TARGETS): Added eratosthenes and next-prime. (next-prime, eratosthenes): New rules. @@ -1969,7 +1969,7 @@ * configure.ac: Check for sizeof(long). -2008-01-03 Niels M�ller <nisse@lysator.liu.se> +2008-01-03 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (main): Removed incorrect UNUSED from declaration. @@ -1977,7 +1977,7 @@ * bignum-next-prime.c: Moved the bignum_next_prime function to a separate file. -2007-09-08 Niels M�ller <nisse@lysator.liu.se> +2007-09-08 Niels Möller <nisse@lysator.liu.se> * sparc64/aes-encrypt-internal.asm: The directory with the aes.m4 include file was renamed from "sparc" to "sparc32". Updated include. @@ -1985,16 +1985,16 @@ * sparc32/aes-encrypt-internal.asm: Likewise. * sparc32/aes-decrypt-internal.asm: Likewise. -2007-09-07 Niels M�ller <nisse@lysator.liu.se> +2007-09-07 Niels Möller <nisse@lysator.liu.se> * examples/read_rsa_key.c: Include stdlib.h. -2007-06-02 Niels M�ller <nisse@lysator.liu.se> +2007-06-02 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Typo fixes to install targets, spotted by Magnus Holmgren. -2007-05-14 Niels M�ller <niels@s3.kth.se> +2007-05-14 Niels Möller <niels@s3.kth.se> * configure.ac: Fixed copy-and-paste errors in shared library name setup. @@ -2039,29 +2039,29 @@ * testsuite/Makefile.in (TS_NETTLE_SOURCES, TS_HOGWEED_SOURCES): Separate test cases using nettle and those also using hogweed. -2007-04-05 Niels M�ller <nisse@lysator.liu.se> +2007-04-05 Niels Möller <nisse@lysator.liu.se> * Moved in CVS tree. Also renamed directory sparc to sparc32. -2007-02-24 Niels M�ller <nisse@lysator.liu.se> +2007-02-24 Niels Möller <nisse@lysator.liu.se> * Makefile.in (clean-here): Remove .lib directory. (distclean-here): Remove machine.m4. -2006-12-05 Niels M�ller <nisse@lysator.liu.se> +2006-12-05 Niels Möller <nisse@lysator.liu.se> * configure.ac: AC_PREREQ 2.61, for AC_PROG_MKDIR_P. * config.make.in (datarootdir): New directory variable (for autoconf-2.61). -2006-11-28 Niels M�ller <nisse@lysator.liu.se> +2006-11-28 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.16. * Released nettle-1.15. -2006-11-27 Niels M�ller <nisse@lysator.liu.se> +2006-11-27 Niels Möller <nisse@lysator.liu.se> * NEWS: New entry for nettle-1.15. @@ -2101,7 +2101,7 @@ * COPYING, INSTALL, install-sh, texinfo.tex: Updated files, from automake-1.10. -2006-11-27 Niels M�ller <niels@s3.kth.se> +2006-11-27 Niels Möller <niels@s3.kth.se> * tools/Makefile.in (install): Use MKDIR_P to create installation directory. Install only one file at a time. @@ -2111,7 +2111,7 @@ * configure.ac: Use AC_PROG_MKDIR_P. -2006-11-24 Niels M�ller <nisse@lysator.liu.se> +2006-11-24 Niels Möller <nisse@lysator.liu.se> * testsuite/yarrow-test.c (test_main): Use gold-bug.txt as input file, instead of rfc1750.txt. @@ -2122,7 +2122,7 @@ * testsuite/rfc1750.txt: Deleted file. Debian considers RFC:s non-free, and it was expired anyway. Replaced by gold-bug.txt. -2006-11-24 Niels M�ller <niels@s3.kth.se> +2006-11-24 Niels Möller <niels@s3.kth.se> * Almost all header files: Added C++ guards. @@ -2136,16 +2136,16 @@ * testsuite/cxx-test.cxx: New testcase, trying to use nettle from a C++ program. -2006-08-28 Niels M�ller <niels@s3.kth.se> +2006-08-28 Niels Möller <niels@s3.kth.se> * index.html: Added section on language bindings. -2006-06-10 Niels M�ller <niels@s3.kth.se> +2006-06-10 Niels Möller <niels@s3.kth.se> * configure.ac: Darwin shared library support, from Grant Robinsson. -2006-05-18 Niels M�ller <nisse@lysator.liu.se> +2006-05-18 Niels Möller <nisse@lysator.liu.se> * src/nettle/x86/aes.asm: Deleted unused file. @@ -2158,10 +2158,10 @@ (install-here, install-shared, install-info, install-headers): Use plain mkdir, not $(INSTALL) -d. -2006-05-16 Niels M�ller <niels@s3.kth.se> +2006-05-16 Niels Möller <niels@s3.kth.se> Merged from the lsh experimental branch. -2006-04-26 Niels M�ller <nisse@lysator.liu.se> +2006-04-26 Niels Möller <nisse@lysator.liu.se> * examples/rsa-decrypt.c: Don't include "getopt.h", since it's not used. * examples/nettle-benchmark.c: Include "getopt.h". @@ -2182,22 +2182,22 @@ * asm.m4 (ALIGN): New macro. Takes a logarithmic argument, and expands to a .align directive. -2006-04-21 Niels M�ller <nisse@lysator.liu.se> +2006-04-21 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo (Public-key algorithms): Say that the public key operations are undocumented, not unsupported. Reported by Jeronimo Pellegrini. -2006-04-08 Niels M�ller <nisse@lysator.liu.se> +2006-04-08 Niels Möller <nisse@lysator.liu.se> * tools/pkcs1-conv.c (read_pem): Fixed c99-style declaration. - Reported by Henrik Grubbstr�m. + Reported by Henrik Grubbström. -2006-01-31 Niels M�ller <niels@s3.kth.se> +2006-01-31 Niels Möller <niels@s3.kth.se> * examples/rsa-verify.c: Fixed typo in usage message. -2005-12-05 Niels M�ller <nisse@lysator.liu.se> +2005-12-05 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.15, @@ -2208,7 +2208,7 @@ * configure.ac (SHLIBMINOR): Increased minor number. Library version is now libnettle.so.2.5, soname still libnettle.so.2. -2005-11-28 Niels M�ller <nisse@lysator.liu.se> +2005-11-28 Niels Möller <nisse@lysator.liu.se> * config.make.in (INSTALL): Don't substitute INSTALL, INSTALL_DATA and friends here, to get a correct a relative filename for @@ -2218,7 +2218,7 @@ and friends here. * Makefile.in (INSTALL): Likewise. -2005-11-27 Niels M�ller <nisse@lysator.liu.se> +2005-11-27 Niels Möller <nisse@lysator.liu.se> * Makefile.in (.texinfo.pdf): New rule. Avoid dependency on intermediate .dvi and .ps files. @@ -2228,7 +2228,7 @@ * Makefile.in (install-info, install-headers): Don't use $< and $?; Solaris make doesn't support them in explicit rules. -2005-11-26 Niels M�ller <nisse@lysator.liu.se> +2005-11-26 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in: Include .test-rules.make, which contains the rules for all the test executables. @@ -2238,7 +2238,7 @@ * testsuite/.test-rules.make: Automatically generated file for building the test programs. -2005-11-25 Niels M�ller <nisse@lysator.liu.se> +2005-11-25 Niels Möller <nisse@lysator.liu.se> * configure.ac: Disable assembler when compiling with rntcl. @@ -2256,32 +2256,32 @@ * examples/Makefile.in: Use explicit rules for all executable targets. Use $(EXEEXT) and $(OBJEXT) more consistently. -2005-11-25 Niels M�ller <niels@s3.kth.se> +2005-11-25 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.in: Avoid using single-suffix rule to build executables. -2005-11-24 Niels M�ller <niels@s3.kth.se> +2005-11-24 Niels Möller <niels@s3.kth.se> * Makefile.in (distdir): Use [ -f, not [ -e, since the latter is less portable, and not supported by Solaris /bin/sh. -2005-11-23 Niels M�ller <niels@s3.kth.se> +2005-11-23 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.in (DISTFILES): Added teardown-env. * testsuite/teardown-env: New file. Delete files created by the testsuite. -2005-11-21 Niels M�ller <nisse@lysator.liu.se> +2005-11-21 Niels Möller <nisse@lysator.liu.se> * testsuite/testutils.c (main): Fixed check for -v option. Spotted by Goran K. -2005-11-21 Niels M�ller <niels@s3.kth.se> +2005-11-21 Niels Möller <niels@s3.kth.se> * ctr.h (CTR_CTX, CTR_CRYPT): Fixed bugs, spotted by Goran K. -2005-11-20 Niels M�ller <nisse@lysator.liu.se> +2005-11-20 Niels Möller <nisse@lysator.liu.se> * Makefile.in (nettle_SOURCES): Added der2rsa.c. @@ -2320,7 +2320,7 @@ * asn1.h: Added name mangling defines, and a few new declarations. -2005-11-13 Niels M�ller <nisse@lysator.liu.se> +2005-11-13 Niels Möller <nisse@lysator.liu.se> * Makefile.in (nettle_SOURCES): Added der-iterator.c. (HEADERS): Added asn1.h. @@ -2330,7 +2330,7 @@ * der-iterator.c: New file. * asn1.h: New file. -2005-11-07 Niels M�ller <nisse@lysator.liu.se> +2005-11-07 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c: Check HAVE_UNISTD_H. @@ -2346,7 +2346,7 @@ * config.guess, config.sub: In the CVS tree, moved files to the lsh top-level directory. -2005-10-23 Niels M�ller <nisse@lysator.liu.se> +2005-10-23 Niels Möller <nisse@lysator.liu.se> * sparc64/arcfour-crypt.asm: New file, almost the same as sparc/arcfour-crypt.asm. @@ -2358,17 +2358,17 @@ read accesses at SRC; could be improved int he case that SRC and DST have compatible alignment. -2005-10-19 Niels M�ller <niels@s3.kth.se> +2005-10-19 Niels Möller <niels@s3.kth.se> * testsuite/arcfour-test.c (test_main): New testcase with 512 bytes of data. -2005-10-19 Niels M�ller <nisse@lysator.liu.se> +2005-10-19 Niels Möller <nisse@lysator.liu.se> * sparc/arcfour-crypt.asm: Fixed bug, spotted by Mikael Kalms. We must order the store at [CTX+I] before the load of [CTX+SI+SJ]. -2005-10-18 Niels M�ller <nisse@lysator.liu.se> +2005-10-18 Niels Möller <nisse@lysator.liu.se> * sparc/arcfour-crypt.asm: Special unrolled code if SRC and DST have compatible alignment. Improves performance by 20%, but I'm @@ -2383,10 +2383,10 @@ numbers. Convert in the same way as for positive numbers, and then subtract the appropriate power of two. -2005-10-17 Niels M�ller <nisse@lysator.liu.se> +2005-10-17 Niels Möller <nisse@lysator.liu.se> * bignum.c (nettle_mpz_from_octets): Improved loop. Removed the - digit temporary (suggested by Torbj�rn Granlund). + digit temporary (suggested by Torbjörn Granlund). * sparc/arcfour-crypt.asm: Improved instruction scheduling. @@ -2399,7 +2399,7 @@ * x86/arcfour-crypt.asm: Use ARCFOUR_I and ARCFOUR_J * asm.m4 (ARCFOUR): New struct. -2005-10-17 Niels M�ller <niels@s3.kth.se> +2005-10-17 Niels Möller <niels@s3.kth.se> * aes-internal.h (struct aes_table): Deleted idx and sparc_idx arrays. @@ -2407,7 +2407,7 @@ * aes-decrypt.c (_aes_decrypt_table): Likewise. * asm.m4 (AES): Likewise -2005-10-16 Niels M�ller <nisse@lysator.liu.se> +2005-10-16 Niels Möller <nisse@lysator.liu.se> * tools/input.c (sexp_get_char): Use unsigned for the done flag. @@ -2480,7 +2480,7 @@ them as arguments. (AES_FINAL_ROUND): New macro. -2005-10-15 Niels M�ller <nisse@lysator.liu.se> +2005-10-15 Niels Möller <nisse@lysator.liu.se> * configure.ac (OBJDUMP): Substitute the program false if objdump is not found. @@ -2501,7 +2501,7 @@ * sparc/aes-encrypt-internal.asm: New file. -2005-10-14 Niels M�ller <nisse@lysator.liu.se> +2005-10-14 Niels Möller <nisse@lysator.liu.se> * x86/aes-decrypt.asm, x86/aes-encrypt.asm: Deleted files. @@ -2535,7 +2535,7 @@ * aes-decrypt-internal.c (_nettle_aes_decrypt): New AES decryption function, analogous to _nettle_aes_encrypt. -2005-10-14 Niels M�ller <niels@s3.kth.se> +2005-10-14 Niels Möller <niels@s3.kth.se> * aes-internal.h (AES_ROUND, AES_FINAL_ROUND): New macros. @@ -2545,7 +2545,7 @@ * sha1-compress.c: Added debugging code. * md5-compress.c: Likewise. -2005-10-13 Niels M�ller <niels@s3.kth.se> +2005-10-13 Niels Möller <niels@s3.kth.se> * config.m4.in (ASM_MARK_NOEXEC_STACK): Use a diversion, to substitute the value of ASM_MARK_NOEXEC_STACK at the end of each @@ -2557,7 +2557,7 @@ * sparc64/aes.asm: New file. Copy of sparc/aes.asm, with minor changes to the stack frame layout. Patch contributed by Henrik - Grubbstr�m. Not yet tested. + Grubbström. Not yet tested. * x86/md5-compress.asm: Skip copying of input to the stack, and don't allocate space for it. @@ -2569,11 +2569,11 @@ * configure.ac (asm_path): Check for sparc64, and use sparc64 subdirectory. Link in md5-compress.asm, if it exists. -2005-10-13 Niels M�ller <nisse@lysator.liu.se> +2005-10-13 Niels Möller <nisse@lysator.liu.se> * x86/md5-compress.asm (REF): Fixed calculation of offset. -2005-10-12 Niels M�ller <nisse@lysator.liu.se> +2005-10-12 Niels Möller <nisse@lysator.liu.se> * x86/machine.m4 (OFFSET): Moved macro, used to be in... * x86/sha1-compress.asm (OFFSET): ... removed macro. @@ -2581,7 +2581,7 @@ * x86/md5-compress.asm: New file, with first attempt at md5 assembler. Not yet working. -2005-10-11 Niels M�ller <nisse@lysator.liu.se> +2005-10-11 Niels Möller <nisse@lysator.liu.se> * Makefile.in (nettle_SOURCES): Added md5-compress.c. @@ -2590,7 +2590,7 @@ * md5-compress.c (_nettle_md5_compress): New file and new function. -2005-10-10 Niels M�ller <niels@s3.kth.se> +2005-10-10 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.in (EXTRA_SOURCES, EXTRA_TARGETS): New variables, for test cases that are not run by default. @@ -2603,7 +2603,7 @@ * sha1.c (sha1_block): Deleted function; inlined where used. (SHA1_INCR): New macro for incrementing the block count. -2005-10-06 Niels M�ller <nisse@lysator.liu.se> +2005-10-06 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.14. @@ -2615,7 +2615,7 @@ $(DISTFILES) from source and build directories. For some reason, $? failed to find stamp-h.in in the source directory. -2005-10-05 Niels M�ller <nisse@lysator.liu.se> +2005-10-05 Niels Möller <nisse@lysator.liu.se> * x86/aes-decrypt.asm: Use C_NAME(_nettle_aes_decrypt_table) when using the AES_SUBST_BYTE macro. Use PROLOGUE and EPILOGUE. @@ -2664,21 +2664,21 @@ compute offsets mod 16, since m4 on FreeBSD 49.RELEASE and NetBSD doesn't implement & correctly in eval. -2005-10-03 Niels M�ller <nisse@lysator.liu.se> +2005-10-03 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm (OFFSET): New macro. (F3): Eliminated a movl. (ROUND): New argument, for k. When using F3, it's TMP3, on the stack, otherwise, it is kept in TMP2, a register. -2005-10-03 Niels M�ller <niels@s3.kth.se> +2005-10-03 Niels Möller <niels@s3.kth.se> * examples/nettle-openssl.c: Use correct block sizes for openssl ciphers. * examples/nettle-benchmark.c: Also display cycles per block. -2005-10-02 Niels M�ller <nisse@lysator.liu.se> +2005-10-02 Niels Möller <nisse@lysator.liu.se> * sha1-compress.c (_nettle_sha1_compress): Updated to new interface. Now responsible for byte conversion. @@ -2697,7 +2697,7 @@ argument is now a pointer to the input data in unaligned, big-endian form. -2005-09-28 Niels M�ller <niels@s3.kth.se> +2005-09-28 Niels Möller <niels@s3.kth.se> * sha1.c (sha1_final): Call sha1_block, don't call the compression function _nettle_sha1_compress directly. @@ -2720,22 +2720,22 @@ * examples/nettle-openssl.c: Updated openssl des glue to use the new openssl des interface. Added glue for arcfour and aes. -2005-09-27 Niels M�ller <nisse@lysator.liu.se> +2005-09-27 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo (RSA): Improved text about the RSA patent. Use @documentencoding ISO-8859-1. -2005-09-07 Niels M�ller <niels@s3.kth.se> +2005-09-07 Niels Möller <niels@s3.kth.se> * tools/sexp-conv.c (parse_options): New option --raw-hash, for compatibility with lsh-1.x. Equivalent to --hash. -2005-09-06 Niels M�ller <niels@s3.kth.se> +2005-09-06 Niels Möller <niels@s3.kth.se> * tools/sexp-conv.c (main): With --hash, output a newline after each hash. -2005-07-02 Niels M�ller <nisse@lysator.liu.se> +2005-07-02 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in (TS_SOURCES): Added ctr-test.c. @@ -2771,29 +2771,29 @@ * nettle-types.h: New file. Automatically generated declarations are now in nettle-stdint.h. -2005-03-17 Niels M�ller <niels@s3.kth.se> +2005-03-17 Niels Möller <niels@s3.kth.se> * config.guess: Support Solaris on x86_64. Fix by Henrik - Grubbstr�m. + Grubbström. -2005-01-03 Niels M�ller <niels@s3.kth.se> +2005-01-03 Niels Möller <niels@s3.kth.se> * examples/io.h: Include RSA declarations only when public key algorithms are enabled. Problem reported by Meilof Veeningen <meilof@gmail.com>. -2004-12-07 Niels M�ller <nisse@lysator.liu.se> +2004-12-07 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Install directories, using $(INSTALL) -d, only if they don't exist already. -2004-12-05 Niels M�ller <nisse@lysator.liu.se> +2004-12-05 Niels Möller <nisse@lysator.liu.se> * config.make.in (.PRECIOUS): Reverted earlier change. We need .PRECIOUS to stop GNU make from deleting object files for the test programs. -2004-12-02 Niels M�ller <nisse@lysator.liu.se> +2004-12-02 Niels Möller <nisse@lysator.liu.se> * Makefile.in (.SUFFIXES): Moved from Makefile.in to... * config.make.in (.SUFFIXES): ... here. This helps compilation @@ -2806,23 +2806,23 @@ (clean distclean mostlyclean maintainer-clean): Don't use the -C flag when invoking make, for compatibility with Solaris make. -2004-12-02 Niels M�ller <niels@s3.kth.se> +2004-12-02 Niels Möller <niels@s3.kth.se> * Makefile.in (aesdata, desdata): Commented out the explicit targets. (shadata): Avoid using $< in non-pattern rule. -2004-12-01 Niels M�ller <nisse@lysator.liu.se> +2004-12-01 Niels Möller <nisse@lysator.liu.se> * config.make.in: Added a default target. -2004-11-29 Niels M�ller <nisse@lysator.liu.se> +2004-11-29 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in: Use .$(OBJEXT). Explicitly set .SUFFIXES. * Makefile.in: Use .$(OBJEXT). -2004-11-28 Niels M�ller <nisse@lysator.liu.se> +2004-11-28 Niels Möller <nisse@lysator.liu.se> * tools/Makefile.in (nettle-lfib-stream): Avoid using $< in non-suffix rule. @@ -2834,12 +2834,12 @@ * tools/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. -2004-11-24 Niels M�ller <niels@s3.kth.se> +2004-11-24 Niels Möller <niels@s3.kth.se> * configure.ac: Fixed typo, preventing the creation of dependency files. -2004-11-23 Niels M�ller <nisse@lysator.liu.se> +2004-11-23 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Use DEP_INCLUDE. * tools/Makefile.in: Likewise. @@ -2849,7 +2849,7 @@ * configure.ac (dummy-dep-files): Generate only of dependency tracking is enabled. -2004-11-18 Niels M�ller <nisse@lysator.liu.se> +2004-11-18 Niels Möller <nisse@lysator.liu.se> * Makefile.in (clean-here): The clean target should not delete the dependency files. Moved to the distclean target. @@ -2860,7 +2860,7 @@ * configure.ac (ASM_SYMBOL_PREFIX): Fixed test. (dummy-dep-files): Added quotes to sed command. -2004-11-17 Niels M�ller <nisse@lysator.liu.se> +2004-11-17 Niels Möller <nisse@lysator.liu.se> * testsuite/symbols-test: Try plain nm if nm -g doesn't work. @@ -2876,12 +2876,12 @@ * configure.ac (ASM_SYMBOL_PREFIX): Check if global symbols have a leading underscore. -2004-11-16 Niels M�ller <nisse@lysator.liu.se> +2004-11-16 Niels Möller <nisse@lysator.liu.se> * Deleted getopt.c, getopt.h and getopt1.c from the CVS tree. Link them from shared copies in lsh/misc instead. -2004-11-14 Niels M�ller <nisse@lysator.liu.se> +2004-11-14 Niels Möller <nisse@lysator.liu.se> * Makefile.in (DEP_FILES): Try include with only one macro argument to be expanted. @@ -2889,7 +2889,7 @@ * configure.ac (dummy-dep-files): Create dummy dependency files, so that they can be included by the makefiles. -2004-11-13 Niels M�ller <nisse@lysator.liu.se> +2004-11-13 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Don't use -include, as it's GNU make specific. * examples/Makefile.in, tools/Makefile.in, testsuite/Makefile.in: @@ -2901,17 +2901,17 @@ cast.h, des.h. Renamed symbol HAVE_LIBCRYPTO to WITH_OPENSSL. New configure option --disable-openssl. -2004-11-04 Niels M�ller <nisse@lysator.liu.se> +2004-11-04 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.13. * Released nettle-1.12. -2004-11-04 Niels M�ller <niels@s3.kth.se> +2004-11-04 Niels Möller <niels@s3.kth.se> * nettle.texinfo (UPDATED-FOR): Bumped to 1.12. -2004-11-02 Niels M�ller <nisse@lysator.liu.se> +2004-11-02 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo (Cipher functions): Updated AES documentation, for aes_set_encrypt_key and aes_set_decrypt_key. @@ -2922,7 +2922,7 @@ pattern. (This file really lives in the lsh tree, as lsh/acinclude.m4. For a complete ChangeLog, see lsh/Changelog). -2004-10-26 Niels M�ller <nisse@lysator.liu.se> +2004-10-26 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.12. @@ -2934,14 +2934,14 @@ * x86/arcfour-crypt.asm: Use movzbl when extending %cl to 32 bits. -2004-10-24 Niels M�ller <nisse@lysator.liu.se> +2004-10-24 Niels Möller <nisse@lysator.liu.se> * x86/arcfour-crypt.asm: Reverted the latest two changes; update bost src and dst pointers in the loop, and use plain addb when updating j. These two previous changes slowed the code down on AMD Duron. -2004-10-21 Niels M�ller <nisse@lysator.liu.se> +2004-10-21 Niels Möller <nisse@lysator.liu.se> * Makefile.in (install-shared): Use $(INSTALL_PROGRAM). @@ -2950,7 +2950,7 @@ * Makefile.in (DISTFILES): Added asm.m4. -2004-10-21 Niels M�ller <niels@s3.kth.se> +2004-10-21 Niels Möller <niels@s3.kth.se> * examples/Makefile.in: Deleted all configure-related rules, except the one rebuilding this Makefile. One should run make at @@ -2965,7 +2965,7 @@ Rewrote the configure-related rules, mostly based on the example in the autoconf manual. -2004-10-20 Niels M�ller <nisse@lysator.liu.se> +2004-10-20 Niels Möller <nisse@lysator.liu.se> * examples/nettle-openssl.c (NCOMPAT): Disable openssl backwards compatibility. @@ -2978,7 +2978,7 @@ * testsuite/Makefile.in: Likewise * tools/Makefile.in: Likewise. -2004-10-20 Niels M�ller <niels@s3.kth.se> +2004-10-20 Niels Möller <niels@s3.kth.se> * Makefile.in: In the assembler rules, there's no need to look in $(srcdir) for the input file. @@ -2991,7 +2991,7 @@ * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Replaced addb -> addl + andl $0xff, improving speed on PPro by another 15%. -2004-10-20 Niels M�ller <nisse@lysator.liu.se> +2004-10-20 Niels Möller <nisse@lysator.liu.se> * tools/Makefile.in (install): Support DESTDIR. (uninstall): New target. @@ -3028,7 +3028,7 @@ * config.make.in (COMPILE): Add $(INCLUDE) to the line. -2004-10-19 Niels M�ller <nisse@lysator.liu.se> +2004-10-19 Niels Möller <nisse@lysator.liu.se> Stop using automake. Replaced each Makefile.am with a hand-written Makefile.in. @@ -3037,24 +3037,24 @@ * .bootstrap: Don't run aclocal and automake. * config.make.in: New file, with shared Makefile variables and rules. -2004-10-18 Niels M�ller <nisse@lysator.liu.se> +2004-10-18 Niels Möller <nisse@lysator.liu.se> * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Replace incb -> incl + andl, to improve speed on PPro and PII. Suggested by Fredrik Olsson. -2004-10-08 Niels M�ller <niels@s3.kth.se> +2004-10-08 Niels Möller <niels@s3.kth.se> * examples/rsa-encrypt-test: Avoid reading and executing a file at the same time. * examples/setup-env: Likewise. -2004-10-06 Niels M�ller <niels@s3.kth.se> +2004-10-06 Niels Möller <niels@s3.kth.se> * testsuite/symbols-test: Ignore __i686.get_pc_thunk.bx and similar symbols. -2004-10-05 Niels M�ller <nisse@lysator.liu.se> +2004-10-05 Niels Möller <nisse@lysator.liu.se> * twofish.c (q_table): Use a const pointer array. @@ -3071,12 +3071,12 @@ * list-obj-sizes.awk: Fixes to handle multiple .data and .rodata sections. Also fixed to handle the last file correctly. -2004-09-23 Niels M�ller <nisse@lysator.liu.se> +2004-09-23 Niels Möller <nisse@lysator.liu.se> * configure.ac (SHLIBLINK, SHLIBLIBS): On cygwin, linking needs -Wl,--whole-archive $(OBJECTS) -Wl,--no-whole-archive $(LIBS). -2004-09-22 Niels M�ller <niels@s3.kth.se> +2004-09-22 Niels Möller <niels@s3.kth.se> * configure.ac: Setup SHLIBFORLINK and friends for cygwin. @@ -3090,7 +3090,7 @@ (SHLIBSONAME): Check if this name is empty, which is the case on cygwin, before using it. -2004-08-31 Niels M�ller <nisse@lysator.liu.se> +2004-08-31 Niels Möller <nisse@lysator.liu.se> * configure.ac: New command line option --disable-pic. Use LSH_CCPIC. @@ -3098,12 +3098,12 @@ * Makefile.am (libnettle_a_CFLAGS): Added $(CCPIC), to attempt to build also the static library as position independent code. -2004-08-24 Niels M�ller <nisse@lysator.liu.se> +2004-08-24 Niels Möller <nisse@lysator.liu.se> * des-compat.c (des_cbc_cksum): Pad input with NUL's, if it's not an integral number of blocks. -2004-08-24 Niels M�ller <niels@s3.kth.se> +2004-08-24 Niels Möller <niels@s3.kth.se> * testsuite/arctwo-test.c, arctwo.h, arctwo.c (arctwo_set_key_ekb): Fixed typo; it should be "ekb", not "ebk". @@ -3122,12 +3122,12 @@ * macros.h (LE_READ_UINT16, LE_WRITE_UINT16): New macros. -2004-08-23 Niels M�ller <nisse@lysator.liu.se> +2004-08-23 Niels Möller <nisse@lysator.liu.se> * testsuite/md5-test.c (test_main): Added collision, found in 2004. (test_main): Added second collision. -2004-08-23 Niels M�ller <niels@s3.kth.se> +2004-08-23 Niels Möller <niels@s3.kth.se> * testsuite/md5-test.c (test_main): Added first half of a collision test case. @@ -3138,52 +3138,52 @@ * des-compat.h (const_des_cblock): New bogus type. Disabled use of const, for compatibility with openssl. -2004-06-08 Niels M�ller <niels@s3.kth.se> +2004-06-08 Niels Möller <niels@s3.kth.se> * aesdata.c: Renamed log and ilog to gf2_log and gf2_exp. -2004-04-07 Niels M�ller <nisse@lysator.liu.se> +2004-04-07 Niels Möller <nisse@lysator.liu.se> * aes-set-encrypt-key.c (log, ilog): Deleted unused tables. * aes-set-decrypt-key.c (gf2_log, gf2_exp, mult): Renamed tables, were log and ilog. -2004-03-20 Niels M�ller <nisse@lysator.liu.se> +2004-03-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use AC_CONFIG_AUX_DIR([.]). -2004-03-18 Niels M�ller <niels@s3.kth.se> +2004-03-18 Niels Möller <niels@s3.kth.se> * examples/io.c (read_file): Display a message if fopen fails. -2004-03-05 Niels M�ller <nisse@lysator.liu.se> +2004-03-05 Niels Möller <nisse@lysator.liu.se> * Released nettle-1.10. * configure.ac (SHLIBMINOR): Shared library version is now 2.2. -2004-03-04 Niels M�ller <nisse@lysator.liu.se> +2004-03-04 Niels Möller <nisse@lysator.liu.se> * testsuite/symbols-test: Pass -g flag to nm. -2004-03-02 Niels M�ller <nisse@lysator.liu.se> +2004-03-02 Niels Möller <nisse@lysator.liu.se> * configure.ac: Fixed EXEEXT workaround. -2004-03-02 Niels M�ller <niels@s3.kth.se> +2004-03-02 Niels Möller <niels@s3.kth.se> * configure.ac: Added workaround to get the correct $(EXEEXT)='' when compiling with rntcl. -2004-03-02 Niels M�ller <nisse@lysator.liu.se> +2004-03-02 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.am (noinst_PROGRAMS): Put test program list here, to let automake add $(EXEEXT). * configure.ac (RSA_EXAMPLES): Append $(EXEEXT) to the filenames. -2004-03-01 Niels M�ller <nisse@lysator.liu.se> +2004-03-01 Niels Möller <nisse@lysator.liu.se> * examples/rsa-keygen.c, examples/rsa-encrypt.c, examples/rsa-decrypt.c: Include "getopt.h" instead of <unistd.h>. @@ -3199,7 +3199,7 @@ * testsuite/testutils.c (main): Don't use getopt. Then we don't need to include <unistd.h>. -2004-03-01 Niels M�ller <niels@s3.kth.se> +2004-03-01 Niels Möller <niels@s3.kth.se> * config.guess: Copied from automake-1.8.2. Hacked to recognize Windows_NT (and Windows_95 and Windows_98) running on "x86" and @@ -3207,7 +3207,7 @@ * install-sh: Removed from CVS repository. Let automake supply it. -2004-02-26 Niels M�ller <nisse@lysator.liu.se> +2004-02-26 Niels Möller <nisse@lysator.liu.se> * nettle-meta.h (nettle_crypt_func): Typedef moved to cbc.h. Include cbc.h instead. @@ -3222,7 +3222,7 @@ for typing the f argument. Reverted the const change, for compatibility with nettle_crypt_func. -2004-02-25 Niels M�ller <nisse@lysator.liu.se> +2004-02-25 Niels Möller <nisse@lysator.liu.se> * testsuite/des-compat-test.c: Use des_cblock for typing more of the variables. Use const. Got rid of most of the explicit casts. @@ -3242,16 +3242,16 @@ * des-compat.c (des_cbc_cksum): Dereference DST pointer. -2004-02-25 Niels M�ller <niels@s3.kth.se> +2004-02-25 Niels Möller <niels@s3.kth.se> * pgp.h: Include nettle-types.h. -2004-02-24 Niels M�ller <nisse@lysator.liu.se> +2004-02-24 Niels Möller <nisse@lysator.liu.se> * testsuite/symbols-test: Allow symbols starting with double underscores, like on darwin. -2004-02-17 Niels M�ller <niels@s3.kth.se> +2004-02-17 Niels Möller <niels@s3.kth.se> * Makefile.am: Protected %-rules used for building pure objects, and for assembler files, by automake conditionals. Needed for @@ -3268,31 +3268,31 @@ * testsuite/testutils.c (xalloc): xalloc(0) should work also on systems where malloc(0) returns NULL. -2004-02-16 Niels M�ller <niels@s3.kth.se> +2004-02-16 Niels Möller <niels@s3.kth.se> * Makefile.am (%.o: %.asm): Added comment about OSF1 make problem. -2004-02-15 Niels M�ller <nisse@lysator.liu.se> +2004-02-15 Niels Möller <nisse@lysator.liu.se> * testsuite/testutils.h: #include nettle-types.h instead of inttypes.h. -2004-02-12 Niels M�ller <nisse@lysator.liu.se> +2004-02-12 Niels Möller <nisse@lysator.liu.se> * examples/rsa-encrypt-test: Use -r option when invoking rsa-encrypt. Needed for the test to work on systems with no /dev/urandom. -2004-02-12 Niels M�ller <niels@s3.kth.se> +2004-02-12 Niels Möller <niels@s3.kth.se> * configure.ac (CPPFLAGS, LDFLAGS): No spaces after -I and -L, as some C compilers, in particular True64 cc, don't like that. -2004-02-08 Niels M�ller <nisse@lysator.liu.se> +2004-02-08 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version number to 1.10. -2004-02-07 Niels M�ller <nisse@lysator.liu.se> +2004-02-07 Niels Möller <nisse@lysator.liu.se> * Released nettle-1.9. @@ -3337,7 +3337,7 @@ * Makefile.am (nodist_libnettleinclude_HEADERS): nettle-types.h should not be distributed. -2004-02-06 Niels M�ller <niels@s3.kth.se> +2004-02-06 Niels Möller <niels@s3.kth.se> * x86/sha1-compress.asm: Rename round -> ROUND. @@ -3353,7 +3353,7 @@ * x86/sha1-compress.asm (EXPAND): Fixed the rotation part of the data expansion. -2004-02-06 Niels M�ller <nisse@lysator.liu.se> +2004-02-06 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm: Assembler implementation of sha1_compress. (Not yet working). @@ -3364,7 +3364,7 @@ moved to... * sha1-compress.c: ... New file. -2004-02-05 Niels M�ller <nisse@lysator.liu.se> +2004-02-05 Niels Möller <nisse@lysator.liu.se> * examples/rsa-encrypt.c (process_file): Copy the leftover to the start of the buffer, when preparing for the final processing. @@ -3390,7 +3390,7 @@ * arcfour.c (arcfour_stream): Likewise. * arcfour-crypt.c (arcfour_crypt): Likewise. -2004-02-05 Niels M�ller <niels@s3.kth.se> +2004-02-05 Niels Möller <niels@s3.kth.se> * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Must store the new i, j at the end of the loop. @@ -3411,22 +3411,22 @@ * arcfour-crypt.c (arcfour_crypt): New file. * arcfour.c (arcfour_crypt): Optimization suggested by Jonas - Walld�n. Makes arcfour up to 50% faster on x86 and ppc, and + Walldén. Makes arcfour up to 50% faster on x86 and ppc, and probably on other architectures as well. -2004-01-31 Niels M�ller <nisse@lysator.liu.se> +2004-01-31 Niels Möller <nisse@lysator.liu.se> * configure.ac (AX_CREATE_STDINT_H): Also look for uint32_t and friends in sys/types.h. -2004-01-11 Niels M�ller <nisse@harpo.hack.org> +2004-01-11 Niels Möller <nisse@harpo.hack.org> * Makefile.am (libnettleinclude_HEADERS): Added bignum.h, memxor.h, pkcs1.h and rsa-compat.h. * configure.ac: Bumped version to 1.9. -2004-01-10 Niels M�ller <nisse@harpo.hack.org> +2004-01-10 Niels Möller <nisse@harpo.hack.org> * Released nettle-1.8. @@ -3436,7 +3436,7 @@ * configure.ac (SHLIBMAJOR): Bumped to 2. -2004-01-09 Niels M�ller <nisse@harpo.hack.org> +2004-01-09 Niels Möller <nisse@harpo.hack.org> * examples/rsa-encrypt-test: New testcase. @@ -3449,7 +3449,7 @@ * examples/io.c (write_string): Treat short item count as an error. -2004-01-08 Niels M�ller <niels@s3.kth.se> +2004-01-08 Niels Möller <niels@s3.kth.se> * index.html: Added instructions for CVS access. @@ -3464,7 +3464,7 @@ imposing a hard limit on what can be allocated. Updated all users of alloca. -2004-01-07 Niels M�ller <nisse@harpo.hack.org> +2004-01-07 Niels Möller <nisse@harpo.hack.org> * nettle-types.h: New (generated) file, to be used instead of including <inttypes.h> directly. Updated all users of inttypes.h. @@ -3474,11 +3474,11 @@ * configure.ac (AX_CREATE_STDINT_H): Create nettle-types.h. -2003-11-16 Niels M�ller <nisse@harpo.hack.org> +2003-11-16 Niels Möller <nisse@harpo.hack.org> * yarrow256.c (yarrow256_seed): Use const for the seed_file input. -2003-11-12 Niels M�ller <niels@s3.kth.se> +2003-11-12 Niels Möller <niels@s3.kth.se> * list-obj-sizes.awk: New function for decoding hex values, with a new function hex2int. Also implemented calculation of total @@ -3486,13 +3486,13 @@ the $FILTER environment variable as a regexp for restricting the object files that are considered. -2003-09-21 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-21 Niels Möller <nisse@cuckoo.hack.org> * testsuite/rsa-encrypt-test.c (test_main): Don't use gmp_printf, as it seems it's only available with the newer gmp. Use mpz_out_str instead. -2003-09-19 Niels M�ller <niels@s3.kth.se> +2003-09-19 Niels Möller <niels@s3.kth.se> * examples/Makefile.am (EXTRA_DIST): Added rsa-session.h. @@ -3519,16 +3519,16 @@ * configure.ac (RSA_EXAMPLES): Added rsa-encrypt and rsa-decrypt. -2003-09-01 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-01 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.c (print_hex): Use const. -2003-08-30 Niels M�ller <niels@s3.kth.se> +2003-08-30 Niels Möller <niels@s3.kth.se> * md2.c, md2.h: Added reference to RFC 1319. * md4.c, md4.h: Added reference to RFC 1320 -2003-08-26 Niels M�ller <niels@s3.kth.se> +2003-08-26 Niels Möller <niels@s3.kth.se> * Makefile.am: Added md2 and md5 files. Deleted the print-path hack. @@ -3555,7 +3555,7 @@ * md2.c, md2.h, md2-meta.c: New files, implemented md2. * md4.c, md4.h, md4-meta.c: New files, implemented md4. -2003-08-17 Niels M�ller <nisse@cuckoo.hack.org> +2003-08-17 Niels Möller <nisse@cuckoo.hack.org> * desCode.h (des_keymap, des_bigmap): Deleted extern declarations, they conficted with the static definition in des.c. Reported by @@ -3564,41 +3564,41 @@ * des.c (DesSmallFipsEncrypt, DesSmallFipsDecrypt): Moved definitions after the definition of the des_kemap array. -2003-08-11 Niels M�ller <nisse@cuckoo.hack.org> +2003-08-11 Niels Möller <nisse@cuckoo.hack.org> * rsa-encrypt.c (rsa_encrypt): Bugfix contributed by leg@terra.com.br. -2003-06-10 Niels M�ller <niels@s3.kth.se> +2003-06-10 Niels Möller <niels@s3.kth.se> * Makefile.am (EXTRA_DIST): Distribute sha-example.c. -2003-06-05 Niels M�ller <nisse@lysator.liu.se> +2003-06-05 Niels Möller <nisse@lysator.liu.se> * Makefile.am (DISTCLEANFILES): Delete .s files. -2003-05-27 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-27 Niels Möller <nisse@cuckoo.hack.org> * testsuite/symbols-test: And allow symbols that start at the beginning of the line, as output by AIX nm. -2003-05-26 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-26 Niels Möller <nisse@cuckoo.hack.org> * testsuite/symbols-test: Allow symbols to start with a dot. -2003-05-14 Niels M�ller <niels@s3.kth.se> +2003-05-14 Niels Möller <niels@s3.kth.se> * pgp.h (enum pgp_subpacket_tag): Copied values from RFC 2440. Renamed PGP_SUBPACKET_ISSUER to PGP_SUBPACKET_ISSUER_KEY_ID. -2003-05-13 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-13 Niels Möller <nisse@cuckoo.hack.org> * pgp.h: Do proper namemangling for pgp_put_public_rsa_key and pgp_put_rsa_sha1_signature. * pgp-encode.c (pgp_put_mpi): Fixed nettle_mpz_get_str_256 call. -2003-05-12 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-12 Niels Möller <nisse@cuckoo.hack.org> * rsa2openpgp.c (rsa_keypair_to_openpgp): Some bugfixes. @@ -3617,11 +3617,11 @@ * Reordered includes in most or all .c-files. All should now include config.h. -2003-05-12 Niels M�ller <niels@s3.kth.se> +2003-05-12 Niels Möller <niels@s3.kth.se> * configure.ac: Use LSH_FUNC_ALLOCA. -2003-04-25 Niels M�ller <niels@s3.kth.se> +2003-04-25 Niels Möller <niels@s3.kth.se> * Makefile.am (libnettle_a_SOURCES): Added hmac-sha256.c. @@ -3630,7 +3630,7 @@ * hmac-sha256.c (hmac_sha256_digest): New file. -2003-04-22 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-22 Niels Möller <nisse@cuckoo.hack.org> * sha-example.c (display_hex): Simplified by using printf better. @@ -3640,14 +3640,14 @@ * sha-example.c: Example program, for inclusion in the manual. Fixed bugs reported by Mark Arking. -2003-04-14 Niels M�ller <niels@s3.kth.se> +2003-04-14 Niels Möller <niels@s3.kth.se> * x86/aes-encrypt.asm (nettle_aes_encrypt): Fixed references to _nettle_aes_encrypt_table. * x86/aes-decrypt.asm (nettle_aes_decrypt): Fixed references to _nettle_aes_decrypt_table. -2003-04-12 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-12 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (TS_SH): New test case symbols-test. (EXTRA_PROGRAMS): Added testutils, as a kludge to @@ -3674,7 +3674,7 @@ declares a function also use #define to provide a shorter more readable name without the prefix. -2003-03-11 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-11 Niels Möller <nisse@cuckoo.hack.org> * Released nettle-1.7. @@ -3683,7 +3683,7 @@ * nettle.texinfo (DSA): New section. (RSA): Updated documentation. -2003-03-02 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-02 Niels Möller <nisse@cuckoo.hack.org> * examples/nettle-benchmark.c (time_cipher): Don't use GNU C non-constant initializers. @@ -3692,29 +3692,29 @@ * configure.ac: Use LSH_GCC_ATTRIBUTES. -2003-02-19 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-19 Niels Möller <nisse@cuckoo.hack.org> * acinclude.m4: Deleted file from cvs, use a link to lsh's acinclude.m4 instead. -2003-02-16 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-16 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (libnettleinclude_HEADERS): Added macros.h. * tools/Makefile.am (EXTRA_DIST): Added getopt.h. -2003-02-14 Niels M�ller <niels@s3.kth.se> +2003-02-14 Niels Möller <niels@s3.kth.se> * Makefile.am (print_path): Added target to print the used PATH, for debugging. (print-path): Moved dependency to all-local. -2003-02-11 Niels M�ller <niels@s3.kth.se> +2003-02-11 Niels Möller <niels@s3.kth.se> * buffer.c (nettle_buffer_copy): Bug fix, it didn't return any value. -2003-02-11 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-11 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-format-test.c (test_main): Added test for %( and %). @@ -3728,7 +3728,7 @@ * buffer.c (nettle_buffer_init_realloc): New function. * buffer-init.c (nettle_buffer_init): Use nettle_buffer_init_realloc. -2003-02-10 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-10 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-format-test.c (test_main): New test with tokens in the format string. @@ -3746,14 +3746,14 @@ (sexp_vformat): Implemented support for literals in the format string. -2003-02-06 Niels M�ller <nisse@lysator.liu.se> +2003-02-06 Niels Möller <nisse@lysator.liu.se> * testsuite/sexp-conv-test (print_raw, print_nl): New functions. The testfunctions use these instead of using echo directly. Use the test input '3:"\x' instead of '2:"\', to be friendlier to sysv echo. -2003-02-05 Niels M�ller <nisse@lysator.liu.se> +2003-02-05 Niels Möller <nisse@lysator.liu.se> * des-compat.h (des_set_key): Different name mangling, if this file is included, des_set_key should refer to a function that @@ -3769,7 +3769,7 @@ * configure.ac (LDFLAGS): --with-lib-path should add to LDFLAGS, not replace it. -2003-01-30 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-30 Niels Möller <nisse@cuckoo.hack.org> * tools/output.c (sexp_put_string): Fixed handling of escapable characters. The code generated random escape sequences for @@ -3778,16 +3778,16 @@ * testsuite/sexp-conv-test: More tests for hex and base64 input and output. -2003-01-30 Niels M�ller <niels@s3.kth.se> +2003-01-30 Niels Möller <niels@s3.kth.se> * sexp2bignum.c (nettle_mpz_set_sexp): Call sexp_iterator_next on success. That means the iterator argument can't be const. -2003-01-29 Niels M�ller <niels@s3.kth.se> +2003-01-29 Niels Möller <niels@s3.kth.se> * tools/Makefile.am (LDADD): Add libnettle.a, for the dependency. -2003-01-27 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-27 Niels Möller <nisse@cuckoo.hack.org> * sexp2dsa.c (dsa_signature_from_sexp): New function. @@ -3797,7 +3797,7 @@ * rsa.c (rsa_public_key_init, rsa_public_key_clear) (rsa_public_key_prepare): Renamed functions. -2003-01-23 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-23 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (libnettle_a_SOURCES): Added new rsa and pkcs1 files. Removed old rsa_md5.c and rsa_sha1.c. @@ -3831,7 +3831,7 @@ * testsuite/pkcs1-test.c: New test. -2003-01-22 Niels M�ller <niels@s3.kth.se> +2003-01-22 Niels Möller <niels@s3.kth.se> * examples/Makefile.am (nettle_benchmark_LDADD): Use OPENSSL_LIBFLAGS. @@ -3839,30 +3839,30 @@ * configure.ac (OPENSSL_LIBFLAGS): If libcrypto is found, add -lcrypto to OPENSSL_LIBFLAGS, not the plain LDFLAGS. -2003-01-20 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-20 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (CLEANFILES): Delete test.in, test1.out and test2.out. -2003-01-17 Niels M�ller <niels@s3.kth.se> +2003-01-17 Niels Möller <niels@s3.kth.se> * examples/Makefile.am (AM_CPPFLAGS): Use AM_CPPFLAGS instead of AM_CFLAGS. * testsuite/Makefile.am (AM_CPPFLAGS): Likewise. -2003-01-16 Niels M�ller <niels@s3.kth.se> +2003-01-16 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.am (check): Can't use quotes around $(srcdir). -2003-01-14 Niels M�ller <nisse@lysator.liu.se> +2003-01-14 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.am (check): Don't use "run-tests" as a target, as it's confused with the file with the same name. * .bootstrap: Added missing #! /bin/sh. -2003-01-12 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-12 Niels Möller <nisse@cuckoo.hack.org> * buffer.c (nettle_buffer_reset): New function. (nettle_buffer_copy): New function. @@ -3907,16 +3907,16 @@ (sexp_convert_list): Use sexp_parse. (main): Likewise. -2003-01-08 Niels M�ller <niels@s3.kth.se> +2003-01-08 Niels Möller <niels@s3.kth.se> * tools/sexp-conv.c (parse_options): Initialize prefer_hex. -2003-01-07 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-07 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (des_headers): Refer to the desdata binary using $(EXEEXT). -2003-01-01 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-01 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-conv-test: New tests for hex and base64 literal output. @@ -3926,7 +3926,7 @@ (parse_options): Implemented -s hex, for output using hex rather than base64. -2002-12-30 Niels M�ller <nisse@cuckoo.hack.org> +2002-12-30 Niels Möller <nisse@cuckoo.hack.org> * testsuite/rsa2sexp-test.c: Don't include rsa.h (done by testutils.h, if enabled). @@ -3936,12 +3936,12 @@ * rsa-encrypt.c: Likewise. * rsa-compat.c: Likewise. -2002-12-04 Niels M�ller <niels@s3.kth.se> +2002-12-04 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.am (LDADD): Added path to ../libnettle.a, which is redundant except for the dependency. -2002-12-04 Niels M�ller <nisse@cuckoo.hack.org> +2002-12-04 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-format-test.c (test_main): Use %0s instead of %z. New test for %t. @@ -3958,11 +3958,11 @@ * buffer.c (nettle_buffer_grow): Fixed assertion. -2002-11-22 Niels M�ller <niels@s3.kth.se> +2002-11-22 Niels Möller <niels@s3.kth.se> * buffer.c: Include assert.h. -2002-11-21 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-21 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.c (print_hex): Add line breaks. @@ -3993,7 +3993,7 @@ * configure.ac: Check for gcc:s __attribute__. -2002-11-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-16 Niels Möller <nisse@cuckoo.hack.org> * sexp2dsa.c, sexp2rsa.c: (macro GET): Check sign of parsed numbers. @@ -4001,7 +4001,7 @@ * sexp2bignum.c (nettle_mpz_set_sexp): In the first check against limit, added some margin to allow for sign octets. -2002-11-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-15 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.h (LDATA): Use sizeof instead of strlen. Now handles strings including NUL-characters. But works only with @@ -4049,7 +4049,7 @@ * sexp.c (sexp_iterator_get_uint32): New function. -2002-11-10 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-10 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-conv-test: Use input files without any trailing newline character, in order to stress the end of file handling. @@ -4081,7 +4081,7 @@ * sexp-format.c (sexp_vformat): Abort if format string contains unhandled characters. -2002-11-08 Niels M�ller <niels@s3.kth.se> +2002-11-08 Niels Möller <niels@s3.kth.se> * des-compat.c (des_ecb3_encrypt): Don't use struct initialization (c89 doesn't allow non-constant initializers). Reported by James @@ -4091,12 +4091,12 @@ * examples/nettle-openssl.c: Moved from the top-level directory. Should *not* be included in the nettle library. -2002-11-08 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-08 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.c (test_dsa_key): Bugfix for renamed DSA constant (noted by James Ralston). -2002-11-07 Niels M�ller <niels@s3.kth.se> +2002-11-07 Niels Möller <niels@s3.kth.se> * testsuite/run-tests: Copied new version rom lsh/src/testsuite. This version handles test scripts located in $srcdir. @@ -4105,7 +4105,7 @@ * tools/Makefile.am (AM_CFLAGS): Likewise. * testsuite/Makefile.am (AM_CFLAGS): Likewise. -2002-11-07 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-07 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (SUBDIRS): Added tools. (libnettle_a_SOURCES): Added sexp-transport-format.c, @@ -4168,7 +4168,7 @@ * testsuite/sexp-conv-test: Moved test from examples directory. Updated path to sexp-conv, now in ../tools/sexp-conv. -2002-11-03 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-03 Niels Möller <nisse@cuckoo.hack.org> * sexp-format.c, sexp_format.c: Renamed sexp_format.c to sexp-format.c. @@ -4182,7 +4182,7 @@ * sexp2rsa.c (rsa_keypair_from_sexp_alist): New function. (rsa_keypair_from_sexp): Use it. -2002-11-01 Niels M�ller <niels@s3.kth.se> +2002-11-01 Niels Möller <niels@s3.kth.se> * examples/Makefile.am (LDADD): Use -lnettle, instead of an explicit filename libnettle.a, so that we will use the shared @@ -4199,13 +4199,13 @@ ($(SHLIBFORLINK)): When building libnettle.so, create a link from .lib/$SHLIBSONAME. Needed at runtime, for the testsuite. -2002-11-01 Niels M�ller <nisse@lysator.liu.se> +2002-11-01 Niels Möller <nisse@lysator.liu.se> * configure.ac: Fixed definitions using SHLIBMAJOR and SHLIBMINOR. Also AC_SUBST SHLIBMAJOR and SHLIBMINOR. Reported by James Ralston. -2002-10-31 Niels M�ller <niels@s3.kth.se> +2002-10-31 Niels Möller <niels@s3.kth.se> * examples/sexp-conv.c(sexp_put_list_start): Deleted function. (sexp_put_list_end): Likewise. @@ -4261,7 +4261,7 @@ (sexp_convert_item): Implemented transport mode, using sexp_input_start_coding and sexp_input_end_coding. -2002-10-30 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-30 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am: Added base16 files. @@ -4329,14 +4329,14 @@ * base16.h, base16-encode.c, base16-decode.c, base16-meta.c: New files. -2002-10-28 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-28 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv.c (struct hex_decode_ctx): New hex decoding functions. (sexp_get_raw_char): New function. (sexp_get_char): Use sexp_get_raw_char. -2002-10-26 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-26 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv.c (sexp_put_length): Bugfix, don't output any leading zero. @@ -4345,7 +4345,7 @@ * examples/sexp-conv-test: Test for echo -n vs echo '\c'. Added a few tests for canonical output. -2002-10-25 Niels M�ller <niels@s3.kth.se> +2002-10-25 Niels Möller <niels@s3.kth.se> * examples/sexp-conv.c (struct sexp_input): Deleted the mode from the state, that should be passed as argument to relevant @@ -4359,7 +4359,7 @@ * base64-decode.c (base64_decode_single): Simplified, got rid of the done variable. -2002-10-25 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-25 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv.c (sexp_put_newline): Return void, die on error. @@ -4370,7 +4370,7 @@ sexp_skip_token): Likewise. (sexp_convert_item): Die on error. -2002-10-24 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-24 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv-test: Doesn't need echo -n anymore. @@ -4389,7 +4389,7 @@ (sexp_convert_file): New function. (main): Use sexp_convert_file. -2002-10-23 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-23 Niels Möller <nisse@cuckoo.hack.org> * examples/Makefile.am (TS_PROGS): Added sexp-conv-test. @@ -4409,7 +4409,7 @@ (sexp_convert_item): Use sexp_skip_token to skip the end of a "[display-type]". -2002-10-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-22 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv-test: New test program. @@ -4424,17 +4424,17 @@ * examples/sexp-conv.c: Added output functions. -2002-10-21 Pontus Sk�ld <pont@soua.net> +2002-10-21 Pontus Sköld <pont@soua.net> * base64-encode.c (base64_encode_raw): Fixed null statement amongst variable declarations, broke compilation for non C99 compilers. -2002-10-21 Niels M�ller <nisse@lysator.liu.se> +2002-10-21 Niels Möller <nisse@lysator.liu.se> * examples/sexp-conv.c: New sexp conversion program. -2002-10-21 Niels M�ller <niels@s3.kth.se> +2002-10-21 Niels Möller <niels@s3.kth.se> * Makefile.am (libnettle_a_SOURCES): Added sexp-format-transport.c. @@ -4445,7 +4445,7 @@ * sexp.c (sexp_iterator_next): Abort if iterator type is boogus. -2002-10-19 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-19 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.c (test_armor): Updated to new armor conventions. @@ -4477,7 +4477,7 @@ * base64-decode.c: New file. -2002-10-09 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-09 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (TS_PROGS): Added dsa-keygen-test. @@ -4552,7 +4552,7 @@ nettle_progress_func typedefs here... * rsa.h: ... from here. -2002-10-07 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-07 Niels Möller <nisse@cuckoo.hack.org> * sexp.h (enum sexp_type): Deleted SEXP_START. @@ -4565,7 +4565,7 @@ not needed anymore. (sexp_iterator_exit_list): Likewise. -2002-10-06 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-06 Niels Möller <nisse@cuckoo.hack.org> * sexp2rsa.c (get_value): No need to call sexp_iterator_next anymore. @@ -4609,11 +4609,11 @@ * rsa2openpgp.c (rsa_keypair_to_openpgp): New file, new function. -2002-10-04 Niels M�ller <niels@s3.kth.se> +2002-10-04 Niels Möller <niels@s3.kth.se> * examples/rsa-keygen.c: Use malloc, instead of asprintf. -2002-10-03 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-03 Niels Möller <nisse@cuckoo.hack.org> * Released nettle-1.6. @@ -4622,20 +4622,20 @@ * examples/Makefile.am (EXTRA_DIST): Distribute setup-env and teardown-env. -2002-10-02 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-02 Niels Möller <nisse@cuckoo.hack.org> * examples/rsa-keygen.c (main): Comment on the lax security of the private key file. * index.html: Added link to mailing list. -2002-10-02 Niels M�ller <niels@s3.kth.se> +2002-10-02 Niels Möller <niels@s3.kth.se> * Makefile.am: Fixed assembler rules, and shared libraries. * configure.ac: Fixed the enable-shared option. -2002-10-01 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-01 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: New option --enable-shared, and a first attempt at building a shared library (*without* using libtool). @@ -4643,7 +4643,7 @@ * Makefile.am: A first attempt at rules for building a shared libnettle.so. -2002-10-01 Niels M�ller <niels@s3.kth.se> +2002-10-01 Niels Möller <niels@s3.kth.se> * examples/run-tests (test_program): Use basename. @@ -4696,7 +4696,7 @@ * base64.h (BASE64_DECODE_LENGTH): Comment fix. -2002-09-30 Niels M�ller <nisse@cuckoo.hack.org> +2002-09-30 Niels Möller <nisse@cuckoo.hack.org> * sexp2rsa.c (rsa_keypair_from_sexp): Bugfix: Call rsa_prepare_public_key and rsa_prepare_private_key. @@ -4712,11 +4712,11 @@ towards the start, in order to support overlapping areas. (base64_encode): Broke out some common code from the switch.. -2002-09-30 Niels M�ller <niels@s3.kth.se> +2002-09-30 Niels Möller <niels@s3.kth.se> * sexp_format.c (sexp_format): Don't mix code and declarations. -2002-09-29 Niels M�ller <nisse@cuckoo.hack.org> +2002-09-29 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (TS_PROGS): Added buffer-test sexp-format-test rsa2sexp-test sexp2rsa-test. @@ -4761,7 +4761,7 @@ * bignum.c (nettle_mpz_sizeinbase_256): New function. -2002-09-28 Niels M�ller <nisse@cuckoo.hack.org> +2002-09-28 Niels Möller <nisse@cuckoo.hack.org> * sexp.c (sexp_iterator_assoc): Return 0 for missing or duplicate keys. Now passes all the tests. @@ -4788,18 +4788,18 @@ * sexp.c, sexp.h: New files, implementing an sexp-parser. -2002-08-27 Niels M�ller <niels@s3.kth.se> +2002-08-27 Niels Möller <niels@s3.kth.se> * Makefile.am (DISTCLEANFILES): make distclean should delete the assembler-related symlinks. -2002-08-26 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-26 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (%.o: %.asm): Create an empty (and unused) dependency file, to make the make/automake dependency tracking happier. -2002-07-18 Niels M�ller <niels@s3.kth.se> +2002-07-18 Niels Möller <niels@s3.kth.se> * examples/nettle-benchmark.c (main): Try openssl's ciphers as well, if available. @@ -4817,7 +4817,7 @@ * configure.ac: Don't use -ggdb3 with gcc-2.96. Check for openssl's libcrypto (for benchmarking). -2002-05-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-16 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: Deleted registers i and t3. (_aes_crypt): Moved some registers around. We now use input @@ -4847,7 +4847,7 @@ (_aes_crypt): Deleted cruft from the old source loop. (AES_LOAD): Eliminated t3. -2002-05-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-15 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (AES_ROUND): New macro. (_aes_crypt): Use AES_ROUND for first word of the @@ -4893,7 +4893,7 @@ loop. (_aes_crypt): Deleted moves of constants into t2. -2002-05-15 Niels M�ller <niels@s3.kth.se> +2002-05-15 Niels Möller <niels@s3.kth.se> * x86/aes-encrypt.asm (aes_encrypt): Use AES_SUBST_BYTE. * x86/aes-decrypt.asm (aes_decrypt): Likewise. @@ -4931,7 +4931,7 @@ testsuite/aes-test, when aes.c has been compiled with debugging printouts of intermediate state. -2002-05-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-15 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: (_aes_crypt): Restore %fp at end of function, to make %fp available for other uses. @@ -4948,14 +4948,14 @@ allocated for wtxt, so that we stay clean of the reserved %g registers. -2002-05-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-14 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: Avoid using %g6 and %g7, as they are reserved for operating sytem use. Use %i5 and %o7 instead. Also moved %g4 to %g1. (_aes_crypt): Allocate only 32 bytes local storage on the stack. Calculate wtxt and tmp using offsets from %sp, not %fp. -2002-05-14 Niels M�ller <niels@s3.kth.se> +2002-05-14 Niels Möller <niels@s3.kth.se> * x86/aes-encrypt.asm (aes_encrypt): Replaced first quarter of the round function with an invocation of AES_ROUND. @@ -4996,7 +4996,7 @@ (aes_encrypt, aes_decrypt): Added an outer loop, so that we can encrypt more than one block at a time. -2002-05-07 Niels M�ller <niels@s3.kth.se> +2002-05-07 Niels Möller <niels@s3.kth.se> * configure.ac: Generate config.m4. @@ -5024,44 +5024,44 @@ * aes-encrypt-table.c: New file, table moved out from aes-encrypt.c. -2002-05-06 Niels M�ller <niels@s3.kth.se> +2002-05-06 Niels Möller <niels@s3.kth.se> * configure.ac (CFLAGS): Don't enable -Waggregate-return. -2002-05-05 Niels M�ller <nisse@lysator.liu.se> +2002-05-05 Niels Möller <nisse@lysator.liu.se> * configure.ac: Pass no arguments to AM_INIT_AUTOMAKE. -2002-05-05 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-05 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Update for automake-1.6. * configure.ac: Renamed file, used to be configure.in. -2002-03-20 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-20 Niels Möller <nisse@cuckoo.hack.org> * testsuite/run-tests (test_program): Added missing single quote. -2002-03-20 Niels M�ller <nisse@lysator.liu.se> +2002-03-20 Niels Möller <nisse@lysator.liu.se> * testsuite/run-tests (test_program): Test the exit status of the right process. -2002-03-19 Pontus Sk�ld <pont@it.uu.se> +2002-03-19 Pontus Sköld <pont@it.uu.se> * testsuite/run-tests: Removed /bin/bashisms to use with /bin/sh. -2002-03-18 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-18 Niels Möller <nisse@cuckoo.hack.org> * rsa-keygen.c (rsa_generate_keypair): Output a newline after a non-empty line of 'e':s (bad e was chosen, try again). -2002-03-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-16 Niels Möller <nisse@cuckoo.hack.org> * configure.in (asm_path): AC_CONFIG_LINKS adds $srcdir automatically. -2002-03-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-14 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm, x86/aes.asm: Added copyright notice. @@ -5072,7 +5072,7 @@ * configure.in (asm_path): For now, disable x86 assembler code. Bumped version to 1.6. -2002-02-25 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-25 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (_aes_crypt): Moved increment of src into the source_loop. Also fixed stop condition, the loop was run 5 times, @@ -5103,19 +5103,19 @@ instructions to fill nop:s, and put branch instructions on even word addresses. -2002-02-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-22 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (_aes_crypt): Moved some more additions out of the inner loop, using additional registers. (_aes_crypt): Deleted one more addition from the inner loop, by using the subkey pointer. -2002-02-19 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-19 Niels Möller <nisse@cuckoo.hack.org> * configure.in (asm_path): Renamed "path" to "asm_path". Also look for a machine.m4. -2002-02-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-16 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: Use that IDX2(j) == j ^ 2 @@ -5130,7 +5130,7 @@ (_aes_crypt): In the final loop, use ctx+round to access the subkeys, no need for an extra register. -2002-02-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-15 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (_aes_crypt): Renaming variables, allocating locals starting from %l0. @@ -5187,7 +5187,7 @@ * sparc/aes.asm (_aes_crypt): Use symbolic names for the fucntion arguments. -2002-02-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-14 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: Copied gcc assembler code for _aes_crypt. @@ -5233,7 +5233,7 @@ * aes-encrypt.c, aes-decrypt.c: New files; moved encryption and decryption funktions, and needed tables, into separate files. -2002-02-13 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-13 Niels Möller <nisse@cuckoo.hack.org> * aes.c (aes_encrypt): Don't unroll the innerloop. (aes_encrypt): Don't unroll the loop for the final round. @@ -5246,7 +5246,7 @@ * aes.c (aes_decrypt): Rewrote to use the bigger tables. -2002-02-12 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-12 Niels Möller <nisse@cuckoo.hack.org> * aes.c (aes_encrypt): Interleave computation and output in the final round. @@ -5276,7 +5276,7 @@ saving one redundant register pointing to idx. (idx_row): New macro. Include asm.m4. -2002-02-11 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-11 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (key_addition_8to32): Cleaned up. Deleted gcc-generated debugging information. @@ -5321,12 +5321,12 @@ * sparc/aes.asm: New file. Not yet tuned in any way (it's just the code generated by gcc). -2002-02-11 Niels M�ller <nisse@lysator.liu.se> +2002-02-11 Niels Möller <nisse@lysator.liu.se> * x86/aes.asm, x86/aes_tables.asm: New assembler implementation by Rafael Sevilla. -2002-02-06 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-06 Niels Möller <nisse@cuckoo.hack.org> Applied patch from Dan Egnor improving the base64 code. * base64.h (BASE64_ENCODE_LENGTH): New macro. @@ -5340,16 +5340,16 @@ * testsuite/testutils.c (test_armor): Updated. * configure.in: Use AC_PREREQ(2.50). -2002-02-01 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-01 Niels Möller <nisse@cuckoo.hack.org> * Released nettle-1.5. -2002-01-31 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-31 Niels Möller <nisse@cuckoo.hack.org> * acinclude.m4: Commented out gmp-related macros, they're probably not needed anymore. -2002-01-31 Niels M�ller <nisse@lysator.liu.se> +2002-01-31 Niels Möller <nisse@lysator.liu.se> * configure.in: Added command line options --with-lib-path and --with-include-path. Use the RPATH-macros to get correct flags for @@ -5357,22 +5357,22 @@ * acinclude.m4: New file. -2002-01-31 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-31 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Randomness): New subsection on Yarrow. -2002-01-30 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-30 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Randomness): New chapter. Spell checking and ispell configuration. * md5.c: Added reference to RFC 1321. -2002-01-24 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-24 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Public-key algorithms): Minor fixes. -2002-01-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-22 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Nettle soup): New chapter. (Hash functions): New subsection on struct nettle_hash. @@ -5396,7 +5396,7 @@ * base64.c, base64.h, base64-meta.c: New files, hacked by Dan Egnor. -2002-01-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-16 Niels Möller <nisse@cuckoo.hack.org> * testsuite/yarrow-test.c: Deleted ran_array code, use knuth-lfib.h instead. @@ -5426,11 +5426,11 @@ * knuth-lfib.c, knuth-lfib.h: New files, implementing a non-cryptographic prng. -2002-01-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-15 Niels Möller <nisse@cuckoo.hack.org> * hmac-sha1.c: New file. -2002-01-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-14 Niels Möller <nisse@cuckoo.hack.org> * configure.in: Bumped version to 1.1. @@ -5492,7 +5492,7 @@ * rsa.h (struct rsa_private_key): Deleted public key and d from the struct, as they are not needed. Added size attribute. -2002-01-12 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-12 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am: Added *-meta files. @@ -5509,7 +5509,7 @@ * examples/nettle-benchmark.c: Use the interface in nettle-meta.h. -2002-01-11 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-11 Niels Möller <nisse@cuckoo.hack.org> Don't use m4 for generating test programs, it's way overkill. Use the C preprocessor instead. @@ -5522,7 +5522,7 @@ * nettle-meta.h, md5-meta.c, sha1-meta.c, sha256-meta.c: New files. -2002-01-09 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-09 Niels Möller <nisse@cuckoo.hack.org> * rsa-compat.c: Updated for new md5 and rsa conventions. @@ -5554,13 +5554,13 @@ * bignum.c (nettle_mpz_get_str_256): Declare the input argument const. -2001-12-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-14 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (EXTRA_DIST): Added $(des_headers). Changed dependencies for $(des_headers) to depend only on the source file desdata.c, not on the executable. -2001-12-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-12 Niels Möller <nisse@cuckoo.hack.org> * testsuite/yarrow-test.c (main): Updated testcase to match fixed generator. Send verbose output to stdout, not stderr. @@ -5570,12 +5570,12 @@ (yarrow256_init): Initialize seed_file and counter to zero, to ease debugging. -2001-12-07 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-07 Niels Möller <nisse@cuckoo.hack.org> * bignum.c (nettle_mpz_get_str_256): Fixed handling of leading zeroes. -2001-12-05 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-05 Niels Möller <nisse@cuckoo.hack.org> * testsuite/yarrow-test.c (main): Updated test to match the fixed key event estimator. @@ -5588,11 +5588,11 @@ * README: Added a paragraph on copyright. -2001-11-15 Niels M�ller <nisse@cuckoo.hack.org> +2001-11-15 Niels Möller <nisse@cuckoo.hack.org> * yarrow256.c (yarrow256_force_reseed): New function. -2001-11-14 Niels M�ller <nisse@ehand.com> +2001-11-14 Niels Möller <nisse@ehand.com> * testsuite/yarrow-test.c (main): Use yarrow256_is_seeded. @@ -5600,7 +5600,7 @@ (yarrow256_is_seeded): New function. (yarrow256_update): Use yarrow256_needed_sources. -2001-11-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-11-14 Niels Möller <nisse@cuckoo.hack.org> * testsuite/yarrow-test.out: Updated, to match the seed-file aware generator. @@ -5611,16 +5611,16 @@ * yarrow256.c (yarrow256_seed): New function. (yarrow_fast_reseed): Create new seed file contents. -2001-11-13 Niels M�ller <nisse@cuckoo.hack.org> +2001-11-13 Niels Möller <nisse@cuckoo.hack.org> * yarrow.h: Deleted yarrow160 declarations. -2001-11-02 Niels M�ller <nisse@ehand.com> +2001-11-02 Niels Möller <nisse@ehand.com> * yarrow256.c (yarrow256_init): Fixed order of code and declarations. -2001-10-30 Niels M�ller <nisse@ehand.com> +2001-10-30 Niels Möller <nisse@ehand.com> * rsa-compat.h: Added real prototypes and declarations. @@ -5653,12 +5653,12 @@ * testsuite/bignum-test.m4: New file. -2001-10-15 Niels M�ller <nisse@ehand.com> +2001-10-15 Niels Möller <nisse@ehand.com> * testsuite/Makefile.am (EXTRA_DIST): Include rfc1750.txt in the distribution. -2001-10-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-14 Niels Möller <nisse@cuckoo.hack.org> * testsuite/des-test.m4: Added testcase taken from applied cryptography. @@ -5673,7 +5673,7 @@ * testsuite/yarrow-test.c: Added verbose flag, disabled by default. -2001-10-12 Niels M�ller <nisse@ehand.com> +2001-10-12 Niels Möller <nisse@ehand.com> * examples/nettle-benchmark.c: Added more ciphers. @@ -5681,11 +5681,11 @@ * configure.in: Output examples/Makefile. -2001-10-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-12 Niels Möller <nisse@cuckoo.hack.org> * examples/nettle-benchmark.c: New benchmarking program. -2001-10-10 Niels M�ller <nisse@ehand.com> +2001-10-10 Niels Möller <nisse@ehand.com> * testsuite/yarrow-test.c: Open rfc1750.txt. Hash input and output, and compare to expected values. @@ -5704,7 +5704,7 @@ * testsuite/yarrow-test.c (main): Better output of entropy estimates at the end. -2001-10-09 Niels M�ller <nisse@ehand.com> +2001-10-09 Niels Möller <nisse@ehand.com> * testsuite/Makefile.am (TS_PROGS): Added yarrow-test. @@ -5719,7 +5719,7 @@ * Makefile.am (libnettle_a_SOURCES): Added yarrow_key_event.c. -2001-10-08 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-08 Niels Möller <nisse@cuckoo.hack.org> * yarrow.h (struct yarrow_key_event_ctx): New struct. @@ -5739,7 +5739,7 @@ each request. (YARROW_GATE_THRESHOLD): Deleted constant. -2001-10-07 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-07 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am: Added yarrow files. @@ -5756,19 +5756,19 @@ * sha.h: Renamed sha1.h to sha.h, and added declarations for sha256. -2001-10-05 Niels M�ller <nisse@ehand.com> +2001-10-05 Niels Möller <nisse@ehand.com> * testsuite/aes-test.m4: Added a comment with NIST test vectors. -2001-10-04 Niels M�ller <nisse@ehand.com> +2001-10-04 Niels Möller <nisse@ehand.com> * rsa.h, rsa-compat.h, yarrow.h: New files. -2001-09-25 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-25 Niels Möller <nisse@cuckoo.hack.org> * Released version 1.0. -2001-09-25 Niels M�ller <nisse@ehand.com> +2001-09-25 Niels Möller <nisse@ehand.com> * sha1.c: Include stdlib.h, for abort. @@ -5783,21 +5783,21 @@ * AUTHORS: Added a reference to the manual. -2001-09-25 Niels M�ller <nisse@lysator.liu.se> +2001-09-25 Niels Möller <nisse@lysator.liu.se> * des-compat.c (des_cbc_cksum): Bug fix, local variable was declared in the middle of a block. -2001-09-19 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-19 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Compatibility functions): New section, mentioning md5-compat.h and des-compat.h. -2001-09-18 Niels M�ller <nisse@ehand.com> +2001-09-18 Niels Möller <nisse@ehand.com> * index.html: New file. -2001-09-16 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-16 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo: Added description of des3. Minor fixes. @@ -5809,7 +5809,7 @@ (des_ncbc_encrypt): Bug fixed. (des_cbc_encrypt): Rewritten as a wrapper around des_ncbc_encrypt. -2001-09-14 Niels M�ller <nisse@ehand.com> +2001-09-14 Niels Möller <nisse@ehand.com> * testsuite/des-compat-test.c: New file, copied from libdes (freeswan). All implemented functions but des_cbc_cksum seems to @@ -5827,7 +5827,7 @@ * des-compat.c (des_cbc_cksum): Implemented. (des_key_sched): Fixed return values. -2001-09-11 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-11 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am: Added des-compat.c and des-compat.h @@ -5835,7 +5835,7 @@ * des-compat.h: Define DES_ENCRYPT and DES_DECRYPT. Bugfixes. -2001-09-10 Niels M�ller <nisse@ehand.com> +2001-09-10 Niels Möller <nisse@ehand.com> * nettle.texinfo (Copyright): Added copyright information for serpent. @@ -5843,7 +5843,7 @@ functions. (Cipher Block Chaining): This section more or less complete now. -2001-09-09 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-09 Niels Möller <nisse@cuckoo.hack.org> * testsuite/cbc-test.m4: Record intermediate values in a comment. * testsuite/des3-test.m4: Likewise. @@ -5872,13 +5872,13 @@ * des3.c: New file, implementing triple des. -2001-09-06 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-06 Niels Möller <nisse@cuckoo.hack.org> * cbc.c, cbc.h: New files, for general CBC encryption. * des-compat.h: Added some prototypes. -2001-09-05 Niels M�ller <nisse@ehand.com> +2001-09-05 Niels Möller <nisse@ehand.com> * testsuite/Makefile.am (TS_PROGS): Added md5-compat-test. @@ -5892,19 +5892,19 @@ * md5-compat.c, md5-compat.h: New files, implementing an RFC 1321-style interface. -2001-09-02 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-02 Niels Möller <nisse@cuckoo.hack.org> * twofish.c (twofish_decrypt): Fixed for();-bug in the block-loop. Spotted by Jean-Pierre. (twofish_encrypt): Likewise. -2001-07-03 Niels M�ller <nisse@ehand.com> +2001-07-03 Niels Möller <nisse@ehand.com> * testsuite/testutils.c: Include string.h. * twofish.c: Include string.h. -2001-06-17 Niels M�ller <nisse@lysator.liu.se> +2001-06-17 Niels Möller <nisse@lysator.liu.se> * Makefile.am (des_headers): Dont use $(srcdir)/-prefixes as that seems to break with GNU make 3.79.1. @@ -5913,7 +5913,7 @@ not <stdint.h>. Include <stdlib.h>. -2001-06-17 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-17 Niels Möller <nisse@cuckoo.hack.org> * Use <inttypes.h>, not <stdint.h>. @@ -5973,7 +5973,7 @@ * Makefile.am (libnettle_a_SOURCES): Added twofish. -2001-06-16 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-16 Niels Möller <nisse@cuckoo.hack.org> * testsuite/blowfish-test.m4: Fixed test. @@ -5982,7 +5982,7 @@ * blowfish.h (struct blowfish_ctx): Use the correct size for the p array. -2001-06-15 Niels M�ller <nisse@ehand.com> +2001-06-15 Niels Möller <nisse@ehand.com> * testsuite/blowfish-test.m4: Fixed testcase, use correct key length. @@ -6002,11 +6002,11 @@ * testsuite/Makefile.am (TS_PROGS): Added tests for twofish and blowfish. -2001-06-13 Niels M�ller <nisse@ehand.com> +2001-06-13 Niels Möller <nisse@ehand.com> * Makefile.am (libnettle_a_SOURCES): Added serpent files. -2001-06-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-12 Niels Möller <nisse@cuckoo.hack.org> * des.c (des_encrypt, des_decrypt): Assert that the key setup was successful. @@ -6023,7 +6023,7 @@ * Makefile.am: Added desCore and sha1. -2001-04-17 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-17 Niels Möller <nisse@cuckoo.hack.org> * install-sh: Copied the standard install script. @@ -6036,6 +6036,6 @@ (libnettleinclude_HEADERS): Install headers in $(libnettleincludedir). -2001-04-13 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-13 Niels Möller <nisse@cuckoo.hack.org> * Initial checkin. diff --git a/nettle/README b/nettle/README index 635794fc5851ad2c77f89a547d463e2879e8887d..9186fb22671ca7ef495bc27c2cc20f0305cba92a 100644 --- a/nettle/README +++ b/nettle/README @@ -40,4 +40,4 @@ You may want to subscribe to the nettle-bugs mailing list. See Happy hacking, -/Niels M�ller <nisse@lysator.liu.se> +/Niels Möller <nisse@lysator.liu.se> diff --git a/nettle/aes-decrypt-internal.c b/nettle/aes-decrypt-internal.c index 9dff1660529b1d7359cc37ae947b0c7199bb8791..6a06696eeb365e759b78fe7676cf2c58c9e43335 100644 --- a/nettle/aes-decrypt-internal.c +++ b/nettle/aes-decrypt-internal.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/aes-decrypt.c b/nettle/aes-decrypt.c index 39b79c690ec238c389b54189b61eebe10e54735f..2451ad8e5a713a536dbfeef7ef3291be28a6655d 100644 --- a/nettle/aes-decrypt.c +++ b/nettle/aes-decrypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/aes-encrypt-internal.c b/nettle/aes-encrypt-internal.c index 84ed6cff7a1603dd0aa1bb95ee87d28a31b68ad0..a9fb649de0b9bb7973a20874a21168a21fdb4d52 100644 --- a/nettle/aes-encrypt-internal.c +++ b/nettle/aes-encrypt-internal.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/aes-encrypt-table.c b/nettle/aes-encrypt-table.c index 000498d157119c533ea754e16ab9043a9c2465bc..8074fb2583841774d063a79b4ed5607faa4d0147 100644 --- a/nettle/aes-encrypt-table.c +++ b/nettle/aes-encrypt-table.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/aes-encrypt.c b/nettle/aes-encrypt.c index 19fe07170cae788eeebda1dda628827902bd1027..66dba38be2970209fa6bf45cdbcf1b96075c518d 100644 --- a/nettle/aes-encrypt.c +++ b/nettle/aes-encrypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/aes-internal.h b/nettle/aes-internal.h index a1e8d02219ae1f7c35c297101fa5b200be7d29ed..ae988e40250ac64ec68c815302bb89a96340eb00 100644 --- a/nettle/aes-internal.h +++ b/nettle/aes-internal.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/aes-meta.c b/nettle/aes-meta.c index 7b6fc5ac32fb5078a11a32af2cde2b0c061839a3..2873252f25a4712337e80c7fd8d7a6dd33aed312 100644 --- a/nettle/aes-meta.c +++ b/nettle/aes-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/aes-set-decrypt-key.c b/nettle/aes-set-decrypt-key.c index ec44118acde6a11b3390847eb47d4b491b4df7a6..28b2cdcf3ff0bdb46a0b4c3af84c8caf6f73528e 100644 --- a/nettle/aes-set-decrypt-key.c +++ b/nettle/aes-set-decrypt-key.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels M�ller + * Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/aes-set-encrypt-key.c b/nettle/aes-set-encrypt-key.c index 9c60c03eee6fa2c0a58c799298cdaba7ecbc738a..71f9f9f85b80912bf6c8bf077af122dd248dfe14 100644 --- a/nettle/aes-set-encrypt-key.c +++ b/nettle/aes-set-encrypt-key.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels M�ller + * Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/aes.h b/nettle/aes.h index 23cc0cfe20a8e780b876a29febba22ab11a996ab..a8ffe95d4f2eaeba391f2539b5b87300c980b39e 100644 --- a/nettle/aes.h +++ b/nettle/aes.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/arcfour-crypt.c b/nettle/arcfour-crypt.c index 78f68311e7eb617d7bb7b4714ed76cd4689565ee..ad2c5935876c92ec23b1e968372cc8abc6cb2bf1 100644 --- a/nettle/arcfour-crypt.c +++ b/nettle/arcfour-crypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2004 Niels M�ller + * Copyright (C) 2001, 2004 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/arcfour-meta.c b/nettle/arcfour-meta.c index d5f14679d14e50a7d23a2512f94c5bceaa3e12bc..b6241717031e3decb40388263c7f88700a7d48f8 100644 --- a/nettle/arcfour-meta.c +++ b/nettle/arcfour-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/arcfour.c b/nettle/arcfour.c index 3e15a40d3e24fcf41089eafb29404d11b1a739d8..97140eb1a697bdaa74dbfdfa7cae740c84d121bb 100644 --- a/nettle/arcfour.c +++ b/nettle/arcfour.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/arcfour.h b/nettle/arcfour.h index 7ef21f0a5ab953de5f4d250a182eb3d8ac72a01b..44152075d26b22c93d2e1a0fb647a95453953936 100644 --- a/nettle/arcfour.h +++ b/nettle/arcfour.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/arctwo.c b/nettle/arctwo.c index 9793467b544e1abd3613116dee4f75c36f1bca09..a374e8097a2ba00b480ac276c6ec03ddc5abb3f9 100644 --- a/nettle/arctwo.c +++ b/nettle/arctwo.c @@ -8,7 +8,7 @@ * Copyright (C) 2004 Simon Josefsson * Copyright (C) 2003 Nikos Mavroyanopoulos * Copyright (C) 2004 Free Software Foundation, Inc. - * Copyright (C) 2004 Niels M�ller + * Copyright (C) 2004 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -29,7 +29,7 @@ /* This implementation was written by Nikos Mavroyanopoulos for GNUTLS * as a Libgcrypt module (gnutls/lib/x509/rc2.c) and later adapted for * direct use by Libgcrypt by Werner Koch and later adapted for direct - * use by Nettle by Simon Josefsson and Niels M�ller. + * use by Nettle by Simon Josefsson and Niels Möller. * * The implementation here is based on Peter Gutmann's RRC.2 paper and * RFC 2268. diff --git a/nettle/arctwo.h b/nettle/arctwo.h index cf3c96d19593b6bb3cbf453277802824ef8f6d2a..fd543fbd3e68c190eefa26c282f77e4032b73b3b 100644 --- a/nettle/arctwo.h +++ b/nettle/arctwo.h @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * * Copyright (C) 2004 Simon Josefsson - * Copyright (C) 2002, 2004 Niels M�ller + * Copyright (C) 2002, 2004 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/asn1.h b/nettle/asn1.h index 7933ce27fa31a004f2148e6a7496710ff7fa3286..dada1185eef13c78be4eb5591afeb89a39d7ca41 100644 --- a/nettle/asn1.h +++ b/nettle/asn1.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/base16-decode.c b/nettle/base16-decode.c index 2689411a2e6a321f25cbe1a01a4c0625c22bf5e2..844421fe1a0d5acc049d1c50f4c413a28c28baf4 100644 --- a/nettle/base16-decode.c +++ b/nettle/base16-decode.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/base16-encode.c b/nettle/base16-encode.c index b2267ab0d05be5ba380e21c50850e7a8505a57c0..410c7aa525c422f73903b8fe45df7c628ae669a3 100644 --- a/nettle/base16-encode.c +++ b/nettle/base16-encode.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/base16-meta.c b/nettle/base16-meta.c index cfa76b6aaf0d71c9b6fa959c16e000ad1a95ac0d..338b05574527e6470a66ac61d8f6d4292ac32156 100644 --- a/nettle/base16-meta.c +++ b/nettle/base16-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/base16.h b/nettle/base16.h index 960ce775ed65d87cf59347c606e5f3c83ab8f5e3..b284a81ee9fb95502d428bd7deb5bc5045e5472d 100644 --- a/nettle/base16.h +++ b/nettle/base16.h @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/base64-decode.c b/nettle/base64-decode.c index ac3bc385b81639a3ec80bf7b26aeeca2561c5049..31c83583178d139d1d059f18d2139588ea860895 100644 --- a/nettle/base64-decode.c +++ b/nettle/base64-decode.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/base64-encode.c b/nettle/base64-encode.c index 6fc5e6ba1d256bdec9237b4e35ce25d008a2dd4d..97121cf662893b7994ac6bef2fbef0aadf29e2c8 100644 --- a/nettle/base64-encode.c +++ b/nettle/base64-encode.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/base64-meta.c b/nettle/base64-meta.c index 608e7b6450ee9a4cf5115f200b4fa78c11e0647e..d6a70694bffada77bb448fb48495d5e3faa873c7 100644 --- a/nettle/base64-meta.c +++ b/nettle/base64-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Dan Egnor, Niels M�ller + * Copyright (C) 2002 Dan Egnor, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/base64.h b/nettle/base64.h index 2be186530b0cecb240bc6e814fc4a002a32e8c6d..8ad374916377a5ad42821c666c929751fe5173e2 100644 --- a/nettle/base64.h +++ b/nettle/base64.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller, Dan Egnor + * Copyright (C) 2002 Niels Möller, Dan Egnor * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/bignum-next-prime.c b/nettle/bignum-next-prime.c index 91ba8fd0fa68b9e60af90467e8e395a23b0f6396..d3980a554be676c141f47fc7c60d4bc2bfd2582e 100644 --- a/nettle/bignum-next-prime.c +++ b/nettle/bignum-next-prime.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/bignum-random-prime.c b/nettle/bignum-random-prime.c index bc2938fc9702c2b7625387cc431ddcff2f7156d9..e0454a88c3c14c0f143b57f177d253c8efaf2cc2 100644 --- a/nettle/bignum-random-prime.c +++ b/nettle/bignum-random-prime.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/bignum-random.c b/nettle/bignum-random.c index dc2fd1c9a5e61918803922bb9eb50d645708ca47..6a93a5ab6fdbc67c6989cb37b2b875a3269a1227 100644 --- a/nettle/bignum-random.c +++ b/nettle/bignum-random.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/bignum.c b/nettle/bignum.c index bb18791b8d9bbef884547419e968766b6a6fd19f..60e4b396f6405256cdab74daa2be18f29475391e 100644 --- a/nettle/bignum.c +++ b/nettle/bignum.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/bignum.h b/nettle/bignum.h index 06287d2e7ed98f357c852cd440f6fb8d14a2978c..d9e06e2ea60915d20c65352d79e57ec61bfba6c2 100644 --- a/nettle/bignum.h +++ b/nettle/bignum.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/blowfish.h b/nettle/blowfish.h index 3775b4bba48d45b61de1a897de712a2de0a86f4a..e75efbf408b0bd5d636c7eedd33bfd5dfdbf5b48 100644 --- a/nettle/blowfish.h +++ b/nettle/blowfish.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 1998, 2001 FSF, Ray Dassen, Niels M�ller + * Copyright (C) 1998, 2001 FSF, Ray Dassen, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/buffer-init.c b/nettle/buffer-init.c index 1eccd7fc728985720a341e7346756a9df0d8cf8c..a0791b77cb1481cbae699e1b441c0262e3afc402 100644 --- a/nettle/buffer-init.c +++ b/nettle/buffer-init.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/buffer.c b/nettle/buffer.c index 73dddd1617170513a8d60908bb291a5a5a26d3e0..1a7a5ea02d684960aa8a7ec8e2efe584d4cc45e1 100644 --- a/nettle/buffer.c +++ b/nettle/buffer.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/buffer.h b/nettle/buffer.h index d312a9f84b6b8bb7941b47a9d2c41e3e96d9c02f..cd5fef9f320ade9bf987740a713d2fa2dfb6a3ea 100644 --- a/nettle/buffer.h +++ b/nettle/buffer.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/camellia-crypt-internal.c b/nettle/camellia-crypt-internal.c index 8a9296e812efe021a3ad520d4ad126cd32a0292a..70051589dba240a79c494c63cec263283888d64a 100644 --- a/nettle/camellia-crypt-internal.c +++ b/nettle/camellia-crypt-internal.c @@ -3,7 +3,7 @@ * Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/nettle/camellia-crypt.c b/nettle/camellia-crypt.c index 62c3435c4741f1c97c92dfa9d7c8b1a2e1f27a75..8db3e1ac95ad4eff9ff5379c547782bf1492624a 100644 --- a/nettle/camellia-crypt.c +++ b/nettle/camellia-crypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/camellia-internal.h b/nettle/camellia-internal.h index f9d40fc1fca138d63d8f64cefc54b0c8ff6da131..e0cfdf560fa1d5d541874e9117632cf4e28ba25f 100644 --- a/nettle/camellia-internal.h +++ b/nettle/camellia-internal.h @@ -6,7 +6,7 @@ /* Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/nettle/camellia-meta.c b/nettle/camellia-meta.c index 68eef3dde8566b8a72d7bc221d054a8179ca86de..ea025da9c3e6dbc33bcfaaaa1b767b523987b396 100644 --- a/nettle/camellia-meta.c +++ b/nettle/camellia-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/camellia-set-decrypt-key.c b/nettle/camellia-set-decrypt-key.c index cd49c11b3fc32ac867c34b57f19aca47d4bd64c2..da3f3fa8ce7844e2286a924f398b65746a365b6c 100644 --- a/nettle/camellia-set-decrypt-key.c +++ b/nettle/camellia-set-decrypt-key.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/camellia-set-encrypt-key.c b/nettle/camellia-set-encrypt-key.c index 989e3c7e79df2593d46eb1596ce4cc81ad15d2cc..20bb0322485860a90e341f62d16a687a80f4823f 100644 --- a/nettle/camellia-set-encrypt-key.c +++ b/nettle/camellia-set-encrypt-key.c @@ -6,7 +6,7 @@ * Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/nettle/camellia-table.c b/nettle/camellia-table.c index 9245bc938bb3fb1ebf2a30bcf82ced67958ecf2b..fe652caef5da4f8e6059688abdb0515f8ddf3f6f 100644 --- a/nettle/camellia-table.c +++ b/nettle/camellia-table.c @@ -6,7 +6,7 @@ /* Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/nettle/camellia.h b/nettle/camellia.h index f4f3e1eacb76e460b4c3a00ec69de86e34f89700..ed200727ca9b21ca36b3b93d9203ee26be740abc 100644 --- a/nettle/camellia.h +++ b/nettle/camellia.h @@ -3,7 +3,7 @@ * Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/nettle/cast128-meta.c b/nettle/cast128-meta.c index 9c863d9627fafb6751477a2894a9d6ee9b795414..f287f383b21d91bf468d65feb7f63d21758a5299 100644 --- a/nettle/cast128-meta.c +++ b/nettle/cast128-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/cast128.c b/nettle/cast128.c index 884cfa71b105ee8ae092886f11358c5d3072f6fd..81c00b24169e2869822a4a4f1b038874eb801ef9 100644 --- a/nettle/cast128.c +++ b/nettle/cast128.c @@ -11,7 +11,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/cast128.h b/nettle/cast128.h index a1af0b035b125f8b7f162faae7a42aa1b66122b7..a509089b54ec7f91223df2d45eb65923ae7a81b1 100644 --- a/nettle/cast128.h +++ b/nettle/cast128.h @@ -11,7 +11,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/cbc.c b/nettle/cbc.c index 8a0a3ba0d40c50ce798e25d3f2a643a7894048b3..6e09c9bd0099ff2f5f85d570bf5fda7bd9ac574f 100644 --- a/nettle/cbc.c +++ b/nettle/cbc.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/cbc.h b/nettle/cbc.h index 8c56699ca0f2726a94b212e9d9394eede4c5e9cf..b100ab166a43df6c4432269f5f722a5c9f2d5937 100644 --- a/nettle/cbc.h +++ b/nettle/cbc.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/ctr.c b/nettle/ctr.c index d217013cd36df25a5449f1dc0c58b210d14921ab..4d60eff7f9466b3ac6ffb73d5811c6cc1598e003 100644 --- a/nettle/ctr.c +++ b/nettle/ctr.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/ctr.h b/nettle/ctr.h index 80abb6e8faa26011b984119f6faf8aeb7ed84fca..ebd2a28f3337ff175cbdba2b408fdc164d79c962 100644 --- a/nettle/ctr.h +++ b/nettle/ctr.h @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/der-iterator.c b/nettle/der-iterator.c index a724471046beba4327f6c096bfff4bee52d1c3ed..58a391c5da8f3ec632ec412223e89bee7912be0f 100644 --- a/nettle/der-iterator.c +++ b/nettle/der-iterator.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/der2dsa.c b/nettle/der2dsa.c index 0a7ef0158dd97bac4e745f23b7eb085bbb50bc56..14888217dc4c5755cad43294e9b07c34a6b12cfd 100644 --- a/nettle/der2dsa.c +++ b/nettle/der2dsa.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005, 2009 Niels M�ller, Magnus Holmgren + * Copyright (C) 2005, 2009 Niels Möller, Magnus Holmgren * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/der2rsa.c b/nettle/der2rsa.c index 679b33682b2274e7a3ebbef28bde24581355ab1c..178a388313e6a1a96e62eb646a26aa3b43d58b6b 100644 --- a/nettle/der2rsa.c +++ b/nettle/der2rsa.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/des-compat.c b/nettle/des-compat.c index cd8cd1dbad9210da4820ed8d8a7db09ad3c608d9..5865fe42986517d8e9ae18ee6772f55396277fce 100644 --- a/nettle/des-compat.c +++ b/nettle/des-compat.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/des-compat.h b/nettle/des-compat.h index 8aab3bc47dd71036cb5efa8a4bfa63fb63a4f8db..e5ac4696ffb34079778cb0116910df87f9e3d45b 100644 --- a/nettle/des-compat.h +++ b/nettle/des-compat.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/des.c b/nettle/des.c index 7faadd0e52ffb6ad7b8530d63b808ddae267ea7d..590c477fddf23d60cc4e3110b2a926fe96813fb3 100644 --- a/nettle/des.c +++ b/nettle/des.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/des.h b/nettle/des.h index 3f0f9ef242ffbeb19df9b1df6a3c05a858076ac5..9ab22e1da9c7e6934ac05838380a0376e63cc1e9 100644 --- a/nettle/des.h +++ b/nettle/des.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 1992, 2001, Dana L. How, Niels M�ller + * Copyright (C) 1992, 2001, Dana L. How, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -29,7 +29,7 @@ * Please see the file `../lib/descore.README' for the complete copyright * notice. * - * Slightly edited by Niels M�ller, 1997 + * Slightly edited by Niels Möller, 1997 */ #ifndef NETTLE_DES_H_INCLUDED diff --git a/nettle/des3.c b/nettle/des3.c index e574abfd8888a8142cfd748be4c5e2acdae8f232..46183c722b1dfe47aec8d807f367493977a83b18 100644 --- a/nettle/des3.c +++ b/nettle/des3.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa-keygen.c b/nettle/dsa-keygen.c index 00bd35f6a60a47c5155a95b940688b981861ab7d..757f175337c52848a52b6017af95806bbd7b3834 100644 --- a/nettle/dsa-keygen.c +++ b/nettle/dsa-keygen.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa-sha1-sign.c b/nettle/dsa-sha1-sign.c index 5654c493b18a50f84528ba72bb9272615b5f4bec..264a89c11bf2852694b224091fbd0c0b2be83b2e 100644 --- a/nettle/dsa-sha1-sign.c +++ b/nettle/dsa-sha1-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa-sha1-verify.c b/nettle/dsa-sha1-verify.c index 73e948c11104cf6df5d965b977f3a2860db77c55..ff41e1b8bae19d3fe659c4061c66e820bbd917aa 100644 --- a/nettle/dsa-sha1-verify.c +++ b/nettle/dsa-sha1-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003, 2010 Niels M�ller + * Copyright (C) 2002, 2003, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa-sha256-sign.c b/nettle/dsa-sha256-sign.c index ea82022e0f1ad714fe206dfc3615ca70775ff8c5..f8569f9fb1d371eb2f24f35237a289569e6e17c2 100644 --- a/nettle/dsa-sha256-sign.c +++ b/nettle/dsa-sha256-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa-sha256-verify.c b/nettle/dsa-sha256-verify.c index ed79a86e27ab58b3451b171432f02b729a240adf..07c71fb7793af35e674864c08f40f6901e1d08d1 100644 --- a/nettle/dsa-sha256-verify.c +++ b/nettle/dsa-sha256-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa-sign.c b/nettle/dsa-sign.c index 9c5a29c95858fc8aa4d980ee615003c4725c29c0..8c7058ce25c71fc9c559dc808f88f66575402594 100644 --- a/nettle/dsa-sign.c +++ b/nettle/dsa-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2010 Niels M�ller + * Copyright (C) 2002, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa-verify.c b/nettle/dsa-verify.c index faea0a000b4f1405c57d12b1e1c492d6ad98af15..99fae41fa1aa4e6f27857698a31332708718404b 100644 --- a/nettle/dsa-verify.c +++ b/nettle/dsa-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa.c b/nettle/dsa.c index 02cc785891d5aa7ca7b9d0b1b42ff2d8b86a8355..63f3f71dd35e46fc6d61efb46d104f93edb744ef 100644 --- a/nettle/dsa.c +++ b/nettle/dsa.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa.h b/nettle/dsa.h index 412178b40bc837c97b8d0c3903585ec0a43b3c78..cb103d6344cc4ebc5ff80bf62593a92f06168921 100644 --- a/nettle/dsa.h +++ b/nettle/dsa.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/dsa2sexp.c b/nettle/dsa2sexp.c index 213903d9a0887883801395c32e1bda0af41856f7..948f26e4b91d6ba6715b747cf5a55d54c2249189 100644 --- a/nettle/dsa2sexp.c +++ b/nettle/dsa2sexp.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2009 Niels M�ller, Magnus Holmgren + * Copyright (C) 2002, 2009 Niels Möller, Magnus Holmgren * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/eratosthenes.c b/nettle/examples/eratosthenes.c index 932eebedc3d2e68adcb23cff2ba3db46c3f904b6..becb3d013debfe449a1a916d206e998c2fb0bcec 100644 --- a/nettle/examples/eratosthenes.c +++ b/nettle/examples/eratosthenes.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2007 Niels M�ller + * Copyright (C) 2007 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/io.c b/nettle/examples/io.c index c24546f54f0cfa3b294b645b6988d33f4c06b0bb..a18dac1f554660c6cf166b66c5ff260bf6fa9e24 100644 --- a/nettle/examples/io.c +++ b/nettle/examples/io.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/io.h b/nettle/examples/io.h index e85dc5f8bd2b4f3b7f5a6b26416aba54f25fa1a6..438def069a525a4e7c9ab7ce610e5d7c03e8710c 100644 --- a/nettle/examples/io.h +++ b/nettle/examples/io.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/nettle-benchmark.c b/nettle/examples/nettle-benchmark.c index 221033ed955f026473d12c611ec421a0006716c3..424ef19f561e2415a0d5df3317f7e7e88f5d7d37 100644 --- a/nettle/examples/nettle-benchmark.c +++ b/nettle/examples/nettle-benchmark.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/nettle-openssl.c b/nettle/examples/nettle-openssl.c index 5f5f2b1f9faddd8599c704dfbe2bff4f5172b856..f4a7301f0084273a97f819f51908ae46bba75f6b 100644 --- a/nettle/examples/nettle-openssl.c +++ b/nettle/examples/nettle-openssl.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/next-prime.c b/nettle/examples/next-prime.c index 889c84a42693806f503a8be4b5da18ba0c62013e..0e3885b2ed99dfc04f764a50647acbcf7c82c62f 100644 --- a/nettle/examples/next-prime.c +++ b/nettle/examples/next-prime.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2007 Niels M�ller + * Copyright (C) 2007 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/random-prime.c b/nettle/examples/random-prime.c index a87a541f973b28e9b2a73841a28b160e7426e36a..9679757f18b704e9256fc28d855e8b5299b8bb6c 100644 --- a/nettle/examples/random-prime.c +++ b/nettle/examples/random-prime.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/rsa-decrypt.c b/nettle/examples/rsa-decrypt.c index 0a6d0c96680268b7b0252b36bcdea17f9cd774bd..7a92a71cc30a3970222357a5a4901badbb1a0521 100644 --- a/nettle/examples/rsa-decrypt.c +++ b/nettle/examples/rsa-decrypt.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/rsa-encrypt.c b/nettle/examples/rsa-encrypt.c index 927b7088480841fd2df1ef2e09caa902954a7ee0..c8cf48062e15f1c7fbcfde58c2a1c85c43f2164c 100644 --- a/nettle/examples/rsa-encrypt.c +++ b/nettle/examples/rsa-encrypt.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/rsa-keygen.c b/nettle/examples/rsa-keygen.c index e2b2f564ca60bec7531dccbe4dd5dab5f1652aa0..4170aa10ed571fb849ac19434260f5bafac7d0fc 100644 --- a/nettle/examples/rsa-keygen.c +++ b/nettle/examples/rsa-keygen.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/rsa-sign.c b/nettle/examples/rsa-sign.c index c480761855c8a2b81364cbe7b29f0e1a9721f1e9..f0e49143a4d25e3d82e38ad5742d7eacc21b1cf5 100644 --- a/nettle/examples/rsa-sign.c +++ b/nettle/examples/rsa-sign.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/examples/rsa-verify.c b/nettle/examples/rsa-verify.c index 8781812d70bb7d8aa2b4d759168287d7766ae156..8b5d5f92bab0a23ae4ecaecc3c60b1eff5172845 100644 --- a/nettle/examples/rsa-verify.c +++ b/nettle/examples/rsa-verify.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/hmac-md5.c b/nettle/hmac-md5.c index 99ce1f9347a0c20901d367616749364f8f9fdbd7..cf1f49123da01636e334e502c44481775d9643bb 100644 --- a/nettle/hmac-md5.c +++ b/nettle/hmac-md5.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/hmac-sha1.c b/nettle/hmac-sha1.c index 64c079e52dd0408bcbbaf4bbaa6215a3921fa82c..d807ff1dff0231310a6990aff99ce240ae107c1d 100644 --- a/nettle/hmac-sha1.c +++ b/nettle/hmac-sha1.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/hmac-sha224.c b/nettle/hmac-sha224.c index 580509e0a7caecfc56c3c64b80ae097ce338b226..88f5d5d843a961cb2052881eb0b169130a01c683 100644 --- a/nettle/hmac-sha224.c +++ b/nettle/hmac-sha224.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003, 2010 Niels M�ller + * Copyright (C) 2003, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/hmac-sha256.c b/nettle/hmac-sha256.c index 9ead853b5ce358986be683ab23c17966e6ab7fe9..9912b3290fffe50d4621c4b813739a2632574b6c 100644 --- a/nettle/hmac-sha256.c +++ b/nettle/hmac-sha256.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/hmac-sha384.c b/nettle/hmac-sha384.c index f39705f5d3ae94488e9b58d46a6e67d8ea95c34d..b2ba3718a91f8a98f0b24fb185c1346839066a2c 100644 --- a/nettle/hmac-sha384.c +++ b/nettle/hmac-sha384.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003, 2010 Niels M�ller + * Copyright (C) 2003, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/hmac-sha512.c b/nettle/hmac-sha512.c index c09e9f5a73e5faf4252568146eda345b422fcf29..1ccc67a4d6deb4bb81e404f5ef5c99aee22ebf84 100644 --- a/nettle/hmac-sha512.c +++ b/nettle/hmac-sha512.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003, 2010 Niels M�ller + * Copyright (C) 2003, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/hmac.c b/nettle/hmac.c index dc77e94c0264aeb77d11ad83d7ce7805369d21b1..f639883336c4c400e85ef1d04b73e2c6acd21404 100644 --- a/nettle/hmac.c +++ b/nettle/hmac.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/hmac.h b/nettle/hmac.h index ea6cef2d194ff48cfec439b41563b26a9af08376..6a411d7b8f7b86a86d6d20fdcd3148292b6fb712 100644 --- a/nettle/hmac.h +++ b/nettle/hmac.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/index.html b/nettle/index.html index f35210f3760c331018c21a3601982abc3e16bb0a..1627524c82e419fbc440f941029472b930fc48b9 100644 --- a/nettle/index.html +++ b/nettle/index.html @@ -57,7 +57,7 @@ descend into the <tt>nettle</tt> directory for a standard Send mail to the <a href='http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs'><tt>nettle-bugs</tt> mailinglist</a> or directly to me at <a -href="mailto:nisse@lysator.liu.se"><tt>Niels M�ller <nisse@lysator.liu.se></tt></a> +href="mailto:nisse@lysator.liu.se"><tt>Niels Möller <nisse@lysator.liu.se></tt></a> if you have any questions. </body> diff --git a/nettle/knuth-lfib.c b/nettle/knuth-lfib.c index e12688c8d759f7cfc32922268b49d2f757dbe08a..6c3d5ad9e9a73967ed59fc3fa2f728169f23d215 100644 --- a/nettle/knuth-lfib.c +++ b/nettle/knuth-lfib.c @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * Includes code copied verbatim from Knuth's TAOCP. * diff --git a/nettle/knuth-lfib.h b/nettle/knuth-lfib.h index b52393e4a7c21504289615902926ece1766be53c..fdb172b7ae53b9ec6d6c2536153e75e6e90db5a9 100644 --- a/nettle/knuth-lfib.h +++ b/nettle/knuth-lfib.h @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/macros.h b/nettle/macros.h index 6b0600798694edeadb5e6fe6574846d9b60e0726..9a57b15082f19aef58cfb4128128456dac8fd410 100644 --- a/nettle/macros.h +++ b/nettle/macros.h @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -132,7 +132,7 @@ do { \ } while (0) -/* Helper macro for Merkle-Damg�rd hash functions. Assumes the context +/* Helper macro for Merkle-Damgård hash functions. Assumes the context structs includes the following fields: xxx count_low, count_high; // Two word block count diff --git a/nettle/md2-meta.c b/nettle/md2-meta.c index 0ed0b470cf93d7c8017b0e82ec3010716cad1ec8..bd1e95c9434d04e11372dfb1803bc2ef67a6fd39 100644 --- a/nettle/md2-meta.c +++ b/nettle/md2-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/md2.c b/nettle/md2.c index ba3e102f5341c46984759498acc1795c0a258ee6..f505a40d04a29c95d1aa3044ebf34e1e96876c1a 100644 --- a/nettle/md2.c +++ b/nettle/md2.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller, Andreas Sigfridsson + * Copyright (C) 2003 Niels Möller, Andreas Sigfridsson * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -24,7 +24,7 @@ */ /* This code originates from the Python Cryptography Toolkit, version 1.0.1. - Further hacked by Andreas Sigfridsson and Niels M�ller. Original license: + Further hacked by Andreas Sigfridsson and Niels Möller. Original license: =================================================================== Distribute and use freely; there are no restrictions on further diff --git a/nettle/md2.h b/nettle/md2.h index ac1cf33b518ceecac3900a9794b1f9ea834031a3..800fcb576b234ae37f8c4abdbce43dbbbfe398b1 100644 --- a/nettle/md2.h +++ b/nettle/md2.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/md4-meta.c b/nettle/md4-meta.c index 2d74f79e71bc32c734727402c27d847fe6c0a3db..40adb0b1c03ff9eeac17d1fb18bef2a14a1f0719 100644 --- a/nettle/md4-meta.c +++ b/nettle/md4-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/md4.c b/nettle/md4.c index 4387b3e390e5ef1d9359b74766d1fb5538755e10..127bdd180fcc17bf2b3a70b2694f8e93cb3503d5 100644 --- a/nettle/md4.c +++ b/nettle/md4.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller, Marcus Comstedt + * Copyright (C) 2003 Niels Möller, Marcus Comstedt * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/md4.h b/nettle/md4.h index c0627e97e82f59ab2c009fe9ea0863e3dfb88d5e..4016fb6d9208830f8b160f6fa888d70e45f50704 100644 --- a/nettle/md4.h +++ b/nettle/md4.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/md5-compat.c b/nettle/md5-compat.c index 31a2fd51b268e23153ee05233de5402763953b37..1f31b6c244adef83df8e236584d98f635f37cde7 100644 --- a/nettle/md5-compat.c +++ b/nettle/md5-compat.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/md5-compat.h b/nettle/md5-compat.h index 8f5f3318fa8ca2de6024cfe1eb507a95c1ec157b..b6479565d0d7fe76288c94c57d831f572ca58f7c 100644 --- a/nettle/md5-compat.h +++ b/nettle/md5-compat.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/md5-compress.c b/nettle/md5-compress.c index ec949e7430f29fc0174fde95b6a4c146734b5a3a..fcda94ab94457b5dc7ea796fef2de8319eacfd44 100644 --- a/nettle/md5-compress.c +++ b/nettle/md5-compress.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2005 Niels M�ller + * Copyright (C) 2001, 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -25,7 +25,7 @@ */ /* Based on public domain code hacked by Colin Plumb, Andrew Kuchling, and - * Niels M�ller. */ + * Niels Möller. */ #if HAVE_CONFIG_H diff --git a/nettle/md5-meta.c b/nettle/md5-meta.c index 3ea590001d0977afdce46807376492e3e60e6de7..e45ec795bf2310788111cc8d05791d46609a07e2 100644 --- a/nettle/md5-meta.c +++ b/nettle/md5-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/md5.c b/nettle/md5.c index 48c1a352735603775d498fac7e6405e27ecd70d8..260aa46a98fb40b193345bec9f0beb2a33e6a7a9 100644 --- a/nettle/md5.c +++ b/nettle/md5.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -24,7 +24,7 @@ */ /* Based on public domain code hacked by Colin Plumb, Andrew Kuchling, and - * Niels M�ller. */ + * Niels Möller. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/nettle/md5.h b/nettle/md5.h index 269152db7ad252a89d5265d6c539de507ff96c2b..1286b24d901206e979a8a6b86fd1303caaf48f48 100644 --- a/nettle/md5.h +++ b/nettle/md5.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/memxor.c b/nettle/memxor.c index 5e10c3d3c433c24708d41017ebea9c15c968ef55..7fd49dc5a069d150bd5f5f9239b6c0f81a23435d 100644 --- a/nettle/memxor.c +++ b/nettle/memxor.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * * Copyright (C) 1991, 1993, 1995 Free Software Foundation, Inc. - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/nettle-internal.c b/nettle/nettle-internal.c index b97281aa912e1df88cd73e3625cfaffe09849afe..b789a5720c07fc22dc1def5355f58881e8aa6262 100644 --- a/nettle/nettle-internal.c +++ b/nettle/nettle-internal.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/nettle-internal.h b/nettle/nettle-internal.h index b7bbe248eaa9923512778cf760a521de042a02a7..efad02a812e0e4cf7607c9cec99dfe9a53fdc49b 100644 --- a/nettle/nettle-internal.h +++ b/nettle/nettle-internal.h @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/nettle-meta.h b/nettle/nettle-meta.h index 16af7f0df70bde911c0b78d63b05e4f0f81818b4..54cbbd2ba6d96d0a7df127922495e427b96260cd 100644 --- a/nettle/nettle-meta.h +++ b/nettle/nettle-meta.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/nettle-types.h b/nettle/nettle-types.h index 4c4e0917036ec3ee4c2205733296a1f425f1b87e..b694332eeec4ec3676961ffbd028606284fdeb00 100644 --- a/nettle/nettle-types.h +++ b/nettle/nettle-types.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/nettle-write.h b/nettle/nettle-write.h index 7287270b642e442880c2afde3b9e828d6566db06..c3b884ba69acf97f19303cd12996238d4e3f1526 100644 --- a/nettle/nettle-write.h +++ b/nettle/nettle-write.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/nettle.texinfo b/nettle/nettle.texinfo index 51bfaeaabeb759a5fb442a1b7173b4180669628b..3dfc7eb20b4d693cd83292d9c5affaf14f008341 100644 --- a/nettle/nettle.texinfo +++ b/nettle/nettle.texinfo @@ -8,7 +8,7 @@ @c %**end of header @set UPDATED-FOR 2.3 -@set AUTHOR Niels M�ller +@set AUTHOR Niels Möller @copying This manual is for the Nettle library (version @value{UPDATED-FOR}), a @@ -158,7 +158,7 @@ Josefsson. Released under the LGPL. @item BLOWFISH The implementation of the BLOWFISH cipher is written by Werner Koch, copyright owned by the Free Software Foundation. Also hacked by Simon -Josefsson and Niels M�ller. Released under the LGPL. +Josefsson and Niels Möller. Released under the LGPL. @item CAMELLIA The C implementation is by Nippon Telegraph and Telephone Corporation @@ -195,8 +195,8 @@ Nettle by Andres Mejia. Released under the LGPL. @item SERPENT The implementation of the SERPENT cipher is based on the code in libgcrypt, copyright owned by the Free Software Foundation. Adapted to Nettle by -Simon Josefsson and heavily modified by Niels M�ller. Assembly for -x86_64 by Niels M�ller. Released under the LGPL. +Simon Josefsson and heavily modified by Niels Möller. Assembly for +x86_64 by Niels Möller. Released under the LGPL. @item SHA1 The C implementation of the SHA1 message digest is written by Peter @@ -2961,27 +2961,27 @@ Serve with boiled egg-halves. @c And the original Swedish version. @ignore -Recept p� n�sselsoppa +Recept på nässelsoppa 4 portioner -1 l f�rska n�sslor -2 msk sm�r -3 msk vetemj�l -1 l k�tt- eller gr�nsaksbuljong +1 l färska nässlor +2 msk smör +3 msk vetemjöl +1 l kött- eller grönsaksbuljong 1/2 tsk salt 1-2 krm peppar -(lite gr�dde eller mj�lk) +(lite grädde eller mjölk) -Plocka 1 liter f�rska n�sslor. Anv�nd handskar! Helst sm� och sp�da -skott, men topparna av st�rre n�sslor g�r ocks� bra. +Plocka 1 liter färska nässlor. Använd handskar! Helst små och späda +skott, men topparna av större nässlor går också bra. -Sk�lj n�sslorna v�l. F�rv�ll dem ca 10 minuter i l�tt saltat vatten. -H�ll av och spara spadet. Hacka n�sslorna. Sm�lt sm�ret, r�r i mj�l och -sp�d med buljong och n�sselspad. L�gg i de hackade n�sslorna. Om s� -�nskas, h�ll i en skv�tt mj�lk eller gr�dde. Koka n�gra minuter, och -smaks�tt med salt och peppar. +Skölj nässlorna väl. Förväll dem ca 10 minuter i lätt saltat vatten. +Häll av och spara spadet. Hacka nässlorna. Smält smöret, rör i mjöl och +späd med buljong och nässelspad. Lägg i de hackade nässlorna. Om så +önskas, häll i en skvätt mjölk eller grädde. Koka några minuter, och +smaksätt med salt och peppar. -Servera med kokta �gghalvor. +Servera med kokta ägghalvor. @end ignore @node Installation, Index, Nettle soup, Top diff --git a/nettle/pgp-encode.c b/nettle/pgp-encode.c index 0ac46d21d367a6d716cce371cfc51fd9396fde0a..452c8e5802256bb4ec9ff8e689751d728e5528ea 100644 --- a/nettle/pgp-encode.c +++ b/nettle/pgp-encode.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/pgp.h b/nettle/pgp.h index c2e20fe6a45855f7c9b9f8fc61281f8cbc9c267c..b9671d2c6137d962196fef2306de61fc8c26011a 100644 --- a/nettle/pgp.h +++ b/nettle/pgp.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/pkcs1-rsa-md5.c b/nettle/pkcs1-rsa-md5.c index eff25fa42ebe9b67f3a739442eac8f18a98b5f54..b7980e7dff45894f66d3f6640d106482849ea48a 100644 --- a/nettle/pkcs1-rsa-md5.c +++ b/nettle/pkcs1-rsa-md5.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/pkcs1-rsa-sha1.c b/nettle/pkcs1-rsa-sha1.c index 85395bd46baee2d951621080bc85d7b8d6c215e8..656bba0508353231dac11a8aad449213081d314f 100644 --- a/nettle/pkcs1-rsa-sha1.c +++ b/nettle/pkcs1-rsa-sha1.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/pkcs1-rsa-sha256.c b/nettle/pkcs1-rsa-sha256.c index 363f78479797ccebee844d812c51975e09372500..a374768b5d7ab2bd7e5ec219a62239eca0d60395 100644 --- a/nettle/pkcs1-rsa-sha256.c +++ b/nettle/pkcs1-rsa-sha256.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006 Niels M�ller + * Copyright (C) 2001, 2003, 2006 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/pkcs1-rsa-sha512.c b/nettle/pkcs1-rsa-sha512.c index 8eb4377b9b93e28813645ff363f269b57700566e..fd58999c8be55a9d50ad06d25ab441d2422193d8 100644 --- a/nettle/pkcs1-rsa-sha512.c +++ b/nettle/pkcs1-rsa-sha512.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006, 2010 Niels M�ller + * Copyright (C) 2001, 2003, 2006, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/pkcs1.c b/nettle/pkcs1.c index 786ee63c1cb7d3fac9b3d61d831c35ce21e537d3..757017f9fd185b765d1b726ac785f78c582a9240 100644 --- a/nettle/pkcs1.c +++ b/nettle/pkcs1.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/pkcs1.h b/nettle/pkcs1.h index a2d00eee07bf6d36be258c9c27f21ed88b9b4bfb..732d0edc9d2e8b0f3d6272966266561ffb541e56 100644 --- a/nettle/pkcs1.h +++ b/nettle/pkcs1.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/realloc.c b/nettle/realloc.c index 57e6d428e68a09f5a4bea680b064f95b66f07254..f4b3fe1afd4257b906105ef81963468013b933b4 100644 --- a/nettle/realloc.c +++ b/nettle/realloc.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/realloc.h b/nettle/realloc.h index 5406ec838bcf15fbaa6b2aa3087b60e13ce27dfc..f8b8efeae963b3b1fd3691256445a5d5e58cadc1 100644 --- a/nettle/realloc.h +++ b/nettle/realloc.h @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-compat.c b/nettle/rsa-compat.c index 8eef18524905dfcc9285fa59489bf29b4ce0537f..0fa7eb2f5f06575beaac1912e37810a0e1f33f98 100644 --- a/nettle/rsa-compat.c +++ b/nettle/rsa-compat.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-compat.h b/nettle/rsa-compat.h index 9622503d4c2d42f7f58a461f9c2304f0e1a0fb9a..2557dca6a382001354f0bd913c4b40d6b37a56b9 100644 --- a/nettle/rsa-compat.h +++ b/nettle/rsa-compat.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-decrypt.c b/nettle/rsa-decrypt.c index 973fa6536e48e760a22936990246f93412d811db..fe6de23ef634f852961d28b3089f87edbded5cf6 100644 --- a/nettle/rsa-decrypt.c +++ b/nettle/rsa-decrypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-encrypt.c b/nettle/rsa-encrypt.c index a901e710aa2428917318f3c1bed22496e4951018..fb346db751397be3c288b1b507960631c4b0ef9c 100644 --- a/nettle/rsa-encrypt.c +++ b/nettle/rsa-encrypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-keygen.c b/nettle/rsa-keygen.c index 8c56bb42efd3d7bce45d5c9d8d5e562bcf427a16..b67aab85a01ed2248d616444806f57220cf11f08 100644 --- a/nettle/rsa-keygen.c +++ b/nettle/rsa-keygen.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-md5-sign.c b/nettle/rsa-md5-sign.c index 166cba7a2dfe911d4ca73432a7b9390724c95159..f13ce0644b1d689e23785b376dc04a7a28aefec2 100644 --- a/nettle/rsa-md5-sign.c +++ b/nettle/rsa-md5-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-md5-verify.c b/nettle/rsa-md5-verify.c index f8931c76577a12cb86af7c862f53e90cb8673d16..3de121588d5bfbf7418dc801f8c7824e2207b539 100644 --- a/nettle/rsa-md5-verify.c +++ b/nettle/rsa-md5-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-sha1-sign.c b/nettle/rsa-sha1-sign.c index f120c7b0496fa76b95c49e632f2317d43883611f..aad9879badee398d0cc0b4776c1352db55ecd508 100644 --- a/nettle/rsa-sha1-sign.c +++ b/nettle/rsa-sha1-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-sha1-verify.c b/nettle/rsa-sha1-verify.c index 71ed848430e81c915c32fd564d506747b8a152a5..90f01f68cf354a53984609f9628facc8bcedc4bc 100644 --- a/nettle/rsa-sha1-verify.c +++ b/nettle/rsa-sha1-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-sha256-sign.c b/nettle/rsa-sha256-sign.c index 5f3cf7c27509cfe471fca857bcee5db4a39bb803..0af12c9475f9aa8c7d0f93c6e87b191ab50f247f 100644 --- a/nettle/rsa-sha256-sign.c +++ b/nettle/rsa-sha256-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006 Niels M�ller + * Copyright (C) 2001, 2003, 2006 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-sha256-verify.c b/nettle/rsa-sha256-verify.c index ef3f1e31facf1409e3813b7199617d8e3a7ddd72..ed8f7d0cc535a9749a9174d595f87003ffd8e311 100644 --- a/nettle/rsa-sha256-verify.c +++ b/nettle/rsa-sha256-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006 Niels M�ller + * Copyright (C) 2001, 2003, 2006 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-sha512-sign.c b/nettle/rsa-sha512-sign.c index fa14487dc0aa9e0a49b24ab9da3ed37e90864cee..a8ab9810809770ed285d64f94b690cd4e382d2e7 100644 --- a/nettle/rsa-sha512-sign.c +++ b/nettle/rsa-sha512-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006, 2010 Niels M�ller + * Copyright (C) 2001, 2003, 2006, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-sha512-verify.c b/nettle/rsa-sha512-verify.c index 869a8f5139805c93063c5240b06439278c3cb1d9..0fca6b877cf4fc9296e622e8598c7f2a82ad7bd3 100644 --- a/nettle/rsa-sha512-verify.c +++ b/nettle/rsa-sha512-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006, 2010 Niels M�ller + * Copyright (C) 2001, 2003, 2006, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-sign.c b/nettle/rsa-sign.c index aa407caa104dab2fbf63488a23c8f19a953251b5..86ce090c257bede3bcb27fb6370852d3d1c943a6 100644 --- a/nettle/rsa-sign.c +++ b/nettle/rsa-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa-verify.c b/nettle/rsa-verify.c index 2e3b52f5d1baafc0535aba0d36da470c67e4f994..8566b3e03d6e7248afb3ed46538a488a61ec1a7e 100644 --- a/nettle/rsa-verify.c +++ b/nettle/rsa-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa.c b/nettle/rsa.c index ae20421e89e7cb1ce7d3ee6b5556e24ee3305998..0765a102fcbe8be87f31eb32d5cfaf08cbbb730b 100644 --- a/nettle/rsa.c +++ b/nettle/rsa.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa.h b/nettle/rsa.h index 9631e502d2ebe88b5376bc44728afc640aafd2e9..a4ef8355dda0ae268eb63fb1ad368b148160ee4e 100644 --- a/nettle/rsa.h +++ b/nettle/rsa.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa2openpgp.c b/nettle/rsa2openpgp.c index f129ff7a45bd2c1db19e97605cdd7a5a2a45bfdf..981eb0579f200aad71b766f4ac340a4ccf744cc4 100644 --- a/nettle/rsa2openpgp.c +++ b/nettle/rsa2openpgp.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/rsa2sexp.c b/nettle/rsa2sexp.c index 8578ec3f7e0efae307465328a9b73edcc16bc237..56fbf68d57f28559e37752a30e8b10670b318fc5 100644 --- a/nettle/rsa2sexp.c +++ b/nettle/rsa2sexp.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/serpent-decrypt.c b/nettle/serpent-decrypt.c index c2847af5b7baa93cba819a70fc85fb1b1ee0f09a..1376d17f1f51ef67a847da8ce19e0c70b7ee3c6d 100644 --- a/nettle/serpent-decrypt.c +++ b/nettle/serpent-decrypt.c @@ -8,7 +8,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2011 Niels M�ller + * Copyright (C) 2011 Niels Möller * Copyright (C) 2010, 2011 Simon Josefsson * Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. * diff --git a/nettle/serpent-meta.c b/nettle/serpent-meta.c index 204d2a16fd1578b0322ee32acbc92729a60d0dca..fa9fa4fa2d7db7e2a404d625f84a45655bc3e7e2 100644 --- a/nettle/serpent-meta.c +++ b/nettle/serpent-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/serpent.h b/nettle/serpent.h index 2ae1da7d3e224196fc2bfe5cf9bf88fad2e7c678..df9d5498ee3370a965d1d97310475bbe8d305c56 100644 --- a/nettle/serpent.h +++ b/nettle/serpent.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sexp-format.c b/nettle/sexp-format.c index a3e6d920645f005dd648877a6ae89b4c6a42df5a..d3e4a2a918a4a63255d9a1e15e9a9a6bc0ad1bf5 100644 --- a/nettle/sexp-format.c +++ b/nettle/sexp-format.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sexp-transport-format.c b/nettle/sexp-transport-format.c index db4b193472c0cd7537ffc79fd245fdc296272e6f..007b14330ddae4824d4eb86fac9f1427c1e993d8 100644 --- a/nettle/sexp-transport-format.c +++ b/nettle/sexp-transport-format.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sexp-transport.c b/nettle/sexp-transport.c index 37865e709dbc360d65bcbae84af029e88d626cee..6e5a239003b1c841a8ebdb17b767c21716250b0f 100644 --- a/nettle/sexp-transport.c +++ b/nettle/sexp-transport.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sexp.c b/nettle/sexp.c index 0933e68a19133736e25b28a520a5088cee2100dd..ce2bc7b0c62a45c1e24929b2e7a2c7ec95f83c3b 100644 --- a/nettle/sexp.c +++ b/nettle/sexp.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sexp.h b/nettle/sexp.h index 53a90a14d6ef17e3d96839b8273dc899478362b1..986182a403d71a64cdfa14fec8f609910389c66e 100644 --- a/nettle/sexp.h +++ b/nettle/sexp.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sexp2bignum.c b/nettle/sexp2bignum.c index eca790ef22f13793f0ab186398b70abb6dda50c7..fc36449987842b14bc32edf31357c4c855d49c68 100644 --- a/nettle/sexp2bignum.c +++ b/nettle/sexp2bignum.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sexp2dsa.c b/nettle/sexp2dsa.c index a3bc5e3cba77f1f71c2a1cbc85763e7bfeda3602..f2d73b0faa5d1405dfc6045e7824b59a27d6b4d7 100644 --- a/nettle/sexp2dsa.c +++ b/nettle/sexp2dsa.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sexp2rsa.c b/nettle/sexp2rsa.c index e3faf68ccd871d6c15db411efd1bd135f41259bb..5ba3f7ad0c06b672da41694d4f7e50fa78b74ce0 100644 --- a/nettle/sexp2rsa.c +++ b/nettle/sexp2rsa.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha.h b/nettle/sha.h index 74beff35e1a5da5e0db7a2f72667c803c04513b2..c2afd54e98393abdaaaaf3e23c63da096bab60a6 100644 --- a/nettle/sha.h +++ b/nettle/sha.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha1-compress.c b/nettle/sha1-compress.c index ed843bf445fbe9edbd68ed8ac2913565fb5cc943..99bf4afd0819b54cc5589373036c7292022b74be 100644 --- a/nettle/sha1-compress.c +++ b/nettle/sha1-compress.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels M�ller + * Copyright (C) 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha1-meta.c b/nettle/sha1-meta.c index d201da8afe81246abd5f7a0bcae2ab90a2ac0359..857c5f956b2aea84521c09639dc0ed5111816bab 100644 --- a/nettle/sha1-meta.c +++ b/nettle/sha1-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha1.c b/nettle/sha1.c index 41fa65cb69babdf6b653bd24bdac198beb162e5e..c57d3935b7673d5e9358195449dd26c9bb531ec7 100644 --- a/nettle/sha1.c +++ b/nettle/sha1.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Peter Gutmann, Andrew Kuchling, Niels M�ller + * Copyright (C) 2001 Peter Gutmann, Andrew Kuchling, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha224-meta.c b/nettle/sha224-meta.c index a8bbafcc3bb8cc7d4bf23fc7ab828727bbf3965b..08144de759e929aa6f6077d7a4e2d4cc2ceabee3 100644 --- a/nettle/sha224-meta.c +++ b/nettle/sha224-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2010 Niels M�ller + * Copyright (C) 2002, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha256-compress.c b/nettle/sha256-compress.c index ad03039a83ca39abc9e8b372b9217b6ad53d21b3..2dc89ac6fd775a249265d8e7863f223f1477ac49 100644 --- a/nettle/sha256-compress.c +++ b/nettle/sha256-compress.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha256-meta.c b/nettle/sha256-meta.c index c21c7924414510afc8187e8567f7280663217a6a..368ed44544e2991ddb511d3d58ef403e44caf29c 100644 --- a/nettle/sha256-meta.c +++ b/nettle/sha256-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha256.c b/nettle/sha256.c index c0500a286174ae0c6dc51b03769c5a1db6685824..dda27d4129850f9693732c88000d28ce09b376c1 100644 --- a/nettle/sha256.c +++ b/nettle/sha256.c @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha384-meta.c b/nettle/sha384-meta.c index 0c022391ba1da36992614832986b0139079ecc15..b27c1084188bf1bf0bd80795c6c9b41449a21bba 100644 --- a/nettle/sha384-meta.c +++ b/nettle/sha384-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2010 Niels M�ller + * Copyright (C) 2002, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha512-compress.c b/nettle/sha512-compress.c index f11226e368cc794f7aeec94f5baeacf5d46c0544..f0f9bf325f8ac97a263845b33675a8ad3568eaa1 100644 --- a/nettle/sha512-compress.c +++ b/nettle/sha512-compress.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha512-meta.c b/nettle/sha512-meta.c index d9ba03e7fb2b0b30933ed86ebc2733cc52d610d4..089f9f7c76e6d9a1871beda0f18c99aefa28795b 100644 --- a/nettle/sha512-meta.c +++ b/nettle/sha512-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2010 Niels M�ller + * Copyright (C) 2002, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sha512.c b/nettle/sha512.c index eb7a29e4ab21d3d895b1de8859cdb6ecabe77f5c..0ba92feca2cb7cf8606824b88b45db26839749ab 100644 --- a/nettle/sha512.c +++ b/nettle/sha512.c @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sparc32/aes-decrypt-internal.asm b/nettle/sparc32/aes-decrypt-internal.asm index 0d432e00f70636fa85916b7a29ffa466e22a128b..e7188687ed02274df18dcce5f13ce22baec2a3d4 100644 --- a/nettle/sparc32/aes-decrypt-internal.asm +++ b/nettle/sparc32/aes-decrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sparc32/aes-encrypt-internal.asm b/nettle/sparc32/aes-encrypt-internal.asm index e01382207c9058bbbf4fc1c5a9a7dbec900b54be..2361b424a3ac577ba8a3378c70cf98e4f17b4620 100644 --- a/nettle/sparc32/aes-encrypt-internal.asm +++ b/nettle/sparc32/aes-encrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sparc32/arcfour-crypt.asm b/nettle/sparc32/arcfour-crypt.asm index 4d8dac948b4f172ffecc0b39a162c5483f3c9fb5..29aa70d75d9156acfa71dec245fea57e299efc1c 100644 --- a/nettle/sparc32/arcfour-crypt.asm +++ b/nettle/sparc32/arcfour-crypt.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sparc64/aes-decrypt-internal.asm b/nettle/sparc64/aes-decrypt-internal.asm index 408dd728e58314bb1af9cd9b8f2b728928cb1e46..94a2e98c4865f20cbfadc1a9008514842f9fddf1 100644 --- a/nettle/sparc64/aes-decrypt-internal.asm +++ b/nettle/sparc64/aes-decrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sparc64/aes-encrypt-internal.asm b/nettle/sparc64/aes-encrypt-internal.asm index 5462056e01d9179576e0b3fd116a6332d1b0a8ac..9d2b7c560dba04fe5fd42fd8c66bccd201246cb7 100644 --- a/nettle/sparc64/aes-encrypt-internal.asm +++ b/nettle/sparc64/aes-encrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/sparc64/arcfour-crypt.asm b/nettle/sparc64/arcfour-crypt.asm index 0e407d176f4cbb47a4d7981908dd9c8d8718fade..51ff96b035cfc225c9ea5b0f2143d61497fe0565 100644 --- a/nettle/sparc64/arcfour-crypt.asm +++ b/nettle/sparc64/arcfour-crypt.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/testsuite/arctwo-test.c b/nettle/testsuite/arctwo-test.c index 17c3503f4d5ef125fa62c13a44b8df4cf0689f48..4e890097f195ae2fef4c16f7be4b71964127c43c 100644 --- a/nettle/testsuite/arctwo-test.c +++ b/nettle/testsuite/arctwo-test.c @@ -1,7 +1,7 @@ /* nettle, low-level cryptographics library * * Copyright (C) 2004 Simon Josefsson - * Copyright (C) 2004 Niels M�ller + * Copyright (C) 2004 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/input.c b/nettle/tools/input.c index 8dd7d0c1a92937d68cc9d0ebd2adafbf9ca1682f..3c8f674622e25c4f1fd0fb3ebc1648264ee06010 100644 --- a/nettle/tools/input.c +++ b/nettle/tools/input.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/input.h b/nettle/tools/input.h index 5c59addecae34d633f224fc0b268c3f56cd5659d..3e52a58dd20fa0a614132794cd9d6c323b7938e1 100644 --- a/nettle/tools/input.h +++ b/nettle/tools/input.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/misc.c b/nettle/tools/misc.c index bd20842fea153dd449c1061c55941efe6771833e..45fb5a7e9e390664a625bfda84f2e1c41f999c72 100644 --- a/nettle/tools/misc.c +++ b/nettle/tools/misc.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -75,7 +75,7 @@ sexp_token_chars[0x80] = 1,1,1,1,1,1,1,1, 1,1,1,0,0,1,0,0, /* @ A ... O */ 0,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, - /* P ... Z [ \�] ^ _ */ + /* P ... Z [ \ ] ^ _ */ 1,1,1,1,1,1,1,1, 1,1,1,0,0,0,0,1, /* ` a, ... o */ 0,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, diff --git a/nettle/tools/misc.h b/nettle/tools/misc.h index 828fe9bd8c58b11291c648c6ea80e8ef50ad5f39..c2f6d82e665454d1a6b4ab48bc47df877d8b8e63 100644 --- a/nettle/tools/misc.h +++ b/nettle/tools/misc.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/nettle-lfib-stream.c b/nettle/tools/nettle-lfib-stream.c index 641a2f7fec06dd406b85bb2535ab558fed08c655..780a888b003a8ea97e0291bee5a7b5cc7385e5a0 100644 --- a/nettle/tools/nettle-lfib-stream.c +++ b/nettle/tools/nettle-lfib-stream.c @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/output.c b/nettle/tools/output.c index d491d9a470b18d5666ee4f66cd7c0634ed2c3afd..014a2764b3119491288ba32dd4a7c58a2f9ad279 100644 --- a/nettle/tools/output.c +++ b/nettle/tools/output.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/output.h b/nettle/tools/output.h index 8ac52562a5c23045a1f760a14c9d929233fb1d37..56ff724d81b579a6280b464ebb4acbeaa0154afb 100644 --- a/nettle/tools/output.h +++ b/nettle/tools/output.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/parse.c b/nettle/tools/parse.c index 292c6ce8bae486f90702777abe82758a4543655c..ba1bb6554a81d57568f3d2c2a29150e28c6097ce 100644 --- a/nettle/tools/parse.c +++ b/nettle/tools/parse.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/parse.h b/nettle/tools/parse.h index df6f8b40fee6c80a4be1acf4e0f03c6571310be9..2f46d79c0749410c7bfaeadfe43b607bfcc4e326 100644 --- a/nettle/tools/parse.h +++ b/nettle/tools/parse.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/pkcs1-conv.c b/nettle/tools/pkcs1-conv.c index c9c7ff4a1d666a017e412f33b9d5be265a99fb4d..e13d8cea9895ab21cf05564cd75637dd18a4c565 100644 --- a/nettle/tools/pkcs1-conv.c +++ b/nettle/tools/pkcs1-conv.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005, 2009 Niels M�ller, Magnus Holmgren + * Copyright (C) 2005, 2009 Niels Möller, Magnus Holmgren * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/tools/sexp-conv.c b/nettle/tools/sexp-conv.c index f43f27d237eaef84694412e5b3c883d617fdd8e3..58a22a765c8e72275bcca484607e2c1e78994afd 100644 --- a/nettle/tools/sexp-conv.c +++ b/nettle/tools/sexp-conv.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/twofish-meta.c b/nettle/twofish-meta.c index 7e463256c563035071dd6f0b59f752d8e63c434f..1559a89d44d9b3468f1dd2ef91b4887d1211007e 100644 --- a/nettle/twofish-meta.c +++ b/nettle/twofish-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/twofish.c b/nettle/twofish.c index 0e519eabcecf6beda4d4bc772c021305b319b6c4..d1207e1e6202a5844216f255cba880c85649c475 100644 --- a/nettle/twofish.c +++ b/nettle/twofish.c @@ -10,7 +10,7 @@ * Copyright (C) 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> * * Integrated with the nettle library, - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller */ /* nettle, low-level cryptographics library diff --git a/nettle/twofish.h b/nettle/twofish.h index de5dc3cb8b89342ce7276b34cef1a1366835bd81..ddc8619701011646b5c344c4797c75ca44d2f1bf 100644 --- a/nettle/twofish.h +++ b/nettle/twofish.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/write-be32.c b/nettle/write-be32.c index e52e565f8ef32971223d3ada33e98097e6a5a041..75bc1ebd02d9ecec48b9fc354e8f9d4ff58f0fe7 100644 --- a/nettle/write-be32.c +++ b/nettle/write-be32.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86/aes-decrypt-internal.asm b/nettle/x86/aes-decrypt-internal.asm index 0dc6f7bd6ff6b584270cc27b69dc5fb2d8d05ab2..e6ec0259d21600891476c8a44e5da06f0ad8d3cf 100644 --- a/nettle/x86/aes-decrypt-internal.asm +++ b/nettle/x86/aes-decrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels M�ller +C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86/aes-encrypt-internal.asm b/nettle/x86/aes-encrypt-internal.asm index 99620d4953a958c36930fe7626b0021d2c6b2ec1..819d2184c33d379ad78f33b4eee976bd826bc866 100644 --- a/nettle/x86/aes-encrypt-internal.asm +++ b/nettle/x86/aes-encrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels M�ller +C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86/arcfour-crypt.asm b/nettle/x86/arcfour-crypt.asm index bdeb98f03a9d5a986e0af933009ec2f0b4086b93..af7f13b095b7afea961acf3d16f9996be4d4dd2c 100644 --- a/nettle/x86/arcfour-crypt.asm +++ b/nettle/x86/arcfour-crypt.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2004, Niels M�ller +C Copyright (C) 2004, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86/camellia-crypt-internal.asm b/nettle/x86/camellia-crypt-internal.asm index fa16f76352c1a73f3fc34f511519c23d31021b5d..cdda43cdb39ad337318d712568e6867e22a95239 100644 --- a/nettle/x86/camellia-crypt-internal.asm +++ b/nettle/x86/camellia-crypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2010, Niels M�ller +C Copyright (C) 2010, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86/md5-compress.asm b/nettle/x86/md5-compress.asm index 44894e3139e2e941d7b0632b6a9c9b437fe72c1c..5bee85436f70becf3ee528891a1a7c3477fba03e 100644 --- a/nettle/x86/md5-compress.asm +++ b/nettle/x86/md5-compress.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2005, Niels M�ller +C Copyright (C) 2005, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86/sha1-compress.asm b/nettle/x86/sha1-compress.asm index f6fa347be92105fb24acfd2670ae0d9c0f513fae..d92b24c02a1723a0f0ebf05ad7032a0e85c76e84 100644 --- a/nettle/x86/sha1-compress.asm +++ b/nettle/x86/sha1-compress.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2004, Niels M�ller +C Copyright (C) 2004, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86_64/aes-decrypt-internal.asm b/nettle/x86_64/aes-decrypt-internal.asm index 2c94d0f6815d55915012bea975d3bef881398d70..d473e9c25485e2bf1da4aef1a528e0c2b0bfe037 100644 --- a/nettle/x86_64/aes-decrypt-internal.asm +++ b/nettle/x86_64/aes-decrypt-internal.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2001, 2002, 2005, 2008 Rafael R. Sevilla, Niels M�ller +C Copyright (C) 2001, 2002, 2005, 2008 Rafael R. Sevilla, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86_64/aes-encrypt-internal.asm b/nettle/x86_64/aes-encrypt-internal.asm index dd516c8ccbacd6a71be1e3b02592178ec4059bf0..200feb539574a21a17ffaf21de5beac5565e71a7 100644 --- a/nettle/x86_64/aes-encrypt-internal.asm +++ b/nettle/x86_64/aes-encrypt-internal.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2001, 2002, 2005, 2008 Rafael R. Sevilla, Niels M�ller +C Copyright (C) 2001, 2002, 2005, 2008 Rafael R. Sevilla, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86_64/serpent-encrypt.asm b/nettle/x86_64/serpent-encrypt.asm index 5751b30ed321f772234291c23546f0764af4a44e..2925dcdebf131b057d1cf8086ff2b9c47bfd7d71 100644 --- a/nettle/x86_64/serpent-encrypt.asm +++ b/nettle/x86_64/serpent-encrypt.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2011 Niels M�ller +C Copyright (C) 2011 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/x86_64/sha1-compress.asm b/nettle/x86_64/sha1-compress.asm index 1abbb69811f72cb6104089bf259c8fc773212158..352e52c3b393c353a1bcf296887d691f7a72afa0 100644 --- a/nettle/x86_64/sha1-compress.asm +++ b/nettle/x86_64/sha1-compress.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2004, 2008 Niels M�ller +C Copyright (C) 2004, 2008 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/yarrow.h b/nettle/yarrow.h index 22676c2b78610b35f49f749947764fae91fb7dde..9999f26e4ba8ef27e0ea173f5395d35416c55852 100644 --- a/nettle/yarrow.h +++ b/nettle/yarrow.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/yarrow256.c b/nettle/yarrow256.c index 7645a7200b6ee993753ef3151be2e8e72a15b450..1894ea5820b48b0983559bf1cf8f353f1de3d526 100644 --- a/nettle/yarrow256.c +++ b/nettle/yarrow256.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle/yarrow_key_event.c b/nettle/yarrow_key_event.c index 92360d99e392aa450d7126b16795d040a2f7e1d1..3c0e0c91294a20ba696312404514bf7899521400 100644 --- a/nettle/yarrow_key_event.c +++ b/nettle/yarrow_key_event.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sftp/ChangeLog b/sftp/ChangeLog index 164996d965c46cb831d5859f397428a6d2ca7dcc..7e74ce82a92f8b1b11e5e60ade1449b83267b91a 100644 --- a/sftp/ChangeLog +++ b/sftp/ChangeLog @@ -1,4 +1,4 @@ -2011-02-25 Niels M�ller <nisse@lysator.liu.se> +2011-02-25 Niels Möller <nisse@lysator.liu.se> * rl.c (lsftp_rl_init): Deleted cast. (lsftp_rl_completion): Use const argument. @@ -10,45 +10,45 @@ * rl.h: Use libreadline typedefs when declaring callback functions. -2011-02-18 Niels M�ller <nisse@lysator.liu.se> +2011-02-18 Niels Möller <nisse@lysator.liu.se> * Makefile.in (uninstall): Typo fix. -2010-12-14 Niels M�ller <nisse@lysator.liu.se> +2010-12-14 Niels Möller <nisse@lysator.liu.se> * sftp_bind.c (lsftp_open_connection): Eliminate some warnings, and some indentation changes. (lsftp_handle_stat): Deleted unused variable. -2010-03-06 Niels M�ller <nisse@lysator.liu.se> +2010-03-06 Niels Möller <nisse@lysator.liu.se> * configure.ac: Single line messages with AC_MSG_WARN. -2009-09-01 Niels M�ller <nisse@lysator.liu.se> +2009-09-01 Niels Möller <nisse@lysator.liu.se> * Makefile.in (distclean-here): Delete config.status, config.log and sftp-stdint.h. -2009-08-31 Niels M�ller <nisse@lysator.liu.se> +2009-08-31 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Put sftp-server in libexec, not sbin. Various fixes from Magnus Holmgren. -2009-08-24 Niels M�ller <nisse@lysator.liu.se> +2009-08-24 Niels Möller <nisse@lysator.liu.se> Moved sftp tree, and stopped using automake. -2006-12-19 Niels M�ller <nisse@lysator.liu.se> +2006-12-19 Niels Möller <nisse@lysator.liu.se> * Makefile.am (AM_CPPFLAGS): Added -I../nettle, needed for locating nettle-stdint.h in the build tree. -2006-05-08 Niels M�ller <nisse@lysator.liu.se> +2006-05-08 Niels Möller <nisse@lysator.liu.se> * Man pages: Applied patch from Stefan Pfetzing, addressing long lines and non-ascii caharacters. -2006-04-27 Niels M�ller <niels@s3.kth.se> +2006-04-27 Niels Möller <niels@s3.kth.se> * rl.c: Disable readline support if the needed functions aren't available. @@ -60,7 +60,7 @@ * lsftp.1: New manpage. -2004-11-17 Niels M�ller <nisse@lysator.liu.se> +2004-11-17 Niels Möller <nisse@lysator.liu.se> * commands.c (com_chown): Always us unsigned char with isdigit. (com_chgrp): Likewise. @@ -70,7 +70,7 @@ * configure.ac: Check for stadarg.h. Needed by vsnprintf.c. -2004-11-14 Niels M�ller <nisse@lysator.liu.se> +2004-11-14 Niels Möller <nisse@lysator.liu.se> * commands.c (uidstring, gidstring): When using snprintf, NUL-terminate the result string explicitly. @@ -81,25 +81,25 @@ * configure.ac: Deleted AC_FUNC_ERROR_AT_LINE. Added checks for snprintf and vsnprintf. -2004-11-13 Niels M�ller <nisse@lysator.liu.se> +2004-11-13 Niels Möller <nisse@lysator.liu.se> * dc.h: Reverted apache workaround. It turned out it was not sufficient to solve the problem, there remained undefined references to the function ap_signal. -2004-11-10 Niels M�ller <nisse@lysator.liu.se> +2004-11-10 Niels Möller <nisse@lysator.liu.se> * dc.h: Added workaround for broken fnmatch.h installed by apache. -2004-03-20 Niels M�ller <nisse@lysator.liu.se> +2004-03-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use AC_CONFIG_AUX_DIR([.]). -2004-02-17 Niels M�ller <nisse@lysator.liu.se> +2004-02-17 Niels Möller <nisse@lysator.liu.se> * filemode.h: Always use prototypes. -2004-02-15 Niels M�ller <nisse@lysator.liu.se> +2004-02-15 Niels Möller <nisse@lysator.liu.se> * Makefile.am (AM_CPPFLAGS): Added -I.., needed for inclusion of nettle-types.h. This is somewhat ugly, as sftp shouldn't really @@ -111,17 +111,17 @@ * sftp_c.h: Don't include inttypes.h or stdint.h, rely on buffer.h doing the right thing. -2003-05-20 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-20 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Commented out AC_FUNC_MALLOC. -2003-05-20 Niels M�ller <niels@s3.kth.se> +2003-05-20 Niels Möller <niels@s3.kth.se> * sftp.h (enum sftp_attr_flag): Use a #define for the SSH_FILEXFER_ATTR_EXTENDED constant, as it's too large to fit in an enum constant. -2003-05-16 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-16 Niels Möller <nisse@cuckoo.hack.org> * Changed include file ordering, to follow the same conventions as lsh and nettle: .c-files include config.h first, then system @@ -132,12 +132,12 @@ * configure.ac: Use LSH_FUNC_ALLOCA. -2003-03-02 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-02 Niels Möller <nisse@cuckoo.hack.org> * buffer.c (sftp_put_uint64): Fixed WRITE_UINT32 search&replace bug. -2003-02-26 Pontus Sk�ld <pont@soua.net> +2003-02-26 Pontus Sköld <pont@soua.net> * sftp_bind.c (lsftp_handle_packet): Only free(a) if free_a is set. @@ -155,7 +155,7 @@ * configure.ac: Also check for stdint.h. -2003-02-24 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-24 Niels Möller <nisse@cuckoo.hack.org> * rl.c (lsftp_rl_remotefile_generator): Use const char. @@ -180,30 +180,30 @@ * Use uint32_t and friends instead of UINT32. -2003-02-17 Niels M�ller <niels@s3.kth.se> +2003-02-17 Niels Möller <niels@s3.kth.se> * configure.ac: Deleted initial newline in readline warning. -2003-02-11 Niels M�ller <niels@s3.kth.se> +2003-02-11 Niels Möller <niels@s3.kth.se> * sftp_c.c (sftp_get_file_main): Added an explicit cast to kludge around a bug in the constification. -2002-11-07 Pontus Sk�ld <pont@soua.net> +2002-11-07 Pontus Sköld <pont@soua.net> * rl.c (lsftp_rl_completion): Bugfix: Don't free memory for every command checked. -2002-07-29 Pontus Sk�ld <pont@soua.net> +2002-07-29 Pontus Sköld <pont@soua.net> * configure.ac: Take advantage of lshg now understanding -G (pass -G by default if compiling with lsh). -2002-07-18 Niels M�ller <niels@s3.kth.se> +2002-07-18 Niels Möller <niels@s3.kth.se> * configure.ac: Don't use -ggdb3 with gcc-2.96. -2002-06-27 Pontus Sk�ld <pont@soua.net> +2002-06-27 Pontus Sköld <pont@soua.net> * commands.c (com_mv): Use lsftp_dc_endglob instead of freeing the strings in the glob. @@ -218,7 +218,7 @@ * sftp_bind.c (lsftp_do_realpath): Dito. -2002-06-27 Pontus Sk�ld <Pontus.Skold@dis.uu.se> +2002-06-27 Pontus Sköld <Pontus.Skold@dis.uu.se> * commands.c (com_umask): Do an explicit cast of the parameter to isdigit. @@ -226,21 +226,21 @@ * str_utils.c (lsftp_s_strtok): Don't use strndup. (lsftp_s_strtok): Removed unused variable. -2002-06-27 Pontus Sk�ld <pont@soua.net> +2002-06-27 Pontus Sköld <pont@soua.net> * commands.h: Include gnu_stuff.h to get declaration for canonicalize_file_name compability function. -2002-06-25 Niels M�ller <niels@s3.kth.se> +2002-06-25 Niels Möller <niels@s3.kth.se> * gnu_stuff.c (help_option): Deleted spuriuos comma. -2002-06-25 Pontus Sk�ld <pont@soua.net> +2002-06-25 Pontus Sköld <pont@soua.net> * gnu_stuff.c (help_option): Added note about where to report bugs. -2002-06-06 Pontus Sk�ld <pont@soua.net> +2002-06-06 Pontus Sköld <pont@soua.net> * commands.c (com_lpwd): Don't assume getcwd with extended functionality, use 8192 as a fallback if PATH_MAX is undefined. @@ -256,7 +256,7 @@ * gnu_stuff.h: Declaration of compability function. -2002-06-05 Pontus Sk�ld <pont@soua.net> +2002-06-05 Pontus Sköld <pont@soua.net> * str_utils.h: Changed declaration of lsftp_s_strtok, take a char** to fill in with a new allocated string instead of a buffer @@ -270,7 +270,7 @@ * sftp_bind.c (lsftp_open_connection): Dito. -2002-05-26 Pontus Sk�ld <pont@soua.net> +2002-05-26 Pontus Sköld <pont@soua.net> * rl.c (lsftp_rl_remotefile_generator): Bugfix. lsftp_unqualify_path returns a pointer into the given @@ -281,7 +281,7 @@ (com_get): Dito. (com_mv): Dito. -2002-05-25 Pontus Sk�ld <pont@soua.net> +2002-05-25 Pontus Sköld <pont@soua.net> * rl.c (lsftp_rl_remotefile_generator): (Hopefully) fixed completion to behave correctly. Always glob on absolute path and @@ -291,11 +291,11 @@ * sftp_bind.h: Declaration. -2002-05-23 Pontus Sk�ld <pont@soua.net> +2002-05-23 Pontus Sköld <pont@soua.net> * sftp_bind.c (lsftp_do_ls): Bail out if globbing failed. -2002-05-15 Pontus Sk�ld <pont@soua.net> +2002-05-15 Pontus Sköld <pont@soua.net> * commands.c (get_file_or_folder): Removed debug message. @@ -315,29 +315,29 @@ * commands.c: Added longhelp entry to available commands, changed text for help. -2002-05-06 Niels M�ller <niels@s3.kth.se> +2002-05-06 Niels Möller <niels@s3.kth.se> * configure.ac (CFLAGS): Don't enable -Waggregate-return. -2002-05-05 Niels M�ller <nisse@lysator.liu.se> +2002-05-05 Niels Möller <nisse@lysator.liu.se> * acconfig.h: Deleted file. * configure.ac: Pass no arguments to AM_INIT_AUTOMAKE. Use the three-argument form of AC_DEFINE. -2002-05-05 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-05 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Update for automake-1.6. -2002-04-02 Pontus Sk�ld <pont@soua.net> +2002-04-02 Pontus Sköld <pont@soua.net> * sftp-server.c (sftp_process_readdir): Include up to MAX_DIRENTS_PER_REQUEST files in response to a single SSH_FXP_READDIR. Should (and seems to) speed up directory traversal dramatically. -2002-03-27 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-27 Niels Möller <nisse@cuckoo.hack.org> * werror.c (_fatal): New function. @@ -373,7 +373,7 @@ * misc_fun.c (FATAL): Deleted function, use the fatal function in werror.c instead. -2002-03-26 Pontus Sk�ld <pont@soua.net> +2002-03-26 Pontus Sköld <pont@soua.net> * sftp-server.c (MAX_DIRENTS_PER_REQUEST): New constant, the maximum number of directory entries to include in response to one @@ -385,7 +385,7 @@ * gnu_stuff.c (help_option): Added an help text. It needs work but is (hopefully) better than nothing. -2002-03-25 Pontus Sk�ld <pont@soua.net> +2002-03-25 Pontus Sköld <pont@soua.net> * buffer.c (sftp_read_packet): Loop to read data. (sftp_get_data): Likewise. @@ -426,24 +426,24 @@ * buffer.h: Changed prototype of sftp_make_input and sftp_make_output to use fds instead of files. -2002-03-24 Pontus Sk�ld <pont@soua.net> +2002-03-24 Pontus Sköld <pont@soua.net> * configure.ac: Added --no-pty to default options if we're using lsh(g). * commands.c (com_quit): Only call com_close if connected. -2002-03-23 Pontus Sk�ld <pont@soua.net> +2002-03-23 Pontus Sköld <pont@soua.net> * configure.ac: Removed -G from default after options. -2002-03-23 Pontus Sk�ld <pont@it.uu.se> +2002-03-23 Pontus Sköld <pont@it.uu.se> * configure.ac (termcap): Added check for libtermcap. This should help systems with a dynamically linked libreadline that depends on libtermcap. -2002-03-21 Pontus Sk�ld <pont@soua.net> +2002-03-21 Pontus Sköld <pont@soua.net> * configure.ac: Almost completely rewrote the checks for readline and history, now actually uses the results of the library checks. @@ -453,12 +453,12 @@ * rl.h: Use <readline.h> and <history.h> if available. -2002-03-19 Pontus Sk�ld <pont@it.uu.se> +2002-03-19 Pontus Sköld <pont@it.uu.se> * Makefile.am: sftp-server should go to sbin (or should it go to libexec? Not bin anyway). -2002-03-18 Niels M�ller <nisse@lysator.liu.se> +2002-03-18 Niels Möller <nisse@lysator.liu.se> * commands.c (com_umask): Use unsigned char. (com_chown): Likewise. @@ -471,7 +471,7 @@ sure noone thinks "to highly" of the code. Also removed debug code that shouldn't have been checked in. -2002-02-27 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-27 Niels Möller <nisse@cuckoo.hack.org> * gnu_stuff.c: Include stdlib.h and string.h. diff --git a/sftp/buffer.c b/sftp/buffer.c index a55c60b1b3266d5223bd63d279f0856193ec68ef..ed48d0cd2c4cfe05c02782d07890d10bbccb9210 100644 --- a/sftp/buffer.c +++ b/sftp/buffer.c @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/buffer.h b/sftp/buffer.h index eae5d11104bf53e5c977539aa09303d1609284ad..0213d7921b9309ad1319019bf900008a4675ba72 100644 --- a/sftp/buffer.h +++ b/sftp/buffer.h @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/client.c b/sftp/client.c index ebc15dbc992e1ba4432afc17eae6baccddb52870..1d20738f02b61d57544a1bd1f6dea025a1e34b33 100644 --- a/sftp/client.c +++ b/sftp/client.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/client.h b/sftp/client.h index f914365786ae3b57f28f4eb9a91f63253d58c3b0..a90767393195bd914edc9e712680e2e22d02d54e 100644 --- a/sftp/client.h +++ b/sftp/client.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/commands.c b/sftp/commands.c index 1cdf14cc8d1ee982579f49d93cb78102988c6488..d66b6e3be652ed20b3a0c6e83f2dd138ccae6058 100644 --- a/sftp/commands.c +++ b/sftp/commands.c @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001, Pontus Sk�ld + * Copyright (C) 2001, Pontus Sköld * Portions of this code originately from the readline manual * * This program is free software; you can redistribute it and/or @@ -373,7 +373,7 @@ int com_about(const char *arg UNUSED, const char *command UNUSED) { printf("%s\n", PACKAGE_STRING); - printf("Copyright (C) 2001, Pontus Sk�ld and various contributors\n\n"); + printf("Copyright (C) 2001, Pontus Sköld and various contributors\n\n"); printf("This program is free software, you may distribute it under the\n"); printf("terms of the GNU Genereal Public License. \n\n"); diff --git a/sftp/commands.h b/sftp/commands.h index c24ab51a1c7c036c6026e191f79dece768c12ec3..444965000e096bc621589cd7be0b8009f3ba1c7f 100644 --- a/sftp/commands.h +++ b/sftp/commands.h @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001, Pontus Sk�ld + * Copyright (C) 2001, Pontus Sköld * Portions of this code originately from the readline manual * * This program is free software; you can redistribute it and/or diff --git a/sftp/dc.c b/sftp/dc.c index 04c8850e82e75c4cc8c63af0d618410203c56181..7348fe58525b7bcd372ea6d8fecd2cd13bc05be7 100644 --- a/sftp/dc.c +++ b/sftp/dc.c @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001, Pontus Sk�ld + * Copyright (C) 2001, Pontus Sköld * Portions of this code originately from the readline manual * * This program is free software; you can redistribute it and/or diff --git a/sftp/dc.h b/sftp/dc.h index c148ee01aa8176f40947a8edbaf4c3b7bf94f53b..019b93065796ecf41bc186e958ecb17328806d6b 100644 --- a/sftp/dc.h +++ b/sftp/dc.h @@ -5,7 +5,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/gnu_stuff.c b/sftp/gnu_stuff.c index e6fef0a26d08a05e1010e3c56826f9f5242019cf..7346af0d0d64b0ac482c4b84f60460deab9bb30b 100644 --- a/sftp/gnu_stuff.c +++ b/sftp/gnu_stuff.c @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -34,7 +34,7 @@ void lsftp_welcome() { - printf( "Welcome to %s by Pontus Sk�ld, Niels M�ller and various.\n", PACKAGE_STRING ); + printf( "Welcome to %s by Pontus Sköld, Niels Möller and various.\n", PACKAGE_STRING ); printf( "This program is free software, for more information\n" ); printf( "please see the file COPYING or type about, you may\n" ); printf( "also use help or ? to get help.\n\n"); @@ -89,7 +89,7 @@ void help_option() void version_option() { printf("%s\n", PACKAGE_STRING); - printf("Copyright (C) Pontus Sk�ld, Niels M�ller and various contributors\n\n"); + printf("Copyright (C) Pontus Sköld, Niels Möller and various contributors\n\n"); printf("This program is free software, you may distribute it under the\n"); printf("terms of the GNU Genereal Public License. \n\n"); diff --git a/sftp/gnu_stuff.h b/sftp/gnu_stuff.h index 458f7190f3198a3a087246882204f38735fcc549..b35bf8ce96e64520ae6f6d0ed7a106967bebf5e5 100644 --- a/sftp/gnu_stuff.h +++ b/sftp/gnu_stuff.h @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/idcache.c b/sftp/idcache.c index 617f57afee5ec183bf5da030099ca10b5fb00bde..11359fd507c91355a3df546d0c11bea28f128a73 100644 --- a/sftp/idcache.c +++ b/sftp/idcache.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/idcache.h b/sftp/idcache.h index 75c32d22083c785348d3ab06562899bb71fedd88..828de345f06f3541f9dc8f14aad8538a77b2d613 100644 --- a/sftp/idcache.h +++ b/sftp/idcache.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/io.h b/sftp/io.h index d9df3e140a3af72b4860cb923c5442bb08c6960a..d1e4f6d62fcfa4f01b7ec974076e8020cbc3150e 100644 --- a/sftp/io.h +++ b/sftp/io.h @@ -2,7 +2,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/io_input.c b/sftp/io_input.c index 7e8745b015eafb77273ac647d3eef2565f249ee1..8becb473fa42266cb6cca54bab53310083d86a16 100644 --- a/sftp/io_input.c +++ b/sftp/io_input.c @@ -2,7 +2,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/io_output.c b/sftp/io_output.c index 09b40ef72c2f36982fc2925cb1dd3b5be9a2cc79..aaba1a00b3eeeab0ef398f7b46f16f3a91fee159 100644 --- a/sftp/io_output.c +++ b/sftp/io_output.c @@ -2,7 +2,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/lsftp.c b/sftp/lsftp.c index 562aa75c95ab14b652c019b25ed47d636d9ad04e..329769de4bf5b7753170cd841c7b95c5910bfb9b 100644 --- a/sftp/lsftp.c +++ b/sftp/lsftp.c @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001, Pontus Sk�ld + * Copyright (C) 2001, Pontus Sköld * Portions of this code originately from the readline manual * * This program is free software; you can redistribute it and/or diff --git a/sftp/lsftp.h b/sftp/lsftp.h index d10850db5fb6fd34ec4b563447f37fe4db9cf5a8..62fdfe3183cd72de2a942218d62920868fb0e5c4 100644 --- a/sftp/lsftp.h +++ b/sftp/lsftp.h @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/misc_fun.c b/sftp/misc_fun.c index 1998e9f4af11b5344043f02d5c5c95fcc57e6025..c5242f66d7e54202218cec42938e362e7701e3c8 100644 --- a/sftp/misc_fun.c +++ b/sftp/misc_fun.c @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/misc_fun.h b/sftp/misc_fun.h index 2efa87879d2af9eb67ca6fbe318f6945669b113b..d02d169d2651786c280214582a4236887689d407 100644 --- a/sftp/misc_fun.h +++ b/sftp/misc_fun.h @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/rl.c b/sftp/rl.c index b264fb6522b9820476d6b07237ecfde8dbe0e255..ba719c8462908f4b62967c1123733c1c41685403 100644 --- a/sftp/rl.c +++ b/sftp/rl.c @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001, Pontus Sk�ld + * Copyright (C) 2001, Pontus Sköld * Portions of this code originately from the readline manual * * This program is free software; you can redistribute it and/or diff --git a/sftp/rl.h b/sftp/rl.h index bb2379e5891469ee6af918ab648ba8e33275c06a..cbb4068f0dabafd620359836c401aa01f9c80309 100644 --- a/sftp/rl.h +++ b/sftp/rl.h @@ -5,7 +5,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001, Pontus Sk�ld + * Copyright (C) 2001, Pontus Sköld * Portions of this code originately from the readline manual * * This program is free software; you can redistribute it and/or diff --git a/sftp/sftp-server.c b/sftp/sftp-server.c index 6e7159b51e207a71f9ceedc3f54fd2c7e4f790d2..3d4db0c4aeccb32ac83e8b389bf03ecdfb3cd718 100644 --- a/sftp/sftp-server.c +++ b/sftp/sftp-server.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Markus Friedl, Niels M�ller, Pontus Sk�ld + * Copyright (C) 2001 Markus Friedl, Niels Möller, Pontus Sköld * * Also includes parts from GNU fileutils, Copyright by Free Software * Foundation, Inc. diff --git a/sftp/sftp-test-client.c b/sftp/sftp-test-client.c index b177091279e700287e00e16f1923fdccf3f470f6..929b957ca75cb33f494b468a24ae189509d6f753 100644 --- a/sftp/sftp-test-client.c +++ b/sftp/sftp-test-client.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller, Pontus Sk�ld + * Copyright (C) 2001 Niels Möller, Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/sftp_bind.c b/sftp/sftp_bind.c index 95775c9feff81449b03a2c36099fcc795e0d764a..79b913afd404a3bdbeba75bbb79a09a26861f779 100644 --- a/sftp/sftp_bind.c +++ b/sftp/sftp_bind.c @@ -2,13 +2,13 @@ * sftp_bind.c - bindings for sftp.c * * Portions of code taken from the sftp test client from - * the sftp server of lsh by Niels M�ller and myself. + * the sftp server of lsh by Niels Möller and myself. * */ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -2234,7 +2234,7 @@ lsftp_handle_realpath(struct sftp_callback *s, return s->retval; } -/* FIXME: We could use a general change_attrib function.�*/ +/* FIXME: We could use a general change_attrib function. */ int lsftp_do_chown(const char *file, uint32_t uid, uint32_t gid, const char *command) { diff --git a/sftp/sftp_bind.h b/sftp/sftp_bind.h index 5349a7fd898c9fe6ff8c529453a4bf0a70104833..9721bfd4b1aeea90dda3249e4412e35acee20a0c 100644 --- a/sftp/sftp_bind.h +++ b/sftp/sftp_bind.h @@ -2,13 +2,13 @@ * sftp_bind.h * * Portions of code taken from the sftp test client from - * the sftp server of lsh by Niels M�ller and myself. + * the sftp server of lsh by Niels Möller and myself. * */ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/sftp_c.c b/sftp/sftp_c.c index 381930aafa8d7b8fce059b62e9278053f5482f1b..cc1fdcf652162d24dfad991f7907607198a9e325 100644 --- a/sftp/sftp_c.c +++ b/sftp/sftp_c.c @@ -2,13 +2,13 @@ * sftp_c.c - sftp client protocol functions. * * Portions of code taken from the sftp test client from - * the sftp server of lsh by Niels M�ller and myself. + * the sftp server of lsh by Niels Möller and myself. * */ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/sftp_c.h b/sftp/sftp_c.h index 2d7d8a318613165f98bfce5bfe11fd3a6234a760..a64339350bc426355b7a24a7f54ebfba4fb265b9 100644 --- a/sftp/sftp_c.h +++ b/sftp/sftp_c.h @@ -2,13 +2,13 @@ * sftp_c.h * * Portions of code taken from the sftp test client from - * the sftp server of lsh by Niels M�ller and myself. + * the sftp server of lsh by Niels Möller and myself. * */ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001 Pontus Sk�ld + * Copyright (C) 2001 Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/str_utils.c b/sftp/str_utils.c index 7d5d5368ecf4e16780afd703c7c3f8b7ba4871ed..1cf00054fb3fb8ba259e52095201dd5fb4c338d1 100644 --- a/sftp/str_utils.c +++ b/sftp/str_utils.c @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001, Pontus Sk�ld + * Copyright (C) 2001, Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/sftp/str_utils.h b/sftp/str_utils.h index fe96783d47d05cd7a5f7cf899b2243319786fa7c..8f59e69af7c551a92e42a6772651956cd820cbcc 100644 --- a/sftp/str_utils.h +++ b/sftp/str_utils.h @@ -4,7 +4,7 @@ /* lsftp, an implementation of the sftp protocol * - * Copyright (C) 2001, Pontus Sk�ld + * Copyright (C) 2001, Pontus Sköld * Portions of this code originately from the readline manual * * This program is free software; you can redistribute it and/or diff --git a/spki/ChangeLog b/spki/ChangeLog index b4796428b0108160198ed27c004bcc188c77c41b..1547b172cbe1f30eb5360a4094bf9e1cd9a50c61 100644 --- a/spki/ChangeLog +++ b/spki/ChangeLog @@ -1,4 +1,4 @@ -2010-12-14 Niels M�ller <nisse@lysator.liu.se> +2010-12-14 Niels Möller <nisse@lysator.liu.se> * tag.c (spki_string_alloc): Renamed and updated callers, from... (spki_string_new): ... old name. @@ -17,7 +17,7 @@ (list_format): Use const input. (spki_tag_format): Likewise. Also use const for some local pointers. -2010-10-26 Niels M�ller <nisse@turmalin.hack.org> +2010-10-26 Niels Möller <nisse@turmalin.hack.org> * tools/spki-delegate.c (parse_options): Deleted -?, and fixed handling of bad options. @@ -27,7 +27,7 @@ options. Deleted -?, and fixed handling of bad options. * tools/spki-make-signature.c (parse_options): Likewise. -2010-06-07 Niels M�ller <nisse@lysator.liu.se> +2010-06-07 Niels Möller <nisse@lysator.liu.se> * verify.c (spki_verify_rsa): Stricter check for end of expression for key and signature. @@ -60,7 +60,7 @@ hash. (struct spki_principal): Deleted flags field. -2010-06-04 Niels M�ller <nisse@lysator.liu.se> +2010-06-04 Niels Möller <nisse@lysator.liu.se> * spki-types.in: Added sha256 and dsa-sha256. @@ -68,36 +68,36 @@ (spki_verify_dsa_sha256): New function. (spki_verify): Recognize dsa-sha256 keys. -2010-03-30 Niels M�ller <nisse@lysator.liu.se> +2010-03-30 Niels Möller <nisse@lysator.liu.se> * verify.c (spki_verify_dsa): Updated for Nettle's dsa_sha1_verify rename. -2010-03-24 Niels M�ller <nisse@lysator.liu.se> +2010-03-24 Niels Möller <nisse@lysator.liu.se> * tools/sign.c (spki_sign_digest): Check return value from rsa_md5_sign_digest and rsa_sha1_sign_digest. -2008-08-26 Niels M�ller <nisse@lysator.liu.se> +2008-08-26 Niels Möller <nisse@lysator.liu.se> * Makefile.in (tags-here): Put TAGS file in the source directory. * testsuite/Makefile.in (tags): Likewise. * tools/Makefile.in (tags): Likewise. -2007-09-18 Niels M�ller <nisse@lysator.liu.se> +2007-09-18 Niels Möller <nisse@lysator.liu.se> * tools/Makefile.in: Added dummy check target. -2007-09-11 Niels M�ller <nisse@lysator.liu.se> +2007-09-11 Niels Möller <nisse@lysator.liu.se> * tools/Makefile.in: Fixed linking with getopt. -2007-05-14 Niels M�ller <niels@s3.kth.se> +2007-05-14 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.in (TEST_OBJS): Link with -lhogweed. * tools/Makefile.in (PROGRAM_LIBS): Likewise. -2007-05-08 Niels M�ller <nisse@lysator.liu.se> +2007-05-08 Niels Möller <nisse@lysator.liu.se> * tools/Makefile.in (clean): Fixed deletion of object files. @@ -107,30 +107,30 @@ * Makefile.in (distclean-here): Remove dependency files *.d. -2007-05-03 Niels M�ller <nisse@lysator.liu.se> +2007-05-03 Niels Möller <nisse@lysator.liu.se> * COPYING.LIB: New file. * Makefile.in: Use -Inettle_builddir and -Lnettle_builddir. (DISTFILES): Added config.sub. -2007-04-26 Niels M�ller <nisse@lysator.liu.se> +2007-04-26 Niels Möller <nisse@lysator.liu.se> * Makefile.in (DISTFILES): Removed texinfo.tex (copy and paste error). -2007-04-05 Niels M�ller <nisse@lysator.liu.se> +2007-04-05 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Use symlinks nettle and nettle_builddir in the build directory to locate nettle files. * Moved in CVS tree. Converted to plain autoconf. -2005-11-25 Niels M�ller <nisse@lysator.liu.se> +2005-11-25 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use -Wno-pointer-sign when compiling with gcc-4.x. -2004-11-18 Niels M�ller <nisse@lysator.liu.se> +2004-11-18 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.am (CLEANFILES): Delete test.canonical. @@ -138,34 +138,34 @@ instead. * testsuite/reduce-test: Likewise. -2004-11-16 Niels M�ller <nisse@lysator.liu.se> +2004-11-16 Niels Möller <nisse@lysator.liu.se> * Deleted getopt.c, getopt.h and getopt1.c from the CVS tree. Link them from shared copies in lsh/misc instead. -2004-03-20 Niels M�ller <nisse@lysator.liu.se> +2004-03-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use AC_CONFIG_AUX_DIR([.]). -2004-03-01 Niels M�ller <niels@s3.kth.se> +2004-03-01 Niels Möller <niels@s3.kth.se> * configure.ac: Check for gmtime_r. * certificate.c (spki_date_from_time_t): Use gmtime, if gmtime_r isn't available. -2004-02-15 Niels M�ller <nisse@lysator.liu.se> +2004-02-15 Niels Möller <nisse@lysator.liu.se> * configure.ac: No spaces after -I and -L flags. -2004-01-31 Niels M�ller <nisse@lysator.liu.se> +2004-01-31 Niels Möller <nisse@lysator.liu.se> * tag.c: Comment fixes. (spki_tag_compile): In the SPKI_TAG_LIST case, check for spki_tag_compile_list returning NULL. (spki_tag_list_alloc): Minor reorganization of failure case. -2004-01-08 Niels M�ller <nisse@lysator.liu.se> +2004-01-08 Niels Möller <nisse@lysator.liu.se> * Makefile.am (AM_CPPFLAGS): Added -I../nettle. Needed to find the nettle-types.h include file when building outside of the source @@ -173,7 +173,7 @@ * testsuite/Makefile.am (AM_CPPFLAGS): Added -I../../nettle. * tools/Makefile.am (AM_CPPFLAGS): Likewise. -2003-05-18 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-18 Niels Möller <nisse@cuckoo.hack.org> * Changed include file ordering, to follow the same conventions as lsh and nettle: .c-files include config.h first, then system @@ -182,18 +182,18 @@ * configure.ac: Use LSH_FUNC_ALLOCA. -2003-04-11 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-11 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (distclean-local, CLEANFILES): Delete files and directories used by the tests. -2003-04-08 Niels M�ller <niels@s3.kth.se> +2003-04-08 Niels Möller <niels@s3.kth.se> * testsuite/delegate-test: Use $srcdir when referring to the test keys. * testsuite/make-signature-test: Likewise. -2003-03-11 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-11 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (TS_SH): Added reduce-test. @@ -223,16 +223,16 @@ * testsuite/Makefile.am (EXTRA_DIST): Added the setup-env script. -2003-03-10 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-10 Niels Möller <nisse@cuckoo.hack.org> * index.css: Stylesheet for index.html. -2003-03-10 Niels M�ller <niels@s3.kth.se> +2003-03-10 Niels Möller <niels@s3.kth.se> * testsuite/delegate-test (check_sexp): Use full path to sexp-conv. -2003-03-10 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-10 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (EXTRA_DIST): Added key-1.pub, key2 and key2.pub. @@ -280,7 +280,7 @@ * testsuite/Makefile.am (EXTRA_DIST): Added key-1. -2003-03-09 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-09 Niels Möller <nisse@cuckoo.hack.org> * tools/Makefile.am (noinst_PROGRAMS): Added spki-delegate. (EXTRA_DIST): Added sign.h. @@ -303,7 +303,7 @@ * names.c (spki_type_names): Use const for spki_type_names. -2003-02-24 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-24 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (EXTRA_DIST): Use dist_cdsa, and include .dist_cdsa. @@ -315,26 +315,26 @@ * configure.ac: Use LSH_GCC_ATTRIBUTES. -2003-02-19 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-19 Niels Möller <nisse@cuckoo.hack.org> * acinclude.m4: Deleted file from cvs, use a link to lsh's acinclude.m4 instead. -2003-02-17 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-17 Niels Möller <nisse@cuckoo.hack.org> * tools/Makefile.am (EXTRA_DIST): Added getopt.c and getopt1.c. -2003-02-16 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-16 Niels Möller <nisse@cuckoo.hack.org> * tools/Makefile.am (LDADD): Added getopt.o and getopt1.o (EXTRA_DIST): Added getopt.h. -2003-02-13 Niels M�ller <niels@s3.kth.se> +2003-02-13 Niels Möller <niels@s3.kth.se> * README: Wrote down an SPKI overview and some ideas on how to organize the information in the file system. -2003-02-12 Niels M�ller <niels@s3.kth.se> +2003-02-12 Niels Möller <niels@s3.kth.se> * testsuite/check-signature-test (test_valid, test_invalid): Optionally take three arguments, where the second is the data @@ -356,7 +356,7 @@ * tools/Makefile.am (spki_make_signature_SOURCES): Added io.h. -2003-02-11 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-11 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (libspki_a_SOURCES): Added names.c. Removed $(srcdir) prefix from targets. @@ -388,11 +388,11 @@ * names.c: New file, including spki-type-names.h. -2003-02-06 Niels M�ller <niels@s3.kth.se> +2003-02-06 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.am (DISTCLEANFILES): Delete test.in. -2003-02-05 Niels M�ller <nisse@lysator.liu.se> +2003-02-05 Niels Möller <nisse@lysator.liu.se> * testsuite/check-signature-test: Made function definitions sh-compatible. @@ -403,7 +403,7 @@ * acinclude.m4, configure.ac: Copied handling of --with-lib-path, --with-include-path, and -R flags, from Nettle. -2003-01-30 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-30 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (TS_SH): Added check-signature-test. @@ -413,14 +413,14 @@ truncated hashes, fixed the base64 code to be valid, with no leftover bits. -2003-01-29 Niels M�ller <niels@s3.kth.se> +2003-01-29 Niels Möller <niels@s3.kth.se> * verify.c (spki_verify): Don't call spki_parse_type for the signature. * testsuite/check-signature-test: Write input to test.in. -2003-01-29 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-29 Niels Möller <nisse@cuckoo.hack.org> * configure.ac (AC_OUTPUT): Generate tools/Makefile. @@ -434,14 +434,14 @@ * verify.c (spki_verify): Take a struct spki_hash_value as argument. -2003-01-28 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-28 Niels Möller <nisse@cuckoo.hack.org> * parse.h (struct spki_hash_value): New struct. * parse.c (spki_parse_hash): New function. (spki_parse_principal): Use it. -2003-01-27 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-27 Niels Möller <nisse@cuckoo.hack.org> * spki-types.in: New keywords rsa-pkcs1-md5, rsa-pkcs1-sha1, dsa-sha1. @@ -454,11 +454,11 @@ * verify.c (spki_verify): New file, new function. -2003-01-23 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-23 Niels Möller <nisse@cuckoo.hack.org> * parse.c (spki_parse_string): Made non-static. -2003-01-22 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-22 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.c (read_acl): Use spki_acl_process. @@ -505,27 +505,27 @@ (struct spki_acl_db): Renamed attribute first_acl to acl. Now points at a spki_5_tuple_list. -2003-01-20 Niels M�ller <niels@s3.kth.se> +2003-01-20 Niels Möller <niels@s3.kth.se> * Makefile.am (EXTRA_DIST): Distribute process-types. -2003-01-16 Niels M�ller <niels@s3.kth.se> +2003-01-16 Niels Möller <niels@s3.kth.se> * Makefile.am (libspki_a_SOURCES): Added header files, to get them included in the dist. -2003-01-14 Niels M�ller <niels@s3.kth.se> +2003-01-14 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.am (EXTRA_DIST): Fixed file list. Also include *.in and *.out from the cdsa-cases subdirectory. (EXTRA_DIST): Added an explicit list of the files in cdsa-cases. Really ugly. -2003-01-14 Niels M�ller <nisse@lysator.liu.se> +2003-01-14 Niels Möller <nisse@lysator.liu.se> * .bootstrap: Must invoke autoheader before automake. -2003-01-10 Niels M�ller <niels@s3.kth.se> +2003-01-10 Niels Möller <niels@s3.kth.se> * parse.c (spki_parse_principal): Deleted the final calls to spki_parse_end. @@ -534,7 +534,7 @@ * certificate.c (spki_tag_free): New function. (spki_5_tuple_free_chain): ...Use it. -2003-01-09 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-09 Niels Möller <nisse@cuckoo.hack.org> * certificate.c (spki_acl_parse): Use spki_check_type. (spki_process_sequence_no_signatures): Likewise. @@ -542,7 +542,7 @@ * parse.c (spki_check_type): New function. Now used in most places that check the type of an expression and then enters it. -2003-01-08 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-08 Niels Möller <nisse@cuckoo.hack.org> * testsuite/lookup-acl-test.c (test_main): Added some tests for spki_acl_by_subject_first and spki_acl_by_subject_next. @@ -571,12 +571,12 @@ * reduce.c (spki_5_tuple_by_subject): Moved function to certificate.c. -2003-01-02 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-02 Niels Möller <nisse@cuckoo.hack.org> * tag.c (spki_tag_compile): For the unsupported tag type "range", return NULL instead of abort(). -2002-12-04 Niels M�ller <niels@s3.kth.se> +2002-12-04 Niels Möller <niels@s3.kth.se> * testsuite/cdsa-reduce-test.c (read_file): Check return value of fopen. @@ -584,7 +584,7 @@ * tag.c (list_intersect): Must call spki_tag_dup on the tags, when copying the tail fo the list. -2002-12-04 Niels M�ller <nisse@cuckoo.hack.org> +2002-12-04 Niels Möller <nisse@cuckoo.hack.org> * tag.c (atom_prefix): Fixed assertion. (spki_tag_intersect): The ordering of a and b (with a having the @@ -616,14 +616,14 @@ implemented yet. Don't ASSERT that the resulting 5-tuple list is non-empty, some test cases result in empty lists. -2002-12-03 Niels M�ller <nisse@cuckoo.hack.org> +2002-12-03 Niels Möller <nisse@cuckoo.hack.org> * testsuite/cdsa-reduce-test.c: New test program, using cdsa tests. * testsuite/cdsa-cases: New directory with test cases snarfed from cdsa. -2002-11-27 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-27 Niels Möller <nisse@cuckoo.hack.org> * testsuite/lookup-acl-test.c (test_main): Updated for new acl syntax. @@ -668,17 +668,17 @@ (spki_parse_cert): Deleted initialization, the caller should initialize the 5-tuple. Fixed syntax check of subject expressions. -2002-11-27 Niels M�ller <niels@s3.kth.se> +2002-11-27 Niels Möller <niels@s3.kth.se> * index.html: New file. -2002-11-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-22 Niels Möller <nisse@cuckoo.hack.org> * tag.c (enum spki_tag_type): Reordered types, ordered from more inclusive to less inclusive. (spki_tag_intersect): New function. -2002-11-22 Niels M�ller <niels@s3.kth.se> +2002-11-22 Niels Möller <niels@s3.kth.se> * testsuite/tag-test.c (test_main): Enabled more tests, for set/set inclusions. @@ -726,7 +726,7 @@ Also reordered functions, putting operations on strings and lists first. -2002-11-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-22 Niels Möller <nisse@cuckoo.hack.org> * testsuite/tag-test.c (test_main): Added more tests. @@ -744,7 +744,7 @@ (spki_tag_includes): For SPKI_TAG_ANY, advance past the (*) expression. -2002-11-21 Niels M�ller <niels@s3.kth.se> +2002-11-21 Niels Möller <niels@s3.kth.se> * testsuite/testutils.h: Include tag.h. @@ -752,14 +752,14 @@ * testsuite/tag-test.c: Test cases for operations on tags. -2002-11-21 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-21 Niels Möller <nisse@cuckoo.hack.org> * tag.c (tag_magic): Deleted function. (spki_tag_classify): New function. (spki_tag_intersect): Started work on intersections, far from finished. -2002-11-20 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-20 Niels Möller <nisse@cuckoo.hack.org> * certificate.c (spki_process_sequence_no_signatures): Process public-key expressions. @@ -767,7 +767,7 @@ * parse.c (spki_parse_prevexpr): Renamed and made non-static (was spki_last_expression). -2002-11-19 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-19 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (libspki_a_SOURCES): Added tag.c. @@ -784,7 +784,7 @@ * testsuite/testutils.c (read_acl): New function. * testsuite/read-acl-test.c (test_main): Use it. -2002-11-18 Niels M�ller <niels@s3.kth.se> +2002-11-18 Niels Möller <niels@s3.kth.se> * testsuite/testutils.h: Don't include spki-types.h. @@ -829,7 +829,7 @@ * certificate.h (SPKI_MALLOC, SPKI_FREE, SPKI_NEW): New macros, moved from certificate.c. -2002-11-18 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-18 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (TS_PROGS): Added date-test. @@ -858,7 +858,7 @@ * certificate.c (spki_date_from_time_t): New function. (spki_date_cmp_time_t): New function. -2002-11-17 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-17 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Removed RCS id line. @@ -895,7 +895,7 @@ (parse_tag, parse_acl_entry): Rewrite to use spki_parse_principal. (spki_cert_parse_body): Likewise. -2002-11-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-16 Niels Möller <nisse@cuckoo.hack.org> * testsuite/principal-test.c: Use testutils.h * testsuite/read-acl-test.c: Likewise. @@ -926,7 +926,7 @@ * configure.ac: Check for GMP, and fail if it's not present. -2002-11-15 Niels M�ller <niels@s3.kth.se> +2002-11-15 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.am (AM_LDFLAGS): Need -L../../nettle. (TS_PROGS): Added read-acl-test. @@ -960,7 +960,7 @@ * spki-types.in: Added "comment" and "valid". -2002-11-14 Niels M�ller <niels@s3.kth.se> +2002-11-14 Niels Möller <niels@s3.kth.se> * spki-types.in: Added types public-key, md5 and sha1. @@ -978,12 +978,12 @@ (spki-types.h, spki-type-names.h, spki-gperf.h): Create files in the source tree. -2002-11-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-14 Niels Möller <nisse@cuckoo.hack.org> * certificate.h (struct spki_5_tuple): Renamed (was spki_acl), and added issuer field. -2002-11-13 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-13 Niels Möller <nisse@cuckoo.hack.org> * certificate.c: Include automatically generated files. (spki_intern): New function. @@ -999,7 +999,7 @@ * process-types: New file, similar to lsh's process_atoms. -2002-11-13 Niels M�ller <niels@s3.kth.se> +2002-11-13 Niels Möller <niels@s3.kth.se> * certificate.c (spki_acl_parse): New function (not done yet). @@ -1011,7 +1011,7 @@ * .bootstrap: Run autoheader before autoconf. -2002-11-13 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-13 Niels Möller <nisse@cuckoo.hack.org> * testsuite/subject-test.c: First test case. diff --git a/spki/certificate.c b/spki/certificate.c index 398c9a9561d2c51af96216a43c72083c40717d8c..b3c878a27ff8ce6107c1fce3f077e706b8c2cfe6 100644 --- a/spki/certificate.c +++ b/spki/certificate.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/certificate.h b/spki/certificate.h index f3a77749818a26329a40ae7858ed50f227f641bd..0e0fb581a08782090a8bf91b9bc6be56a3062f42 100644 --- a/spki/certificate.h +++ b/spki/certificate.h @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/names.c b/spki/names.c index 0a75e1de26a99cfb925dafc5cdffac1f5dd37461..17920433cb63c26082f9d48804f6296bfca7bce3 100644 --- a/spki/names.c +++ b/spki/names.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/parse-transport.c b/spki/parse-transport.c index a8ee558dc676a6429e8475007d8ec5e6a0d9097e..790a44ca9a82e5a42d0145b3ac22f2c5addd7f69 100644 --- a/spki/parse-transport.c +++ b/spki/parse-transport.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/parse.c b/spki/parse.c index d227dab2a1a7177ba1c0a0c59f30b9bb9e7d533c..eac6a17b1b3a556c5d7510a58da50eb0b233c196 100644 --- a/spki/parse.c +++ b/spki/parse.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/parse.h b/spki/parse.h index bee9a02ee26b56fecfa3ed04593289688e19a087..7ddcab1f0d4f47dd84d6eabade8d212a62d76910 100644 --- a/spki/parse.h +++ b/spki/parse.h @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/reduce.c b/spki/reduce.c index 29dc260f8dee379fcc0a0d9ec78ff9d5facc1c96..2f60a010a7f401553fbc0dd634a459b3c45fd5e4 100644 --- a/spki/reduce.c +++ b/spki/reduce.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tag.c b/spki/tag.c index ee31724cfb17fceae07ce41029ba92df03de2b4e..24b3535827139582b0e88d2dee6a2111e6e40999 100644 --- a/spki/tag.c +++ b/spki/tag.c @@ -4,7 +4,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tag.h b/spki/tag.h index e139bd77d85054d4c788930786eb8143d1ec2a8e..6a51c212a72d9c0855d3bf44cb7698c200833445 100644 --- a/spki/tag.h +++ b/spki/tag.h @@ -4,7 +4,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tools/misc.c b/spki/tools/misc.c index d276b4f894b3e7249318287d434c6503a958b980..4e6bbae071c51f8255dd6b4ce0463e5100873dc7 100644 --- a/spki/tools/misc.c +++ b/spki/tools/misc.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tools/misc.h b/spki/tools/misc.h index f743cfcd1f1d595c4b329f9011d26e80d4643963..116e75c973c0438b0ff3fbb0aa07b8fa33e13856 100644 --- a/spki/tools/misc.h +++ b/spki/tools/misc.h @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tools/sign.c b/spki/tools/sign.c index 97b934a3500b9131e6791b68ed5d3a58fdea561d..062cfc913bdbe34cc0b39e0fe430de592af75282 100644 --- a/spki/tools/sign.c +++ b/spki/tools/sign.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tools/sign.h b/spki/tools/sign.h index ab596d2d17ccc552e5924d0fa84280db5039f9c9..ce18ebbe7ae5f14d93ab43aea080bb3870822617 100644 --- a/spki/tools/sign.h +++ b/spki/tools/sign.h @@ -4,7 +4,7 @@ /* libspki * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tools/spki-check-signature.c b/spki/tools/spki-check-signature.c index 95096172a917440f6e82227cbd7325bce8d429a2..0297ce446824b18d0e348f1334a26e4807778504 100644 --- a/spki/tools/spki-check-signature.c +++ b/spki/tools/spki-check-signature.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tools/spki-delegate.c b/spki/tools/spki-delegate.c index b8120a48baf66a0e89f893125ac0aa804ae49080..b68773318ddc7e2e4aa700a7f4e9314d6a052427 100644 --- a/spki/tools/spki-delegate.c +++ b/spki/tools/spki-delegate.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tools/spki-make-signature.c b/spki/tools/spki-make-signature.c index be8bedd625a7c2ee7258979ce5c05915f88fcd51..ee275bb2f4c8abaa121dabc1eb5fbc3fb066e3e5 100644 --- a/spki/tools/spki-make-signature.c +++ b/spki/tools/spki-make-signature.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/tools/spki-reduce.c b/spki/tools/spki-reduce.c index 745697315e514d267840aeffa770aeb8bec2aa5a..740599ffb14ea1c23658e662e5038ad4a86d3d30 100644 --- a/spki/tools/spki-reduce.c +++ b/spki/tools/spki-reduce.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/spki/verify.c b/spki/verify.c index 8eef8abd6a0312f29a39f9132e98b81d36c53589..a2a47b40c082de18ce81984051bffaa3f7c64ea5 100644 --- a/spki/verify.c +++ b/spki/verify.c @@ -2,7 +2,7 @@ /* libspki * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/adns.c b/src/adns.c index 663e8e949e66260aafc28f6d430f8f8585c0e908..f915c4343ca3ef4ec9128b35356683286a5dabc1 100644 --- a/src/adns.c +++ b/src/adns.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/algorithms.c b/src/algorithms.c index e4f72854ec7b072954725510de35b40354f20503..630ad3205a7bc4e2d6a647d97007e3ecb9bbac04 100644 --- a/src/algorithms.c +++ b/src/algorithms.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/alist.c b/src/alist.c index 46747fa5807b67b39714f0b113a7e601b34922a2..77cf1ce2707ee8c71722b6c8868e83cbf2f013c5 100644 --- a/src/alist.c +++ b/src/alist.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/alist.h b/src/alist.h index 536545888490fb381865ea77aaf66b8a7fbb4f92..655c4b10fa2d65d829eb5c39039c00465c4a4c36 100644 --- a/src/alist.h +++ b/src/alist.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/arglist.c b/src/arglist.c index 40ef06fa29e523fc2b3e5c0701d58af8243fe05e..ead617831b9ae8248e0f6dc57540dd37a3269c52 100644 --- a/src/arglist.c +++ b/src/arglist.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/arglist.h b/src/arglist.h index de8133d1a508cdf66031fcc3d18f32d221ac132b..a2a77950520c7aa00e43177dec713a44bc801c4f 100644 --- a/src/arglist.h +++ b/src/arglist.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/atoms.c b/src/atoms.c index 69d8db8fa993157238f504e63e19ab3ad7f8c05d..fe30aebc8228b92ccbb3ed9fd53df6265e4b2cf1 100644 --- a/src/atoms.c +++ b/src/atoms.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/atoms.h b/src/atoms.h index 49acae9fc2498b8c936b644663e9dbac7bfac214..6249bd9e6784efc784ea42a93cf58d54e5f71f9a 100644 --- a/src/atoms.h +++ b/src/atoms.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/channel.c b/src/channel.c index ccc6453f6fe2339a8043de05684cb62126b2aad8..c8bd8cf34c176d7eacf7da190445398e283963b9 100644 --- a/src/channel.c +++ b/src/channel.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/channel.h b/src/channel.h index 16d20917840b9a35ece8d3e913eec1f5e56e456b..8a1a740d7eb8a9c1dc67c76fe1cc7782620d8ef8 100644 --- a/src/channel.h +++ b/src/channel.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/channel_forward.c b/src/channel_forward.c index ef5da3098d2ca37dc40b7aae0062455da3b7ba1d..1525f866f572d6cd03723740884da37585396cb4 100644 --- a/src/channel_forward.c +++ b/src/channel_forward.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2001 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998, 2001 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/channel_forward.h b/src/channel_forward.h index da806fb66431bf9ce42ebf16ce8d0e383a4a3110..ac334c61bb10e87850d55f68926cb588a89b487c 100644 --- a/src/channel_forward.h +++ b/src/channel_forward.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2001 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998, 2001 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/channel_io.c b/src/channel_io.c index 7296283bd26eba3d234febdfa0521fb02634e889..77fba9f8118a760c286462dcfc0dfcaacf3d4f5a 100644 --- a/src/channel_io.c +++ b/src/channel_io.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/channel_io.h b/src/channel_io.h index ff78a25c5ad3d7bcf69c64fe9ec3f04e8b9eee57..531742599b6e460b40ba8188da1be89f92d9747b 100644 --- a/src/channel_io.h +++ b/src/channel_io.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/charset.c b/src/charset.c index d3de9d6f0fc5b300f0c46f0d1b6caa39cdfeaae1..5d19dfa0cf0a44d57928ae206d9771d70f7ffd49 100644 --- a/src/charset.c +++ b/src/charset.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/charset.h b/src/charset.h index 3ad49dac076d2492fb296e206b7a4cb60a462cc5..dbe1a1c3c2dd63f39ed877acbde8982d9f990caa 100644 --- a/src/charset.h +++ b/src/charset.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/client.c b/src/client.c index 907578379b4e0bc0ecea99ef82d36796fad66b6f..5f02186b28fc79ef192f20a9ba6ed67bb9aed350 100644 --- a/src/client.c +++ b/src/client.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2000, 2008 Niels M�ller + * Copyright (C) 1998, 1999, 2000, 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/client.h b/src/client.h index 00b0cf6e68191b6816319d94933feb63bd48d42f..0595099e72a9fac7ce8d788e70b3af4d5d87b48d 100644 --- a/src/client.h +++ b/src/client.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2000, 2001 Niels M�ller + * Copyright (C) 1998, 1999, 2000, 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/client_escape.c b/src/client_escape.c index ffb3b7f15663de6cd49188e90b06f4a91d04b53f..23c9ed06bea99608a0e18dc48b23e1c41864b4cc 100644 --- a/src/client_escape.c +++ b/src/client_escape.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2000, 2001 Niels M�ller + * Copyright (C) 1998, 1999, 2000, 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/client_keyexchange.c b/src/client_keyexchange.c index e05d1fff4968372b000247fcbfe1881f2eb09304..66c602d6b540f005428c39f42afb79ff4f3ca046 100644 --- a/src/client_keyexchange.c +++ b/src/client_keyexchange.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2005 Niels M�ller + * Copyright (C) 1998, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/client_pty.c b/src/client_pty.c index 16bc7837d8900605828724ac65bc3f0e1f541082..ab931cb1ce274641105b5e4ab2d9dcbf04d7d8d4 100644 --- a/src/client_pty.c +++ b/src/client_pty.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, Niels M�ller, Bal�zs Scheidler + * Copyright (C) 1998, 1999, Niels Möller, Balázs Scheidler * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/client_session.c b/src/client_session.c index f9b88a72a678d1544a218a6624e9a12208458fff..b595cbedcea31f5679a1434cee4c88df3f247184 100644 --- a/src/client_session.c +++ b/src/client_session.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2000, 2005 Niels M�ller + * Copyright (C) 1998, 1999, 2000, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/client_tcpforward.c b/src/client_tcpforward.c index a7637f381942f35a28af7a233301eb3755056a02..594c044a566d5a2b6641e05efdee97a374c616ef 100644 --- a/src/client_tcpforward.c +++ b/src/client_tcpforward.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2005 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998, 2005 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/client_x11.c b/src/client_x11.c index 79be5bec969733b74310233f74b02b3ed2f3e206..cbe00e10f3cab42108e4bf460a79b568a8cf4800 100644 --- a/src/client_x11.c +++ b/src/client_x11.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/compress.c b/src/compress.c index 75ab052c05044e3e262a5543d0b50c9bd14025ea..800a70534abdb5c2d2690024a6a724d26d9bb40b 100644 --- a/src/compress.c +++ b/src/compress.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/compress.h b/src/compress.h index e2101df3d967d1bb7c42a92dcc30fea1b1d09e2c..ffce0eb43a9f1fdb6dc49b20b927bb743473b2e3 100644 --- a/src/compress.h +++ b/src/compress.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/connection.c b/src/connection.c index 9fdb495d0b1416e18b8e281ff216b4ba48d21639..f954c3ba6dba0281823ce5b268bf8b65b6d329ce 100644 --- a/src/connection.c +++ b/src/connection.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2005 Niels M�ller + * Copyright (C) 1998, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/connection.h b/src/connection.h index 7b7553d1dfb48a3cecb8efe5db0f0657f7c2da3c..18978d3bcf1c5a1b7529c4513379b01108c35288 100644 --- a/src/connection.h +++ b/src/connection.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2005 Niels M�ller + * Copyright (C) 1998, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/crypto.c b/src/crypto.c index bed8bfb1b602d2bfed6c3f52514411401d66ee24..ec8de6d332d631222ac2e79ec16a98e735c19218 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/crypto.h b/src/crypto.h index 7823d35d8b17b9c2b771eb57a2c3fa8cb94b9048..14db21616befe6ab12f62a9440cdb5b6906f10af 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2005 Niels M�ller + * Copyright (C) 1998, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/daemon.c b/src/daemon.c index 4b573ddc7324c46600750f753eef37bef1bc45b5..f57d054d70f05856fc127dcdda724974b4427eb7 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -7,7 +7,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1999, 2002, raf, Niels M�ller + * Copyright (C) 1999, 2002, raf, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/daemon.h b/src/daemon.h index 51ee6b9389a00347cea5419ee4123790c869092c..d1c91fceb0e65fd533c0474136994279a16e7c05 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -7,7 +7,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1999 raf, Niels M�ller + * Copyright (C) 1999 raf, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/dh_exchange.c b/src/dh_exchange.c index baa9bb29907e407a754c83644827be990b778dbd..37a01368eb3fae7e4b249a1e2eed2eedac54979c 100644 --- a/src/dh_exchange.c +++ b/src/dh_exchange.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/dsa.c b/src/dsa.c index 384f4ee38adeee98842f6ee8495d37ec2c8c25d0..b51a0b3e008d196f82fce533321f7fdb17202b26 100644 --- a/src/dsa.c +++ b/src/dsa.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2010 Niels M�ller + * Copyright (C) 1998, 2010 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/dummy.c b/src/dummy.c index 257830b0856289e97118680286d41ca3fbe9817a..4f9b92a4d931dbc48ba4ba9722c44a151429569f 100644 --- a/src/dummy.c +++ b/src/dummy.c @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2004 Niels M�ller + * Copyright (C) 2004 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/encrypt.c b/src/encrypt.c index a77179936d30db4f4f9774bf0ef4a294b9827414..2a6c5946225553c25e27b03ce0d55c7924abb97d 100644 --- a/src/encrypt.c +++ b/src/encrypt.c @@ -2,7 +2,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2003, 2004, 2005, Niels M�ller + * Copyright (C) 2003, 2004, 2005, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/format.c b/src/format.c index 253a9507d7a1a06352d9f454bdd22a37aeb0995d..8eb118966f4b21492b91d73405653e18f06272b0 100644 --- a/src/format.c +++ b/src/format.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/format.h b/src/format.h index 41dda7a937db7bfe2abcff7bc78159dfd72c30ae..d5a2191f99c0ba98fffeb4a08839cd787e9d9ad0 100644 --- a/src/format.h +++ b/src/format.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/gateway.c b/src/gateway.c index dda0b62e60bebf376a167c3dee3ea92a242d7a51..25a80e694635810ce6f1d3b82b73ae227edb876f 100644 --- a/src/gateway.c +++ b/src/gateway.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000, 2008 Niels M�ller + * Copyright (C) 2000, 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/gateway.h b/src/gateway.h index edf7bb87198f0069a3a5d3799651bafa29d3cdaf..b234f9f3e503495a8efe60e7ac0ee65fdb7d7262 100644 --- a/src/gateway.h +++ b/src/gateway.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000 Niels M�ller + * Copyright (C) 2000 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/gateway_channel.c b/src/gateway_channel.c index 59abe32dc6f03c833479dd7f981aa27c5d401578..b3d0ff15d977d7063b914279ded186bb12f22dbb 100644 --- a/src/gateway_channel.c +++ b/src/gateway_channel.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000 Niels M�ller + * Copyright (C) 2000 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/gateway_tcpforward.c b/src/gateway_tcpforward.c index 4944484d624bfba82da2773fa8f375cf7ecf5116..93e2f35db61fdf30c6faeb23621d16648f53eacb 100644 --- a/src/gateway_tcpforward.c +++ b/src/gateway_tcpforward.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2008 Niels M�ller + * Copyright (C) 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/gateway_x11.c b/src/gateway_x11.c index a20d2350ae54588ac0b43f5b40b213b6e6adcd3c..c09628900f0b20783ad158819d02cc6a40ce1989 100644 --- a/src/gateway_x11.c +++ b/src/gateway_x11.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2008 Niels M�ller + * Copyright (C) 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/gc.c b/src/gc.c index 081016278716116557c2906f238744735c5a94e2..598bba56ab16691b929a5af4debf55fc6d4fb360 100644 --- a/src/gc.c +++ b/src/gc.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/gc.h b/src/gc.h index 6ca252fed2e9a45aa6c0052a18b9f0da719ef86b..9bfa98b2caa5d5473e86101e85fa1f69e4cade5e 100644 --- a/src/gc.h +++ b/src/gc.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/interact.c b/src/interact.c index 2025d29dba233f85039270b6ff35d26561d5df20..a386a4affffd7846ca22be3f32db345aafd38573 100644 --- a/src/interact.c +++ b/src/interact.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1999 Niels M�ller + * Copyright (C) 1999 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/interact.h b/src/interact.h index 5c59da404010eba0e74b83408cd6d0ea5fc2a879..73fe4f1e8830f8a3fec148c3a5e86bfc2f332c1e 100644 --- a/src/interact.h +++ b/src/interact.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1999, 2008 Niels M�ller + * Copyright (C) 1999, 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/io.c b/src/io.c index 4e42c411ba99b712e01bf81123740c643fd5c869..c20f54cf62d26aca1c2e575e5cda2dc13979727e 100644 --- a/src/io.c +++ b/src/io.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/io.h b/src/io.h index 460b1dc0fb53199df1bcfc11427b271d23394157..4c656bd7abce2635762e29c938cd65cd4e5f36b2 100644 --- a/src/io.h +++ b/src/io.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2001 Niels M�ller + * Copyright (C) 1998, 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/keyexchange.c b/src/keyexchange.c index de94dee30c0a733ba0d1e2a20266da3eaa0433c4..bc9495b5f8f9020d89887c20ba8c09f75712c27f 100644 --- a/src/keyexchange.c +++ b/src/keyexchange.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/keyexchange.h b/src/keyexchange.h index 9e45f778b8285079ad398b74dafb056d8ed5b6f9..dcd92f8ebd4ff0a4aadca53d7bc67d6ea360141a 100644 --- a/src/keyexchange.h +++ b/src/keyexchange.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lcp b/src/lcp index 3f28f7dcd96004bf9c9aaa68f1d57e446f45047e..6aaf03dafdcff8c6361c07dc64886f5ca2050364 100755 --- a/src/lcp +++ b/src/lcp @@ -6,7 +6,7 @@ # lsh, an implementation of the ssh protocol # -# Copyright (C) 2001 Niels M�ller +# Copyright (C) 2001 Niels Möller # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/src/list.c b/src/list.c index 00ac6619f8c4a79ba48103b4bb1b525f20371226..b680bf04c320fd133022510630d253d47c5eb951 100644 --- a/src/list.c +++ b/src/list.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/list.h b/src/list.h index 6b40ab3e4323040efcccac118462a8c7f3c4c698..862756e2e9c7eb863da7e9071e6b248b3972f409 100644 --- a/src/list.h +++ b/src/list.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh-decrypt-key.c b/src/lsh-decrypt-key.c index 2b59880a2704303380a21b7774bb1038806d2809..8410109f6cb8e71c8639afe7c86c7e5bbd4a3fd6 100644 --- a/src/lsh-decrypt-key.c +++ b/src/lsh-decrypt-key.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2003 Niels M�ller, Pontus Sk�ld + * Copyright (C) 1998, 2003 Niels Möller, Pontus Sköld * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh-export-key.c b/src/lsh-export-key.c index 179ee85a14d8dcd4ac426e99d4484ae1af4e1ab3..cefcde0a291863c9fe404e01e9367cd74d520721 100644 --- a/src/lsh-export-key.c +++ b/src/lsh-export-key.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000 Jean-Pierre Stierlin, Niels M�ller + * Copyright (C) 2000 Jean-Pierre Stierlin, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh-keygen.c b/src/lsh-keygen.c index 7888d738502b1289a0c1477942d7ec8b12438d03..58d9b913067c7912c7e0c1dcf4185c85020be7f7 100644 --- a/src/lsh-keygen.c +++ b/src/lsh-keygen.c @@ -9,7 +9,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh-krb-checkpw.c b/src/lsh-krb-checkpw.c index 3cbc461aca4fb0911b42983b2e31dd3bc44f013e..8971ace0c49da5469053a8079c0b26161db2c23d 100644 --- a/src/lsh-krb-checkpw.c +++ b/src/lsh-krb-checkpw.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000 Niels M�ller + * Copyright (C) 2000 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh-make-seed.c b/src/lsh-make-seed.c index decb2bde094f352ba3e2c330b2917b22210bfec3..7bac26c4cc849007c463944eac661af9c77bb48a 100644 --- a/src/lsh-make-seed.c +++ b/src/lsh-make-seed.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh-pam-checkpw.c b/src/lsh-pam-checkpw.c index 74f8d4aa91b76b14f0ffa0eef45841329ac7d178..039522fc874b3201e6b9fd9b2e94cb50a6f35f43 100644 --- a/src/lsh-pam-checkpw.c +++ b/src/lsh-pam-checkpw.c @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2001, 2002 Pontus Sk�ld, Niels M�ller + * Copyright (C) 2001, 2002 Pontus Sköld, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh-transport.c b/src/lsh-transport.c index 1f504fd13eaee1b8fa25284b0d4451371342941a..0c1ed22c7875545d408a37c18d3b7c1ab83f6556 100644 --- a/src/lsh-transport.c +++ b/src/lsh-transport.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2000, 2005, Niels M�ller + * Copyright (C) 1998, 1999, 2000, 2005, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh.c b/src/lsh.c index e197c72301d5cad1c3e055bb3b9651a5cc969c86..b44154b84dafb29cdfa41d87e7bc5e6ea41f909a 100644 --- a/src/lsh.c +++ b/src/lsh.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2000, 2005 Niels M�ller + * Copyright (C) 1998, 1999, 2000, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh.h b/src/lsh.h index bb90ff954b2ce0ee5366acb45f165fdcd4e323dd..25c09f7c57031a02cc530846d299fd033ab6d973 100644 --- a/src/lsh.h +++ b/src/lsh.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh_argp.h b/src/lsh_argp.h index 88d7a5201cbf5bb2890e503c2ea30d20a7e74623..b85e858d61ec8d73c086f6ea7a273cbaa73af499 100644 --- a/src/lsh_argp.h +++ b/src/lsh_argp.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh_process.h b/src/lsh_process.h index ae99882426922f877d9864926b16387f229b375f..b2a4ceb99cbfdda99e362ec3b13fe108a1c5a7a5 100644 --- a/src/lsh_process.h +++ b/src/lsh_process.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2005 Niels M�ller + * Copyright (C) 1998, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh_string.c b/src/lsh_string.c index e40d3dc823db365ae469d3997e9b35cc5091de16..c143a945d0c1fdebc1274b360df4b0892d56f7fb 100644 --- a/src/lsh_string.c +++ b/src/lsh_string.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lsh_string.h b/src/lsh_string.h index 83040c5ffd7bd766ab2dd1cb0c03645b3c7e7b65..7b5abf60779d9cdc218776dfb348cca8312127f2 100644 --- a/src/lsh_string.h +++ b/src/lsh_string.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lshd-connection.c b/src/lshd-connection.c index aa838f68e5201315d2d518d103bfab0869d7e080..a3d46c397bc59e52aa5b0ecfc4a5eb4b054c0c16 100644 --- a/src/lshd-connection.c +++ b/src/lshd-connection.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Niels M�ller + * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lshd-pty-helper.c b/src/lshd-pty-helper.c index f79b763222f2bda8ecdce6a85026c1ddb8056373..38691ed7c13b9b33cc4d05ac62db15572bb1a99c 100644 --- a/src/lshd-pty-helper.c +++ b/src/lshd-pty-helper.c @@ -7,7 +7,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2006 Niels M�ller + * Copyright (C) 2006 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lshd-userauth.c b/src/lshd-userauth.c index 72f7db0fad893879d27b0921cb426cac85a89a15..13076c12a34f22ceadd0a430c24c50188abf371f 100644 --- a/src/lshd-userauth.c +++ b/src/lshd-userauth.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lshd.c b/src/lshd.c index ca1904ab31f733484a026a83e04242dfe2300d61..d123772cd5d4b73a3262c8bcbadb9aedcf56ce84 100644 --- a/src/lshd.c +++ b/src/lshd.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Niels M�ller + * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/parse.c b/src/parse.c index 4306370d6cea3c1a8e009d8d4a54e14a769cadd5..6343db828cc3bc6de1eed0f2fa20eb950894180a 100644 --- a/src/parse.c +++ b/src/parse.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/parse.h b/src/parse.h index 27ebe3145b85988feef125397654e1798852a795..bfd0ed5669ef7dd523939a3751cae27ae42664c5 100644 --- a/src/parse.h +++ b/src/parse.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/parse_config.c b/src/parse_config.c index 5478e8d0c35b94084bf61f01c4485974945932f0..4a7e398808ff10fa3ec533afb379fb072476637c 100644 --- a/src/parse_config.c +++ b/src/parse_config.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/parse_config.h b/src/parse_config.h index 2854255e01da23ab0fc39bd6237552ca5848b953..242997480a11f0af5f36cf7a55033243a3f73989 100644 --- a/src/parse_config.h +++ b/src/parse_config.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/pkcs5.c b/src/pkcs5.c index d2142582c7587dea5c5d7b5b6f3a1cc32adb5899..feff65120a966aad6701d4964c15f3349e3e352e 100644 --- a/src/pkcs5.c +++ b/src/pkcs5.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000 Niels M�ller + * Copyright (C) 2000 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/pty-helper.c b/src/pty-helper.c index 205db16b5f006f4d6d6619cea6ecc88fa5e5796e..e61af6ced22f75aade7f37252b83fc667e17ac38 100644 --- a/src/pty-helper.c +++ b/src/pty-helper.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2006 Niels M�ller + * Copyright (C) 2006 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/queue.c b/src/queue.c index d73944be4619650a133b3a7fec1e0be3301b687e..9a1bd630dbe3ca4b0e6a96a4ba14192b6cc4a375 100644 --- a/src/queue.c +++ b/src/queue.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/queue.h b/src/queue.h index 022eab7e5ed43784590cd057068f62887963124d..a0798c159712f0a4ca27ead9b2adbd9076fa4ff1 100644 --- a/src/queue.h +++ b/src/queue.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/randomness.h b/src/randomness.h index 1e4b753bd630d5343624cb9d30d2d46ca45e379c..a217998a7389b771060d6009b7d26acb6163dfa6 100644 --- a/src/randomness.h +++ b/src/randomness.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/reaper.c b/src/reaper.c index c5f6390e2ce725376fdbc588f3d9e3cfe15dfcf2..c4194ab9d920c304e0a6b17d9aed32e74665c952 100644 --- a/src/reaper.c +++ b/src/reaper.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/reaper.h b/src/reaper.h index dea710fe68949086a8e87fb2b2878d8e4216c3e9..4415e3219496055e86c4c0ac2c4cfd0e23019850 100644 --- a/src/reaper.h +++ b/src/reaper.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/resource.c b/src/resource.c index 91ea46ffd6820c6fff3422df114b92dfce503652..2494e6f310cfd48c2ab258659ba6bc9b997da6da 100644 --- a/src/resource.c +++ b/src/resource.c @@ -8,7 +8,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/resource.h b/src/resource.h index b74ecb6ad91a117b8ab2ef164a1bd59908fdecdc..5dff3339910151cab4a485006f10eede32856d50 100644 --- a/src/resource.h +++ b/src/resource.h @@ -8,7 +8,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/rsa.c b/src/rsa.c index ab95dc725319ba26c634a7325ad5c9175eda5639..5a70d6e46acc81337695f7e1610674e846eb5824 100644 --- a/src/rsa.c +++ b/src/rsa.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000 Niels M�ller + * Copyright (C) 2000 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/scm/guile-compat.scm b/src/scm/guile-compat.scm index 5341ecc710195b494e7bc0d33b3b27abeb144303..60a5a0fb9287734cf9e3a9963eea1d8300b81e74 100644 --- a/src/scm/guile-compat.scm +++ b/src/scm/guile-compat.scm @@ -4,7 +4,7 @@ ;; lsh, an implementation of the ssh protocol ;; -;; Copyright (C) 1999, 2004, Niels M�ller +;; Copyright (C) 1999, 2004, Niels Möller ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/src/scm/scsh-compat.scm b/src/scm/scsh-compat.scm index dbc488fdad694851f66796ebebaf7bdd6c970cc9..c0d64f6f200b5f995732343af2786535f5afe35a 100644 --- a/src/scm/scsh-compat.scm +++ b/src/scm/scsh-compat.scm @@ -4,7 +4,7 @@ ;; lsh, an implementation of the ssh protocol ;; -;; Copyright (C) 1999 Tommy Virtanen, Niels M�ller +;; Copyright (C) 1999 Tommy Virtanen, Niels Möller ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/src/seed_file.c b/src/seed_file.c index 3c55db571066b542d284276f5048250ae9bc259d..eaface0afa26828143f1151f5990beec5762321d 100644 --- a/src/seed_file.c +++ b/src/seed_file.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000, 2001, 2008 Niels M�ller + * Copyright (C) 2000, 2001, 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/seed_file.h b/src/seed_file.h index 86e7f54440facfd8b9d7aa07a7842b4caab4a0ff..916ba7226828f52f0d3d32ae3079301809d5bc02 100644 --- a/src/seed_file.h +++ b/src/seed_file.h @@ -2,7 +2,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2008 Niels M�ller + * Copyright (C) 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server.c b/src/server.c index d4da4197c1597cb4a2660964311073e1b7d30aa4..bfead75074ded6d9945f61fa81709c4bbe645f29 100644 --- a/src/server.c +++ b/src/server.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server.h b/src/server.h index a264595be6221de0c577d60c70bc66e59832d4b1..244438ce65dae098a55304923b1df0f657876e6f 100644 --- a/src/server.h +++ b/src/server.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_config.c b/src/server_config.c index 7c57ecb56e38c0ba8e5d619494513610514fe752..efaccc93ec922f035aac765b23a85e62af01ebfb 100644 --- a/src/server_config.c +++ b/src/server_config.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_config.h b/src/server_config.h index 8f26eb8c7b9605910a2813da4a5e875d4538a756..0ed7720347aac254d12473ff82a267930089d380 100644 --- a/src/server_config.h +++ b/src/server_config.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_keyexchange.c b/src/server_keyexchange.c index bd3c3f45df169cb10129ffde98ee2d3de54f12d8..7dce6e8cbc7ae5be8a93748706bea5061426f09b 100644 --- a/src/server_keyexchange.c +++ b/src/server_keyexchange.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2005 Niels M�ller + * Copyright (C) 1998, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_pty.c b/src/server_pty.c index b34acfe380131642f48640d33b21161737d6e71f..5f5790091e84abb59bfdcaba790b3696f13416f8 100644 --- a/src/server_pty.c +++ b/src/server_pty.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, Niels M�ller, Bal�zs Scheidler + * Copyright (C) 1998, 1999, Niels Möller, Balázs Scheidler * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_pty.h b/src/server_pty.h index af24929503682e954b20277975a4bf6cfc8481f8..f7ef7e5b9dd179ec62ed3e90a7c970f524fa0367 100644 --- a/src/server_pty.h +++ b/src/server_pty.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, Niels M�ller, Bal�zs Scheidler + * Copyright (C) 1998, 1999, Niels Möller, Balázs Scheidler * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_session.c b/src/server_session.c index cb0f4742d32a2a218175f0eb150adfdd69603277..198a2e6c009408c22d49f4e4c5455b8f9045e315 100644 --- a/src/server_session.c +++ b/src/server_session.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2002 Niels M�ller + * Copyright (C) 1998, 2002 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_session.h b/src/server_session.h index d5c6b17b2eb42f17b7c8b4d65ad9430826b2f1b6..d534ac39321544563214a8cb653749b3ff7deffe 100644 --- a/src/server_session.h +++ b/src/server_session.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_tcpforward.c b/src/server_tcpforward.c index d233356e7ea72d8444e0c176f90ab39e39395a43..4c6be0321759035bf392cd88e1d143540db96f18 100644 --- a/src/server_tcpforward.c +++ b/src/server_tcpforward.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2005 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998, 2005 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_x11.c b/src/server_x11.c index 4415152185fae2d4158a9a6b29bebda9f0216a5f..de21655f866ec8e7e6511f8210a294fc5d84ef3f 100644 --- a/src/server_x11.c +++ b/src/server_x11.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/server_x11.h b/src/server_x11.h index d3e49d9b3770352728e485e383b9deaccb9c8b2b..932cbef6e47884bd91061297d0d18d6d545b8545 100644 --- a/src/server_x11.h +++ b/src/server_x11.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/service.h b/src/service.h index 414954478187489ffff59fce924a9c82d334e12a..6145fd90a6bf00e18fefede1d5598d81b7ac5cbb 100644 --- a/src/service.h +++ b/src/service.h @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/service_read.c b/src/service_read.c index 9df65d9aab5106f6a0bdc71383a77d5902a5f975..65ae0fd04a6f76c3a2b95decbba886e9fc1011b8 100644 --- a/src/service_read.c +++ b/src/service_read.c @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Niels M�ller + * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/sexp.c b/src/sexp.c index c9d33313a7df58770279cdeae39f15359a7e61e8..9195542f8f7e0d5a96d24a0ab67d453b2eccf23c 100644 --- a/src/sexp.c +++ b/src/sexp.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/sexp.h b/src/sexp.h index 14c788bd458803b19bd82c70aaa60bafb01c9c4b..18c30c5f31ce49a84ec6e8befe8e5892d3a81518 100644 --- a/src/sexp.h +++ b/src/sexp.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/socks.c b/src/socks.c index 10c2c19332cbb652504ff09a27dfa7454420b007..4021219484a35d6c5e2bbe318f47710cc42e008e 100644 --- a/src/socks.c +++ b/src/socks.c @@ -8,7 +8,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2004, 2008 Niels M�ller + * Copyright (C) 2004, 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/spki-decrypt.c b/src/spki-decrypt.c index e5b6dc93b7c7d4d36a4bf8a7d830f885400c078a..7e054215ba36b86dda89727619aa64b762ecaf06 100644 --- a/src/spki-decrypt.c +++ b/src/spki-decrypt.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1999, 2003, 2008, Niels M�ller + * Copyright (C) 1999, 2003, 2008, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/spki.c b/src/spki.c index 3676014f7e93dcbe5307a062462f27242b816c87..5ce19a8e49f664234991b6c23ac439b3c5cb7eff 100644 --- a/src/spki.c +++ b/src/spki.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1999, 2003 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1999, 2003 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/spki.h b/src/spki.h index a62b2e992ba14476d919edc7c6b5e423db494392..e276d4a7db590adfaab774f42be146ddcfa19ad2 100644 --- a/src/spki.h +++ b/src/spki.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002, Niels M�ller + * Copyright (C) 2002, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/srp-gen.c b/src/srp-gen.c index a941810f1350eb2f323487c5db28d924b3ff19e0..e4e2cc9136c68612404298fd1b337281dc4488ec 100644 --- a/src/srp-gen.c +++ b/src/srp-gen.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000 Niels M�ller + * Copyright (C) 2000 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/srp.h b/src/srp.h index daf66036e2d8e3ac5f50c5c0d2bbb564c28f5aba..8e47f53dedf9656e937ca1e753c014517f5a4334 100644 --- a/src/srp.h +++ b/src/srp.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000 Niels M�ller + * Copyright (C) 2000 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/srp_exchange.c b/src/srp_exchange.c index faa5dec164d2700a20a50bcb68e301ea5c16496a..0a07af8c87bd5ce425f13f0e67b59abaebb6d749 100644 --- a/src/srp_exchange.c +++ b/src/srp_exchange.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000 Niels M�ller + * Copyright (C) 2000 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/ssh_read.c b/src/ssh_read.c index f29e487cb9b53cc0026db549a744d70f80a22366..3f3e8781f3d8ab979d54e528f35ed38310e74103 100644 --- a/src/ssh_read.c +++ b/src/ssh_read.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/ssh_read.h b/src/ssh_read.h index 84e20c5ef92d8867da8c4e340f4ba0c41b4a1b76..9739db99598bd600720aebc9e22f2e1cba8606b3 100644 --- a/src/ssh_read.h +++ b/src/ssh_read.h @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/ssh_write.c b/src/ssh_write.c index 38e78ecd13348a9f9ce159bca317a3ad6ea08e7f..a0d5f7020d0337ca10e57f5e16eadd8839f516d6 100644 --- a/src/ssh_write.c +++ b/src/ssh_write.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/ssh_write.h b/src/ssh_write.h index f8cd0dbbbdc94fcd83d2b54f22602f9e8eeedc0e..6db3f8267c1d7ff24ddb63328000045df13db82f 100644 --- a/src/ssh_write.h +++ b/src/ssh_write.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/tcpforward.c b/src/tcpforward.c index a66e53f65862ba662190408431362e472abb90ab..ea4f837ddced71c0b5f06f9db19cc8270820d2c0 100644 --- a/src/tcpforward.c +++ b/src/tcpforward.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 2005, 2008 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998, 2005, 2008 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/tcpforward.h b/src/tcpforward.h index 12ebc46f6defb2198e315753e5d606c04a52f88f..af67c35ed71146848f587023f3c681032dfee352 100644 --- a/src/tcpforward.h +++ b/src/tcpforward.h @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/testsuite/getpwnam-wrapper.c b/src/testsuite/getpwnam-wrapper.c index 0a3e264a72dbe0b53c2bcd41b46974ce85e27271..8ad67ebcd0accb7a7a563ebe130319d6b5afb19f 100644 --- a/src/testsuite/getpwnam-wrapper.c +++ b/src/testsuite/getpwnam-wrapper.c @@ -1,6 +1,6 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/testsuite/mini-inetd.c b/src/testsuite/mini-inetd.c index f5ff946d424d59ae26f2391df0392a67fb4b9a7e..0c9b60ada0271392cfe1b863b4b1d3b348a0a3e8 100644 --- a/src/testsuite/mini-inetd.c +++ b/src/testsuite/mini-inetd.c @@ -3,7 +3,7 @@ * This program is an total reimplementation of the old mini-inetd * from Thomas Bellman's tcputils. * - * Copyright (C) 2010 M�ller + * Copyright (C) 2010 Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/tokenize_config.c b/src/tokenize_config.c index d52bb83905f731a5a14d81a2c2d9b70f903591a4..995edde13e2ede7f6be9ecd096f2c1616b693810 100644 --- a/src/tokenize_config.c +++ b/src/tokenize_config.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002, 2005 Niels M�ller + * Copyright (C) 2002, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/tokenize_config.h b/src/tokenize_config.h index 339e5da760c5c96ea25451e3a264832342583cf4..362d3f81583d56e1d96f8bc29cf219808b07d8a0 100644 --- a/src/tokenize_config.h +++ b/src/tokenize_config.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002, 2005 Niels M�ller + * Copyright (C) 2002, 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/translate_signal.c b/src/translate_signal.c index f60ca16601b326341c85c3578219453b3f8da1d0..5449b0b71dbb75e58d56ea4c23af4b0c4a109570 100644 --- a/src/translate_signal.c +++ b/src/translate_signal.c @@ -7,7 +7,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/translate_signal.h b/src/translate_signal.h index 1b769ffd5eccceada1b3694a4575fbec6762d71f..faade80a0b14c4d75a74ade11c03ad196b8c33c2 100644 --- a/src/translate_signal.h +++ b/src/translate_signal.h @@ -7,7 +7,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/transport.c b/src/transport.c index 1530e18648e165b40ec18b08761ed38d0dd7da58..1e86f15cd9713001a2bfcb6c4f374eed7d5d4c85 100644 --- a/src/transport.c +++ b/src/transport.c @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/transport.h b/src/transport.h index d634d7a207853833bfd97dec8f7cb8295e0f50b0..c44ddbe425d20ca13d0bf78ea0dfa621fc19e981 100644 --- a/src/transport.h +++ b/src/transport.h @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/transport_forward.c b/src/transport_forward.c index 5555f121ba9ebc4e0118a0e3608f902635c938ed..11c21eb1351fdc76821fe9df1d978216d5df8f93 100644 --- a/src/transport_forward.c +++ b/src/transport_forward.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/transport_forward.h b/src/transport_forward.h index 99da8b68cdd97ec264adf57ae6cae49581b8753e..69ca694fd78098fbb9e90c7507b7c53c2d1ac5f7 100644 --- a/src/transport_forward.h +++ b/src/transport_forward.h @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/transport_read.c b/src/transport_read.c index 0b2308f35f777e4cf2962f1cfee5a049eb1a1db9..6ada773495ed626261b041317cd201a767de4a5a 100644 --- a/src/transport_read.c +++ b/src/transport_read.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/transport_write.c b/src/transport_write.c index f899f000b16c6065a4f7bc0494000b5521b761dc..61c8e195fe263e23f6b0ac84176553da13883a09 100644 --- a/src/transport_write.c +++ b/src/transport_write.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/tty.c b/src/tty.c index b1e0d86d8100599a0c8027886ed280b98e8db7ae..39d30d6c01a010090058f4469b7a6049c6bae554 100644 --- a/src/tty.c +++ b/src/tty.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2008, Niels M�ller, Bal�zs Scheidler + * Copyright (C) 1998, 1999, 2008, Niels Möller, Balázs Scheidler * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/tty.h b/src/tty.h index a5b96c1d5bec6e241dbe2292d4da80b62f1f490a..e9f8eeefbc4e6325791bc3ef258b3bd757200a2e 100644 --- a/src/tty.h +++ b/src/tty.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998, 1999, 2008, Niels M�ller, Bal�zs Scheidler + * Copyright (C) 1998, 1999, 2008, Niels Möller, Balázs Scheidler * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/unix_interact.c b/src/unix_interact.c index 0d7a994f19524229a920be4acab7bcb12e75f799..c1cc5a47fa3786b2ffbb0bbef5f9351e50ba0137 100644 --- a/src/unix_interact.c +++ b/src/unix_interact.c @@ -7,7 +7,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1999, 2008 Niels M�ller + * Copyright (C) 1999, 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/unix_process.c b/src/unix_process.c index c86dd95e074b8682b3b929491f00112d99db964a..85ed5a592e741baea6721b362f4ec78fc07caf72 100644 --- a/src/unix_process.c +++ b/src/unix_process.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/unix_random.c b/src/unix_random.c index 1129740279818c3fdc8e18c486e7994c7f9af3f0..4da64488fa7ed058749ae9b68e39acaac0003362 100644 --- a/src/unix_random.c +++ b/src/unix_random.c @@ -5,7 +5,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2000, 2001, 2008 Niels M�ller + * Copyright (C) 2000, 2001, 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/unix_random_user.c b/src/unix_random_user.c index 7de4e9e559312f959b5139069b3c71cf8eb4d652..7aeb5589ec5da6afc71d50cf105292337ad6502e 100644 --- a/src/unix_random_user.c +++ b/src/unix_random_user.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 2008 Niels M�ller + * Copyright (C) 2008 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/version.h b/src/version.h index 084bdb388f75ba956d77528da09a216b1fd5f3fe..a13dd75c458619063e7b80f9806feef913bc65c6 100644 --- a/src/version.h +++ b/src/version.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/werror.c b/src/werror.c index f19714411ad9f2c2cbb95260078df14afd79b5e1..67a4ae4c66131892ca3e8375123f96661578f2bc 100644 --- a/src/werror.c +++ b/src/werror.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/werror.h b/src/werror.h index 4c61600534abf2699a07eb24f29447a25c289daf..388beb306e41449b030bd516d7f58453d8389409 100644 --- a/src/werror.h +++ b/src/werror.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/xalloc.c b/src/xalloc.c index 3c6bcb0817d92fa3e881a22a07ad03bd7d8ff85d..52e1326d9c9c6b456a1dbb5011f52facb5c46ad7 100644 --- a/src/xalloc.c +++ b/src/xalloc.c @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/xalloc.h b/src/xalloc.h index f89c3f3ff17afa59f420ce3d1edfc2a1fb11fd01..6c2121539b30ebbbba7303e67c7b8f362380e244 100644 --- a/src/xalloc.h +++ b/src/xalloc.h @@ -4,7 +4,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Niels M�ller + * Copyright (C) 1998 Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/zlib.c b/src/zlib.c index 068d86bc3a78074096d2742c7c3ebb4b52866f03..03b3b4c11d96407d62d9d94e58da58ee526b5864 100644 --- a/src/zlib.c +++ b/src/zlib.c @@ -6,7 +6,7 @@ /* lsh, an implementation of the ssh protocol * - * Copyright (C) 1998 Bal�zs Scheidler, Niels M�ller + * Copyright (C) 1998 Balázs Scheidler, Niels Möller * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as