mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
librpc/idl Add [nopython] to krb5pac ndrdump functions
These functions are not real RPC functions, but are used to help ndrdump operate. They don't need python bindings. Andrew Bartlett
This commit is contained in:
parent
b6a30be702
commit
917b0a23a6
@ -110,23 +110,23 @@ interface krb5pac
|
||||
[flag(NDR_REMAINING)] DATA_BLOB ChecksumAndSignature;
|
||||
} PAC_Validate;
|
||||
|
||||
void decode_pac(
|
||||
[nopython] void decode_pac(
|
||||
[in] PAC_DATA pac
|
||||
);
|
||||
|
||||
void decode_pac_raw(
|
||||
[nopython] void decode_pac_raw(
|
||||
[in] PAC_DATA_RAW pac
|
||||
);
|
||||
|
||||
void decode_login_info(
|
||||
[nopython] void decode_login_info(
|
||||
[in] PAC_LOGON_INFO logon_info
|
||||
);
|
||||
|
||||
void decode_login_info_ctr(
|
||||
[nopython] void decode_login_info_ctr(
|
||||
[in] PAC_LOGON_INFO_CTR logon_info_ctr
|
||||
);
|
||||
|
||||
void decode_pac_validate(
|
||||
[nopython] void decode_pac_validate(
|
||||
[in] PAC_Validate pac_validate
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user