- 08 Oct, 2004 5 commits
-
-
Niels Möller authored
the same time. * examples/setup-env: Likewise. Rev: src/nettle/ChangeLog:1.279 Rev: src/nettle/examples/rsa-encrypt-test:1.3 Rev: src/nettle/examples/setup-env:1.2
-
Niels Möller authored
instruction. Rev: src/client_userauth.c:1.61
-
Niels Möller authored
on the length of name and instruction. Prepend the name and a newline to the instruction. Rev: src/client_userauth.c:1.60
-
Niels Möller authored
display dialog->instruction instead. Rev: src/unix_interact.c:1.27
-
Niels Möller authored
(INTERACT_DIALOG): Deleted instruction argument. * src/interact.c (make_interact_dialog): Initialize self->instruction to NULL. Rev: src/interact.c:1.9 Rev: src/interact.h:1.14
-
- 07 Oct, 2004 7 commits
-
-
Niels Möller authored
don't use encryption by default. Rev: src/lsh-writekey.c:1.38
-
Niels Möller authored
Rev: src/lshd.c:1.168
-
Niels Möller authored
instead of --login-program. Rev: src/testsuite/login-auth-test:1.2
-
Niels Möller authored
forwarding. Rev: src/lshd.c:1.167
-
Niels Möller authored
Encrypt private key using aes256-cbc. Rev: src/lsh-writekey.c:1.37
-
Niels Möller authored
Generate RSA keys. Rev: src/lsh-keygen.c:1.20
-
Niels Möller authored
* src/testsuite/keygen-2-test: Likewise. * src/testsuite/lsh-decrypt-key-test: Likewise. * src/testsuite/setup-env: Likewise. * src/testsuite/write-key-1-test: Likewise. * src/testsuite/write-key-2-test: Likewise. Rev: src/testsuite/keygen-1-test:1.4 Rev: src/testsuite/keygen-2-test:1.8 Rev: src/testsuite/lsh-decrypt-key-test:1.3 Rev: src/testsuite/setup-env:1.2 Rev: src/testsuite/write-key-1-test:1.2 Rev: src/testsuite/write-key-2-test:1.3
-
- 06 Oct, 2004 3 commits
-
-
Niels Möller authored
Rev: src/testsuite/Makefile.am:1.73
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.278
-
Niels Möller authored
similar symbols. Rev: src/nettle/testsuite/symbols-test:1.6
-
- 05 Oct, 2004 13 commits
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.277
-
Niels Möller authored
Rev: src/nettle/twofish.c:1.7
-
Niels Möller authored
array for the keywords. (dsa_signature_from_sexp): Likewise. * sexp2rsa.c (rsa_keypair_from_sexp_alist): Likewise. (rsa_keypair_from_sexp): Likewise. Rev: src/nettle/sexp2dsa.c:1.5 Rev: src/nettle/sexp2rsa.c:1.12
-
Niels Möller authored
"const uint8_t * const *" for the types list. (sexp_iterator_assoc): Likewise, for the keys list. Rev: src/nettle/sexp.c:1.16 Rev: src/nettle/sexp.h:1.17
-
Niels Möller authored
sections. Also fixed to handle the last file correctly. Rev: src/nettle/list-obj-sizes.awk:1.4
-
Niels Möller authored
* src/lshd.c (main_argp_parser): Likewise. Rev: src/lsh.c:1.199 Rev: src/lshd.c:1.166
-
Niels Möller authored
diffie-hellman-group1-sha1 and diffie-hellman-group2-sha1. Rev: src/Makefile.am:1.27
-
Niels Möller authored
alias to diffie-hellman-group14-sha1. Rev: src/atoms.in:1.36
-
Niels Möller authored
Note that this test is not yet enabled, and inetd mode not working. Rev: src/testsuite/inetd-test:1.2
-
Niels Möller authored
sequences. Moved the check for overlong sequences, not it's done after the complete sequence is processed. * src/charset.c (low_utf8_to_local): If utf8_tolerant is set, replace invalid utf8 sequences with '?'. Used mainly by the testsuite. * src/charset.h (enum utf8_flag): New flag utf8_tolerant. Rev: src/charset.c:1.13 Rev: src/charset.h:1.9 Rev: src/parse.c:1.43
-
Niels Möller authored
Rev: src/nettle/tools/Makefile.am:1.7
-
Niels Möller authored
* src/testsuite/Makefile.am (TS_PROGS): Added utf8-test. * src/testsuite/UTF-8-test.txt: Markus Kuhn's utf8 testfile. Rev: src/testsuite/.cvsignore:1.21 Rev: src/testsuite/Makefile.am:1.72 Rev: src/testsuite/UTF-8-test.txt:1.1 Rev: src/testsuite/utf8-test.c:1.1
-
Niels Möller authored
Rev: src/testsuite/functions.sh:1.39
-
- 02 Oct, 2004 12 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.799 Rev: src/daemon.c:1.13
-
Niels Möller authored
arrays, i.e. variables of type "space". Rev: src/scm/gaba.scm:1.18
-
Niels Möller authored
convert with utf8_replace, and add utf8_paranoid in paranoia mode. Rev: src/werror.c:1.73
-
Niels Möller authored
(read_password): New function, reads password and doesn't free prompt. (unix_dialog): New function. Rev: src/unix_interact.c:1.26
-
Niels Möller authored
(SSH_MSG_USERAUTH_INFO_RESPONSE): New constants. Rev: src/ssh.h:1.12
-
Niels Möller authored
characters in user names. * src/server_userauth.c (do_none_preauth): Likewise. * src/server_publickey.c (do_authenticate): Likewise. Rev: src/server_password.c:1.35 Rev: src/server_publickey.c:1.27 Rev: src/server_userauth.c:1.44
-
Niels Möller authored
overlong sequences surrigates and the non-characters 0xfffe and 0xffff as errors. Rev: src/parse.c:1.42 Rev: src/parse.h:1.30
-
Niels Möller authored
other methods fail. Rev: src/lsh.c:1.198
-
Niels Möller authored
(INTERACT_DIALOG): New method. * src/interact.c (make_interact_dialog): New function. Rev: src/interact.c:1.8 Rev: src/interact.h:1.13
-
Niels Möller authored
Rev: src/format.h:1.45
-
Niels Möller authored
SSH_MSG_USERAUTH_INFO_RESPONSE. Rev: src/debug.c:1.41
-
Niels Möller authored
(client_userauth_interactive_method): ... Used for both "password" and "keyboard-interactive". (format_userauth_kbdinteract, format_userauth_info_response): New functions. (client_kbdinteract_state, userauth_info_request_handler): New classes. (do_userauth_info_request, make_userauth_info_request_handler) (do_kbdinteract_failure, make_client_kbdinteract_state) (do_kbdinteract_login, make_client_kbdinteract_auth): New functions. Rev: src/client_userauth.c:1.59 Rev: src/client_userauth.h:1.8
-