Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-08 | s4-samba3samtest: we need to force netbios name as well | Andrew Tridgell | 1 | -0/+1 | |
needed for when run in CLIENT context | |||||
2010-01-08 | s4-samba3samtest: force workgroup so the domain is right | Andrew Tridgell | 1 | -0/+1 | |
the samba3sid backend looks at lp_sam_name() which is based on the workgroup | |||||
2010-01-08 | s4-samba3sam: use samba3sid module | Andrew Tridgell | 1 | -1/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-01-08 | s4-samba3samtest: use system credentials for creating users | Andrew Tridgell | 1 | -5/+6 | |
2009-10-22 | s4:dsdb Add default modules list to samba3sam | Andrew Bartlett | 1 | -1/+2 | |
This is needed because the work to allow existing databases to be loaded now moves the 'you have an old @PARTITION' record to the presense or absence of this attribute. Andrew Bartlett | |||||
2009-10-21 | s4:dsdb Fix tests for samba3sam to pass after partitions module changes | Andrew Bartlett | 1 | -13/+9 | |
This is needed because the new format of the partitions record is a casefolded DN, not a DN and file combination. Andrew Bartlett | |||||
2009-10-02 | s4-samldb: the samldb module requires that the primary group exists | Andrew Tridgell | 1 | -9/+17 | |
We need to create Domain Users in the test ldb | |||||
2009-09-20 | s4:samba3sam.py test - remove the primary group ID attribute here | Matthias Dieter Wallnöfer | 1 | -7/+2 | |
This shouldn't be specified on creation time (Windows Server doesn't allow that). Hope this also fixes the test (see buildfarm). | |||||
2008-12-21 | Fix more tests, improve repr() functions for various Python types. | Jelmer Vernooij | 1 | -9/+2 | |
2008-12-21 | Fix various Python-related bugs. | Jelmer Vernooij | 1 | -170/+170 | |
2008-12-18 | Fix samba3sam test after removal of dom_sid IDL file. | Jelmer Vernooij | 1 | -2/+2 | |
2008-11-17 | The samba3sam test does not really need the extended_dn module | Andrew Bartlett | 1 | -1/+1 | |
(This module has been split up into extended_dn_in, extended_dn_out and extended_dn_store). Andrew Bartlett | |||||
2008-11-08 | s4: fix samba4.samba3sam.python test | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2008-09-30 | Compare sids in samba3sam tests. | Jelmer Vernooij | 1 | -11/+21 | |
2008-09-24 | Use loadparm since it's required by some modules. | Jelmer Vernooij | 1 | -6/+6 | |
2008-09-21 | Fix last samba3sam.py test. | Jelmer Vernooij | 1 | -24/+28 | |
2008-09-21 | Fix DNs - only one more samba3sam test failing now. | Jelmer Vernooij | 1 | -80/+72 | |
2008-09-20 | More code simplifications. | Jelmer Vernooij | 1 | -24/+25 | |
2008-09-19 | Fix formatting. | Jelmer Vernooij | 1 | -35/+63 | |
2008-09-19 | Simplify code, remove print statements. | Jelmer Vernooij | 1 | -29/+42 | |
2008-09-19 | Fix objectclass tests. | Jelmer Vernooij | 1 | -4/+3 | |
2008-09-18 | Improve formatting. | Jelmer Vernooij | 1 | -66/+54 | |
2008-09-18 | Fix tests, be less verbose. | Jelmer Vernooij | 1 | -35/+35 | |
2008-09-18 | Fix some tests. | Jelmer Vernooij | 1 | -4/+16 | |
2008-08-18 | Remove references to the unused @SUBCLASS feature. | Andrew Bartlett | 1 | -1/+1 | |
This was removed from ldb_tdb a while ago Andrew Bartlett (This used to be commit fcb87e77860b449ac3483ccec5e6b5ed087540f2) | |||||
2008-01-01 | r26642: samba3sam.py: Remove more EJS-specific code. | Jelmer Vernooij | 1 | -261/+239 | |
(This used to be commit 7d14b657b3d59924b15f4f84bbd5745cd7f759ef) | |||||
2008-01-01 | r26637: More work converting to Python. | Jelmer Vernooij | 1 | -16/+16 | |
(This used to be commit 84f1e82d8fe5ecca75e2d7048d1b8b409abcb9b7) | |||||
2007-12-30 | r26630: Split up big tests into various smaller functions, making it easier ↵ | Jelmer Vernooij | 1 | -183/+185 | |
to debug. (This used to be commit 4be116133724ac52f9df8adb3feeb93ea616a990) | |||||
2007-12-26 | r26598: Simplify the way Python tests are run. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit d649f73431fc993e31522e7fc8e1e35e0a4421d8) | |||||
2007-12-26 | r26593: - More work on the python versions of samba3dump and the samba3sam ↵ | Jelmer Vernooij | 1 | -64/+63 | |
tests. - Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time. (This used to be commit 150cf39fbd4fe088546870fb0d8f20c0d9eb4aca) | |||||
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a ↵ | Jelmer Vernooij | 1 | -0/+1067 | |
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852) |