Ignore:
Timestamp:
Jun 9, 2016, 2:23:12 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: apply latest security patches to trunk

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/include/ntdomain.h

    r918 r920  
    8888        int n_cmds;
    8989        uint32 context_id;
    90 
     90        struct ndr_syntax_id syntax;
     91
     92        /*
     93         * shall we allow "connect" auth level for this interface ?
     94         */
     95        bool allow_connect;
    9196} PIPE_RPC_FNS;
    9297
     
    135140
    136141        /*
    137          * Set to true when we should return fault PDU's for everything.
    138          */
    139 
    140         bool fault_state;
    141 
    142         /*
    143          * Set to true when we should return fault PDU's for a bad handle.
    144          */
    145 
    146         bool bad_handle_fault_state;
    147 
    148         /*
    149          * Set to true when the backend does not support a call.
    150          */
    151 
    152         bool rng_fault_state;
     142         * States we can be in.
     143         */
     144        bool allow_alter;
     145        bool allow_bind;
     146        bool allow_auth3;
     147
     148        /*
     149         * Set the DCERPC_FAULT to return.
     150         */
     151
     152        int fault_state;
    153153
    154154        /*
Note: See TracChangeset for help on using the changeset viewer.