summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb
AgeCommit message (Expand)AuthorFilesLines
2011-07-21s4-dsdb: Use controls provided during the request while searching for object ...Matthieu Patou1-1/+13
2011-07-21s4-dsdb: check group membership only for non deleted objectsMatthieu Patou1-2/+9
2011-07-21update/add my copyrightMatthieu Patou3-0/+3
2011-07-21s4-dsdb: In rootdse add extended dn info on all values for a given attributeMatthieu Patou1-57/+66
2011-07-21s4-dsdb: add dsdb_module_extended function similar to other dsdb_module_* fun...Matthieu Patou1-0/+61
2011-07-13s4-dsdb: fixed the defaultObjectCategory to have a full GUIDAndrew Tridgell1-0/+24
2011-07-13s4-dsdb: another special case for the "member" attributeAndrew Tridgell1-1/+6
2011-07-13s4-dsdb Don't process deletion of member attributes here.Andrew Bartlett1-0/+9
2011-07-13s4-dsdb: fixed modify of ACLs on deleted objectsAndrew Tridgell1-2/+4
2011-07-13s4-dsdb: raise debug level for backlink errorsAndrew Tridgell1-1/+1
2011-07-13s4-dsdb: moved checking of duplicate member entries to repl_meta_data.cAndrew Tridgell2-35/+20
2011-07-11s4-dirsync: do not return linked attribute if the target object is no moreMatthieu Patou1-0/+29
2011-07-11s4-dsdb: allow objectsid to be specified in a modification operationMatthieu Patou1-3/+5
2011-07-11s4-dsdb: if the provision control is specified, update replication metadata e...Matthieu Patou1-1/+7
2011-07-11s4-dsdb: when replacing linked attribute take always the new dn as the old dn...Matthieu Patou1-1/+1
2011-07-11s4-dsdb: check for single valued attribute in repl_meta_data moduleMatthieu Patou1-0/+11
2011-07-11s4-dsdb: deleted objects are expected to be missing mandatory attributesAndrew Tridgell1-1/+2
2011-07-11s4-dsdb: fixed crash bug in extended_dn_inAndrew Tridgell1-2/+4
2011-07-05s4-dsdb: allow removal of unknown attributes if RELAX setAndrew Tridgell2-2/+21
2011-07-01s4-dsdb guard principalName parse for invalid inputsAndrew Bartlett1-1/+6
2011-07-01s4-dsdb Allow a servicePrincipalName of machine$Andrew Bartlett1-0/+6
2011-06-22s4-dsdb: bypass validation when relax setAndrew Tridgell1-1/+2
2011-06-22s4-dsdb: prioritise GUID in extended_dn_inAndrew Tridgell1-8/+11
2011-06-22s4-dsdb: catch duplicate matches in extended_dn_inAndrew Tridgell1-0/+12
2011-06-10s4-drs: ensure we add a RMD_ADDTIME when upgrading a linked attributeAndrew Tridgell1-1/+2
2011-06-07s4-dsdb: cope with missing backlinks in rpmd handlingAndrew Tridgell1-1/+10
2011-06-06s4-param Remove 'sid generator'Andrew Bartlett1-9/+5
2011-06-06s4-param Remove 'sam database' parameterAndrew Bartlett1-1/+1
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-05-21s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as u...Matthias Dieter Wallnöfer1-1/+1
2011-05-21s4-dsdb: implementation of the dirsync controlMatthieu Patou3-0/+1369
2011-05-21s4-dsdb: introduce dsdb_module_search_treeMatthieu Patou1-24/+63
2011-05-21s4-dsdb: relax a bit the checks on read acl when dirsync control is specifiedMatthieu Patou1-12/+42
2011-05-21s4-dsdb: create flag for requesting ACL relax in case of DIRSYNC requestMatthieu Patou1-0/+1
2011-05-21s4: do not change the critical flag when it's on a dirsync controlMatthieu Patou1-1/+5
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett1-2/+1
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett2-6/+6
2011-04-29s4:"ldb_connect" calls - proof for "!= LDB_SUCCESS"Matthias Dieter Wallnöfer1-1/+1
2011-04-29s4:repl_meta_data LDB module - quiet a discard const ptr warningMatthias Dieter Wallnöfer1-1/+1
2011-04-15s4-dsdb: Add more information on why we don't check the SD controlMatthieu Patou1-0/+5
2011-04-15s4-dsdb: If current attribute list is empty use the one from the requestMatthieu Patou1-1/+1
2011-04-07s4:objectclass LDB module - "ldb_msg_sanity_check" call not really neededMatthias Dieter Wallnöfer1-5/+0
2011-04-07s4:objectclass LDB module - fix a comment - add a ")"Matthias Dieter Wallnöfer1-1/+1
2011-04-06s4:dsdb/repl_meta_data: update replPropertyMetaData on originating renamesStefan Metzmacher1-6/+122