summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2011-08-07pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij1-11/+10
2011-08-04s4-dsdb: extend the extended_dn_in module to handle DN linksAndrew Tridgell1-44/+104
2011-08-04s4-dsdb: handle search expressions containing extended DNsAndrew Tridgell2-1/+167
2011-08-04s4-dsdb: added dn_format attribute of a dsdb_attributeAndrew Tridgell3-9/+14
2011-08-04s4-dsdb: fixed outgoing one way link DNsAndrew Tridgell2-3/+63
2011-08-04s4-dsdb: setup a one_way_link attribute on schema attributesAndrew Tridgell2-0/+30
2011-08-04s4-dsdb: fixed a warning on dsdb_delete()Andrew Tridgell1-1/+1
2011-08-04s4-dsdb: make requests for STORAGE_FORMAT control non-criticalAndrew Tridgell1-1/+1
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-0/+1
2011-08-01remove unnecessary dependency on 'events' from ldb modules.Jelmer Vernooij1-35/+35
2011-07-31s4-kcc: correctly populate the neighbor object when taking information from r...Matthieu Patou1-0/+3
2011-07-26s4-dsdb: Improve the calculation of system flags according to 3.1.1.5.2.4Matthieu Patou1-2/+3
2011-07-21s4-kcc: use dsdb_delete() instead of ldb_delete()Andrew Tridgell1-1/+1
2011-07-21s4-dsdb: added dsdb_delete() functionAndrew Tridgell1-0/+30
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 Patou4-0/+4
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-21s4-schema: add systemFlags to dsdb classes objectsMatthieu Patou2-0/+2
2011-07-14Add intrasite code test switchDave Craft2-0/+9
2011-07-14Add kccsrv_add_repsFrom() possibility of NULL res argumentDave Craft1-2/+2
2011-07-14Remove static to allow availability to other KCC filesDave Craft1-4/+4
2011-07-14kcc_connection invocation_id added to structDave Craft1-0/+1
2011-07-14KCC NTDSConnection should utilize NTDSCONN_OPT_IS_GENERATEDDave Craft1-1/+9
2011-07-14Standalone samdb_ntds_site_settings_options() helperDave Craft1-0/+48
2011-07-14NTDSConnection and NTDSA Site setting flagsDave Craft1-8/+0
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-13dsdb: fixed special case of zero NTTIMEAndrew Tridgell1-0/+20
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-13pydsdb: added get_backlink_from_lDAPDisplayName()Andrew Tridgell1-0/+45
2011-07-13s4-dsdb: moved checking of duplicate member entries to repl_meta_data.cAndrew Tridgell2-35/+20
2011-07-11dsdb: added get_lDAPDisplayName_by_attidAndrew Tridgell1-0/+33
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-python: Add functions to get linkid and systemflags of an attributeMatthieu Patou1-0/+68
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-schema: avoid segfaulting if id3.guid is NULLMatthieu Patou1-2/+1
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