summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* repl_meta_data: Correctly use msDS-IntId for custom schema, not the prefixMap...Andrew Bartlett2016-03-152-14/+72
* pydsdb: Fix returning of ldb.MessageElement.Andrew Bartlett2016-03-151-6/+43
* dsdb/repl: Ensure we use the LOCAL attid value, not the remote oneAndrew Bartlett2016-03-142-5/+25
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-03-0411-16/+16
* build: fix ldbsearch panic on FC22Uri Simchoni2016-01-231-1/+1
* ldb-samba: Reenable recursive searchAdrian Cochrane2016-01-181-1/+3
* s4:acl LDB module - fix error messageMatthias Dieter Wallnöfer2016-01-141-1/+1
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-2/+2
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-133-0/+3
* samdb: Add explicit dependency on ldb.Jelmer Vernooij2016-01-131-1/+1
* Use full path to dlinklist.h in includes.Jelmer Vernooij2016-01-131-1/+1
* samdb: Fix CID 1347320 Dereference null return valueVolker Lendecke2016-01-081-0/+6
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-7/+0
* dsdb subnets: warn when an IPv6 address is in IPv4 embedding rangeDouglas Bagnall2015-12-242-0/+43
* samldb: ensure subnets have proper net rangesDouglas Bagnall2015-12-242-0/+556
* samba-tool: add sites subnet subcommandsDouglas Bagnall2015-12-241-0/+76
* python.sites tests: remove excessive transaction managementDouglas Bagnall2015-12-241-4/+0
* selftest: Allow sites test to run against a remote ldap:// hostAndrew Bartlett2015-12-241-4/+1
* dsdb.tests.sites: don't use global database, tidy long linesDouglas Bagnall2015-12-241-22/+23
* dsdb.tests.sites: merge interdependent testsDouglas Bagnall2015-12-241-5/+2
* repl: Skip new subdomains and partitions when replicatingAndrew Bartlett2015-12-241-6/+43
* CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett2015-12-162-11/+76
* password_lockout: test creds.get_kerberos_state()Douglas Bagnall2015-12-151-0/+1
* auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall2015-12-151-41/+295
* password_lockout tests: add assertLoginFailure()Douglas Bagnall2015-12-151-10/+12
* Fix various spelling errorsMathieu Parent2015-11-063-4/+4
* pydsdb: Also accept ldb.MessageElement values to dsdb routinesAndrew Bartlett2015-10-261-52/+61
* repl: Give an error if we get a secret when not expecting oneAndrew Bartlett2015-10-263-3/+24
* repl_meta_data: Print more detail into the LDB error string, not just DEBUG()Andrew Bartlett2015-10-261-17/+49
* dsdb: Add functional levels for 2012 and 2012R2Andrew Bartlett2015-10-201-0/+2
* dsdb: Fix a confusing parameterVolker Lendecke2015-09-081-1/+1
* samdb: Fix CID 1034736 Dereference after null checkVolker Lendecke2015-09-081-1/+1
* lib: Convert callers of sid_blob_parse to sid_parseVolker Lendecke2015-08-261-1/+1
* dbcheck: Add explict tests for unknown and unsorted attributeID valuesAndrew Bartlett2015-08-242-9/+28
* pydsdb: Allow the full range of uint32_t values for attributeIDAndrew Bartlett2015-08-241-2/+2
* Revert "dsdb: Only parse SAMBA_LDAP_MATCH_RULE_TRANSITIVE_EVAL as a DN"Andrew Bartlett2015-08-171-3/+1
* dsdb: Disable tombstone_reanimation module until we isolate what causes flaky...Kamen Mazdrashki2015-07-202-1/+8
* s4-samdb: Correctly cast data pointerAndreas Schneider2015-07-171-1/+1
* CID 1311772: Fix null pointer checkAndreas Schneider2015-07-151-1/+1
* CID 1311771: Fix a null pointer dereferenceAndreas Schneider2015-07-151-1/+1
* CID 1311767: Cast enum type to avoid compiler warningsAndreas Schneider2015-07-151-1/+1
* CID 1311764: Fix logical compare in if clauseAndreas Schneider2015-07-151-2/+2
* s4:dsdb/common: add dsdb_trust_merge_forest_info() helper functionStefan Metzmacher2015-07-081-0/+418
* s4:dsdb/common: dsdb_trust_normalize_forest_info_step[1,2]() and dsdb_trust_v...Stefan Metzmacher2015-07-081-0/+752
* s4:dsdb/common: add dsdb_trust_xref_tdo_info() helper functionStefan Metzmacher2015-07-081-0/+20
* s4:dsdb/common: add dsdb_trust_forest_info_from_lsa() helper functionStefan Metzmacher2015-07-081-0/+103
* s4:dsdb/common: add dsdb_trust_get_incoming_passwords() helper functionStefan Metzmacher2015-07-081-0/+116
* s4:dsdb/password_hash: reject interdomain trust password changes via LDAPStefan Metzmacher2015-07-081-0/+16
* s4:dsdb/common: supported trusted domains in samdb_set_password_sid()Stefan Metzmacher2015-07-081-8/+362
* s4:dsdb/common: make use of dsdb_search_one() in samdb_set_password_sid()Stefan Metzmacher2015-07-081-12/+21