summaryrefslogtreecommitdiffstats
path: root/libds
Commit message (Collapse)AuthorAgeFilesLines
* s4:objectclass_attrs LDB module - implement the dSHeuristics length checks ↵Matthias Dieter Wallnöfer2011-10-271-1/+9
| | | | | | | | correctly Consider bug #8489 Reviewed-by: abartlet
* NTDSConnection and NTDSA Site setting flagsDave Craft2011-07-141-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>
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-1/+1
| | | | | | | All of this code is now in common, so we don't need the second '-common' library any more! Andrew Bartlett
* libds/common/flag_mapping.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
| | | | Guenther
* libds: moved enum security_types to a common headerAndrew Tridgell2011-05-081-0/+3
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libds: added roles.h for server rolesAndrew Tridgell2011-05-032-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>
* libds: Make flag_mapping a libraryAndrew Bartlett2011-04-131-3/+5
| | | | | | | This is a tiny library, but otherwise the functions end up in multiple other libraries. Andrew Bartlett
* libds/common/flag_mapping.c - fix another build dependencySean Finney2011-03-011-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
* 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-243-0/+17
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libds: added mS-DS-ReplicatesNCReason flagsAndrew Tridgell2010-11-281-1/+11
| | | | these define why a KCC connection was made
* s4:libds/common/flags.h - fix typoMatthias Dieter Wallnöfer2010-10-151-1/+1
|
* libds: added more UF_ -> ACB_ flags mappingsAndrew Tridgell2010-09-292-2/+5
| | | | | 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
|
* Added values for the flags in dSHeuristicsNadezhda Ivanova2010-08-261-0/+23
| | | | | These specify the character position, while the character value of that character controls behavior
* s4-dsdb: added support for UF_PARTIAL_SECRETS_ACCOUNTAndrew Tridgell2010-08-171-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 typoMatthias Dieter Wallnöfer2010-08-101-1/+1
|
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-231-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" constantMatthias Dieter Wallnöfer2010-05-261-1/+1
|
* Replaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR_IS_CRITICAL.Nadezhda Ivanova2010-05-031-3/+0
|
* Added a couple of systemFlags, needed for determining filtered attributes.Nadezhda Ivanova2010-05-031-0/+4
|
* s4-drs: Do not allow system-critical attributes to be RODC filteredFernando J V da Silva2010-04-221-0/+3
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* libds: added recyclebin feature GUIDAndrew Tridgell2010-02-121-0/+3
|
* libds: added GUIDs for wellknown AD objectsAndrew Tridgell2009-12-161-0/+13
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libds: added nTDSDSA options flagsAndrew Tridgell2009-10-151-0/+7
|
* libds: fixed spelling errorAndrew Tridgell2009-09-281-1/+1
|
* s4-drs: add defines for replication flags on attributesAndrew Tridgell2009-09-241-0/+3
|
* libds/common/flags: variousMatthias Dieter Wallnöfer2009-09-172-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
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-0/+143
| | | | Guenther
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-131-0/+177
Guenther