summaryrefslogtreecommitdiff
path: root/source4/libcli/security/tests/bindings.py
AgeCommit message (Expand)AuthorFilesLines
2010-09-21s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij1-143/+0
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-10/+18
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
2009-12-31py/security: Add test for dom_sid.split.Jelmer Vernooij1-3/+8
2009-09-17pyldb: Don't segfault when invalid type is specified to as_sddl and from_sddl.Matthieu Patou1-0/+17
2009-04-23Fix of a bug in the security.descriptor.as_sddl() methodnadezhda ivanova1-0/+6
2009-04-20Add a unit test for security_descriptor.as_sddl() without arguments.Jelmer Vernooij1-0/+10
2009-01-22Implement as_sddl.Jelmer Vernooij1-0/+10
2009-01-22Support parsing sddl for security descriptors.Jelmer Vernooij1-0/+8
2008-12-21Fix comparison in tests now that we use __cmp__ rather than __eq__.Jelmer Vernooij1-2/+2
2008-12-21Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij1-7/+7
2008-09-19Add test for Sid.__repr__.Jelmer Vernooij1-0/+4
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
2007-12-21r26199: Allow constructing new sids, implement __eq__ for sids.Jelmer Vernooij1-1/+11
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij1-0/+65