Project

General

Profile

Actions

Feature #1010

closed

export gss_mech_krb5 from libgss.so.1

Added by Gordon Ross almost 12 years ago. Updated almost 12 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2011-05-10
Due date:
% Done:

0%

Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:

Description

Samba needs this GSSAPI constant OID data for its AD support:

extern const gss_OID gss_mech_krb5;

On most other systems implementing GSSAPI, this symbol is
declared via #include <gssapi.h> and provided by the library.

This is currently private in both our gssapi and krb5 libraries.
This change request would add the above declaration to our
gssapi.h and export the symbol in libgss.

Actions #1

Updated by Gordon Ross almost 12 years ago

  • Subject changed from export gss_mech_krb5 from libgss.so.1 to export gss_mech_krb5 from libgss.so.1
Actions #2

Updated by Gordon Ross almost 12 years ago

Actually, the declaration shoudl go in gssapi_ext.h to keep gssapi.h
more purely GSS-API stuff.

Actions #3

Updated by Gordon Ross almost 12 years ago

  • Status changed from New to Resolved

changeset: 13374:b156817e002c
tag: tip
user: Gordon Ross <>
date: Tue May 17 11:08:25 2011 -0400
description:
976 export ldap_add_result_entry from libldap.so.5
1010 export gss_mech_krb5 from libgss.so.1
Reviewed by: Garrett D'Amore <>
Reviewed by: Jason King <>
Reviewed by: Richard Lowe <>
Reviewed by: Eric Schrock <>
Reviewed by: Robert Gordon <>
Approved by: Garrett D'Amore <>

Actions

Also available in: Atom PDF