Convert parse_delete_tokens_list() and unparse_share_modes() to use ndr encoding...
authorJeremy Allison <jra@samba.org>
Mon, 9 Apr 2012 18:47:27 +0000 (11:47 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 22 Jun 2012 19:39:36 +0000 (21:39 +0200)
commit69263d7668122391fdea62648ccbbee919c7532e
tree2ec340fa7dc7bc87d0004bf40409403d4af8e63a
parent369da3f6f08445631bb402c217ff1d1b0dd44ef2
Convert parse_delete_tokens_list() and unparse_share_modes() to use ndr encoding for the struct security_unix_token. We can do this as libsmb_share_modes never looks inside the delete tokens list, only implicitly gets the length.
(cherry picked from commit 5b5351022fb81da09d28ab3e7c8c2e2a8956c45e)
librpc/idl/security.idl
source3/locking/locking.c