summaryrefslogtreecommitdiff
path: root/libds
AgeCommit message (Collapse)AuthorFilesLines
2010-06-23libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett1-8/+4
These are just a subset of the DS_DOMAIN_ functionality flags, are compared and often confused with each other. Just make them one set. Andrew Bartlett
2010-05-26flags.h - fix comment for "GTYPE_SECURITY_UNIVERSAL_GROUP" constantMatthias Dieter Wallnöfer1-1/+1
2010-05-03Replaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR_IS_CRITICAL.Nadezhda Ivanova1-3/+0
2010-05-03Added a couple of systemFlags, needed for determining filtered attributes.Nadezhda Ivanova1-0/+4
2010-04-22s4-drs: Do not allow system-critical attributes to be RODC filteredFernando J V da Silva1-0/+3
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-02-12libds: added recyclebin feature GUIDAndrew Tridgell1-0/+3
2009-12-16libds: added GUIDs for wellknown AD objectsAndrew Tridgell1-0/+13
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2009-10-15libds: added nTDSDSA options flagsAndrew Tridgell1-0/+7
2009-09-28libds: fixed spelling errorAndrew Tridgell1-1/+1
2009-09-24s4-drs: add defines for replication flags on attributesAndrew Tridgell1-0/+3
2009-09-17libds/common/flags: variousMatthias Dieter Wallnöfer2-28/+36
- 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
2009-07-13libds: share UF_ flags between samba3 and 4.Günther Deschner1-0/+177
Guenther