- 19 Sep, 2003 23 commits
-
-
Niels Möller authored
Rev: src/io.c:1.202
-
Niels Möller authored
Rev: ChangeLog:1.712
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.212
-
Niels Möller authored
Rev: NEWS:1.116
-
Pontus Freyhult authored
Rev: NEWS:1.115
-
Niels Möller authored
Rev: ChangeLog:1.711 Rev: NEWS:1.114
-
Niels Möller authored
Rev: configure.ac:1.45
-
Niels Möller authored
Rev: src/nettle/examples/Makefile.am:1.19
-
Niels Möller authored
Rev: ChangeLog:1.710 Rev: src/nettle/ChangeLog:1.211
-
Niels Möller authored
returns after disconnect_kex_failed and PROTOCOL_ERROR. Rev: src/client_keyexchange.c:1.63
-
Niels Möller authored
comment. Rev: src/client_userauth.c:1.54
-
Niels Möller authored
return EXCEPTION_RAISE. Fixed also in 1.4.3. Rev: src/channel_commands.c:1.29
-
Niels Möller authored
Rev: src/testsuite/Makefile.am:1.67
-
Niels Möller authored
of pseudorandom (non-cryptographic) bytes, using Knuth's lagged fibonacci generator. Rev: src/nettle/tools/.cvsignore:1.3 Rev: src/nettle/tools/Makefile.am:1.6 Rev: src/nettle/tools/nettle-lfib-stream.c:1.1
-
Niels Möller authored
connects to lshd and sends some random data. Rev: src/testsuite/Makefile.am:1.66 Rev: src/testsuite/lshd-random-input-test:1.1
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.210 Rev: src/nettle/examples/.cvsignore:1.6
-
Niels Möller authored
won't work yet. Rev: src/nettle/examples/rsa-decrypt.c:1.2
-
Niels Möller authored
rsa-decrypt. Rev: src/nettle/examples/Makefile.am:1.18
-
Niels Möller authored
(write_string): Simplified error check, it's no real point in calling ferror unless we also call fflush. Rev: src/nettle/examples/io.c:1.5 Rev: src/nettle/examples/io.h:1.3
-
Niels Möller authored
simple_random. Rev: src/nettle/examples/rsa-keygen.c:1.11
-
Niels Möller authored
and decryption. Rev: src/nettle/examples/rsa-decrypt.c:1.1 Rev: src/nettle/examples/rsa-encrypt.c:1.1 Rev: src/nettle/examples/rsa-session.h:1.1
-
Niels Möller authored
Rev: src/nettle/configure.ac:1.24
-
Pontus Freyhult authored
Rev: ChangeLog:1.709
-
- 18 Sep, 2003 3 commits
-
-
Niels Möller authored
initially reported by Bennett Todd. XXX Create testcase. Fix in stable branch. Rev: src/read_line.c:1.32
-
Niels Möller authored
date. Rev: ChangeLog:1.708 Rev: distribution-key.gpg:1.3
-
Niels Möller authored
Rev: doc/index.html:1.6
-
- 16 Sep, 2003 8 commits
-
-
Pontus Freyhult authored
gracefully now. Rev: src/lsh-upgrade-key:1.3
-
Pontus Freyhult authored
Rev: src/lsh-writekey.c:1.33
-
Pontus Freyhult authored
(main_argp_parser): Reading of passphrase from tty is now done in process_private if required. Rev: src/lsh-writekey.c:1.32
-
Pontus Freyhult authored
no longer stored unencrypted in a temporary file, just piped through the conversion chain like unencrypted keys are. Rev: src/lsh-upgrade-key:1.2
-
Pontus Freyhult authored
Rev: src/testsuite/lshd-no-auth-test:1.2
-
Pontus Freyhult authored
Rev: ChangeLog:1.707
-
Pontus Freyhult authored
Rev: src/testsuite/Makefile.am:1.65
-
Pontus Freyhult authored
gracefully when it may use no authentication method. Rev: src/testsuite/lshd-no-auth-test:1.1
-
- 15 Sep, 2003 6 commits
-
-
Pontus Freyhult authored
Rev: ChangeLog:1.706
-
Pontus Freyhult authored
username of current user. Rev: src/unix_user.c:1.61
-
Pontus Freyhult authored
(do_none_authenticate): Added code for login-auth-mode to auto login a specific user. (make_userauth_none): New function. Rev: src/server_userauth.c:1.39
-
Pontus Freyhult authored
static userauth_none. Rev: src/server_userauth.h:1.22
-
Pontus Freyhult authored
OPT_OPT_NO_LOGIN_AUTH_MODE, OPT_LOGIN_AUTH_USER and OPT_BANNER_FILE. (lshd_options): New attributes with_loginauthmode, loginauthmode_user and banner_file. (make_lshd_options): Initialize new attributes. (main_options): New options for login-auth-mode and banner-file. (main_argp_parser): Make a userdb if using login-auth-mode too. Bugfix; make sure self->userauth_algorithms is initialized, even if we're using srp. Add a permissive userauth_none to self->userauth_algorithms if using login-auth mode. Handle new options. (lshd_login_service): New class. (make_lshd_login_service): New function. (make_lshd_listen_callback): Read banner-file and pass as a string to make_handshake_info is desired. (main): Use the login service in login-auth mode. Rev: src/lshd.c:1.159
-
Pontus Freyhult authored
Rev: src/lsh.c:1.190
-