summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* Comment the delay write time tests so I know what they'reJeremy Allison2008-09-121-3/+41
| | | | | | testing. Jeremy. (This used to be commit 2bf9074c7751324483744f55b02cfb044bb0b2dd)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-09-127-1836/+45
|\ | | | | | | (This used to be commit eff27744d3dcb4f6bcdf9bd03583bb38634c398d)
| * Remove ancient remains of first experimentations aboutSimo Sorce2008-09-124-1781/+0
| | | | | | | | | | supporting a schema (This used to be commit 53b57300c799a079b4d64815243fe6120e0a9fa2)
| * Fix spellings and file namesSimo Sorce2008-09-122-32/+32
| | | | | | | | (This used to be commit baddefd0a6fa430af1a3001064149127e0d29361)
| * Fix failure to load the schema on read-only DB.Andrew Bartlett2008-09-121-23/+13
| | | | | | | | | | | | | | | | This also tries to simplify the logic in the schema -> @ATTRIBUTES and @INDEXES code. Andrew Bartlett (This used to be commit a383b8bf88a5681f9c9c6839ba645c872a735051)
* | Revert "Add option for generating coverage data from python tests."Jelmer Vernooij2008-09-121-8/+0
|/ | | | | This reverts commit 43c0fdfff02021caef2d8f73d6bfdc4b051a65ef. (This used to be commit 696f30fff249656409f2efcc81b86a421d0c6880)
* Remove the complexity of transactions from the attributes-setting code.Andrew Bartlett2008-09-111-16/+1
| | | | | | | | | | I think it is just too complex and error prone to init and cancel transactions during the module init code. Instead, this isn't prone to races as it will always achieve a steady state (eventually), and most cases will never do the write. Andrew Bartlett (This used to be commit d60977cc7f89f89f34187f310c91d1ab7db6ccf2)
* Make cn=aggregate output less pretty, by more like Win2008.Andrew Bartlett2008-09-111-2/+2
| | | | | | | | I'm not sure if this fixes bug #5713, as this is not consistantly reproducably on my equipment. Andrew Bartlett (This used to be commit 02d6645efc84179efd652dd29ab32f62ae310147)
* Fix failures in the winbind struct-based test.Andrew Bartlett2008-09-114-15/+0
| | | | | | | | | | | Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6)
* Merge branch 'v4-0-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-09-093-3/+6
|\ | | | | | | | | | | v4-0-test (This used to be commit 7cd0977a28e9973ff71e9e0146fef6e6771a72b5)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-09-1012-66/+107
| |\ | | | | | | | | | (This used to be commit ed26195d0eda6dd1ca14508cfd31a48dde79d44f)
| * | Return the same privilaged winbindd socket as we actually use.Andrew Bartlett2008-09-103-3/+6
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 2209787812fd9224d104f332e25d8ce64ef9ee95)
* | | A truncate write must be a smbcli_smbwrite, not aJeremy Allison2008-09-091-1/+1
| |/ |/| | | | | | | | | smbcli_write. Jeremy. (This used to be commit 8cebd4d36c862dcdc6551dc6bf4dda2342dfede7)
* | Fix uninstalling of binaries.Matthias Dieter Wallnöfer2008-09-101-3/+3
| | | | | | | | (This used to be commit 6ad94d10f79f206fcdeb23cf71595e38c7a77855)
* | Merge branch 'v4-0-regClient' of git://repo.or.cz/Samba/mdw into manpageJelmer Vernooij2008-09-104-16/+15
|\ \ | | | | | | | | | (This used to be commit 6ac32d0a10a9a27abceca362fcab04bcfc55c33f)
| * | Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer2008-09-094-8/+9
| | | | | | | | | | | | | | | This fixes up the "reg_common_open_remote" call because it didn't work anymore without the event context. (This used to be commit 42ab865fc937a625d1eece45abe96bf354ddff8b)
| * | Two useful "regshell" improvementsMatthias Dieter Wallnöfer2008-09-091-8/+6
| | | | | | | | | | | | | | | This patch corrects the "change key" command (Follow up isn't supported yet) and adds a newline in a error message. (This used to be commit d1052dc42ef591208cfbf7059b28a078f6d4f0bf)
* | | Only try with -LPYTHONDIR/lib when python-config output didn't work.Jelmer Vernooij2008-09-091-3/+8
| | | | | | | | | | | | (This used to be commit 62d76356c10b4223236425c4db32c2fc5105d155)
* | | Attempt to correctly find python on host sunxVolker Lendecke2008-09-091-2/+3
| | | | | | | | | | | | (This used to be commit 59b62280d27a9e0a72241e4b60022be07e4cbce2)
* | | Remove unused scripts for installing binaries.Jelmer Vernooij2008-09-093-39/+1
|/ / | | | | | | (This used to be commit 677179234ecaa6980dedc2bb6f77c525b56b532f)
* | Remove calls to unused uninstallbin.shJelmer Vernooij2008-09-091-2/+0
| | | | | | | | (This used to be commit 69956a5597b0339b7c0ee3f394d649421f037f03)
* | Add option for generating coverage data from python tests.Jelmer Vernooij2008-09-091-0/+8
| | | | | | | | (This used to be commit 43c0fdfff02021caef2d8f73d6bfdc4b051a65ef)
* | UNIX-WHOAMI: fix compiler warningsStefan Metzmacher2008-09-091-2/+2
| | | | | | | | | | metze (This used to be commit ec5d8ddadb76ff0d2cb72872e4d145a7527f0ec6)
* | drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError ↵Stefan Metzmacher2008-09-091-4/+72
|/ | | | | | | Remote Data Structure metze (This used to be commit 3edbbb12bda8e19a9f5a72849bc79e0fad7976f8)
* Fix reversed test trying to fix bug #5713Andrew Bartlett2008-09-091-1/+1
| | | | | | | | | | | (It instead ensured that only 'top' had a SUP keyword) This clearly shows that 937b466266256d26d02cf8d48e72a26272fe8627 was not a full or correct fix, but despite this I can no longer reproduce the issue. Further investigation is required. Andrew Bartlett (This used to be commit 95a9e9b6b84866cd300b1d19915627c6718b4dde)
* Fix bug #5713 by correcting the generated schema.Andrew Bartlett2008-09-091-1/+1
| | | | | | | | | | | | | | | | | | | This bug is entitled 'Schema patch breaks interoperability with Microsoft MMC consoles.', and it does so very spectacularly. The issue is that we would include an entry: objectClasses: ( 2.5.6.0 NAME 'top' SUP top ABSTRACT.. The MMC Active Directory Users and Computers snap in presumably objected to the 'loop' this would present. The fixed entry is: objectClasses: ( 2.5.6.0 NAME 'top' ABSTRACT Thanks to Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> for his persistance in getting me to look at this. Andrew Bartlett (This used to be commit 937b466266256d26d02cf8d48e72a26272fe8627)
* Make it easier to see when tests start/end.Jeremy Allison2008-09-081-15/+52
| | | | | Jeremy. (This used to be commit 6f89e728272ca14f0ed9557485e21647c0731ef2)
* BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite ↵Stefan Metzmacher2008-09-081-0/+204
| | | | | | | truncate and writeX again metze (This used to be commit 66b8c8d80e1c8e45ab6ca38cabebea07aa122c40)
* BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and ↵Stefan Metzmacher2008-09-081-0/+206
| | | | | | | SMBwrite again metze (This used to be commit 051164ba0a69d54aa706ffa876059e8dbbeacb36)
* BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write ↵Stefan Metzmacher2008-09-081-0/+157
| | | | | | | time after SET_FILE_INFO metze (This used to be commit f81014db9d5afbf9e0b1c007bc56fc1d3a201309)
* BASE-DELAYWRITE: demonstrate that the time between the open and the first ↵Stefan Metzmacher2008-09-081-0/+159
| | | | | | | write doesn't matter metze (This used to be commit 13d051cd633f4a4152d360453fe5297ad53cc7b5)
* BASE-DELAYWRITE: test more details of the truncate write time update behaviorStefan Metzmacher2008-09-081-4/+371
| | | | | metze (This used to be commit 39367ef15fabbb52cd2c05be7ca59b25dc4aff71)
* Make it clear that the MMR password can differ from the admin passswordAndrew Bartlett2008-09-082-7/+9
| | | | | | | | | In the future, we might simply randomly generate this, or allow the admin to specify it seperate to the admin password. However, both are highly sensitive, as they imply read access to the krbtgt. Andrew Bartlett (This used to be commit 57d19ad002c523fb9a09694e6710ab7f588d44ec)
* Use DIGEST-MD5 authentication for OpenLDAP replicationOliver Liebel2008-09-084-6/+31
| | | | | | | | This avoids passing rootdn passwords or replicated data in cleartext across the network. Signed-of-by: Andrew Bartlett <abartlet@samba.org> (This used to be commit 67373c143a1d8a9f310fd116dbf81c1dd123b75f)
* Add definition for SYSTEM_FLAG_ATTR_IS_RDNAndrew Bartlett2008-09-081-0/+1
| | | | (This used to be commit 36f727c4a73ffc8634692b0c5645343cb414de93)
* Move blackbox.smbclient to test against the member server.Andrew Bartlett2008-09-083-7/+41
| | | | | | | | | | | The DC is now using smb signing, so testing for the old SMB versions won't work. Add a new test script to check 'net join' independent of blackbox.smbclient. Andrew Bartlett (This used to be commit 44ff392ffea52e89a3ac096a6d381ae540d3473c)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Andrew Bartlett2008-09-0819-166/+923
|\ | | | | | | | | | | trusted-domains (This used to be commit a057c3ed9df2670e5cad5f1807e280d77eb58cb0)
| * ndr_compression: add XPRESS compression supportStefan Metzmacher2008-09-071-1/+49
| | | | | | | | | | metze (This used to be commit 1432a96d37e367d9d97d48b69c6f16351a9ad066)
| * lzxpress: Import of lzxpress compressionMatthieu Suiche2008-09-072-0/+179
| | | | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit fd84c5a08f7e8d6402e5f68eede546eb092d22aa)
| * ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher2008-09-071-1/+11
| | | | | | | | | | metze (This used to be commit b36056aac3f55587d2b3e7b66feea8173dbc67f0)
| * lzxpress: fix for decompression...Matthieu Suiche2008-09-072-21/+17
| | | | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit ee505df3742dac0af8eec8b9b27d1e1f5ef54ca9)
| * Always free tmp contexts before returningSimo Sorce2008-09-061-0/+1
| | | | | | | | (This used to be commit 40b71bbd718f6dee70c0611e527f55c56623dea6)
| * zlib: we require zlib-1.2.3 or higherStefan Metzmacher2008-09-061-3/+18
| | | | | | | | | | metze (This used to be commit 3f4eb091f0dcc53acbfdc63a8d82a5a0f28954a6)
| * Revert "zlib: add inflateReset2()..."Stefan Metzmacher2008-09-063-28/+3
| | | | | | | | | | | | | | | | | | This reverts commit 2a4fb661d7e3d601a5eb9ccecb4d4f2b07073097. (we don't need inflateReset2 anymore) metze (This used to be commit ac43081b93966b545928230f7af8654b942432da)
| * Revert "zlib: we don't need the inflateReset2 prototype twice"Stefan Metzmacher2008-09-061-0/+2
| | | | | | | | | | | | | | | | | | This reverts commit 0dbbc287f65a51330c5309df5a96b3acd4d044d5. (we don't need inflateReset2 anymore) metze (This used to be commit 426d129dfff1e2d3750884abb68089ff1850e640)
| * ndr_compression: change debug levelsStefan Metzmacher2008-09-061-6/+6
| | | | | | | | | | metze (This used to be commit 83446e22dd1eda958ef62bbe998da0a47b9ff8ef)
| * ndr_compression: use deflateReset() together with defalteSetDictionary()Stefan Metzmacher2008-09-061-8/+17
| | | | | | | | | | metze (This used to be commit dcc57512b030995d9b186c7a6cb3b304d5680867)
| * ndr_compression: use inflateReset() and inflateSetDictionary() instead of ↵Stefan Metzmacher2008-09-061-7/+14
| | | | | | | | | | | | | | | | | | inflateReset2() Now we can use an unmodified system zlib-1.2.3 metze (This used to be commit d68e36b485239cbaf99a6dce3f3bf52b4abcd06d)
| * Don't compare identity, it'll never be different.Jeremy Allison2008-09-051-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 840369b5534eee21818b9d3677404b0fc60a0219)
| * Added tests that show that write time update is immediateJeremy Allison2008-09-051-1/+347
| | | | | | | | | | | | | | | | when changing file size using SMBwrite of size zero, SET_END_OF_FILE, or SET_ALLOCATION_SIZE - no 2 second delay in these cases. Jeremy. (This used to be commit 3aa7523d7750fe30d1e6bb5a75ac42b681b9e493)