Changeset 745 for trunk/server/libcli/ldap/ldap_ndr.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libcli/ldap/ldap_ndr.h (modified) (2 diffs)
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/libcli/ldap/ldap_ndr.h
r414 r745 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 23 #ifndef __LIBCLI_LDAP_LDAP_NDR_H__ 2 24 #define __LIBCLI_LDAP_LDAP_NDR_H__ … … 6 28 char *ldap_encode_ndr_uint32(TALLOC_CTX *mem_ctx, uint32_t value); 7 29 char *ldap_encode_ndr_dom_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid); 8 char *ldap_encode_ndr_GUID(TALLOC_CTX *mem_ctx, struct GUID *guid);30 char *ldap_encode_ndr_GUID(TALLOC_CTX *mem_ctx, struct GUID *guid); 9 31 NTSTATUS ldap_decode_ndr_GUID(TALLOC_CTX *mem_ctx, struct ldb_val val, struct GUID *guid); 10 32
Note:
See TracChangeset
for help on using the changeset viewer.
