- 17 Oct, 2000 6 commits
-
-
Niels Möller authored
Rev: src/lsh-export-key.c:1.2
-
Niels Möller authored
functions and methods. Rev: src/lsh-decode-key.c:1.5
-
Niels Möller authored
(ssh_dss_public_key): Obsoleted by the SIGNER_GET_VERIFIER and PUBLIC_KEY methods. (parse_ssh_dss_public): Renamed (was parse_dsa_public), and changed the return type. (make_dsa_verifier_internal): New method used by make_dsa_verifier and make_dsa_signer. (dsa_signer): Added pointer to a corresponding verifier object. Replaces the dsa_public struct. Also deleted some old code. Rev: src/dsa.c:1.23
-
Niels Möller authored
classes to dsa.c, and deleted the struct dsa_public. Rev: src/dsa.h:1.3
-
Niels Möller authored
Rev: src/atoms.in:1.23
-
Niels Möller authored
removed the SIGNER_PUBLIC_KEY method. (verifier): Added methods PUBLIC_KEY and PUBLIC_SPKI_KEY. Rev: src/abstract_crypto.h:1.32
-
- 16 Oct, 2000 3 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.256
-
Niels Möller authored
Rev: src/Makefile.am.in:1.89
-
Rev: src/lsh-export-key.c:1.1
-
- 15 Oct, 2000 12 commits
-
-
Niels Möller authored
Rev: src/.cvsignore:1.23 Rev: src/testsuite/.cvsignore:1.9
-
Niels Möller authored
Rev: ChangeLog:1.255 Rev: src/server_userauth.h:1.15
-
Niels Möller authored
Rev: configure.in:1.89
-
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 13 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
-