[SCM] Samba Shared Repository - branch master updated

Gordon Ross gordon.w.ross at gmail.com
Sat May 7 19:50:20 MDT 2011


On Sat, May 7, 2011 at 9:54 AM, simo <idra at samba.org> wrote:
[...]
>> +/*
>> + * These are not exported by Solaris -lkrb5
>> + * Maybe move to libreplace somewhere?
>> + */
>> +static const gss_OID_desc krb5_gss_oid_array[] = {
>> +     /* this is the official, rfc-specified OID */
>> +     { 9, "\052\206\110\206\367\022\001\002\002" },
>> +     /* this is the pre-RFC mech OID */
>> +     { 5, "\053\005\001\005\002" },
>> +     /* this is the unofficial, incorrect mech OID emitted by MS */
>> +     { 9, "\052\206\110\202\367\022\001\002\002" },
>> +     { 0, 0 }
>> +};
>
> Jeremy something looks wrong here.
> The comments seem to imply the MS and the official OID should be
> different, (the MS being wrong), yet I see non difference between them.
>
>
> Simo.

See the 4th element.  ( \202 vs. \206 )

Gordon


More information about the samba-technical mailing list