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/source3/include/session.h

    r414 r988  
    3535        fstring remote_machine;
    3636        fstring id_str;
    37         uint32  id_num;
     37        uint32_t id_num;
    3838        struct server_id pid;
    3939        fstring ip_addr_str;
    4040        time_t connect_start;
     41        uint16_t connection_dialect;
     42        uint8_t encryption_flags;
     43        uint16_t cipher;
     44        uint8_t signing_flags;
    4145};
    4246
Note: See TracChangeset for help on using the changeset viewer.