]> git.ipfire.org Git - thirdparty/samba.git/commit
auth.idl: make sure ndr_{push,pull}_auth_SidAttr() is never used
authorStefan Metzmacher <metze@samba.org>
Tue, 28 Jan 2025 18:49:23 +0000 (19:49 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 14 Feb 2025 14:21:32 +0000 (14:21 +0000)
commit37bdab354cc2eae92a2ddc517b02616fbfe0b0c7
treef1dc3371c31a01bb9fa48cf8ea16d224968c9c63
parent2921f025ec60687c2a6438d8442fb981a9e4f257
auth.idl: make sure ndr_{push,pull}_auth_SidAttr() is never used

auth_SidAttr is currently not used for any IPC traffic,
with this change demonstrates that and makes sure it
stays that way.

It means we are free to change auth_SidAttr without the
need to change any ipc protocol version.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
librpc/idl/auth.idl
librpc/ndr/ndr_auth.c