summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/rootdse.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05lib/ldb-samba: Align py_ldb_set_opaque_integer() with pyldb_set_opaque() and ...Andrew Bartlett1-5/+8
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-9/+9
2023-06-14dsdb: Indicate in rootdse.c why samdb_ntds_settings_dn() is not usedAndrew Bartlett1-2/+8
2021-03-06dsdb: Fix CID 1473454: Null pointer dereferencesVolker Lendecke1-2/+8
2020-09-07s4:ldap_server: Use samba_server_gensec_start() in ldapsrv_backend_Init()Stefan Metzmacher1-2/+2
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2019-03-07dsdb: Provide better error strings in rootdse GUID attribute handlingAndrew Bartlett1-1/+15
2018-06-09dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer1-4/+12
2018-04-12dsdb: Move ldb_set_default_dns() into rootdse_get_private_data()Andrew Bartlett1-2/+5
2018-04-12dsdb: Create rootdse_get_private_data()Andrew Bartlett1-15/+48
2017-12-14schema: Allow schemaUpdateNow to refresh schema during a transactionGarming Sam1-0/+16
2017-05-31dsdb: Use ldb_handle_use_global_event_context for rootdse modifiesAndrew Bartlett1-0/+6
2017-03-27whitespace: remove in rootdseDouglas Bagnall1-3/+3
2016-11-01typo: supprise -> surpriseClive Ferreira1-1/+1
2016-03-22sort: enable custom behaviour on critical controlGarming Sam1-4/+13
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-06-23dsdb: Fix CID 1034802 Dereference null return valueVolker Lendecke1-0/+4
2014-12-12s4:dsdb/rootdse: expand extended dn values with the AS_SYSTEM controlStefan Metzmacher1-4/+2
2014-05-06dsdb: Do not permit nested event loops when in a transaction, use a nested ev...Andrew Bartlett1-13/+80
2014-05-06dsdb: Rename private_data to rootdse_private_data in rootdseAndrew Bartlett1-8/+8
2013-11-12s4-dsdb: Fix a use after free segfault.Andreas Schneider1-3/+4
2013-11-11s4:dsdb/rootdse: Support netlogon requestBenjamin Franzke1-10/+73
2013-11-11s4:dsdb/rootdse: Pass rootdse context to rootdse_add_dynamicBenjamin Franzke1-20/+19
2013-10-10s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName'Stefan Metzmacher1-1/+1
2013-01-17dsdb: Do not hold the transaction over the IRPC call to perform a role transferAndrew Bartlett1-1/+26
2013-01-17drs-fsmo: Improve handling of FSMO role takeover.Andrew Bartlett1-1/+10
2012-11-30s4:dsdb/rootdse: do helper searches AS_SYSTEMStefan Metzmacher1-7/+29
2012-11-30s4:dsdb/rootdse: remove unused variableStefan Metzmacher1-1/+0
2012-08-14s4-dsdb: Use samdb_dn_is_our_ntdsa()Andrew Bartlett1-2/+9
2012-08-14s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett1-2/+2
2012-05-19s4-dsdb: naming context needs to have the extended-dn syntax tooMatthieu Patou1-0/+1
2012-04-18s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modifyMichael Adam1-0/+33
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett1-1/+1
2011-08-12s4-dsdb: expand dsServiceName from GUID form at runtimeAndrew Tridgell1-6/+54
2011-08-12s4-dsdb: calculate validFSMOs at runtime instead of pre-computingAndrew Tridgell1-30/+45
2011-07-21update/add my copyrightMatthieu Patou1-0/+1
2011-07-21s4-dsdb: In rootdse add extended dn info on all values for a given attributeMatthieu Patou1-57/+66
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 Bartlett1-3/+3
2011-03-29s4-fsmo: make rootDSE modify for FSMO transfer asyncAndrew Tridgell1-12/+50
2011-03-29s4-dsdb: only allow administrators to trigger FSMO role transfersAndrew Tridgell1-0/+8
2011-03-18s4-rootdse: improved operations error messagesAndrew Tridgell1-8/+4
2011-03-04s4/ldb - remove now superflous "ldb_dn_validate" checksMatthias Dieter Wallnöfer1-1/+1
2011-02-22s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett1-1/+0
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-2/+2
2011-02-02s4-dsdb Fix generation of rootDSE domainControllerFunctionalityAndrew Bartlett1-1/+3
2011-01-17s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_...Andrew Tridgell1-11/+11
2011-01-17s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell1-12/+14
2011-01-14s4-dsdb: removed the last use of samdb_search_*() from the dsdb ldb modulesAndrew Tridgell1-4/+12