Update: Kerberos Ticket Forwarding Patch/Update [3.2]

James Peach jorgar at gmail.com
Sat Aug 2 03:10:08 GMT 2008


2008/8/1 Love Hörnquist Åstrand <lha at kth.se>:
> First, you should really just use gssapi interface for this.
>
> See 3 comments inline
>
>> +struct gssChecksum {
>> +
>> +  uint32_t   lgth;                       /* Number of bytes in the 'Bnd'
>> field (always 16) */
>> +  uint8_t    bnd[GSSAPI_BNDLENGTH];      /* 16-byte Bnd field. */
>> +  uint32_t   flags;                      /* Context-establishment flags.
>> */
>> +  uint16_t   dlgOpt;                     /* Delegation options */
>> +  uint16_t   dlgth;                      /* Length of Deleg field buffer.
>> */
>> +  uint8_t    deleg[];                    /* Deleg field buffer ( one or
>> more bytes of GSS-API data) */
>
> foo[] is still a gcc-ism.

it was, but now it's valid C99

-- 
James Peach | jorgar at gmail.com


More information about the samba-technical mailing list