summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* s3-winbind: Implemented samr backend function common_rids_to_names.Andreas Schneider2010-07-051-5/+104
|
* s3-winbind: Implemented samr backend function common_sid_to_name.Andreas Schneider2010-07-051-2/+73
|
* s3-winbind: Implemented samr backend function common_name_to_sid.Andreas Schneider2010-07-051-2/+72
|
* s3-winbind: Implemented samr backend function common_enum_local_groups.Andreas Schneider2010-07-051-4/+73
|
* s3-winbind: Implemented samr backend function sam_lookup_groupmem.Andreas Schneider2010-07-051-6/+151
|
* s3-winbind: Implemented samr backend function sam_trusted_domains.Andreas Schneider2010-07-051-2/+81
|
* s3-winbind: Implemented samr backend function sam_query_user.Andreas Schneider2010-07-051-2/+81
|
* s3-winbind: Implemented samr backend function sam_enum_dom_groups.Andreas Schneider2010-07-051-4/+77
|
* s3-winbind: Implemented samr backend function sam_query_user_list.Andreas Schneider2010-07-051-4/+120
|
* s3-winbind: Added a skeleton for samr based functions.Andreas Schneider2010-07-053-1/+417
| | | | The goal is to replace the passdb backend later.
* s3-winbind: Initialize the server_info on winbindd start.Andreas Schneider2010-07-053-0/+7
|
* s3-rpc_client: Use the right memory context for array elements.Andreas Schneider2010-07-051-3/+3
|