summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix make test for EAs againAndrew Tridgell2008-05-234-8/+9
| | | | | | | - go back to 4 byte alignment until I work out the rules that Vista wants more exactly - add the zero sized EA handling for SMB2 more generically (This used to be commit 326b69bc8064cbea357864cecd6bd27b50c57184)
* Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-05-221-1/+1
|\ | | | | | | (This used to be commit 2bba77a768c3ed984af05b99c2f7781577d08ec3)
| * libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ↵Stefan Metzmacher2008-05-221-1/+1
| | | | | | | | | | | | | | detected metze (This used to be commit 84b5652d3e5766521436e4c7d59615b08b2bb198)
* | SMB2 read returns NT_STATUS_END_OF_FILE on read past end of fileAndrew Tridgell2008-05-221-0/+5
| | | | | | | | (This used to be commit 1590494daf5abe43e43402e7602f92267bcda34b)
* | fixes for EAs and filename in gentest_smb2 resultsAndrew Tridgell2008-05-221-1/+12
| | | | | | | | | | | | | | - SMB2 returns 0 for a null EA - return the share qualified name for the filename in SMB2 ALL_INFO level (This used to be commit f9708184a2037f83ebb97c847414326a42436154)
* | added a --noeas option to gentest_smb2Andrew Tridgell2008-05-221-0/+6
| | | | | | | | (This used to be commit 9d523debb7ee59bdadf9865e023be370b7ab7b39)
* | pass in the required alignment to the EA construction routinesAndrew Tridgell2008-05-224-10/+11
| | | | | | | | (This used to be commit af31030e0b78b6b220740529901ec8d2d9f5a3fe)
* | added a define for all valid file attributesAndrew Tridgell2008-05-221-0/+1
| | | | | | | | (This used to be commit 198ed9336756f973cebd7cc3df7f51e2c4575205)
* | check for invalid file attribute values in createAndrew Tridgell2008-05-221-0/+4
| | | | | | | | (This used to be commit dd21e3d9d788a67d4673625ed4892a875f4600dc)
* | Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-05-2259-232/+486
|\| | | | | | | (This used to be commit d7f3348c891e14de0e1b195714468ff998400f60)
| * GPO: Do not provision Default Domain Policy as initially enforced. (bz #5480)Andrew Kroeger2008-05-211-1/+1
| | | | | | | | | | | | | | This only solves part of bz #5480. The settings for Enforced & Link Enabled now match the default settings of a Windows DC, but they are still "locked" and cannot be changed via the GUI. (This used to be commit 761e667e45475d3a7d5a41558b400ba4c94c4650)
| * enableaccount: Use correct command name in usage output.Andrew Kroeger2008-05-211-1/+1
| | | | | | | | (This used to be commit 4ca8f32a37196c81547679b2ee8d00cb77a01269)
| * provision: Generate krb5.conf template separate from named.conf template.Andrew Kroeger2008-05-213-36/+69
| | | | | | | | (This used to be commit ebf130e9e57b640129cf0d05dbd7d210b71ea371)
| * gitignore: Ignore some output files from make test.Andrew Kroeger2008-05-211-0/+4
| | | | | | | | (This used to be commit 617d4b666514f997510a942c6f8aba6a4ae5e40e)
| * subunit.sh: Properly capture and pass on the command output.Andrew Kroeger2008-05-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Previously, the output from $cmdline was never captured. In case of a failure, there was no output being passed to the subunit_fail_test() function, but that function contains a call to "cat -". This caused the script to hang indefinitely waiting for input. We now capture $cmdline output (including mapping stderr to stdout) using backticks, and then pipe that output to the subunit_fail_test() if there is a failure. (This used to be commit c0234d13192c1871971b45121249395ef15c5ae5)
| * Fix import in provision test.Jelmer Vernooij2008-05-221-1/+1
| | | | | | | | (This used to be commit 96501be38da947f02ad57217e0bc23f7a66d36f9)
| * Move DCE/RPC python bindings into samba package.Jelmer Vernooij2008-05-225-21/+21
| | | | | | | | (This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1)
| * Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-229-10/+10
| | | | | | | | (This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
| * Make sure the default ldb modules dir gets initialized.Jelmer Vernooij2008-05-221-0/+2
| | | | | | | | (This used to be commit 937456c69d23ece85bdb7415f52d722c2aa6b6b5)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-05-222-11/+34
| |\ | | | | | | | | | (This used to be commit 30f8d581aa339b37b27011e65355937590df10b9)
| | * lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKSStefan Metzmacher2008-05-211-11/+5
| | | | | | | | | | | | | | | metze (This used to be commit 76be51d3a08e2239a137b8abe3f2df722f69ddb2)
| | * libreplace: add test for HAVE_IPV6Stefan Metzmacher2008-05-211-0/+29
| | | | | | | | | | | | | | | | | | | | | Samba can later just check libreplace_cv_HAVE_IPV6 = yes. metze (This used to be commit e835e7eebcc064ce0813814796828f15ad112fbd)
| * | Fix python imports.Jelmer Vernooij2008-05-224-3/+10
| | | | | | | | | | | | (This used to be commit 453206665677821b254c18cc67192e007b892f04)
| * | use one blackbox script per executable.Jelmer Vernooij2008-05-223-18/+44
| | | | | | | | | | | | (This used to be commit cd8c8226784c96d7f1dbae006a4853eb50c7b2e2)
| * | Fix events test.Jelmer Vernooij2008-05-221-1/+1
| | | | | | | | | | | | (This used to be commit 0fae6f11081cff7846319175cfec95fa3911571c)
| * | Fix dependencies and imports.Jelmer Vernooij2008-05-226-1154/+28
| | | | | | | | | | | | (This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
| * | Move more modules inside of the samba package.Jelmer Vernooij2008-05-2129-99/+1289
| | | | | | | | | | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
| * | Move some python files into the samba package.Jelmer Vernooij2008-05-217-8/+8
| | | | | | | | | | | | (This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
| * | Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-2112-2/+26
| | | | | | | | | | | | (This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
| * | Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij2008-05-2113-11/+22
| |/ | | | | | | | | | | makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
| * Refuse to install autogenerated proto header files.Jelmer Vernooij2008-05-211-0/+2
| | | | | | | | (This used to be commit c0a84c2b4698f6ac9b555cc74bed52e5930804d9)
| * Ignore generated netlogon headers.Jelmer Vernooij2008-05-211-0/+2
| | | | | | | | (This used to be commit 28e04f751f1d509da2c821f33df79b2a0c2d5a1a)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpythonJelmer Vernooij2008-05-218-170/+246
| |\ | | | | | | | | | (This used to be commit f29e9009310e4a6d575651dd9ba41ffc90bfb386)
| * | Fix typo.Jelmer Vernooij2008-05-211-1/+1
| | | | | | | | | | | | (This used to be commit f0914d0187130adcd4f239d4ea0fc9f729fdedc9)
| * | Fix reference to removed smbpython.Jelmer Vernooij2008-05-212-2/+4
| | | | | | | | | | | | (This used to be commit 58f956dc4591137489cba16f360f2d24d91dadc1)
| * | Regenerate with newer version of swig.Jelmer Vernooij2008-05-214-44/+98
| | | | | | | | | | | | (This used to be commit 034c68bea934db87bce13a750c17fb1bd2bbe3b6)
| * | Use gnu make syntax for SWIG implicit rule since it allows multiple output ↵Jelmer Vernooij2008-05-211-2/+2
| | | | | | | | | | | | | | | | | | files. (This used to be commit ce440887316d3ae379551c136f6b640c573fd702)
* | | added testing of SMB2 setfileinfo in gentest_smb2Andrew Tridgell2008-05-221-19/+3
| | | | | | | | | | | | (This used to be commit c38658c6c05fd65d729693904d35886431582537)
* | | added EAs in the generated SMB2 create operationAndrew Tridgell2008-05-221-25/+19
| | | | | | | | | | | | (This used to be commit 607bf6a946ffd7f768bda44c461ee82fcfc101c1)
* | | added --maskindexing and qfileinfo testingAndrew Tridgell2008-05-221-124/+59
| | | | | | | | | | | | | | | | | | | | | - added --maskindexing to mask the 0x2000 noindex bit in file attributes - added testing of qfileinfo in gentest_smb2 (This used to be commit 3883a7286fd32cd6c77269f67d1366c3b946b5a0)
* | | minor cleanup in SMB2 getinfo testAndrew Tridgell2008-05-221-6/+6
| | | | | | | | | | | | (This used to be commit b139b471072f20288f126b5a9ee7613cc6c40681)
* | | fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell2008-05-223-3/+6
| | | | | | | | | | | | (This used to be commit a7be5ba22e0cf2c61501f5a05e64673f31ba145c)
* | | added SMB2 gentest generation of SMB2 echo packetsAndrew Tridgell2008-05-221-0/+13
| | | | | | | | | | | | (This used to be commit 8f7cfa5d2e190ddb74ba859a3f68ec0ed33ae089)
* | | badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETERAndrew Tridgell2008-05-221-2/+2
| | | | | | | | | | | | (This used to be commit 1c5dd2d1b655218f875a4e512ed3e94fee624fe4)
* | | fixes to the SMB2 lock test after recent SMB2 locking changesAndrew Tridgell2008-05-221-8/+12
| |/ |/| | | | | (This used to be commit de7626e1c29f04e54afb6d95f4051bc52b17dd80)
* | fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell2008-05-214-18/+47
| | | | | | | | (This used to be commit c52fe1fe1c77636d87355d3c4baa66e052fe9008)
* | fixed SMB2 lockingAndrew Tridgell2008-05-217-152/+199
|/ | | | | | | | | - SMB2 locking is different in several ways from SMB locking. To fix it properly we will need a new generic mapping structure for locking, but for now do a best effort mapping - added locking to gentest_smb2 (This used to be commit ea6d9cf602302adafe0f9d5f5f90a9b26d1ead6f)
* Fix dependencies for ldb instancetype module.Jelmer Vernooij2008-05-212-2/+2
| | | | (This used to be commit 17c41a6c3e71102e3516e6926f7e7d1ab5c97563)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpythonJelmer Vernooij2008-05-2115-170/+719
|\ | | | | | | (This used to be commit 5c56464a6c2f29a039ba3152de83d34778ca0615)
| * Correct an assertion in the testsuite.Andrew Bartlett2008-05-211-1/+1
| | | | | | | | | | Andrew Bartlett (This used to be commit c3eeae2ea6a7562b43a436f20c110002ca4d1d2b)