Andreas Schneider
9d23f8fbc5
s3-winbind: Make sure that the policy handles are closed.
2010-07-06 18:38:13 +02:00
Andreas Schneider
c5cd35658b
s3-winbind: Make sure we close all policy handles in sam.
2010-07-06 18:38:13 +02:00
Andreas Schneider
c67cff0372
s3-winbind: Create all logfiles in the same directory.
...
If log file is set in the config file, we should create the log files of
the winbind child processes in the same directory.
2010-07-06 18:38:13 +02:00
Volker Lendecke
a56c688366
s3: Fix another aspect of bug 7262 and make paged results work again
2010-07-06 17:36:18 +02:00
Sumit Bose
4efa1081aa
s4:rpc_server/lsa/dcesrv_lsa.c - fix typo
...
Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-06 17:22:42 +02:00
Volker Lendecke
b4c3f72d44
s3: Fix a segfault in the RPC server
...
After converting the rpc infratructure to talloc, read_from_internal_pipe freed
the outdata too early. If the last fragment was read in two pieces (as
rpcclient does it), all the outdata was freed during the read of the first
piece of the read of the last fragment. Later read&x calls, trying to read the
rest of the last fragment stepped into p->out_data.frag with non-zero offset
when this was already freed.
2010-07-06 15:11:31 +02:00
Volker Lendecke
60a3cc850a
s3: Fix another winbind crash
...
This is similar to 09a9cc3
, this re-arranges winbindd_ads.c:query_user_list()
so that "ads" is not accessed anymore across a call to nss_get_info_cached()
call which can destroy it behind the scenes.
2010-07-06 14:21:41 +02:00
Günther Deschner
1dcf0e917e
pidl: s3 server stubs: make sure LIBNDR_FLAG_BIGENDIAN is set when negotiated.
...
Guenther
2010-07-05 18:06:30 +02:00
Günther Deschner
d56cc23c6a
s4-smbtorture: add my (C) to rap torture lib.
...
Guenther
2010-07-05 18:06:21 +02:00
Stefan Metzmacher
a236bc4b33
s4:dsdb/password_hash: implement DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID
...
metze
2010-07-05 18:00:15 +02:00
Stefan Metzmacher
6d7b9648e5
s4:dsdb: allocate DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID
...
When importing users from Samba3 we need to control all values.
metze
2010-07-05 18:00:14 +02:00
Stefan Metzmacher
24d6950f63
s4:dsdb/password_hash: fix some c++ compiler warnings
...
metze
2010-07-05 18:00:14 +02:00
Zahari Zahariev
4a0edb597c
DNS objects should not be ignored
...
Recently I have found that after vampireing from a clean Windows
server we have the same DNS objects in the ldb. So ldapcmp has to
no longer ignore them.
Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
2010-07-05 18:54:15 +03:00
Günther Deschner
3255a7c42c
s3-waf: fix the build.
...
Guenther
2010-07-05 17:38:16 +02:00
Andreas Schneider
3323e88f74
s3-winbind: Rename lookup_groupmem to msrpc_lookup_groupmem.
2010-07-05 15:59:15 +02:00
Andreas Schneider
973ef399e3
s3-winbind: Use rpc_trusted_domains in msrpc.
2010-07-05 15:59:15 +02:00
Andreas Schneider
b4160af736
s3-winbind: Use rpc_trusted_domains in samr.
2010-07-05 15:59:14 +02:00
Andreas Schneider
9c372a145d
s3-winbind: Added a common rpc_trusted_domains function.
2010-07-05 15:59:14 +02:00
Andreas Schneider
b8a0b95e74
s3-winbind: Rename common_password_policy to sam_password_policy.
2010-07-05 15:59:14 +02:00
Andreas Schneider
3f2c2c7c70
s3-winbind: Rename common_lockout_policy to sam_lockout_policy.
2010-07-05 15:59:14 +02:00
Andreas Schneider
49dc713957
s3-winbind: Use rpc_sequence_number in msrpc.
2010-07-05 15:59:14 +02:00
Andreas Schneider
eba6ff0c1a
s3-winbind: Use rpc_sequence_number in samr.
2010-07-05 15:59:14 +02:00
Andreas Schneider
c4a5fc72c7
s3-winbind: Added a common rpc_sequence_number function.
2010-07-05 15:59:13 +02:00
Andreas Schneider
62038010e0
s3-winbind: Use rpc_lookup_groupmem in samr.
2010-07-05 15:59:13 +02:00
Andreas Schneider
3c06d42bec
s3-winbind: Added a common rpc_lookup_groupmem function.
2010-07-05 15:59:13 +02:00
Andreas Schneider
1f2fe8dee9
s3-winbind: Use rpc_lookup_useraliases in msrpc.
2010-07-05 15:59:13 +02:00
Andreas Schneider
aa831374b8
s3-winbind: Use rpc_lookup_useraliases in samr.
2010-07-05 15:59:13 +02:00
Andreas Schneider
73b2f60f6d
s3-winbind: Added a common rpc_lookup_useraliases function.
2010-07-05 15:59:12 +02:00
Andreas Schneider
ad8c912563
s3-winbind: Use rpc_lookup_usergroups in msrpc.
2010-07-05 15:59:12 +02:00
Andreas Schneider
c1a6a24a76
s3-winbind: Use rpc_lookup_usergroups in samr.
2010-07-05 15:59:12 +02:00
Andreas Schneider
473d1f1086
s3-winbind: Added a common rpc_lookup_usergroups function.
2010-07-05 15:59:12 +02:00
Andreas Schneider
a3f8bbf3da
s3-winbind: Use rpc_query_user in samr.
2010-07-05 15:59:12 +02:00
Andreas Schneider
64f1052c7f
s3-winbind: Use rpc_query_user in msrpc.
2010-07-05 15:59:12 +02:00
Andreas Schneider
7d304d7e99
s3-winbind: Added a common rpc_query_user function.
2010-07-05 15:59:11 +02:00
Andreas Schneider
c48d850265
s3-winbind: Use rpc_rids_to_names in samr.
2010-07-05 15:59:11 +02:00
Andreas Schneider
fd79bc9a58
s3-winbind: Added a common rpc_rids_to_names function.
2010-07-05 15:59:11 +02:00
Andreas Schneider
aa745bedd3
s3-winbind: Use rpc_sid_to_name in samr.
2010-07-05 15:59:11 +02:00
Andreas Schneider
506dc899b2
s3-winbind: Added a common rpc_sid_to_name function.
2010-07-05 15:59:11 +02:00
Andreas Schneider
22c9ced119
s3-winbind: Use rpc_name_to_sid in samr.
2010-07-05 15:59:10 +02:00
Andreas Schneider
37dbfaebc7
s3-winbind: Added a common rpc_name_to_sid function.
2010-07-05 15:59:10 +02:00
Andreas Schneider
01730e4b47
s3-winbind: Use rpc_enum_local_groups in samr.
2010-07-05 15:59:10 +02:00
Andreas Schneider
44c6432d64
s3-winbind: Use rpc_enum_local_groups in msrpc.
2010-07-05 15:59:10 +02:00
Andreas Schneider
89c8ef97c4
s3-winbind: Added a common rpc_enum_local_groups function.
2010-07-05 15:59:10 +02:00
Andreas Schneider
8159b1281b
s3-winbind: Use rpc_query_user_list in samr.
2010-07-05 15:59:09 +02:00
Andreas Schneider
e44d7e1582
s3-winbind: Use rpc_query_user_list in msrpc.
2010-07-05 15:59:09 +02:00
Andreas Schneider
c83e8cbe4a
s3-winbind: Added a common rpc_query_user_list function.
2010-07-05 15:59:09 +02:00
Andreas Schneider
b3f4e18859
s3-winbind: Use rpc_enum_dom_groups in samr.
2010-07-05 15:59:09 +02:00
Andreas Schneider
11610a4e99
s3-winbind: Use rpc_enum_dom_groups in msrpc.
2010-07-05 15:59:09 +02:00
Andreas Schneider
bec184048e
s3-winbind: Added a common rpc_enum_dom_groups function.
2010-07-05 15:59:09 +02:00
Andreas Schneider
692cc06f0c
s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.
2010-07-05 15:59:08 +02:00