summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/sec_descriptor.py
AgeCommit message (Expand)AuthorFilesLines
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij1-3/+3
2010-04-03s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij1-7/+5
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
2010-01-16Import testtools as well, required for subunit.Jelmer Vernooij1-2/+1
2010-01-08s4-secdesc: fixed the sec_descriptor.py testAndrew Tridgell1-42/+74
2009-12-10Implementation of sDRightsEffective, allowedAttributesEffective and allowedCh...Nadezhda Ivanova1-1/+126
2009-11-21Implemented LDAP_SERVER_SD_FLAGS_OID on search requests.Nadezhda Ivanova1-4/+60
2009-11-20Implementation of LDAP_SERVER_SD_FLAGS_OID on modify requests.Nadezhda Ivanova1-5/+107
2009-11-15Added tests for descriptor inheritance on ldap modify.Zahari Zahariev1-121/+207
2009-11-10Fixes for some tests not eorking against Windows or Samba.Nadezhda Ivanova1-12/+8
2009-09-20Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova1-4/+4
2009-09-20Initial implementation of security descriptor creation in DSNadezhda Ivanova1-4/+9
2009-09-20s4:sec_descriptor - fix constantMatthias Dieter Wallnöfer1-4/+4
2009-09-16Tests for descriptor inheritanceZahari Zahariev1-0/+1610