Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

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

    r414 r745  
    2424
    2525bool tldap_entry_values(struct tldap_message *msg, const char *attribute,
    26                         int *num_values, DATA_BLOB **values);
     26                        DATA_BLOB **values, int *num_values);
    2727bool tldap_get_single_valueblob(struct tldap_message *msg,
    2828                                const char *attribute, DATA_BLOB *blob);
     
    3434bool tldap_pull_guid(struct tldap_message *msg, const char *attribute,
    3535                     struct GUID *guid);
    36 bool tldap_add_mod_blobs(TALLOC_CTX *mem_ctx, struct tldap_mod **pmods,
     36bool tldap_add_mod_blobs(TALLOC_CTX *mem_ctx,
     37                         struct tldap_mod **pmods, int *pnum_mods,
    3738                         int mod_op, const char *attrib,
    38                          int num_values, DATA_BLOB *values);
    39 bool tldap_add_mod_str(TALLOC_CTX *mem_ctx, struct tldap_mod **pmods,
     39                         DATA_BLOB *newvals, int num_newvals);
     40bool tldap_add_mod_str(TALLOC_CTX *mem_ctx,
     41                       struct tldap_mod **pmods, int *pnum_mods,
    4042                       int mod_op, const char *attrib, const char *str);
    4143bool tldap_make_mod_blob(struct tldap_message *existing, TALLOC_CTX *mem_ctx,
    42                          int *pnum_mods, struct tldap_mod **pmods,
     44                         struct tldap_mod **pmods, int *pnum_mods,
    4345                         const char *attrib, DATA_BLOB newval);
    4446bool tldap_make_mod_fmt(struct tldap_message *existing, TALLOC_CTX *mem_ctx,
    45                         int *pnum_mods, struct tldap_mod **pmods,
     47                        struct tldap_mod **pmods, int *pnum_mods,
    4648                        const char *attrib, const char *fmt, ...);
    4749
Note: See TracChangeset for help on using the changeset viewer.