r8564: Sometimes we're too dumb to live... Fix samr calls where we were
commit263a51cd62815b568d0d2053ee29cdd77428ba31
authorJeremy Allison <jra@samba.org>
Tue, 19 Jul 2005 00:59:25 +0000 (19 00:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:09 +0000 (10 11:00 -0500)
tree3fce70b2ca303d22deb00312638716a0e4b5a7da
parent01822a7e054ed83fa4961498f530ede615ac7c24
r8564: Sometimes we're too dumb to live... Fix samr calls where we were
using USER_INFO_XX structs and functions where XX was sometimes
in hex and sometimes in decimal. Now it's all in decimal (should
be no functionality change).
Jeremy.
(This used to be commit 84651aca04cbcbf50ab2e78333cc9d9e49dd92f5)
source3/include/rpc_samr.h
source3/python/py_samr.c
source3/python/py_samr.h
source3/python/py_samr_conv.c
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr_nt.c
source3/utils/net_rpc_join.c