summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_samr.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-05s3-winbind: Implemented samr backend function common_password_policy.Andreas Schneider1-3/+33
2010-07-05s3-winbind: Implemented samr backend function common_lockout_policy.Andreas Schneider1-3/+33
2010-07-05s3-winbind: Implemented samr backend function common_rids_to_names.Andreas Schneider1-5/+104
2010-07-05s3-winbind: Implemented samr backend function common_sid_to_name.Andreas Schneider1-2/+73
2010-07-05s3-winbind: Implemented samr backend function common_name_to_sid.Andreas Schneider1-2/+72
2010-07-05s3-winbind: Implemented samr backend function common_enum_local_groups.Andreas Schneider1-4/+73
2010-07-05s3-winbind: Implemented samr backend function sam_lookup_groupmem.Andreas Schneider1-6/+151
2010-07-05s3-winbind: Implemented samr backend function sam_trusted_domains.Andreas Schneider1-2/+81
2010-07-05s3-winbind: Implemented samr backend function sam_query_user.Andreas Schneider1-2/+81
2010-07-05s3-winbind: Implemented samr backend function sam_enum_dom_groups.Andreas Schneider1-4/+77
2010-07-05s3-winbind: Implemented samr backend function sam_query_user_list.Andreas Schneider1-4/+120
2010-07-05s3-winbind: Added a skeleton for samr based functions.Andreas Schneider1-0/+411