summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2008-05-22SMB2 read returns NT_STATUS_END_OF_FILE on read past end of fileAndrew Tridgell1-0/+5
(This used to be commit 1590494daf5abe43e43402e7602f92267bcda34b)
2008-05-22fixes for EAs and filename in gentest_smb2 resultsAndrew Tridgell1-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)
2008-05-22added a --noeas option to gentest_smb2Andrew Tridgell1-0/+6
(This used to be commit 9d523debb7ee59bdadf9865e023be370b7ab7b39)
2008-05-22pass in the required alignment to the EA construction routinesAndrew Tridgell4-10/+11
(This used to be commit af31030e0b78b6b220740529901ec8d2d9f5a3fe)
2008-05-22added a define for all valid file attributesAndrew Tridgell1-0/+1
(This used to be commit 198ed9336756f973cebd7cc3df7f51e2c4575205)
2008-05-22check for invalid file attribute values in createAndrew Tridgell1-0/+4
(This used to be commit dd21e3d9d788a67d4673625ed4892a875f4600dc)
2008-05-22Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell56-229/+477
(This used to be commit d7f3348c891e14de0e1b195714468ff998400f60)
2008-05-22added testing of SMB2 setfileinfo in gentest_smb2Andrew Tridgell1-19/+3
(This used to be commit c38658c6c05fd65d729693904d35886431582537)
2008-05-22added EAs in the generated SMB2 create operationAndrew Tridgell1-25/+19
(This used to be commit 607bf6a946ffd7f768bda44c461ee82fcfc101c1)
2008-05-22added --maskindexing and qfileinfo testingAndrew Tridgell1-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)
2008-05-22minor cleanup in SMB2 getinfo testAndrew Tridgell1-6/+6
(This used to be commit b139b471072f20288f126b5a9ee7613cc6c40681)
2008-05-22fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell3-3/+6
(This used to be commit a7be5ba22e0cf2c61501f5a05e64673f31ba145c)
2008-05-22added SMB2 gentest generation of SMB2 echo packetsAndrew Tridgell1-0/+13
(This used to be commit 8f7cfa5d2e190ddb74ba859a3f68ec0ed33ae089)
2008-05-22badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETERAndrew Tridgell1-2/+2
(This used to be commit 1c5dd2d1b655218f875a4e512ed3e94fee624fe4)
2008-05-22fixes to the SMB2 lock test after recent SMB2 locking changesAndrew Tridgell1-8/+12
(This used to be commit de7626e1c29f04e54afb6d95f4051bc52b17dd80)
2008-05-21GPO: Do not provision Default Domain Policy as initially enforced. (bz #5480)Andrew Kroeger1-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)
2008-05-21enableaccount: Use correct command name in usage output.Andrew Kroeger1-1/+1
(This used to be commit 4ca8f32a37196c81547679b2ee8d00cb77a01269)
2008-05-21provision: Generate krb5.conf template separate from named.conf template.Andrew Kroeger3-36/+69
(This used to be commit ebf130e9e57b640129cf0d05dbd7d210b71ea371)
2008-05-22Fix import in provision test.Jelmer Vernooij1-1/+1
(This used to be commit 96501be38da947f02ad57217e0bc23f7a66d36f9)
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij5-21/+21
(This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1)
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij9-10/+10
(This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
2008-05-22Make sure the default ldb modules dir gets initialized.Jelmer Vernooij1-0/+2
(This used to be commit 937456c69d23ece85bdb7415f52d722c2aa6b6b5)
2008-05-22Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2-11/+34
(This used to be commit 30f8d581aa339b37b27011e65355937590df10b9)
2008-05-22Fix python imports.Jelmer Vernooij4-3/+10
(This used to be commit 453206665677821b254c18cc67192e007b892f04)
2008-05-22use one blackbox script per executable.Jelmer Vernooij3-18/+44
(This used to be commit cd8c8226784c96d7f1dbae006a4853eb50c7b2e2)
2008-05-22Fix events test.Jelmer Vernooij1-1/+1
(This used to be commit 0fae6f11081cff7846319175cfec95fa3911571c)
2008-05-22Fix dependencies and imports.Jelmer Vernooij6-1154/+28
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij29-99/+1289
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-05-21Move some python files into the samba package.Jelmer Vernooij7-8/+8
(This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij12-2/+26
(This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
2008-05-21lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKSStefan Metzmacher1-11/+5
metze (This used to be commit 76be51d3a08e2239a137b8abe3f2df722f69ddb2)
2008-05-21libreplace: add test for HAVE_IPV6Stefan Metzmacher1-0/+29
Samba can later just check libreplace_cv_HAVE_IPV6 = yes. metze (This used to be commit e835e7eebcc064ce0813814796828f15ad112fbd)
2008-05-21Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij13-11/+22
makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
2008-05-21Refuse to install autogenerated proto header files.Jelmer Vernooij1-0/+2
(This used to be commit c0a84c2b4698f6ac9b555cc74bed52e5930804d9)
2008-05-21Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpythonJelmer Vernooij8-170/+246
(This used to be commit f29e9009310e4a6d575651dd9ba41ffc90bfb386)
2008-05-21Fix typo.Jelmer Vernooij1-1/+1
(This used to be commit f0914d0187130adcd4f239d4ea0fc9f729fdedc9)
2008-05-21Fix reference to removed smbpython.Jelmer Vernooij1-1/+3
(This used to be commit 58f956dc4591137489cba16f360f2d24d91dadc1)
2008-05-21fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell4-18/+47
(This used to be commit c52fe1fe1c77636d87355d3c4baa66e052fe9008)
2008-05-21Regenerate with newer version of swig.Jelmer Vernooij4-44/+98
(This used to be commit 034c68bea934db87bce13a750c17fb1bd2bbe3b6)
2008-05-21Use gnu make syntax for SWIG implicit rule since it allows multiple output ↵Jelmer Vernooij1-2/+2
files. (This used to be commit ce440887316d3ae379551c136f6b640c573fd702)
2008-05-21fixed SMB2 lockingAndrew Tridgell7-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)
2008-05-21Fix dependencies for ldb instancetype module.Jelmer Vernooij2-2/+2
(This used to be commit 17c41a6c3e71102e3516e6926f7e7d1ab5c97563)
2008-05-21Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpythonJelmer Vernooij14-169/+718
(This used to be commit 5c56464a6c2f29a039ba3152de83d34778ca0615)
2008-05-21Fix installed symlinks (cp was trying to be smart).Jelmer Vernooij2-2/+2
(This used to be commit a95f2bf86a75729717542b401aa39bedd21be8d0)
2008-05-21Allow dots in .mk file section headers, fix docstring.Jelmer Vernooij2-2/+2
(This used to be commit bd3f3e7c85f1a92638d69379782aa7bfcecd9e2f)
2008-05-21Correct an assertion in the testsuite.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit c3eeae2ea6a7562b43a436f20c110002ca4d1d2b)
2008-05-21Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett3-34/+134
(This used to be commit 0e429dd1fb15137a2a7c25e051b9af8c4ed8c7f3)
2008-05-21Fix creation of sockaddr in netlogon datagram generator.Andrew Bartlett1-1/+1
The previous code sent uninitialised data, and was the wrong length. Andrew Bartlett (This used to be commit 8e070293cfd522b7464be5bc4d8045572d6d996c)
2008-05-21Include flags.h into samdb.hAndrew Bartlett1-0/+1
These flags are too useful just to hide away... Andrew Bartlett (This used to be commit 1e897b6148407e9921edd2c3db734930d79ccb42)
2008-05-21Extend the NBT-DGRAM torture test again.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit f4154846401b31d99c40b2ea53992262095366b0)