- 15 Oct, 2000 9 commits
-
-
Niels Möller authored
anymore (as that is handled by the unix_user object). Rev: src/server_session.c:1.51 Rev: src/server_session.h:1.13
-
Niels Möller authored
attributes with a pointer to the unix_user_db object. (pwhelper_callback): New class. (do_pwhelper_callback): New function. (make_pwhelper_callback): Likewise. (kerberos_check_pw): Made non-blocking. (do_verify_password): Try ordinary unix passwords first, and use pw_helper only if ordinary password fails. (unix_user_db): Added reaper attribute. Rev: src/unix_user.c:1.27
-
Niels Möller authored
password_verify, now take a continuation and an exception handler. Removed reaper argument from fork_process. Rev: src/userauth.h:1.26
-
Niels Möller authored
exception handler to USER_VERIFY_PASSWORD. Rev: src/server_password.c:1.31
-
Niels Möller authored
--kerberos-passwords to not take any argument. Updated handling of reaper; pass it to make_unix_user_db() but not to make_shell_handler() and make_exec_handler(). Rev: src/lshd.c:1.99
-
Niels Möller authored
Rev: doc/TODO:1.92 Rev: src/io.c:1.114
-
Niels Möller authored
fingerprinting. Still not very good. Rev: src/sexp-conv.c:1.3
-
Niels Möller authored
Rev: src/rsa.c:1.9
-
Niels Möller authored
in $(srcdir). * src/testsuite/Makefile.am: Likewise. Rev: src/Makefile.am.in:1.88 Rev: src/testsuite/Makefile.am:1.19
-
- 13 Oct, 2000 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.254 Rev: README:1.16
-
- 11 Oct, 2000 3 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.253
-
Niels Möller authored
WITH_KERBEROS, as it really isn't very kerberos specific. * src/lshd.c (main_options): Likewise. Rev: src/lshd.c:1.98 Rev: src/unix_user.c:1.26
-
Niels Möller authored
Rev: configure.in:1.88
-
- 10 Oct, 2000 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.252
-
Niels Möller authored
Rev: src/unix_user.c:1.25
-
- 09 Oct, 2000 16 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.251 Rev: NEWS:1.62 Rev: src/.cvsignore:1.22 Rev: src/testsuite/.cvsignore:1.8
-
Niels Möller authored
Rev: src/symmetric/serpent.c:1.4
-
Niels Möller authored
(make_unix_user): Likewise. (kerberos_check_pw): New function. (do_verify_password): Kerberos support. Rev: src/server_userauth.h:1.14 Rev: src/unix_user.c:1.24
-
Niels Möller authored
to lsh_make_pipe(). Rev: src/server_session.c:1.50
-
Niels Möller authored
--no-kerberos-passwords. Rev: src/lshd.c:1.97
-
Niels Möller authored
(address_info2sockaddr): Likewise. (lsh_make_pipe): Moved the make_pipe() function from server_session.c, made it public and renamed it to lsh_make_pipe(). Rev: src/io.c:1.113 Rev: src/io.h:1.64
-
Niels Möller authored
Rev: src/gateway.c:1.2
-
Niels Möller authored
Added rules using @KRB_PROGRAM@ and @KRB_LIBS@. Rev: src/Makefile.am.in:1.87
-
Niels Möller authored
Check for kerberos libraries (currently for heimdal). (PREFIX): New define. (KRB_LIBS, KRB_PROGRAM): New substitutions. * configure.in: Bumped version to 1.0.6. Rev: configure.in:1.87
-
Niels Möller authored
KRB_LIBS. Rev: acinclude.m4:1.7
-
Niels Möller authored
(WITH_KERBEROS): Likewise. Rev: acconfig.h:1.19
-
Niels Möller authored
Rev: src/gateway_commands.c:1.1
-
Niels Möller authored
Rev: src/lsh-krb-checkpw.c:1.1
-
Niels Möller authored
Removed serpent tests (they don't work yet). * src/testsuite/Makefile.am (CFLAGS): Disable optimization. Rev: src/testsuite/Makefile.am:1.18
-
Niels Möller authored
Rev: src/testsuite/rijndael-test.m4:1.1
-
Niels Möller authored
Rev: src/testsuite/serpent-test.m4:1.2
-
- 07 Oct, 2000 5 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.250
-
Niels Möller authored
Rev: ChangeLog:1.249 Rev: src/testsuite/.cvsignore:1.7 Rev: src/testsuite/make-aes-tests:1.1 Rev: src/testsuite/serpent-test.m4:1.1
-
Niels Möller authored
argument, and added key padding (appearantly not yet working). Rev: src/symmetric/include/serpent.h:1.3 Rev: src/symmetric/serpent.c:1.3
-
Niels Möller authored
(TS_PROGS): Added serpent-test. Rev: src/testsuite/Makefile.am:1.17
-
Niels Möller authored
Rev: src/client.c:1.97 Rev: src/client.h:1.32 Rev: src/connection_commands.c:1.31 Rev: src/connection_commands.h:1.14 Rev: src/proxy_userauth.c:1.5 Rev: src/server_session.c:1.49 Rev: src/server_userauth.c:1.29 Rev: src/sexp_commands.c:1.13 Rev: src/sexp_test.c:1.14 Rev: src/tcpforward.c:1.54
-
- 06 Oct, 2000 4 commits
-
-
Niels Möller authored
Rev: src/serpent.c:1.3
-
Niels Möller authored
(EXC_PAUSE_READ): Likewise. (EXC_PAUSE_START_READ): Likewise. (EXC_PAUSE_CONNECTION): Likewise. (EXC_PAUSE_START_CONNECTION): Likewise. Rev: src/exception.h:1.21
-
Niels Möller authored
paused. New attribute pending. * src/connection.c (connection_handle_packet): New function, doing the work of the previous handle_connectino function(). (connection_handle_pending): New function. (do_handle_connection): New function. (do_exc_connection_handler): Renamed (was do_exc_protocol_exception), and handle EXC_PAUSE_CONNECTION and EXC_PAUSE_START_CONNECTION. (make_exc_connection_handler): Renamed as well. (connection_lock): Raise EXC_PAUSE_CONNECTION. (connection_unlock): Raise EXC_PAUSE_START_CONNECTION. Rev: src/connection.c:1.57 Rev: src/connection.h:1.54
-
Niels Möller authored
Rev: src/channel.c:1.84 Rev: src/channel.h:1.59
-