Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/librpc/idl/dns.idl

    r988 r989  
    180180        } dns_opt_record;
    181181
    182         typedef [public] struct {
     182        typedef [flag(NDR_NO_COMP),public] struct {
    183183                dns_string     algorithm;
    184184                uint32         inception;
     
    192192        } dns_tkey_record;
    193193
    194         typedef [public] struct {
     194        typedef [flag(NDR_NO_COMP),public] struct {
    195195                dns_string algorithm_name;
    196196                uint16     time_prefix; /* 0 until February 2106*/
     
    205205        } dns_tsig_record;
    206206
    207         typedef [flag(NDR_NOALIGN|NDR_BIG_ENDIAN|NDR_PAHEX),public] struct {
     207        typedef [flag(NDR_NO_COMP|NDR_NOALIGN|NDR_BIG_ENDIAN|NDR_PAHEX),public] struct {
    208208                dns_string      name;
    209209                dns_qclass      rr_class;
     
    213213                uint32          time;
    214214                uint16          fudge;
    215                 uint16          original_id;
    216215                uint16          error;
    217216                uint16          other_size;
Note: See TracChangeset for help on using the changeset viewer.