r8564: Sometimes we're too dumb to live... Fix samr calls where we were
authorJeremy Allison <jra@samba.org>
Tue, 19 Jul 2005 00:59:25 +0000 (00:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:09 +0000 (11:00 -0500)
commit84651aca04cbcbf50ab2e78333cc9d9e49dd92f5
tree9b376be4333f3e1cbd67a2b7bfacd61e11985609
parent7ff7211b808e708c00a3b0f57be8d1af3c632bd7
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.
source/include/rpc_samr.h
source/python/py_samr.c
source/python/py_samr.h
source/python/py_samr_conv.c
source/rpc_parse/parse_samr.c
source/rpc_server/srv_samr_nt.c
source/utils/net_rpc_join.c