passdb: Use dom_sid_str_buf
[amitay/samba.git] / source4 / dsdb /
2018-11-02 Volker Lendeckeaudit_tests: Use dom_sid_str_buf
2018-11-02 Volker Lendeckedsdb: Use dom_sid_str_buf
2018-11-02 Noel Powertests/py/rodc_rwdc: Fix py2/py3 .next compat issues
2018-11-01 Gary Lockyersource4 smdb: Add a post fork hook to the service API
2018-11-01 Gary Lockyersource4 smbd: Make the service_details structure constant.
2018-11-01 Tim Bealereplmd: Single DB operation per source object during...
2018-11-01 Tim Bealereplmd: Move talloc context one level up
2018-11-01 Tim Bealereplmd: Split apart source/target checks for links
2018-11-01 Tim Bealereplmd: Group together link attribute processing by...
2018-11-01 Tim Bealereplmd: Add more debug for replicating links
2018-11-01 Douglas Bagnalltests/rodc_rwdc: fix message format
2018-11-01 Douglas Bagnalls4/dsdb/pytest/sites: do not use variables out of scope
2018-11-01 Douglas Bagnalltests/python/sec_descriptor: safer use of super()
2018-11-01 Douglas Bagnalltests/python/notification: safer use of super()
2018-11-01 Douglas Bagnalls4/dsdb/pytest/ldap_schema: fix typo in docs
2018-10-30 Gary Lockyerdsdb group audit tests: log_membership_changes extra...
2018-10-30 Gary Lockyerdsdb group audit tests: check_version improve diagnostics
2018-10-30 Gary Lockyerdsdb group audit tests: check_timestamp improve diagnostics
2018-10-30 Gary Lockyerdsdb group audit: align dn_compare with memcmp
2018-10-30 Gary Lockyerdsdb group_audit: Test to replicate BUG 13664
2018-10-30 Andrew Bartlettdsdb: Add comments explaining the limitations of our...
2018-10-30 Stefan Metzmachers4:samldb: internally use extended dns while changing...
2018-10-30 Stefan Metzmachers4:repl_meta_data: add support for DSDB_CONTROL_DBCHECK...
2018-10-30 Stefan Metzmachers4:repl_meta_data: pass down struct replmd_replicated_r...
2018-10-30 Stefan Metzmachers4:repl_meta_data: pass down struct replmd_replicated_r...
2018-10-30 Stefan Metzmachers4:repl_meta_data: add missing \n to a DEBUG message...
2018-10-30 Stefan Metzmachers4:repl_meta_data: pass down struct replmd_replicated_r...
2018-10-30 Stefan Metzmachers4:repl_meta_data: pass down struct replmd_replicated_r...
2018-10-30 Stefan Metzmachers4:dsdb: add DSDB_CONTROL_DBCHECK_FIX_LINK_DN_SID oid
2018-10-30 Stefan Metzmachers4:dsdb: fix comment on DSDB_CONTROL_DBCHECK_FIX_LINK_D...
2018-10-29 Douglas Bagnallpython: do not use "is" for string equality
2018-10-25 Douglas Bagnalls4/dsdb/pytest/ldap_schema: remove duplicate test
2018-10-25 Douglas Bagnalls4/dsdb/pytest/sort: use compat.cmp_fn instead of cmp
2018-10-25 Douglas Bagnalls4/dsdb/pytest/ad_dc_medley: do not use xrange
2018-10-25 Douglas Bagnalls4/dsdb/pytests: Py3 compatitble except clauses
2018-10-25 Douglas Bagnalls4/dsdb/pytest/dsdb_schema_info: do not double import
2018-10-25 Douglas Bagnalls4/dsdb/pytest/dirsync: do not double import
2018-10-19 Gary Lockyerdsdb encrypted_secrets: Allow "ldb:// and "mdb://"...
2018-10-19 Gary Lockyerdsdb encrypted_secrets tests: Allow "ldb://" in file...
2018-10-12 Tim Bealedsdb: Add dsdb_request_has_control() helper function
2018-10-12 Tim Bealedsdb: Remove redundant variable/check
2018-10-12 Andrew Bartlettdsdb: Ensure that a DN (now) pointing at a deleted...
2018-10-12 Tim Bealetests: Add corner-case test: fromServer points to dead...
2018-10-11 Björn Baumbachdns update: add missing newline in error debug message
2018-10-10 Douglas Bagnalltests/python/ldap: use int instead of long for time_t
2018-09-21 Tim Bealetests: test ldap search requesting non-existent attribute
2018-09-21 Tim Bealeacl_read: Rework Samba code to reflect Windows logic
2018-09-21 Tim Bealetests: Minor code cleanups to confidential_attr test
2018-09-21 Douglas Bagnallpython tests: fix format() strings for Python 2.6
2018-09-15 Noel Powers4/dsdb: py_dsdb_DsReplicaAttribute should deal with...
2018-09-06 Noel Powers4/dsdb/tests: port samba4.tombstone_reanimation for PY3
2018-09-06 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-09-06 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-09-06 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-09-05 Alexander Bokovoysource4/dsdb/samdb/ldb_modules/wscript: update to handl...
2018-09-05 Alexander Bokovoykrb5-samba: interdomain trust uses different salt principal
2018-09-04 Stefan Metzmachers4:dsdb/common: add samdb_domain_guid() helper function
2018-09-04 Stefan Metzmacherdsdb:util_trusts: add dsdb_trust_local_tdo_info() helpe...
2018-09-04 Stefan Metzmacherdsdb/util_trusts: domain_dn is an input parameter of...
2018-09-03 Andrew Bartlettselftest: Split up password_lockout into tests with...
2018-09-03 Andrew Bartlettselftest: Prepare to allow override of lockout duration...
2018-08-24 Douglas BagnallPEP8: improve formatting around bit-wise OR ("|")
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
2018-08-24 Joe GuoPEP8: fix W291: trailing whitespace
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E711: comparison to None should be 'if cond...
2018-08-24 Joe GuoPEP8: fix E703: statement ends with a semicolon
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E251: unexpected spaces around keyword /...
2018-08-24 Joe GuoPEP8: fix E241: multiple spaces after ','
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E227: missing whitespace around bitwise or...
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E222: multiple spaces after operator
2018-08-24 Joe GuoPEP8: fix E211: whitespace before '('
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E131: continuation line unaligned for hanging...
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E124: closing bracket does not match visual...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-24 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-08-24 Joe GuoPEP8: fix E121: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E116: unexpected indentation (comment)
2018-08-24 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-08-21 Volker Lendeckedsdb: Fix a typo
2018-08-21 Volker Lendeckedsdb: Fix CID 1438461 Error handling issues (CHECKED_RE...
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeFix PEP8 warning E501 line too long
2018-08-17 Tim BealeFix PEP8 warning W503 line break before binary operator
2018-08-17 Tim BealeFix PEP8 warning E302 expected 2 blank lines
next