summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-winbind: Handle aliases in rpc_lookup_groupmem().Andreas Schneider2010-07-061-29/+74
|
* s3-winbind: Fixed the winbind caching.Günther Deschner2010-07-062-5/+10
|
* s3-winbind: Use same format for all msrpc debug messages.Andreas Schneider2010-07-061-9/+10
|
* s3-winbind: Fixed debug messages of open_internal_lsa_pipe().Andreas Schneider2010-07-061-2/+2
|
* s3-winbind: Make sure that the policy handles are closed.Andreas Schneider2010-07-061-0/+12
|
* s3-winbind: Make sure we close all policy handles in sam.Andreas Schneider2010-07-061-0/+83
|
* s3-winbind: Create all logfiles in the same directory.Andreas Schneider2010-07-061-1/+22
| | | | | If log file is set in the config file, we should create the log files of the winbind child processes in the same directory.
* 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.
* 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-052-0/+129
|
* s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.Andreas Schneider2010-07-051-0/+0
|
* s3-winbind: Replace the passdb backend with a samr/lsa based backend.Andreas Schneider2010-07-051-723/+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
|