Displaying 8 results from an estimated 8 matches for "gss_krb5_copy_ccach".
Did you mean:
gss_krb5_copy_ccache
2013 Mar 19
1
[Bug 2080] New: Add debug statements for gss_krb5_copy_ccache
https://bugzilla.mindrot.org/show_bug.cgi?id=2080
Bug ID: 2080
Summary: Add debug statements for gss_krb5_copy_ccache
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Kerberos support
Assignee: unassigned-bugs at...
2003 Sep 18
1
ssh-openbsd-2003091700 distribution missing gss_krb5_copy_ccache
...auth2-passwd.o
auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o kexdhs.o kexgexs.o auth-krb5.o
auth2-gss.o gss-serv.o gss-serv-krb5.o -L/local/build/ssh-openbsd-2003091700/sshd/../lib -lssh -lgssapi
-lkrb5 -lcrypto -lutil -lz -ldes -lwrap
gss-serv-krb5.o: Undefined symbol `_gss_krb5_copy_ccache' referenced from text segment
collect2: ld returned 1 exit status
A search of the source tree finds a single reference to that symbol in
ssh-openbsd-2003091700/gss-serv-krb5.c, but nowhere is there a
definition of it as a function. Neither is there a definition of that
symbol in any of the...
2007 Jan 17
3
[Bug 1276] Link stage fails when gssapi exists
...platform.o -L. -Lopenbsd-compat/
-L/usr/lib -lssh -lopenbsd-compat -lresolv -lcrypto -lutil -lz
-lnsl -lcrypt -lgssapi -lkrb5 -lk5crypto -lcom_err
gss-serv-krb5.o: In function `ssh_gssapi_krb5_storecreds':
/usr/src/packages/BUILD/openssh-4.5p1/gss-serv-krb5.c:164: undefined
reference to `gss_krb5_copy_ccache'
collect2: ld returned 1 exit status
make: *** [sshd] Error 1
This missing function is defined in libgssapi_krb5. I think the problem
behind this is that gss_init_sec_context, which is used in
the configure{,.ac} test is present in both:
$ readelf -a /usr/lib/libgssapi.so | grep init_sec...
2006 Mar 01
3
[Bug 1166] openssh-4.3p1 has some issues compiling
...s support
AssignedTo: bitbucket at mindrot.org
ReportedBy: gentoo.riverrat at gmail.com
While attempting to correct some compile warnings I noticed this:
gss-serv-krb5.c: In function `ssh_gssapi_krb5_storecreds':
gss-serv-krb5.c:156: warning: implicit declaration of function
`gss_krb5_copy_ccache'
This is actually a simple typo that was a bear to track down but should get
corrected immediately as it is potentially problematic on amd64.
I originally reported this to Gentoo and submitted a patch:
http://bugs.gentoo.org/show_bug.cgi?id=124494
------- You are receiving this mail beca...
2007 Apr 30
1
GSSAPIDelegateCredentials fails with a segfault
Hi,
I'm trying to use the GSSAPIDelegateCredentials function to forward my
kerberos 5 tickets.
Authentication with GSSAPI/Kerberos 5 works fine, I can log in to the
server when I have valid tickets on my client.
But when I turn on GSSAPIDelegateCredentials I get "Connection reset by
peer" at the client side.
At the server side, I have been able to see that the user process gets a
2003 Aug 10
9
updated gssapi diff
...(krb_context, ccache, princ))) {
+ logit("krb5_cc_initialize(): %.100s",
+ krb5_get_err_text(krb_context, problem));
+ krb5_free_principal(krb_context, princ);
+ krb5_cc_destroy(krb_context, ccache);
+ return;
+ }
+
+ krb5_free_principal(krb_context, princ);
+
+ if ((maj_status = gss_krb5_copy_ccache(&min_status,
+ client->creds, ccache))) {
+ logit("gss_krb5_copy_ccache() failed");
+ krb5_cc_destroy(krb_context, ccache);
+ return;
+ }
+
+ client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
+ client->store.envvar = "KRB5CCNAME";
+ cl...
2018 Aug 13
4
Call for testing: OpenSSH 7.8
On Thu, Aug 09, 2018 at 08:16:34PM CDT, Damien Miller wrote:
>Hi,
>
>OpenSSH 7.8p1 is almost ready for release, so we would appreciate testing
>on as many platforms and systems as possible. This is a bugfix release.
AIX 7.1 TL5, C compiler 11.1.0.23 - error in "test_utf8":
test_sshbuf:
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches?
---
Scott Neugroschl | XYPRO Technology Corporation
4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |