summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samldb.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-14s4-samldb: Do not allow deletion of objects with RID < 1000Nadezhda Ivanova1-0/+5
2013-06-10s4:samldb LDB module - MS-SAMR 3.1.1.8.10 "userAccountControl"Matthias Dieter Wallnöfer1-16/+66
2013-06-05s4:samldb LDB module - permit "userAccountControl" modifications without acct...Matthias Dieter Wallnöfer1-2/+26
2013-06-05s4:samldb LDB module - "userAccountControl" = 0 means UF_NORMAL_ACCOUNT on addMatthias Dieter Wallnöfer1-3/+11
2012-08-22s4:samldb LDB module - remove unused "member" attribute from search filterMatthias Dieter Wallnöfer1-1/+1
2012-06-26s4-samldb: do not talloc_steal() the elements of the original requestAndrew Bartlett1-4/+10
2012-06-22s4-dsdb: Try to avoid much of the time a db search for msDS-IntIDMatthieu Patou1-14/+73
2012-06-22dsdb-schema: do not reload more often than schema_reload_intervalMatthieu Patou1-0/+3
2012-05-04s4-dsdb: Use data_blob_string_const and add explaination for open-coded funct...Andrew Bartlett1-4/+6
2012-05-04s4-dsdb: Use strcasecmp_m() to compare possibly multibyte strings in samldbAndrew Bartlett1-5/+5
2012-05-04s4:samldb LDB module - make sure to not add identical "servicePrincipalName"s...Matthias Dieter Wallnöfer1-12/+41
2012-04-30s4:samldb LDB module - homogenize LDB search attributes arraysMatthias Dieter Wallnöfer1-13/+13
2012-04-30s4:samldb LDB module - implement "fSMORoleOwner" attribute protectionMatthias Dieter Wallnöfer1-0/+76
2012-04-18dsdb: added SHOW_DELETED to samldb_member_check()Andrew Tridgell1-1/+1
2012-04-18s4-schema: set subClassOf by default to top if not specifiedMatthieu Patou1-0/+6
2012-04-18s4-schema: Generate some schema related attribute as MS AD is doing if they a...Matthieu Patou1-0/+43
2012-04-17s4: use enums instead of strings it's cheaperMatthieu Patou1-14/+40
2011-11-15s4:dsdb/samldb: use DSDB_FLAG_AS_SYSTEM in samldb_schema_info_update()Stefan Metzmacher1-1/+3
2011-10-20dsdb: improve debug messageAndrew Tridgell1-2/+1
2011-10-06s4-dsdb: allow groupType update on deleted objectsAndrew Tridgell1-1/+2
2011-08-25s4-dsdb: cleanup use of NULL vs base DN in samldbAndrew Tridgell1-7/+18
2011-07-21s4-dsdb: check group membership only for non deleted objectsMatthieu Patou1-2/+9
2011-07-13s4-dsdb: fixed the defaultObjectCategory to have a full GUIDAndrew Tridgell1-0/+24
2011-07-13s4-dsdb Don't process deletion of member attributes here.Andrew Bartlett1-0/+9
2011-07-13s4-dsdb: moved checking of duplicate member entries to repl_meta_data.cAndrew Tridgell1-32/+3
2011-07-11s4-dsdb: allow objectsid to be specified in a modification operationMatthieu Patou1-3/+5
2011-06-06s4-param Remove 'sid generator'Andrew Bartlett1-9/+5
2011-05-25s4:samldb LDB module - check if the RODC group exists if creating an RODCMatthias Dieter Wallnöfer1-13/+43
2011-05-25s4:samldb LDB module - better to call "samldb_prim_group_trigger"Matthias Dieter Wallnöfer1-1/+1
2011-05-25s4:samldb LDB module - convert a "dsdb_module_search" into "dsdb_module_searc...Matthias Dieter Wallnöfer1-5/+2
2011-05-25s4:samldb LDB modules - only objectClass "computer" is allowed to embed all t...Matthias Dieter Wallnöfer1-3/+33
2011-05-25s4:samldb LDB module - fix "isCriticalSystemObject" behaviourMatthias Dieter Wallnöfer1-3/+22
2011-05-25s4:samldb LDB module - fix the behaviour when changing the "userAccountControl"Matthias Dieter Wallnöfer1-14/+31
2011-05-21s4:samldb LDB module - don't change the "primaryGroupId" on LDB modifications...Matthieu Patou1-1/+16
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-1/+1
2011-03-01s4:remove many invocations of "samdb_msg_add_string"Matthias Dieter Wallnöfer1-2/+2
2011-02-28Fix some typesJelmer Vernooij1-5/+5
2011-02-24build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell1-0/+1
2011-02-14s4-dsdb: fixed problem with constrained modification of description attributeAndrew Tridgell1-44/+13
2011-01-17s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_...Andrew Tridgell1-10/+11
2011-01-17s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell1-15/+27
2011-01-14s4:samldb LDB module - fix "userAccountControl" handlingMatthias Dieter Wallnöfer1-8/+20
2011-01-14s4-dsdb: removed some more samdb_search_*() calls from samldb.cAndrew Tridgell1-26/+69
2011-01-14s4-dsdb: replaced another use of samdb_search in a ldb moduleAndrew Tridgell1-4/+10
2011-01-14s4-dsdb: fixed primaryGroupID to use dsdb_module_search_dn()Andrew Tridgell1-6/+14
2010-11-20s4:samldb LDB module - objectclass trigger - reorder template attributesMatthias Dieter Wallnöfer1-9/+10
2010-11-12samldb: relax groupType modification checksMatthieu Patou1-27/+32
2010-11-12s4:samldb/objectclass_attrs LDB modules - move "description" logic from "obje...Matthias Dieter Wallnöfer1-0/+81
2010-11-11s4-dsdb Convert new krbtgt_xxx password into UTF16Andrew Bartlett1-1/+12
2010-11-11s4:dsdb - proof against empty RDN values where expectedMatthias Dieter Wallnöfer1-1/+12