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)
commitda979c9e7eb0c03ac718eb2c6c50937e52c39292
treee5102a3b4a444da0942e0e4e7c4d8277f18e72b9
parent9ca890e414bddf093ef09f1219b5347cb3b16625
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
(This used to be commit fc73690a7000d5a3f0f5ad34461c1f3a87edeac5)
source3/Makefile.in
source3/lib/time.c
source3/rpc_client/cli_samr.c
source3/rpc_parse/parse_samr.c
source3/utils/net_rpc_sh_acct.c [new file with mode: 0644]
source3/utils/net_rpc_shell.c