Displaying 6 results from an estimated 6 matches for "send_krb4_tgt".
2001 Oct 02
2
AFS and tokenforwarding
...sing if the server supports it. */
+ if ((supported_authentications & (1 << SSH_PASS_KERBEROS_TGT)) &&
+ options.kerberos_tgt_passing) {
+ if (options.cipher == SSH_CIPHER_NONE)
+ log("WARNING: Encryption is disabled! Ticket will be transmitted in the clear!");
+ send_krb4_tgt();
+ }
+ /* Try AFS token passing if the server supports it. */
+
+ if ((supported_authentications & (1 << SSH_PASS_AFS_TOKEN)) &&
+ options.afs_token_passing && k_hasafs()) {
+ if (options.cipher == SSH_CIPHER_NONE)
+ log("WARNING: Encryption is disabled! Toke...
2001 Nov 14
0
OpenSSH / Kerberos / AFS
...nce to
`krb_get_cred'
/home/jnfergu/openssh/sshconnect1.c:423: undefined reference to
`krb_err_txt'
/home/jnfergu/openssh/sshconnect1.c:475: undefined reference to
`krb_rd_priv'
/home/jnfergu/openssh/sshconnect1.c:478: undefined reference to
`krb_err_txt'
sshconnect1.o: In function `send_krb4_tgt':
/home/jnfergu/openssh/sshconnect1.c:698: undefined reference to
`tkt_string'
/home/jnfergu/openssh/sshconnect1.c:703: undefined reference to
`tkt_string'
/home/jnfergu/openssh/sshconnect1.c:703: undefined reference to
`krb_get_tf_fullname'
/home/jnfergu/openssh/sshconnect1.c:707:...
2001 Nov 12
4
Please test -current
Could people please test -current? We will be making a release fairly
soon.
-d
--
| By convention there is color, \\ Damien Miller <djm at mindrot.org>
| By convention sweetness, By convention bitterness, \\ www.mindrot.org
| But in reality there are atoms and space - Democritus (c. 400 BCE)
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
2002 Jan 23
1
Fix AFS and Kerberos interaction
...5:15
@@ -26,8 +26,10 @@
#endif
#ifdef AFS
#include <kafs.h>
+#ifdef KRB4
#include "radix.h"
#endif
+#endif
#include "ssh.h"
#include "ssh1.h"
@@ -685,7 +687,7 @@
}
#endif /* KRB5 */
-#ifdef AFS
+#if defined(AFS) && defined(KRB4)
static void
send_krb4_tgt(void)
{
@@ -806,7 +808,7 @@
}
}
-#endif /* AFS */
+#endif /* AFS && KRB4 */
/*
* Tries to authenticate with any string-based challenge/response system.
@@ -1255,7 +1257,7 @@
krb5_free_context(context);
#endif
-#ifdef AFS
+#if defined(AFS) && defined(KRB4)
/* Try...
2001 Nov 20
3
problem with AFS token forwarding
Hello,
I came across an interoperability problem in OpenSSH 3.0p1 and 3.0.1p1
concerning the AFS token forwarding. That means that the new versions are
not able to exchange AFS tokens (and Kerberos TGTs) with older OpenSSH
releases (including 2.9p2) and with the old SSH 1.2.2x. In my opinion this
problem already existed in Openssh 2.9.9p1, but I have never used this
version (I only looked at the