summaryrefslogtreecommitdiffstats
path: root/libds/common/flag_mapping.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typesJelmer Vernooij2011-02-281-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-241-0/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libds: added more UF_ -> ACB_ flags mappingsAndrew Tridgell2010-09-291-1/+4
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* libds:flag_mapping.c - support also the default read-only DC primary groupMatthias Dieter Wallnöfer2010-09-241-1/+3
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* libds:flag_mapping.c - introduce a call which maps the "userAccountControl" ↵Matthias Dieter Wallnöfer2010-09-121-0/+13
| | | | to the default primary group RID
* libds:flag_mapping.c - fix counter variable typesMatthias Dieter Wallnöfer2010-09-121-2/+3
|
* libds/common/flags: variousMatthias Dieter Wallnöfer2009-09-171-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
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-0/+143
Guenther