Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/libcli/auth/schannel.h

    r414 r988  
    2323#include "libcli/auth/libcli_auth.h"
    2424#include "libcli/auth/schannel_state.h"
    25 
    26 enum schannel_position {
    27         SCHANNEL_STATE_START = 0,
    28         SCHANNEL_STATE_UPDATE_1
    29 };
    30 
    31 struct schannel_state {
    32         enum schannel_position state;
    33         uint32_t seq_num;
    34         bool initiator;
    35         struct netlogon_creds_CredentialState *creds;
    36 };
    37 
    3825#include "libcli/auth/schannel_proto.h"
Note: See TracChangeset for help on using the changeset viewer.