search for: gss_release_buffer

Displaying 7 results from an estimated 7 matches for "gss_release_buffer".

2003 May 05
1
Bus error with gssapi on HP-UX PA-RISC(32bit)
...e gssapi patch. I have applied the gssapi patch for 3.4 version on OpenSSH-3.5 and built the source on HP-UX 11.11 (32 bit hardware). When I run ssh using the "-l" option such as "ssh -l <username> <hostname>", I am getting a SIGBUS error. That is the function "gss_release_buffer()" is causing this error. Any views on this? This is only happening when "-l" option is given. But when this given just as "ssh hostname" it works fine. So, the main problem is with "generic_gss_release_buffer". Particularly this is happening when the client syst...
2005 Aug 25
7
[Bug 1073] if userok rejects a user their creds still get set
http://bugzilla.mindrot.org/show_bug.cgi?id=1073 Summary: if userok rejects a user their creds still get set Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Kerberos support AssignedTo: bitbucket at mindrot.org
2003 Aug 10
9
updated gssapi diff
...); + packet_put_string(send_tok.value, send_tok.length); + packet_send(); + } + if (maj_status == GSS_S_COMPLETE) { + dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); + dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE, + &input_gssapi_exchange_complete); + } + } + + gss_release_buffer(&min_status, &send_tok); +} + +static void +input_gssapi_errtok(int type, u_int32_t plen, void *ctxt) +{ + Authctxt *authctxt = ctxt; + Gssctxt *gssctxt; + gss_buffer_desc send_tok = GSS_C_EMPTY_BUFFER; + gss_buffer_desc recv_tok; + OM_uint32 maj_status; + + if (authctxt == NULL || (authctx...
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 |
2006 Feb 22
2
Kerberos and authorizied_keys
How reasonable, acceptable and difficult would it be to "enhance" openssh so authorizations using kerberos (specifically kerberos tickets) consulted the authorized_keys file? And to be a bit more precise... consulted authorized_keys so it could utilize any "options" (eg. from=, command=, environment=, etc) that may be present? I'm willing to make custom changes, but
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
...72.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_get_init_creds_opt_set_address_list@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `gss_release_buffer@gssapi_krb5_2_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_auth_con_free@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined referen...
2010 May 02
2
samba4 make error - drsblobs.so
...ze_limit.c Compiling heimdal/lib/gssapi/mech/gss_names.c Compiling heimdal/lib/gssapi/mech/gss_verify.c Compiling heimdal/lib/gssapi/mech/gss_display_name.c Compiling heimdal/lib/gssapi/mech/gss_duplicate_oid.c Compiling heimdal/lib/gssapi/mech/gss_display_status.c Compiling heimdal/lib/gssapi/mech/gss_release_buffer.c Compiling heimdal/lib/gssapi/mech/gss_release_oid.c Compiling heimdal/lib/gssapi/mech/gss_test_oid_set_member.c Compiling heimdal/lib/gssapi/mech/gss_release_cred.c Compiling heimdal/lib/gssapi/mech/gss_set_sec_context_option.c Compiling heimdal/lib/gssapi/mech/gss_export_name.c Compiling heimdal...