summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_samr.c
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind: Use rpc_query_user in samr.Andreas Schneider2010-07-051-56/+13
* s3-winbind: Use rpc_rids_to_names in samr.Andreas Schneider2010-07-051-78/+39
* s3-winbind: Use rpc_sid_to_name in samr.Andreas Schneider2010-07-051-57/+41
* s3-winbind: Use rpc_name_to_sid in samr.Andreas Schneider2010-07-051-54/+23
* s3-winbind: Use rpc_enum_local_groups in samr.Andreas Schneider2010-07-051-44/+16
* s3-winbind: Use rpc_query_user_list in samr.Andreas Schneider2010-07-051-87/+13
* s3-winbind: Use rpc_enum_dom_groups in samr.Andreas Schneider2010-07-051-42/+12
* 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-051-0/+411