summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2015-01-11idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero1-1/+26
2014-12-18s4:dsdb/rootdse: expand extended dn values with the AS_SYSTEM controlStefan Metzmacher1-4/+2
2014-09-08s4:samba_dnsupdate: cache the already registered recordsStefan Metzmacher1-0/+13
2014-07-15s4:dsdb/repl_meta_data: make sure objectGUID can't be deletedStefan Metzmacher1-3/+3
2014-07-15s4:dsdb/samldb: don't allow 'userParameters' to be modified over LDAP for nowStefan Metzmacher1-0/+18
2014-07-15dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett1-14/+45
2014-07-15dsdb: Set syntax of userParameters to binary string, not unicode stringAndrew Bartlett2-0/+12
2014-07-15s4:dsdb/extended_dn_in: don't force DSDB_SEARCH_SHOW_RECYCLEDStefan Metzmacher1-17/+20
2014-07-15s4:dsdb/kcc: use SHOW_RECYCLED instead of SHOW_DELETED in when deleting tombs...Stefan Metzmacher1-1/+1
2014-07-15s4:dsdb/schema_load: make error message more verboseStefan Metzmacher1-1/+2
2014-07-15kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett3-4/+0
2014-07-15dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett3-4/+6
2014-07-15dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*()Andrew Bartlett1-0/+13
2014-07-15dsdb: Do not permit nested event loops when in a transaction, use a nested ev...Andrew Bartlett1-13/+80
2014-07-15dsdb: Rename private_data to rootdse_private_data in rootdseAndrew Bartlett1-8/+8
2014-07-15dsdb: Add more tests for DN+String and DN+Binary comparisonsAndrew Bartlett1-0/+14
2014-07-15dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...Andrew Bartlett2-10/+32
2014-07-15dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett5-112/+191
2014-07-15dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett8-43/+41
2014-07-15dsdb: Improve missing objectClass handlingAndrew Bartlett1-13/+13
2014-07-15dsdb: Improve errors and checks for missing objectClass valuesAndrew Bartlett1-2/+9
2014-07-15dsdb: Clarify how the DSDB_REPL_FLAG_PRIORITISE_INCOMING flag worksAndrew Bartlett1-5/+13
2014-07-15dsdb: Do not update notify_uSN until the transaction is genuinely committed t...Andrew Bartlett1-7/+7
2014-07-15dsdb: Further assert that we always have an objectClass and an rDNAndrew Bartlett1-32/+118
2014-07-15dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantitiesAndrew Bartlett1-4/+18
2014-07-15s4:samdb: respect SEARCH_FLAG_PRESERVEONDELETEArvid Requate1-2/+7
2014-07-15s4-samldb: Do not allow deletion of objects with RID < 1000Nadezhda Ivanova3-3/+40
2014-07-15dsdb: Use dsdb_next_callback() rather than a no-op per-module callbackAndrew Bartlett1-38/+16
2014-07-15s4-dsdb: instanceType NC_HEAD is only allowed combined with WRITE for an orig...Nadezhda Ivanova2-5/+15
2014-07-15s4:dsdb/repl: make use of dcerpc_binding_handle_is_connected()Stefan Metzmacher1-7/+10
2014-07-15dsdb/tests/ldap: fix test_distinguished_name against w2k8r2Stefan Metzmacher1-2/+2
2014-07-15Add LDB_MAP_RENDROP optionHoward Chu1-1/+1
2014-07-15samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke1-3/+3
2014-07-15samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke1-3/+3
2014-07-15s4:dsdb/ldb_modules: avoid invalid pointer type warningsStefan Metzmacher2-5/+4
2014-07-15s4:dsdb fix compiler warningsChristian Ambach1-1/+1
2014-07-15s4-dsdb: Fix a use after free segfault.Andreas Schneider1-3/+4
2014-07-15s4:dsdb fix compiler warningsChristian Ambach1-1/+1
2014-07-15s4:dsdb fix compiler warningsChristian Ambach1-1/+1
2014-07-15s4:dsdb/ldb_modules: avoid declaration after code warningsStefan Metzmacher2-2/+5
2014-07-15s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova2-1/+31
2014-07-15dsdb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR ...Andrew Bartlett1-4/+7
2014-07-15dsdb: Do not give an error is metadata.tdb does not yet existAndrew Bartlett1-2/+2
2014-07-15dsdb: Provide a clearer error when we fail to store the sequence number in me...Andrew Bartlett1-6/+19
2014-07-15samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke1-3/+3
2014-07-15drs-cracksname: fix problems that prevented to pass our torture testsMatthieu Patou1-6/+21
2014-07-15drs-crackname: Fix error code so that we have the same as windowsMatthieu Patou1-0/+1
2014-07-15drs-cracknames: When cracking NT4 names we should just look at netbios for th...Matthieu Patou1-2/+1
2014-07-15drs-crackname: Fix cracknames for the format UNKNOWN when the data is actuall...Matthieu Patou1-1/+4
2014-07-15s4:repl_meta_data: fix array assignment in replmd_process_linked_attribute()Stefan Metzmacher1-2/+2