summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-06libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher3-5/+9
But the keep the default to always send it when the server supports it too. metze (This used to be commit 33caaef2e46557525a8ffb79d6dd0db46a079529)
2008-03-06Fix typoAndrew Bartlett1-1/+1
(This used to be commit e66be2f519584717abd7fc1f069bf7afe0d7ff60)
2008-03-06Ensure we get this option from the command line, not the internalAndrew Bartlett1-1/+2
smb.conf we generate. Andrew Bartlett (This used to be commit 25887c87285b1b92ce5d7cc096da483c25a2fe6c)
2008-03-06Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett4-62/+308
(This used to be commit 2232255ce384433ff9626f2fd3d399f758b0add5)
2008-03-06Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett12-434/+275
To make Samba4, using the python provision system, pass this test required some major rework. Untested code is broken code, and some of the refactoring for a seperate provision test (which also now passes) broke things. Similarly, the iconv work has compiled, but these codepaths have never been run (NULL pointer de-reference). In working to use a local, rather than global, loadparm context, and to support using a target directory, a few things needed to be reworked, particularly around path handling. Andrew Bartlett (This used to be commit 1169e8d7bee20477b0efbfea3534ac63c83fb3d6)
2008-03-06ldb_wrap: Debug at derived samba_level, not the level of the ldb debug enum.Andrew Kroeger1-1/+1
(This used to be commit eb9a7c3b3a7f113ff58e2ebea9886f997da4e085)
2008-03-04selftest: use the same oplocktimeout for smbtorture as for smbdStefan Metzmacher1-1/+1
metze (This used to be commit 18e27aef7be9b21f65f72ab4c656778ce0c23953)
2008-03-04RAW-OPLOCK: add BATCH22 and test the behavior of oplock break timeoutsStefan Metzmacher1-0/+118
metze (This used to be commit c459885898c9912df1ae5afff4fef2ff809dc15e)
2008-03-04RAW-OPLOCK: add BATCH21: a self write with an oplock doesn't break itStefan Metzmacher1-0/+70
metze (This used to be commit a5476ee41c140123db160b2e36c8c7084619a738)
2008-03-04pvfs_oplock: auto release oplocks after a timeoutStefan Metzmacher1-6/+61
Remember that we sent an oplock break to a client and don't resend. If the filesystem layer tries to send a new break and the client has not released after a former oplock break after the timeout interval, we need to auto release the oplock. metze (This used to be commit bfb0888578677856b2b6b72471f542d0d5d7b838)
2008-03-04pvfs_oplock: only a break level2 oplocks...Stefan Metzmacher1-11/+1
It seems that I've tested this in the wrong way before. metze (This used to be commit 21772fa33d772a9df6ff04a0ed1b0d8f4f533295)
2008-03-04pvfs_oplock: move pvfs_oplock_release() parts into a helper functionStefan Metzmacher1-43/+56
metze (This used to be commit 2b8934e4ab2dd9673928a6c9a291aedac1ebaa95)
2008-03-04build: fix the build with --enable-automatic-dependencies=yesStefan Metzmacher2-3/+3
metze (This used to be commit b0ecd8f8d2c1ebf23957921f4852e90b556812fc)
2008-03-04Try to return sane ldb error stringsAndrew Bartlett1-1/+10
We don't just want to return just strerror(ret) when things go wrong. Andrew Bartlett (This used to be commit 7f0341dd589150ab01563957460cdcf42515cadc)
2008-03-04The DN in objectCategory should, if possible, be returned pretty...Andrew Bartlett2-2/+10
This avoids going via the canonicalise_fn(), which will upper case the DN Andrew Bartlett (This used to be commit cdff1b0802437d713652b89f4522d3cce97c30ec)
2008-03-04Don't hardcode objectCategory into the schema, even in the schema.Andrew Bartlett2-548/+0
We now load the schema early enough that we can generate this too! Andrew Bartlett (This used to be commit 1adc74c65a3219fc110964ccdf9a9d60a84831da)
2008-03-03Fix failure to re-provision.Andrew Bartlett3-10/+21
Somewhere in the conversion from ejs we lost calling the 'delete partitions' code. However, we have to be careful not to wipe partitions when we are the second client connecting to an LDAP server. Andrew Bartlett (This used to be commit 272eb765b81e3eab216a07249334f9b7d20e530b)
2008-03-03Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett6-142/+383
(This used to be commit de1784ec4d50f6eec24b1e9e488b5c07833dc1fd)
2008-03-03Fix member server provisionDouglas VanLeuven1-1/+1
Can't add "member server" because the script aborts with null reference when no match on serverrole. This is fixed by checking for the keyword "member server". (This used to be commit 62536750ae06248a49c6b56c86d01b0062bb54f0)
2008-03-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij1-34/+49
(This used to be commit 3d4cbaeec6eafc0fec06ba472ac2bd55ae3a0d11)
2008-03-03Merge branch 'v4-0-test' into id10ts-registryJelmer Vernooij187-1558/+3070
(This used to be commit f98b59021a5ea39c7970ebc5520d17775e500b8c)
2008-03-02Fix blackbox.kinit test by issuing new certificates good for 25 years.Andrew Kroeger1-34/+49
(This used to be commit 4f40c5940b4aa4343152cf367566d4d26765e234)
2008-03-02Some cleanups for the ldb doxygen docs.Brad Hards1-10/+12
(This used to be commit 5972308add8b1078e190beab204c1ba4b3a25747)
2008-03-01Remove unused variable, fix (80, 'Other error') exceptions from ldb python ↵Jelmer Vernooij2-4/+4
bindings (This used to be commit 2303063cbd2e65580618124ef8ecf42867d2b952)
2008-03-01Fix error handling in ldb.add().Jelmer Vernooij2-161/+81
(This used to be commit a7f89b5bb28601597a4a0f75ec2b97bac02370d9)
2008-03-01Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2-17/+13
(This used to be commit cfd1a91c6e319bc28a60bb6aae4443b1246500cb)
2008-03-01pvfs_rename: move odb_rename() onto pvfs_do_rename()Stefan Metzmacher2-17/+13
metze (This used to be commit 5a1f0c0ce995064c23e9f726bceddbd8442c4293)
2008-02-29Remove duplicate message.Jelmer Vernooij1-2/+0
(This used to be commit 87074881a926f6216276ebc263047c1ffb8aee10)
2008-02-29Fix variable name.Jelmer Vernooij1-1/+1
(This used to be commit b5db8defcae0a718e5239e8c7705c9bf6eb431ec)
2008-02-29Simpler handling of sonameflag.Jelmer Vernooij1-16/+7
(This used to be commit 1e786bb7da689c3aa435e92975f33db5a308b6a7)
2008-02-29Move automatic dependencies code out of perl code.Jelmer Vernooij3-39/+31
(This used to be commit 58a93ef94b878ff2d2d0029fc2d443551842e712)
2008-02-29Allow absolute paths to be specified to mkproto.pl.Jelmer Vernooij1-1/+3
(This used to be commit 46d8d02028869c97226648113d6bff1c06477d61)
2008-02-29Use special make variables.Jelmer Vernooij1-3/+3
(This used to be commit dfb4ddcd5dbd27d275e7a41ede5441be25db9a35)
2008-02-29Ignore autogenerated file.Jelmer Vernooij1-0/+1
(This used to be commit 52eb2397387c62a1c5e52ce4ae217adca2c2eb1b)
2008-02-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij11-35/+339
(This used to be commit 18c683d7e804e76ac37d4069429b5ba1a9d9ae38)
2008-02-29Remove useless include, simplify generated CFLAGS lines in Makefile.Jelmer Vernooij2-8/+1
(This used to be commit 3157ce9876aa69de54acf3f08e0ee2b16cfaff80)
2008-02-29RAW-SFILEINFO-RENAME: test renaming of directories by path and handleStefan Metzmacher1-8/+84
metze (This used to be commit ce2b7cec10af5bb222715e2e3c0ff139f659ed6e)
2008-02-29RAW-SFILEINFO-RENAME: test renaming by path while a handle is open on a fileStefan Metzmacher1-0/+25
metze (This used to be commit 6c0395d4d980c6165ee0a378b632bced22e8f1d3)
2008-02-29pvfs_setfileinfo: support renaming of directoriesStefan Metzmacher1-5/+0
metze (This used to be commit 2ecc7ec8b392cf3ec698d168bf6fb7898e1978f1)
2008-02-29selftest: we pass RAW-OPLOCK BATCH19 and 20 nowStefan Metzmacher1-2/+0
metze (This used to be commit 752d686385925d06e64c0a7adfbd9021f787811d)
2008-02-29pvfs_setfileinfo: tell the opendb about renamesStefan Metzmacher1-3/+22
metze (This used to be commit 9360eda2c5606b2c73edb768af8ca0e8ba310e30)
2008-02-29pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfoStefan Metzmacher2-2/+2
metze (This used to be commit 4b1a266f6fb04c8f923c48ea215ece6b45a18ea7)
2008-02-29pvfs_resolve: add pvfs_resolve_name_handle()Stefan Metzmacher1-0/+80
metze (This used to be commit 714717253c035b31fc850df8456f8cf2b38bcb72)
2008-02-29RAW-CHKPATH: also use qpathinfo NAME_INFO and check the returned nameStefan Metzmacher1-11/+66
Also add some more test combinations. metze (This used to be commit 09985b061add8202f65e2e426d70e87c19819f74)
2008-02-29pvfs_resolve: "\\" and a trailing "\" need to be reducedStefan Metzmacher1-2/+9
metze (This used to be commit 356338b99a67bfaf09618f5ed7c8f5c4ff69fa06)
2008-02-29pvfs_resolve: fix endless loop with trailing ".."Stefan Metzmacher1-1/+1
We also need to move the NULL termination. metze (This used to be commit 4fc41065a31cc8bd477ff5bf2d89f9f595002227)
2008-02-29opendb: add odb_get_path()Stefan Metzmacher4-0/+49
metze (This used to be commit 02071f151a22257d31f8a8b254625e2067e7b94d)
2008-02-29pvfs_open: make pvfs_locking_key() non staticStefan Metzmacher1-2/+2
metze (This used to be commit 587373b97b95a8e562c3a5a59a62abade4dfed2f)
2008-02-29Fix dynconfig compilation.Jelmer Vernooij1-2/+2
(This used to be commit b57f09f526f0783345be3d1de2540c35478d7af2)
2008-02-29Remove the now unused cflags script.Jelmer Vernooij3-53/+6
(This used to be commit f97cce2522e7644181506dc49947297b394743eb)