Changeset 752 for trunk/server/libcli/auth/proto.h
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/libcli/auth/proto.h
r745 r752 110 110 bool ntv2_owf_gen(const uint8_t owf[16], 111 111 const char *user_in, const char *domain_in, 112 bool upper_case_domain, /* Transform the domain into UPPER case */113 112 uint8_t kr_buf[16]); 114 113 void SMBOWFencrypt(const uint8_t passwd[16], const uint8_t *c8, uint8_t p24[24]);
Note:
See TracChangeset
for help on using the changeset viewer.