Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-14 | Intersite KCC flags | Dave Craft | 1 | -0/+5 | |
NTDSSITELINK option flags added Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-11-17 | libds: Make server role values explicit for easier debugging | Andrew Bartlett | 1 | -1/+6 | |
2011-11-17 | param: calculate server role from security, and security from server role | Andrew Bartlett | 1 | -1/+1 | |
This allows smb.conf files from either the samba3 or samba4 tradition to come to the same value of server role, using the information in the smb.conf file. This is important so that tools like 'net getlocalsid' work against a Samba4 AD installation (yes, users have tried this). Andrew Bartlett Pair-Programmed-With: Amitay Isaacs <amitay@samba.org> | |||||
2011-11-17 | roles: Add ROLE_AUTO to indicate that the server role is calculated | Amitay Isaacs | 1 | -1/+4 | |
2011-10-27 | s4:objectclass_attrs LDB module - implement the dSHeuristics length checks ↵ | Matthias Dieter Wallnöfer | 1 | -1/+9 | |
correctly Consider bug #8489 Reviewed-by: abartlet | |||||
2011-07-14 | NTDSConnection and NTDSA Site setting flags | Dave Craft | 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> | |||||
2011-06-21 | lib/util Remove samba-util-common! | Andrew Bartlett | 1 | -1/+1 | |
All of this code is now in common, so we don't need the second '-common' library any more! Andrew Bartlett | |||||
2011-06-10 | libds/common/flag_mapping.h: fix licence/copyright | Günther Deschner | 1 | -0/+22 | |
Guenther | |||||
2011-05-08 | libds: moved enum security_types to a common header | Andrew Tridgell | 1 | -0/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-05-03 | libds: added roles.h for server roles | Andrew Tridgell | 2 | -0/+43 | |
this will allow us to move the server roles in common, which will make it much easier to mix s3/s4 calls in the one C file Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-04-13 | libds: Make flag_mapping a library | Andrew Bartlett | 1 | -3/+5 | |
This is a tiny library, but otherwise the functions end up in multiple other libraries. Andrew Bartlett | |||||
2011-03-01 | libds/common/flag_mapping.c - fix another build dependency | Sean Finney | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Mar 1 18:53:40 CET 2011 on sn-devel-104 | |||||
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -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-24 | build: moved libds/common/flag_mapping.c into a common subsystem | Andrew Tridgell | 3 | -0/+17 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-28 | libds: added mS-DS-ReplicatesNCReason flags | Andrew Tridgell | 1 | -1/+11 | |
these define why a KCC connection was made | |||||
2010-10-15 | s4:libds/common/flags.h - fix typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-09-29 | libds: added more UF_ -> ACB_ flags mappings | Andrew Tridgell | 2 | -2/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2010-09-24 | libds:flag_mapping.c - support also the default read-only DC primary group | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-12 | libds:flag_mapping.c - introduce a call which maps the "userAccountControl" ↵ | Matthias Dieter Wallnöfer | 1 | -0/+13 | |
to the default primary group RID | |||||
2010-09-12 | libds:flag_mapping.c - fix counter variable types | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
2010-08-26 | Added values for the flags in dSHeuristics | Nadezhda Ivanova | 1 | -0/+23 | |
These specify the character position, while the character value of that character controls behavior | |||||
2010-08-17 | s4-dsdb: added support for UF_PARTIAL_SECRETS_ACCOUNT | Andrew Tridgell | 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> | |||||
2010-08-10 | libds/common/flags.h - fix a comment's typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-06-23 | libds:common Remove DS_DC_* domain functionality flags | Andrew Bartlett | 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 | |||||
2010-05-26 | flags.h - fix comment for "GTYPE_SECURITY_UNIVERSAL_GROUP" constant | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-05-03 | Replaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR_IS_CRITICAL. | Nadezhda Ivanova | 1 | -3/+0 | |
2010-05-03 | Added a couple of systemFlags, needed for determining filtered attributes. | Nadezhda Ivanova | 1 | -0/+4 | |
2010-04-22 | s4-drs: Do not allow system-critical attributes to be RODC filtered | Fernando J V da Silva | 1 | -0/+3 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-12 | libds: added recyclebin feature GUID | Andrew Tridgell | 1 | -0/+3 | |
2009-12-16 | libds: added GUIDs for wellknown AD objects | Andrew Tridgell | 1 | -0/+13 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2009-10-15 | libds: added nTDSDSA options flags | Andrew Tridgell | 1 | -0/+7 | |
2009-09-28 | libds: fixed spelling error | Andrew Tridgell | 1 | -1/+1 | |
2009-09-24 | s4-drs: add defines for replication flags on attributes | Andrew Tridgell | 1 | -0/+3 | |
2009-09-17 | libds/common/flags: various | Matthias Dieter Wallnöfer | 2 | -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-13 | libds: merge the UF<->ACB flag mapping functions. | Günther Deschner | 1 | -0/+143 | |
Guenther | |||||
2009-07-13 | libds: share UF_ flags between samba3 and 4. | Günther Deschner | 1 | -0/+177 | |
Guenther |