Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libds: add UF_PARTIAL_SECRETS_ACCOUNT to UF_ACCOUNT_TYPE_MASK | Stefan Metzmacher | 2014-04-02 | 1 | -1/+2 |
| | | | | | | Change-Id: Ie26520c37c393ab4d2e3c5782e3dca46d4d1f83c Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | Intersite KCC flags | Dave Craft | 2012-01-14 | 1 | -0/+5 |
| | | | | | | NTDSSITELINK option flags added Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4:objectclass_attrs LDB module - implement the dSHeuristics length checks ↵ | Matthias Dieter Wallnöfer | 2011-10-27 | 1 | -1/+9 |
| | | | | | | | | correctly Consider bug #8489 Reviewed-by: abartlet | ||||
* | NTDSConnection and NTDSA Site setting flags | Dave Craft | 2011-07-14 | 1 | -0/+20 |
| | | | | | | | | | Flags that were missing from flags.h or were incorrectly defined inline to the kcc_topology.c code (and thus unusable elsewhere). These are the NTDSConnection and NTDSDSA Site settings flags. Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | libds: added mS-DS-ReplicatesNCReason flags | Andrew Tridgell | 2010-11-28 | 1 | -1/+11 |
| | | | | these define why a KCC connection was made | ||||
* | s4:libds/common/flags.h - fix typo | Matthias Dieter Wallnöfer | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | libds: added more UF_ -> ACB_ flags mappings | Andrew Tridgell | 2010-09-29 | 1 | -1/+1 |
| | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | ||||
* | Added values for the flags in dSHeuristics | Nadezhda Ivanova | 2010-08-26 | 1 | -0/+23 |
| | | | | | These specify the character position, while the character value of that character controls behavior | ||||
* | s4-dsdb: added support for UF_PARTIAL_SECRETS_ACCOUNT | Andrew Tridgell | 2010-08-17 | 1 | -0/+1 |
| | | | | | | | when this is in user_account_control the account is a RODC, and we need to set the primaryGroupID to be DOMAIN_RID_READONLY_DCS Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | libds/common/flags.h - fix a comment's typo | Matthias Dieter Wallnöfer | 2010-08-10 | 1 | -1/+1 |
| | |||||
* | libds:common Remove DS_DC_* domain functionality flags | Andrew Bartlett | 2010-06-23 | 1 | -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 | ||||
* | flags.h - fix comment for "GTYPE_SECURITY_UNIVERSAL_GROUP" constant | Matthias Dieter Wallnöfer | 2010-05-26 | 1 | -1/+1 |
| | |||||
* | Replaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR_IS_CRITICAL. | Nadezhda Ivanova | 2010-05-03 | 1 | -3/+0 |
| | |||||
* | Added a couple of systemFlags, needed for determining filtered attributes. | Nadezhda Ivanova | 2010-05-03 | 1 | -0/+4 |
| | |||||
* | s4-drs: Do not allow system-critical attributes to be RODC filtered | Fernando J V da Silva | 2010-04-22 | 1 | -0/+3 |
| | | | | Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | libds: added recyclebin feature GUID | Andrew Tridgell | 2010-02-12 | 1 | -0/+3 |
| | |||||
* | libds: added GUIDs for wellknown AD objects | Andrew Tridgell | 2009-12-16 | 1 | -0/+13 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | libds: added nTDSDSA options flags | Andrew Tridgell | 2009-10-15 | 1 | -0/+7 |
| | |||||
* | libds: fixed spelling error | Andrew Tridgell | 2009-09-28 | 1 | -1/+1 |
| | |||||
* | s4-drs: add defines for replication flags on attributes | Andrew Tridgell | 2009-09-24 | 1 | -0/+3 |
| | |||||
* | libds/common/flags: various | Matthias Dieter Wallnöfer | 2009-09-17 | 1 | -24/+29 |
| | | | | | | | | - 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: share UF_ flags between samba3 and 4. | Günther Deschner | 2009-07-13 | 1 | -0/+177 |
Guenther |