summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/rootdse.c
Commit message (Expand)AuthorAgeFilesLines
* dsdb: Do not permit nested event loops when in a transaction, use a nested ev...Andrew Bartlett2014-07-151-13/+80
* dsdb: Rename private_data to rootdse_private_data in rootdseAndrew Bartlett2014-07-151-8/+8
* s4-dsdb: Fix a use after free segfault.Andreas Schneider2014-07-151-3/+4
* s4:dsdb/rootdse: Support netlogon requestBenjamin Franzke2014-04-291-10/+73
* s4:dsdb/rootdse: Pass rootdse context to rootdse_add_dynamicBenjamin Franzke2014-04-291-20/+19
* s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName'Stefan Metzmacher2013-10-151-1/+1
* dsdb: Do not hold the transaction over the IRPC call to perform a role transferAndrew Bartlett2013-01-171-1/+26
* drs-fsmo: Improve handling of FSMO role takeover.Andrew Bartlett2013-01-171-1/+10
* s4:dsdb/rootdse: do helper searches AS_SYSTEMStefan Metzmacher2012-11-301-7/+29
* s4:dsdb/rootdse: remove unused variableStefan Metzmacher2012-11-301-1/+0
* s4-dsdb: Use samdb_dn_is_our_ntdsa()Andrew Bartlett2012-08-141-2/+9
* s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett2012-08-141-2/+2
* s4-dsdb: naming context needs to have the extended-dn syntax tooMatthieu Patou2012-05-191-0/+1
* s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modifyMichael Adam2012-04-181-0/+33
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+1
* s4-dsdb: expand dsServiceName from GUID form at runtimeAndrew Tridgell2011-08-121-6/+54
* s4-dsdb: calculate validFSMOs at runtime instead of pre-computingAndrew Tridgell2011-08-121-30/+45
* update/add my copyrightMatthieu Patou2011-07-211-0/+1
* s4-dsdb: In rootdse add extended dn info on all values for a given attributeMatthieu Patou2011-07-211-57/+66
* s4: do not change the critical flag when it's on a dirsync controlMatthieu Patou2011-05-211-1/+5
* Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2011-05-031-2/+1
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-3/+3
* s4-fsmo: make rootDSE modify for FSMO transfer asyncAndrew Tridgell2011-03-291-12/+50
* s4-dsdb: only allow administrators to trigger FSMO role transfersAndrew Tridgell2011-03-291-0/+8
* s4-rootdse: improved operations error messagesAndrew Tridgell2011-03-181-8/+4
* s4/ldb - remove now superflous "ldb_dn_validate" checksMatthias Dieter Wallnöfer2011-03-041-1/+1
* s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett2011-02-221-1/+0
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* s4-dsdb Fix generation of rootDSE domainControllerFunctionalityAndrew Bartlett2011-02-021-1/+3
* s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_...Andrew Tridgell2011-01-171-11/+11
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-12/+14
* s4-dsdb: removed the last use of samdb_search_*() from the dsdb ldb modulesAndrew Tridgell2011-01-141-4/+12
* s4-dsdb: Fixed incorrect LDAP return code when anonymous login is used.Nadezhda Ivanova2010-12-151-1/+1
* s4:role transfer - use always type "enum drepl_role_master" for role specific...Matthias Dieter Wallnöfer2010-11-271-1/+1
* s4:rootdse LDB module - remove unused variableMatthias Dieter Wallnöfer2010-11-261-1/+0
* s4-dsdb Add 'block anonymous' checks to the rootdse moduleAndrew Bartlett2010-11-261-0/+100
* s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell2010-11-011-0/+1
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-011-1/+6
* s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possibleMatthias Dieter Wallnöfer2010-10-241-6/+7
* s4-dsdb: filter unregistered controls in the rootdse moduleAndrew Tridgell2010-10-191-19/+84
* s4:dsdb - fix unsigned integer save problems using the "%u" specifierMatthias Dieter Wallnöfer2010-10-161-8/+9
* s4-libcli/security Use seperate subsystem for session related functionsAndrew Bartlett2010-10-121-0/+1
* s4-rodc: RODC should not accept requests for role transferNadezhda Ivanova2010-09-291-0/+12
* s4-dsdb Fix segfault in error case in rootdse moduleAndrew Bartlett2010-09-291-1/+4
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-251-0/+2
* s4:rootdse LDB module - make use of "dsdb_forest_functional_level"Matthias Dieter Wallnöfer2010-09-241-3/+2
* s4:rootdse LDB module - introduce dynamic "ldapServiceName"Matthias Dieter Wallnöfer2010-09-241-0/+25
* s4:rootdse LDB module - introduce dynamic "dnsHostName" attributeMatthias Dieter Wallnöfer2010-09-241-0/+8
* s4:rootdse LDB module - make "serverName" dynamicMatthias Dieter Wallnöfer2010-09-241-0/+7
* s4:rootdse LDB module - remove "priv" checks where not neededMatthias Dieter Wallnöfer2010-09-241-3/+3