1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Kai Blin
ef0184d580 net: more whitespace cleanup 2008-05-10 09:22:31 +02:00
Kai Blin
1e9319cf88 net: Remove globals 2008-05-10 09:22:27 +02:00
Volker Lendecke
783afab9c8 Add "desthost" to rpc_pipe_client
This reduces the dependency on cli_state
2008-04-20 00:13:09 +02:00
Günther Deschner
65e978eacc Use rpccli_samr_QueryDomainInfo() in net_rpc_sh_acct.c.
Guenther
2008-02-06 02:09:23 +01:00
Günther Deschner
bdf8d56262 Use rpccli_samr_Connect2() all over the place.
Guenther
2008-02-04 22:12:40 +01:00
Günther Deschner
e4e9d72724 Use rpccli_samr_OpenDomain() all over the place.
Guenther
2008-02-01 12:29:10 +01:00
Günther Deschner
64f0889401 Remove rpccli_samr_close and use pidl generated function instead.
Guenther
2008-01-31 11:09:11 +01:00
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Andrew Tridgell
b0132e94fc r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Volker Lendecke
70114f509c r13351: Fix copyright 2007-10-10 11:06:26 -05:00
Volker Lendecke
fc73690a70 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
2007-10-10 11:06:26 -05:00