Changeset 204 for branches/samba-3.2.x/source/librpc/idl
- Timestamp:
- May 20, 2009, 6:46:53 PM (16 years ago)
- Location:
- branches/samba-3.2.x/source/librpc/idl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/librpc/idl/krb5pac.idl
r133 r204 71 71 [case(PAC_TYPE_KDC_CHECKSUM)] PAC_SIGNATURE_DATA kdc_cksum; 72 72 [case(PAC_TYPE_LOGON_NAME)] PAC_LOGON_NAME logon_name; 73 [ case(PAC_TYPE_UNKNOWN_12)][subcontext(0)] DATA_BLOB_REM unknown;73 [default] [subcontext(0)] DATA_BLOB_REM unknown; 74 74 /* [case(PAC_TYPE_UNKNOWN_12)] PAC_UNKNOWN_12 unknown; */ 75 75 } PAC_INFO; -
branches/samba-3.2.x/source/librpc/idl/netlogon.idl
r136 r204 1183 1183 [in] netr_SchannelType secure_channel_type, 1184 1184 [in] [string,charset(UTF16)] uint16 computer_name[], 1185 [in ] netr_Authenticatorcredential,1186 [ in] netr_CryptPassword new_password,1187 [ out,ref] netr_Authenticator *return_authenticator1185 [in,ref] netr_Authenticator *credential, 1186 [out,ref] netr_Authenticator *return_authenticator, 1187 [in,ref] netr_CryptPassword *new_password 1188 1188 ); 1189 1189
Note:
See TracChangeset
for help on using the changeset viewer.