summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-04 11:44:17 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-06 03:30:18 +0000
commitdc78689425227e919b76b5f78470614b75764f45 (patch)
treef94ea71b14f33a62f7db2489b7482f07d10dcc81 /librpc/idl
parentc89cfbd15d8d7343a157baf2726d69f75dac950c (diff)
downloadsamba-dc78689425227e919b76b5f78470614b75764f45.tar.gz
security.idl: remove unused decode functions
Remove the decode_* functions as they are no longer needed, and this will reduce the amount of untested automatically generated code. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/security.idl16
1 files changed, 0 insertions, 16 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index 5930f448955..4dcc37a0c51 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -592,19 +592,11 @@ interface security
[relative] security_acl *dacl; /* user (discretionary) ACL */
} security_descriptor;
- [nopython] void decode_security_descriptor (
- [in] security_descriptor sd
- );
-
typedef [public] struct {
[range(0,0x40000),value(ndr_size_security_descriptor(sd,ndr->flags))] uint32 sd_size;
[subcontext(4)] security_descriptor *sd;
} sec_desc_buf;
- [nopython] void decode_sec_desc_buf (
- [in] sec_desc_buf sd_buf
- );
-
/* This is not yet sent over the network, but is simply defined in IDL */
typedef [public] struct {
uint32 num_sids;
@@ -613,10 +605,6 @@ interface security
lsa_SystemAccessModeFlags rights_mask;
} security_token;
- [nopython] void decode_security_token (
- [in] security_token token
- );
-
/* This is not yet sent over the network, but is simply defined in IDL */
typedef [public] struct {
uid_t uid;
@@ -625,10 +613,6 @@ interface security
[size_is(ngroups)] gid_t groups[*];
} security_unix_token;
- [nopython] void decode_security_unix_token (
- [in] security_unix_token unix_token
- );
-
/* bits that determine which parts of a security descriptor
are being queried/set */
typedef [public,bitmap32bit] bitmap {