Changeset 740 for vendor/current/source3/include/tldap_util.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/include/tldap_util.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/tldap_util.h
r414 r740 24 24 25 25 bool tldap_entry_values(struct tldap_message *msg, const char *attribute, 26 int *num_values, DATA_BLOB **values);26 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 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 mods, 46 48 const char *attrib, const char *fmt, ...); 47 49
Note:
See TracChangeset
for help on using the changeset viewer.
