Changeset 745 for trunk/server/source3/include/tldap_util.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/include/tldap_util.h
r414 r745 24 24 25 25 bool tldap_entry_values(struct tldap_message *msg, const char *attribute, 26 int *num_values, DATA_BLOB **values);26 DATA_BLOB **values, int *num_values); 27 27 bool tldap_get_single_valueblob(struct tldap_message *msg, 28 28 const char *attribute, DATA_BLOB *blob); … … 34 34 bool tldap_pull_guid(struct tldap_message *msg, const char *attribute, 35 35 struct GUID *guid); 36 bool tldap_add_mod_blobs(TALLOC_CTX *mem_ctx, struct tldap_mod **pmods, 36 bool tldap_add_mod_blobs(TALLOC_CTX *mem_ctx, 37 struct tldap_mod **pmods, int *pnum_mods, 37 38 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); 40 bool tldap_add_mod_str(TALLOC_CTX *mem_ctx, 41 struct tldap_mod **pmods, int *pnum_mods, 40 42 int mod_op, const char *attrib, const char *str); 41 43 bool 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, 43 45 const char *attrib, DATA_BLOB newval); 44 46 bool 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, 46 48 const char *attrib, const char *fmt, ...); 47 49
Note:
See TracChangeset
for help on using the changeset viewer.