Displaying 4 results from an estimated 4 matches for "dgssapi".
Did you mean:
gssapi
2004 Oct 15
1
OpenSSH current CVS build issue
Hi,
When following the install instructions in README, I get the following
build error:
cc -O2 -DKRB5 -I/usr/include/kerberosV -DGSSAPI
-I/usr/src/usr.bin/ssh/ssh/.. -c
/usr/src/usr.bin/ssh/ssh/../sshconnect2.c
/usr/src/usr.bin/ssh/ssh/../sshconnect2.c: In function
`input_userauth_pk_ok':
/usr/src/usr.bin/ssh/ssh/../sshconnect2.c:460: dereferencing pointer to
incomplete type
/usr/src/usr.bin/ssh/ssh/../sshconnect2.c:460: stru...
2004 Oct 07
0
openssh & kerberos & gssapi
I have configured openssh --with-kerberos5=<path> --with-pam
--with-tcp-wrapper=<path>, but when I expire my kerberos password, I do
not get a challenge to change my password for kerberos... anyone have
any thoughts.
I tried modifying the Make file to include -DGSSAPI
-DHAVE_GSSAPI_GSSAPI_H -DHAVE_GSSAPI_GSSAPI_GENERIC_H because I noticed
that the gssapi options for both ssh_config and sshd_config did not
work, but then it still didn't do anything after including these
variables.... which by the way, the configure program did not address
gssapi !!
I am...
2006 Sep 30
1
audit-bsm.c lacks <errno.h>
...c]
move #include <errno.h> out of includes.h; ok markus@
----------------------------
However, it was never added to audit-bsm.c, which references errno
twice:
cc -O2 -pipe -march=pentium4 -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -include ssh_namespace.h -DUSE_BSM_AUDIT -DGSSAPI -DHAVE_GSSAPI_GSSAPI_H=1 -DKRB5 -DHEIMDAL -DXAUTH_PATH=\"/usr/X11R6/bin/xauth\" -DNO_IDEA -g -c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c: In function `bsm_audit_record':
/usr/src/secure/usr.sbi...
2003 Aug 10
9
updated gssapi diff
...1.1.1.2
retrieving revision 1.3
diff -u -r1.1.1.2 -r1.3
--- lib/Makefile 10 Aug 2003 14:07:00 -0000 1.1.1.2
+++ lib/Makefile 10 Aug 2003 14:25:02 -0000 1.3
@@ -23,6 +23,9 @@
.if (${KERBEROS5:L} == "yes")
CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV
+
+SRCS+= gss-genr.c
+CFLAGS+= -DGSSAPI
.endif # KERBEROS5
.include <bsd.lib.mk>
Index: ssh/Makefile
===================================================================
RCS file: /home/hack/jakob/mycvs/sshgss/ssh/Makefile,v
retrieving revision 1.1.1.2
retrieving revision 1.3
diff -u -r1.1.1.2 -r1.3
--- ssh/Makefile 10 Aug 2003 1...