summaryrefslogtreecommitdiff
path: root/libds/common/flag_mapping.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-28Fix some typesJelmer Vernooij1-1/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104
2011-02-24build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell1-0/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-09-29libds: added more UF_ -> ACB_ flags mappingsAndrew Tridgell1-1/+4
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-24libds:flag_mapping.c - support also the default read-only DC primary groupMatthias Dieter Wallnöfer1-1/+3
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-09-12libds:flag_mapping.c - introduce a call which maps the "userAccountControl" ↵Matthias Dieter Wallnöfer1-0/+13
to the default primary group RID
2010-09-12libds:flag_mapping.c - fix counter variable typesMatthias Dieter Wallnöfer1-2/+3
2009-09-17libds/common/flags: variousMatthias Dieter Wallnöfer1-4/+7
- Reorders the header file to have the order "userAccountFlags", "groupType", "sAMAccountType" (matches the order in the flag_mapping.c and samldb module) - Fixes the group account flags properly up - Fixes the flags for "domain/forestFunctionality" and "domainControllerFunctionality" up
2009-07-13libds: merge the UF<->ACB flag mapping functions.Günther Deschner1-0/+143
Guenther