summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Fix another winbind crashVolker Lendecke2010-07-061-35/+48
| | | | | | 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.
* pidl: s3 server stubs: make sure LIBNDR_FLAG_BIGENDIAN is set when negotiated.Günther Deschner2010-07-051-0/+3
| | | | Guenther
* s4-smbtorture: add my (C) to rap torture lib.Günther Deschner2010-07-051-0/+1
| | | | Guenther
* s4:dsdb/password_hash: implement DSDB_CONTROL_BYPASS_PASSWORD_HASH_OIDStefan Metzmacher2010-07-051-0/+20
| | | | metze
* s4:dsdb: allocate DSDB_CONTROL_BYPASS_PASSWORD_HASH_OIDStefan Metzmacher2010-07-052-0/+6
| | | | | | When importing users from Samba3 we need to control all values. metze
* s4:dsdb/password_hash: fix some c++ compiler warningsStefan Metzmacher2010-07-051-9/+12
| | | | metze
* DNS objects should not be ignoredZahari Zahariev2010-07-051-21/+9
| | | | | | | | 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>
* s3-waf: fix the build.Günther Deschner2010-07-051-1/+2
| | | | Guenther
* s3-winbind: Rename lookup_groupmem to msrpc_lookup_groupmem.Andreas Schneider2010-07-051-8/+9
|
* s3-winbind: Use rpc_trusted_domains in msrpc.Andreas Schneider2010-07-051-56/+35
|
* s3-winbind: Use rpc_trusted_domains in samr.Andreas Schneider2010-07-051-61/+20
|
* s3-winbind: Added a common rpc_trusted_domains function.Andreas Schneider2010-07-052-0/+76
|
* s3-winbind: Rename common_password_policy to sam_password_policy.Andreas Schneider2010-07-051-6/+6
|
* s3-winbind: Rename common_lockout_policy to sam_lockout_policy.Andreas Schneider2010-07-051-6/+6
|
* s3-winbind: Use rpc_sequence_number in msrpc.Andreas Schneider2010-07-051-61/+46
|
* s3-winbind: Use rpc_sequence_number in samr.Andreas Schneider2010-07-051-52/+24
|
* s3-winbind: Added a common rpc_sequence_number function.Andreas Schneider2010-07-052-0/+56
|
* s3-winbind: Use rpc_lookup_groupmem in samr.Andreas Schneider2010-07-051-105/+22
|
* s3-winbind: Added a common rpc_lookup_groupmem function.Andreas Schneider2010-07-052-0/+141
|
* s3-winbind: Use rpc_lookup_useraliases in msrpc.Andreas Schneider2010-07-051-79/+41
|
* s3-winbind: Use rpc_lookup_useraliases in samr.Andreas Schneider2010-07-051-82/+26
|
* s3-winbind: Added a common rpc_lookup_useraliases function.Andreas Schneider2010-07-052-0/+92
|
* s3-winbind: Use rpc_lookup_usergroups in msrpc.Andreas Schneider2010-07-051-55/+51
|
* s3-winbind: Use rpc_lookup_usergroups in samr.Andreas Schneider2010-07-051-56/+21
|
* s3-winbind: Added a common rpc_lookup_usergroups function.Andreas Schneider2010-07-052-0/+71
|
* s3-winbind: Use rpc_query_user in samr.Andreas Schneider2010-07-051-56/+13
|
* s3-winbind: Use rpc_query_user in msrpc.Andreas Schneider2010-07-051-61/+38
|
* s3-winbind: Added a common rpc_query_user function.Andreas Schneider2010-07-052-0/+72
|
* s3-winbind: Use rpc_rids_to_names in samr.Andreas Schneider2010-07-051-78/+39
|
* s3-winbind: Added a common rpc_rids_to_names function.Andreas Schneider2010-07-052-0/+91
|
* s3-winbind: Use rpc_sid_to_name in samr.Andreas Schneider2010-07-051-57/+41
|
* s3-winbind: Added a common rpc_sid_to_name function.Andreas Schneider2010-07-052-0/+66
|
* s3-winbind: Use rpc_name_to_sid in samr.Andreas Schneider2010-07-051-54/+23
|
* s3-winbind: Added a common rpc_name_to_sid function.Andreas Schneider2010-07-052-0/+73
|
* s3-winbind: Use rpc_enum_local_groups in samr.Andreas Schneider2010-07-051-44/+16
|
* s3-winbind: Use rpc_enum_local_groups in msrpc.Andreas Schneider2010-07-051-53/+42
|
* s3-winbind: Added a common rpc_enum_local_groups function.Andreas Schneider2010-07-052-0/+61
|
* s3-winbind: Use rpc_query_user_list in samr.Andreas Schneider2010-07-051-87/+13
|
* s3-winbind: Use rpc_query_user_list in msrpc.Andreas Schneider2010-07-051-83/+43
|
* s3-winbind: Added a common rpc_query_user_list function.Andreas Schneider2010-07-052-0/+109
|
* s3-winbind: Use rpc_enum_dom_groups in samr.Andreas Schneider2010-07-051-42/+12
|
* s3-winbind: Use rpc_enum_dom_groups in msrpc.Andreas Schneider2010-07-051-52/+42
|
* s3-winbind: Added a common rpc_enum_dom_groups function.Andreas Schneider2010-07-054-1/+132
|
* s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.Andreas Schneider2010-07-053-2/+2
|
* s3-winbind: Replace the passdb backend with a samr/lsa based backend.Andreas Schneider2010-07-053-725/+0
|
* s3-winbind: Implemented samr backend function common_sequence_number.Andreas Schneider2010-07-051-4/+65
|
* s3-winbind: Implemented samr backend function common_lookup_useraliases.Andreas Schneider2010-07-051-4/+103
|
* s3-winbind: Implemented samr backend function common_lookup_usergroups.Andreas Schneider2010-07-051-4/+82
|
* s3-winbind: Implemented samr backend function common_password_policy.Andreas Schneider2010-07-051-3/+33
|
* s3-winbind: Implemented samr backend function common_lockout_policy.Andreas Schneider2010-07-051-3/+33
|