Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:libcli/tests: add missing #include "torture/local/proto.h" | Stefan Metzmacher | 2014-04-02 | 1 | -0/+1 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 2010-12-11 | 1 | -1/+1 |
| | | | | | | | | This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | ||||
* | s4-selftest: Move more tests to scripting/python, simplifies running of tests. | Jelmer Vernooij | 2010-09-21 | 1 | -143/+0 |
| | |||||
* | python: Use samba.tests.TestCase, make sure base class tearDown and | Jelmer Vernooij | 2010-06-19 | 1 | -10/+18 |
| | | | | setUp methods are called, fix formatting. | ||||
* | python: use '#!/usr/bin/env python' to cope with varying install locations | Andrew Tridgell | 2010-03-25 | 1 | -1/+1 |
| | | | | this should be much more portable | ||||
* | py/security: Add test for dom_sid.split. | Jelmer Vernooij | 2009-12-31 | 1 | -3/+8 |
| | | | | Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | Fixed incorrect SID for RAS Servers. | Nadezhda Ivanova | 2009-11-17 | 1 | -0/+1 |
| | |||||
* | pyldb: Don't segfault when invalid type is specified to as_sddl and from_sddl. | Matthieu Patou | 2009-09-17 | 1 | -0/+17 |
| | | | | Fix bug #6723 | ||||
* | Fix of a bug in the security.descriptor.as_sddl() method | nadezhda ivanova | 2009-04-23 | 1 | -0/+6 |
| | | | | | | | | security.descriptor.as_sddl() method did not work correctly when invoked without supplying the domain sid. Returned the same value as when the sid was provided. Test added for this case in libcli/security/tests/bindings.py Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Add a unit test for security_descriptor.as_sddl() without arguments. | Jelmer Vernooij | 2009-04-20 | 1 | -0/+10 |
| | |||||
* | Implement as_sddl. | Jelmer Vernooij | 2009-01-22 | 1 | -0/+10 |
| | |||||
* | Support parsing sddl for security descriptors. | Jelmer Vernooij | 2009-01-22 | 1 | -0/+8 |
| | |||||
* | Fix comparison in tests now that we use __cmp__ rather than __eq__. | Jelmer Vernooij | 2008-12-21 | 1 | -2/+2 |
| | |||||
* | Fix more tests, improve repr() functions for various Python types. | Jelmer Vernooij | 2008-12-21 | 1 | -7/+7 |
| | |||||
* | Add test for Sid.__repr__. | Jelmer Vernooij | 2008-09-19 | 1 | -0/+4 |
| | |||||
* | Move more modules inside of the samba package. | Jelmer Vernooij | 2008-05-21 | 1 | -1/+1 |
| | | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a) | ||||
* | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 2007-12-26 | 1 | -3/+3 |
| | | | | | Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96) | ||||
* | r26199: Allow constructing new sids, implement __eq__ for sids. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+11 |
| | | | | (This used to be commit 87472e35c04fdf0c61c9133bab3c05bda11eba00) | ||||
* | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 2007-12-21 | 1 | -0/+65 |
| | | | | (This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135) | ||||
* | r25903: Move more files out of torture/ | Jelmer Vernooij | 2007-12-21 | 1 | -0/+105 |
(This used to be commit f734df3144cdd9ff280ee1cac2c3a7f972716f5d) |