r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)
authorVolker Lendecke <vlendec@samba.org>
Sat, 4 Feb 2006 21:44:57 +0000 (21:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:26 +0000 (11:06 -0500)
commitfc73690a7000d5a3f0f5ad34461c1f3a87edeac5
tree5b9c93adde6247bc6f129f3cc980f3f5d182df20
parentbd1be2388ebdc332c00289f10f0af17e6cd8b44a
r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)

Implement 'net rpc shell account' -- An editor for account policies

nt_time_to_unix_abs changed its argument which to me seems wrong, and I could
not find a caller that depends on this. So I changed it. Applied some more
const in time.c.

Volker
source/Makefile.in
source/lib/time.c
source/rpc_client/cli_samr.c
source/rpc_parse/parse_samr.c
source/utils/net_rpc_sh_acct.c [new file with mode: 0644]
source/utils/net_rpc_shell.c