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/cldap/cldap.h

    r740 r988  
    5353
    5454NTSTATUS cldap_socket_init(TALLOC_CTX *mem_ctx,
    55                            struct tevent_context *ev,
    5655                           const struct tsocket_address *local_addr,
    5756                           const struct tsocket_address *remote_addr,
     
    5958
    6059NTSTATUS cldap_set_incoming_handler(struct cldap_socket *cldap,
     60                                    struct tevent_context *ev,
    6161                                    void (*handler)(struct cldap_socket *,
    6262                                                    void *private_data,
     
    6464                                    void *private_data);
    6565struct tevent_req *cldap_search_send(TALLOC_CTX *mem_ctx,
     66                                     struct tevent_context *ev,
    6667                                     struct cldap_socket *cldap,
    6768                                     const struct cldap_search *io);
     
    114115
    115116struct tevent_req *cldap_netlogon_send(TALLOC_CTX *mem_ctx,
     117                                       struct tevent_context *ev,
    116118                                       struct cldap_socket *cldap,
    117119                                       const struct cldap_netlogon *io);
     
    122124                        TALLOC_CTX *mem_ctx,
    123125                        struct cldap_netlogon *io);
     126char *cldap_netlogon_create_filter(TALLOC_CTX *mem_ctx,
     127                                   const struct cldap_netlogon *io);
    124128
    125129NTSTATUS cldap_netlogon_reply(struct cldap_socket *cldap,
Note: See TracChangeset for help on using the changeset viewer.