Convert parse_delete_tokens_list() and unparse_share_modes() to use ndr encoding...
commit5b5351022fb81da09d28ab3e7c8c2e2a8956c45e
authorJeremy Allison <jra@samba.org>
Mon, 9 Apr 2012 18:47:27 +0000 (9 11:47 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 7 May 2012 13:09:08 +0000 (7 15:09 +0200)
treeb5e1ed654ed48b745eec358a9afc1c6a086c9e27
parenta66a725f6190fe48b6c83dc7f0e65bac6fa4bbac
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.
librpc/idl/security.idl
source3/locking/locking.c