kamenim/samba.git
16 years agor19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argument.
Simo Sorce [Wed, 25 Oct 2006 01:42:59 +0000 (01:42 +0000)]
r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argument.
This is a pointer to an element pointer. If it is not null it will be
filled with the pointer of the manipulated element.
Will avoid double searches on the elements list in some cases.
(This used to be commit 0fa5d4bc225b83e9f63ac6d75bffc4c08eb6b620)

16 years agor19485: Fix Coverity # 319
Volker Lendecke [Tue, 24 Oct 2006 20:15:13 +0000 (20:15 +0000)]
r19485: Fix Coverity # 319
(This used to be commit d12bdb6133c1612b9d3e1a0c6692cbc4ab17fe32)

16 years agor19482: remove pointless cast
Stefan Metzmacher [Tue, 24 Oct 2006 17:00:52 +0000 (17:00 +0000)]
r19482: remove pointless cast

metze
(This used to be commit 81a975100cbf7058de9245e51992d61cbdcb6473)

16 years agor19481: - reset the vuid before trying a new session setup
Stefan Metzmacher [Tue, 24 Oct 2006 16:16:31 +0000 (16:16 +0000)]
r19481: - reset the vuid before trying a new session setup
- only touch session->vuid when needed
- it make no sense to set an .spnego.out.vuid

metze
(This used to be commit 1940fbed154c89d29214ddf293128a70a97bf923)

16 years agor19480: - clear the whole session struct (only let the pid untouched)
Stefan Metzmacher [Tue, 24 Oct 2006 16:14:00 +0000 (16:14 +0000)]
r19480: - clear the whole session struct (only let the pid untouched)
- zero state struct

metze
(This used to be commit 97fb407a4cfcf71e95663e437cb7f638ac4028fc)

16 years agor19479: Remove more unused functions. These are handled via authentication
Andrew Bartlett [Tue, 24 Oct 2006 08:08:03 +0000 (08:08 +0000)]
r19479: Remove more unused functions.  These are handled via authentication
abstractions now.

Andrew Bartlett
(This used to be commit df31237c0cac0213c4f32fc491bcec2ea9f885c3)

16 years agor19478: Remove unused functions, and make static functions used only in this
Andrew Bartlett [Tue, 24 Oct 2006 07:56:59 +0000 (07:56 +0000)]
r19478: Remove unused functions, and make static functions used only in this
file.  Everybody calls this via the dcerpc_pipe_connect() or
dcerpc_pipe_connect_b() functions.

Andrew Bartlett
(This used to be commit 5ee0fc035179c76f1362547ccc500f8677c8fa1f)

16 years agor19476: small typo.
Brad Henry [Tue, 24 Oct 2006 02:50:17 +0000 (02:50 +0000)]
r19476: small typo.
(This used to be commit 51580208a77bfed3981ed4098e39ff401dfb8847)

16 years agor19475: fixed a couple of typos.
Brad Henry [Tue, 24 Oct 2006 02:49:15 +0000 (02:49 +0000)]
r19475: fixed a couple of typos.
(This used to be commit f2df3a90f1f3b85bc3c847ebfc1d01e2fa9e9ee7)

16 years agor19474: Move the Samba server / Windows client test to its own script.
Brad Henry [Tue, 24 Oct 2006 01:40:15 +0000 (01:40 +0000)]
r19474: Move the Samba server / Windows client test to its own script.
(This used to be commit 908b483ed096497e1604b67ea797c223c3e34adf)

16 years agor19473: Add NET tests in their own script. Run the same set of tests that 'make test...
Brad Henry [Tue, 24 Oct 2006 01:29:02 +0000 (01:29 +0000)]
r19473: Add NET tests in their own script. Run the same set of tests that 'make test' does.
Comment those tests which don't pass.
(This used to be commit 7d382b175b548ae32b4c7c1b728dcd02e20cbbfa)

16 years agor19472: Move rpc tests to their own scripts. Run the same tests as 'make test' does.
Brad Henry [Tue, 24 Oct 2006 01:25:09 +0000 (01:25 +0000)]
r19472: Move rpc tests to their own scripts. Run the same tests as 'make test' does.
Comment those tests that don't pass.
(This used to be commit 046b38817ad30df14214c5d66ae10999699bdb08)

16 years agor19471: Move BASE and RAW tests to their own scripts. Run the same set of tests as...
Brad Henry [Tue, 24 Oct 2006 01:18:07 +0000 (01:18 +0000)]
r19471: Move BASE and RAW tests to their own scripts. Run the same set of tests as 'make test' does, at least for those that pass.
Comment the tests that don't pass.
(This used to be commit 33760cfe94f8a4a0e4441dd8fb5089cf8c26487f)

16 years agor19470: Move common windows test functions into their own script wintest_functions...
Brad Henry [Tue, 24 Oct 2006 01:04:20 +0000 (01:04 +0000)]
r19470: Move common windows test functions into their own script wintest_functions.sh, and remove them from the main windows test script.
(This used to be commit 587196092846dbab009be9063b1680ad73ae9c14)

16 years agor19465: Rather than use the non-standard API for determining the signature
Andrew Bartlett [Mon, 23 Oct 2006 06:08:25 +0000 (06:08 +0000)]
r19465: Rather than use the non-standard API for determining the signature
length, use the amount the wapped message expanded by.

This works, because GSSAPI doesn't do AEAD (signing of headers), and
so changing the signature length after the fact is valid.

Andrew Bartlett
(This used to be commit bd1e0f679c8f2b9755051b8d34114fa127a7cf26)

16 years agor19464: Reject passwords that cannot be converted into UCS2.
Andrew Bartlett [Mon, 23 Oct 2006 06:06:35 +0000 (06:06 +0000)]
r19464: Reject passwords that cannot be converted into UCS2.

Andrew Bartlett
(This used to be commit c843fce7a0e9b91c4d2de44e7a9ad9599b33ec5c)

16 years agor19463: Make it clear what argument is incorrect
Andrew Bartlett [Mon, 23 Oct 2006 06:05:41 +0000 (06:05 +0000)]
r19463: Make it clear what argument is incorrect

Andrew Bartlett
(This used to be commit a28a17c50853ccd4d7b2122497d3d18f0a6feed9)

16 years agor19462: This isn't an encrypted attribute.
Andrew Bartlett [Mon, 23 Oct 2006 06:05:21 +0000 (06:05 +0000)]
r19462: This isn't an encrypted attribute.

Andrew Bartlett
(This used to be commit 12765db714de9e0fed61e6616b3671d525ee3bef)

16 years agor19461: Make sqlite3 work again (semi-async)
Simo Sorce [Mon, 23 Oct 2006 00:17:44 +0000 (00:17 +0000)]
r19461: Make sqlite3 work again (semi-async)
Still not all tests pass
(This used to be commit cbfc7305ad594c672a16a7f6f82758d17eb5ba62)

16 years agor19460: currently building when there is an existing previous build in place is broken
Simo Sorce [Mon, 23 Oct 2006 00:17:04 +0000 (00:17 +0000)]
r19460: currently building when there is an existing previous build in place is broken
(This used to be commit 59ac5cf96b208cebe2eb608d853314d335756068)

16 years agor19459: Do not build nss by default (it probably works only on linux)
Simo Sorce [Sun, 22 Oct 2006 22:06:08 +0000 (22:06 +0000)]
r19459: Do not build nss by default (it probably works only on linux)
Fix warning with standalone.sh if build exists
(This used to be commit d74fac574067ff2f3918ad435df2c2352e4b2ef7)

16 years agor19458: Some info on the "schema"
Simo Sorce [Sun, 22 Oct 2006 21:30:12 +0000 (21:30 +0000)]
r19458: Some info on the "schema"
(This used to be commit 724d8fb153cfe6f941ba2b8893e5221b24da9431)

16 years agor19457: committed by mistake, this binary is available from here anyway:
Simo Sorce [Sun, 22 Oct 2006 21:20:27 +0000 (21:20 +0000)]
r19457: committed by mistake, this binary is available from here anyway:
http://www.samba.org/ftp/unpacked/junkcode/nsstest.c
(This used to be commit 48e38abe7170a4ec9996079fd5c4672312cc96a0)

16 years agor19456: Add an example application for ldb using the tdb backend
Simo Sorce [Sun, 22 Oct 2006 21:18:43 +0000 (21:18 +0000)]
r19456: Add an example application for ldb using the tdb backend
(This used to be commit 778198f279b374222c737e5eda1c47efc2dce39c)

16 years agor19455: forgot this
Simo Sorce [Sun, 22 Oct 2006 21:17:30 +0000 (21:17 +0000)]
r19455: forgot this
(This used to be commit 2b770885cd234027f92ba543706df5d55f16f739)

16 years agor19454: In standalone build init asq too
Simo Sorce [Sun, 22 Oct 2006 21:16:46 +0000 (21:16 +0000)]
r19454: In standalone build init asq too
(This used to be commit e58b03cd666c6e5df8e5720a62aef23f87be9362)

16 years agor19453: Expose helper functions
Simo Sorce [Sun, 22 Oct 2006 21:16:22 +0000 (21:16 +0000)]
r19453: Expose helper functions
(This used to be commit ee86e88e4f523d67900b52b5a4d4040a76360c61)

16 years agor19452: Warn but don't die if registering against the rootdse is not possible
Simo Sorce [Sun, 22 Oct 2006 21:15:30 +0000 (21:15 +0000)]
r19452: Warn but don't die if registering against the rootdse is not possible
(This used to be commit 4ad2eba2aa7711d480a844766e2dd3da938b3413)

16 years agor19449: ldbbrowse: installation hopefully works now. "Developer" installations
Derrell Lipman [Sun, 22 Oct 2006 02:57:28 +0000 (02:57 +0000)]
r19449: ldbbrowse: installation hopefully works now.  "Developer" installations
('configure.developer' or 'configure --enable-developer') may still have
problems as I'm not sure I got all of the paths right for that.

With the changes Tridge has made to the Main Menu in swat, given a
non-developer installation, you should be able to get to ldbbrowse via:

  JSON/qooxdoo -> ldb browser

Derrell
(This used to be commit 2406af10791cd8545c598c8591a48de5515c7dc5)

16 years agor19443: reset trap when we have removed the test specifc files already
Stefan Metzmacher [Sat, 21 Oct 2006 11:50:34 +0000 (11:50 +0000)]
r19443: reset trap when we have removed the test specifc files already

metze
(This used to be commit 15d24f355a32b9b028d3397911194fa681dd0a40)

16 years agor19442: this real cause of the failures on *BSD came from the missing
Stefan Metzmacher [Sat, 21 Oct 2006 10:12:39 +0000 (10:12 +0000)]
r19442: this real cause of the failures on *BSD came from the missing
ICONV dependency and not from a broken configure test
and incorrect ifdef's.

metze
(This used to be commit 3df2cb1ea82dae7395d3d19ba73f97dad26bb86b)

16 years agor19441: work in progress support for NFS4 ACLs in Samba4 on Linux. Still work
Andrew Tridgell [Sat, 21 Oct 2006 09:46:12 +0000 (09:46 +0000)]
r19441: work in progress support for NFS4 ACLs in Samba4 on Linux. Still work
to do, particularly with getting the detailed bit mappings right, and
on sid mapping. Does not pass RAW-ACLS yet
(This used to be commit b92553481b534d0ef5277dbfe8c0d64a03f819eb)

16 years agor19440: merged from samba3
Andrew Tridgell [Sat, 21 Oct 2006 09:42:46 +0000 (09:42 +0000)]
r19440: merged from samba3
(This used to be commit c22fb040234d0cb808fb36e1b4b7ea7bfd45c8cb)

16 years agor19439: revert my change to a torture assert - expected is a bool
Andrew Tridgell [Sat, 21 Oct 2006 09:38:16 +0000 (09:38 +0000)]
r19439: revert my change to a torture assert - expected is a bool
(This used to be commit 1d231e45bd898c2d01328aea94f8cbc2886c9e5b)

16 years agor19438: try to fix up the build breakages on BSD systems due to incorrectly
Andrew Tridgell [Sat, 21 Oct 2006 09:15:15 +0000 (09:15 +0000)]
r19438: try to fix up the build breakages on BSD systems due to incorrectly
detecting iconv.h
(This used to be commit e6baa13e1f9c35f95021512b713cebba680b2a72)

16 years agor19437: don't run the LOCAL-ICONV test on systems that don't have CP850
Andrew Tridgell [Sat, 21 Oct 2006 08:27:18 +0000 (08:27 +0000)]
r19437: don't run the LOCAL-ICONV test on systems that don't have CP850
support
(This used to be commit bb8cdd7626ced37bb030c3474390275c433c88e0)

16 years agor19436: fixed stderr in piped_child() as well
Andrew Tridgell [Sat, 21 Oct 2006 06:56:51 +0000 (06:56 +0000)]
r19436: fixed stderr in piped_child() as well
(This used to be commit db000261f4fe22f7d1ea3dab53c2e214dcf08bfb)

16 years agor19435: fixed the subunit code on platforms with small pipe buffers, and use
Andrew Tridgell [Sat, 21 Oct 2006 06:44:36 +0000 (06:44 +0000)]
r19435: fixed the subunit code on platforms with small pipe buffers, and use
pipe() on all platforms, not socket pairs (stdin/out are not sockets)

also show the output while its happening, so the tests become useful
again for non-automated usage.

I still really dislike running tests like the TALLOC one as child
processes
(This used to be commit b621999c59fc56a32ff574523204355c5e0382c0)

16 years agor19434: we need to force line buffering as the new torture code doesn't create
Andrew Tridgell [Sat, 21 Oct 2006 06:40:39 +0000 (06:40 +0000)]
r19434: we need to force line buffering as the new torture code doesn't create
a pty in the piped_child() code

Jelmer, if you want to fix this on platforms that support it, see the
forkpty() call, or see
http://junkcode.samba.org/ftp/unpacked/junkcode/rline/
(This used to be commit 35908a29922b93d133b19881dc8205a7116cae8e)

16 years agor19433: Metze, please take a look at this one!
Andrew Tridgell [Sat, 21 Oct 2006 06:13:50 +0000 (06:13 +0000)]
r19433: Metze, please take a look at this one!

Failures on some platforms of the WINSREPLICATION test have been
bugging us for months. I finally traced it down to this one record, at
least on the SerNet-solaris8 machine. Disabling this one record allows
the test to pass. I have no idea why, but I'll leave that to Metze :)
(This used to be commit 94cdfd5458e5c8bc6451d3eb776cbfc0c1d590a7)

16 years agor19432: This way of reverting snapshots is much better than the way I was doing them...
Brad Henry [Sat, 21 Oct 2006 03:18:09 +0000 (03:18 +0000)]
r19432: This way of reverting snapshots is much better than the way I was doing them before.
(This used to be commit 42171cbf4959ba36114762a09a747a3c7c87d135)

16 years agor19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c
Andrew Tridgell [Fri, 20 Oct 2006 23:32:23 +0000 (23:32 +0000)]
r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c

tdbutil.c is Samba specific, so should not be part of the generic tdb
library
(This used to be commit 979dd24f5e44605fc1603b690913b8c31be7478f)

16 years agor19427: print out the currect name
Stefan Metzmacher [Fri, 20 Oct 2006 15:20:48 +0000 (15:20 +0000)]
r19427: print out the currect name

metze
(This used to be commit 0fcdc8c243f50da5a1203370740ac8d022a5cfdc)

16 years agor19425: two more tdb functions from samba3
Andrew Tridgell [Fri, 20 Oct 2006 09:48:18 +0000 (09:48 +0000)]
r19425: two more tdb functions from samba3
(This used to be commit c9d9d79c34e8a36a6f684b173b1cc861330adc5c)

16 years agor19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0
Andrew Tridgell [Fri, 20 Oct 2006 08:06:14 +0000 (08:06 +0000)]
r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0

this is in preparation of a merge in the other direction
(This used to be commit db3211079fd594aa03c3b9bb3eb6ad86bdd32837)

16 years agor19412: some rather strange looking changes to talloc that gain us about 50%
Andrew Tridgell [Thu, 19 Oct 2006 10:02:26 +0000 (10:02 +0000)]
r19412: some rather strange looking changes to talloc that gain us about 50%
in the talloc benchmark. These changes were driven by some cachegrind
profiles, with the biggest improvements coming from inlining some
functions.

I don't think it would be a good idea to start spreading inline and
likely()/unlikely() in other parts of Samba, as the benefit in most
code will be very small, but talloc() is such a speed critical part of
Samba that I think these changes are worthwhile
(This used to be commit 8644708c3f42d249b5d1fd2bde37aeb35288da13)

16 years agor19411: sigh - we can't call close here as its mapped to swrap_close() in the
Andrew Tridgell [Thu, 19 Oct 2006 09:35:05 +0000 (09:35 +0000)]
r19411: sigh - we can't call close here as its mapped to swrap_close() in the
build farm
(This used to be commit be43b8c5692f6bb6f1cc74d07f24376b43593256)

16 years agor19410: - fixed checker error
Andrew Tridgell [Thu, 19 Oct 2006 08:58:55 +0000 (08:58 +0000)]
r19410: - fixed checker error

- close the sockets after the socketpair test
(This used to be commit e679163ac26dccee028ca501e4ef6229a3c761ee)

16 years agor19409: Pull in <sys/time.h> for struct timeval for non samba build (don't
Love Hörnquist Åstrand [Thu, 19 Oct 2006 04:56:21 +0000 (04:56 +0000)]
r19409: Pull in <sys/time.h> for struct timeval for non samba build (don't
depend on namespace pollution)
(This used to be commit 5052d2d10693e67f1b7c6c71277c8d1bc9c8b612)

16 years agor19408: I think tm_mon is ending up as -1 on some platforms
Andrew Tridgell [Thu, 19 Oct 2006 03:04:00 +0000 (03:04 +0000)]
r19408: I think tm_mon is ending up as -1 on some platforms
(This used to be commit d01bdf1f2dcdf77043a5ad162ee336d3c6f2e944)

16 years agor19407: add a copyright notice
Derrell Lipman [Thu, 19 Oct 2006 01:19:44 +0000 (01:19 +0000)]
r19407: add a copyright notice
(This used to be commit 802ede34e83014fe216a5b7bcdf18586327a8a09)

16 years agor19406: ldbbrowse: done!
Derrell Lipman [Thu, 19 Oct 2006 01:10:57 +0000 (01:10 +0000)]
r19406: ldbbrowse: done!

With ldbbrowse, you can issue searches or browse the database in tree format.
To try it, ensure that "make installswat" is done (it's run by "make install"
so you shouldn't have to do anything special).  Run smbd and connect with your
browser to http://localhost:901/apps/samba/utils/ldbbrowse.html

(It looks great in firefox.  There's some problem with the layout in IE.
Maybe if I get really really motivated one of these days, I'll look into that.)

There's lots more that could be done with it, but as an example of using
qooxdoo and JSON-RPC, I think it accomplishes its task.

Enjoy!

Derrell
(This used to be commit 0888c7098daefc23738dd47fe1c072516ba55feb)

16 years agor19405: the talloc speed test suite was not giving an accurate picture of the
Andrew Tridgell [Thu, 19 Oct 2006 00:59:33 +0000 (00:59 +0000)]
r19405: the talloc speed test suite was not giving an accurate picture of the
cost of talloc versus malloc. The size parameter in the test suite was
constantly increasing, leading to a worst case for malloc. It is far
more common to have talloc calls of 100 bytes or lower, so change the
benchmark to reflect this.

This makes talloc look much worse - on my laptop I now get:

talloc: 5615164 ops/sec
malloc: 14337130 ops/sec

I'm working on improving that.
(This used to be commit db273ef4dd6ab58da57bb4b59fb1fd5568585ed8)

16 years agor19404: fixed the LOCAL-ICONV test
Andrew Tridgell [Wed, 18 Oct 2006 23:27:48 +0000 (23:27 +0000)]
r19404: fixed the LOCAL-ICONV test
(This used to be commit 0b3e83814bdf015064d7dd1f26cf9ec3ddadc7f4)

16 years agor19403: try to fix the crashes in the buildfarm related to timegm
Andrew Tridgell [Wed, 18 Oct 2006 22:33:20 +0000 (22:33 +0000)]
r19403: try to fix the crashes in the buildfarm related to timegm
(This used to be commit c4e1d2c5ae11acac7dd2cedca411b9b6be84962f)

16 years agor19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,
Andrew Tridgell [Wed, 18 Oct 2006 21:45:46 +0000 (21:45 +0000)]
r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,
  by avoiding chain locks on each tdb_fetch() within the search

- use the tdb_get_seqnum() call to avoid re-reading the @BASEINFO
  record when it hasn't changed.

These speed up the LOCAL-DBSPEED test for ldb from 7k ops/sec to a bit
over 11k ops/sec
(This used to be commit 1347ad254eb8cd12ce22a5a2a37bec0a0ac8dbf1)

16 years agor19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()
Andrew Tridgell [Wed, 18 Oct 2006 21:41:59 +0000 (21:41 +0000)]
r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()
call which does a read lock on all chains. These will be used to make
ldb searches more efficient
(This used to be commit de664ec1f8cf179f1d650563272c0de3f7636e2b)

16 years agor19400: fixed a valgrind error in the directory registry backend (name was
Andrew Tridgell [Wed, 18 Oct 2006 21:37:37 +0000 (21:37 +0000)]
r19400: fixed a valgrind error in the directory registry backend (name was
used after closedir(), which invalidates the name)
(This used to be commit d8af519c2d2fcab3baa822c5fd4c1079dcbd1de3)

16 years agor19398: more comments
Rafal Szczesniak [Wed, 18 Oct 2006 21:21:28 +0000 (21:21 +0000)]
r19398: more comments

rafal
(This used to be commit 2ed463e3cd36434c25833a0905e432b5b7f14e25)

16 years agor19397: Restrict databases which can be opened to a known set (currently only 'sam...
Derrell Lipman [Wed, 18 Oct 2006 18:55:50 +0000 (18:55 +0000)]
r19397: Restrict databases which can be opened to a known set (currently only 'sam.ldb')
(This used to be commit 023c3b02b9990eed90904d3ba7e506dfe3d28345)

16 years agor19396: Assume socketpair() is always available (cared for by libreplace) and
Jelmer Vernooij [Wed, 18 Oct 2006 16:47:35 +0000 (16:47 +0000)]
r19396: Assume socketpair() is always available (cared for by libreplace) and
create a socket for stderr.
(This used to be commit 16b6dbd713e306c88b5251e5092b8731749c5263)

16 years agor19395: Fix replacement function compilation.
Jelmer Vernooij [Wed, 18 Oct 2006 16:40:55 +0000 (16:40 +0000)]
r19395: Fix replacement function compilation.
(This used to be commit b79303f25180c777d9d09b2cdf852bf0a5eda70d)

16 years agor19393: Add replacement function for socketpair()
Jelmer Vernooij [Wed, 18 Oct 2006 16:08:22 +0000 (16:08 +0000)]
r19393: Add replacement function for socketpair()
(This used to be commit 448a3ecc0184bfa063db1eb3ae6dc16b8b792792)

16 years agor19392: Use torture_setting_* rather than lp_parm_* where possible.
Jelmer Vernooij [Wed, 18 Oct 2006 14:23:19 +0000 (14:23 +0000)]
r19392: Use torture_setting_* rather than lp_parm_* where possible.
(This used to be commit b28860978fe29c5b10abfb8c59d7182864e21dd6)

16 years agor19389: Remove samba3-specific checks: instead, always simply mark these tests as
Jelmer Vernooij [Wed, 18 Oct 2006 12:23:35 +0000 (12:23 +0000)]
r19389: Remove samba3-specific checks: instead, always simply mark these tests as
known failing.
(This used to be commit 3855ec9dcaa694fffa1f2a24205d490708d12750)

16 years agor19388: Start running all LOCAL-* tests but list some of them as known failing.
Jelmer Vernooij [Wed, 18 Oct 2006 10:39:07 +0000 (10:39 +0000)]
r19388: Start running all LOCAL-* tests but list some of them as known failing.
(This used to be commit bfa0fbfe94759bb120a4610f333c0beb940e3d76)

16 years agor19387: Exit with 0 if failures were expected
Jelmer Vernooij [Wed, 18 Oct 2006 10:03:30 +0000 (10:03 +0000)]
r19387: Exit with 0 if failures were expected
(This used to be commit b4fc06aeafa3ed8460759409a72b4de43a534d62)

16 years agor19384: ldbbrowse now has all basic functionality.
Derrell Lipman [Wed, 18 Oct 2006 00:35:56 +0000 (00:35 +0000)]
r19384: ldbbrowse now has all basic functionality.

Issues left for the enterprising developers:

  - Selection of the ldb file to open.  This version always browses sam.ldb.

  - When issuing a search which returns a huge amount of data, firefox times
    out while adding the data to the page.  The ldb functions on the server
    should be upgraded to allow providing a starting offset in the result set,
    and a limit of how many results to return.  The application can then issue
    multiple requests if necessary, to limit the amount of processing needed
    to handle any single result set.

Next step for me is to make it look more like a Samba application and less
like a qooxdoo example application.  Per Tridge's request, I'll leave the
debug console on the page.

Derrell
(This used to be commit 41ed250e020a0860d1769a3144ec7a153f138b57)

16 years agor19383: pass only the base filename of an ldb file to be opened; allow server to...
Derrell Lipman [Wed, 18 Oct 2006 00:29:26 +0000 (00:29 +0000)]
r19383: pass only the base filename of an ldb file to be opened; allow server to prepend path where it's located (private_dir)
(This used to be commit 5a21c97b73a896dbba0d814c2226e17a67034802)

16 years agor19382: latest qooxdoo runtime build
Derrell Lipman [Wed, 18 Oct 2006 00:28:05 +0000 (00:28 +0000)]
r19382: latest qooxdoo runtime build
(This used to be commit 7789ad2372ce5f6cca287bf31d9d08979112a8c4)

16 years agor19381: Print out the specific tests that failed after a smbtorture run.
Jelmer Vernooij [Tue, 17 Oct 2006 22:06:43 +0000 (22:06 +0000)]
r19381: Print out the specific tests that failed after a smbtorture run.

Support listing known failures as a list of wildcards in the file
`KNOWN_FAILURES'.
(This used to be commit 23f66efd564d1ad549fc0cd60348f54808f5cafa)

16 years agor19380: forgot to add home drive testing as well as home directory...
Rafal Szczesniak [Tue, 17 Oct 2006 20:56:46 +0000 (20:56 +0000)]
r19380: forgot to add home drive testing as well as home directory...

rafal
(This used to be commit 732c22071e78f16fd0731635ca4b3e093d49078a)

16 years agor19379: add testing home directory field to the samr tests.
Rafal Szczesniak [Tue, 17 Oct 2006 20:32:01 +0000 (20:32 +0000)]
r19379: add testing home directory field to the samr tests.

rafal
(This used to be commit 4dfd1d50274bc1ff539782e9bfdb2b7b20275d06)

16 years agor19378: Add another type of test result 'error'
Jelmer Vernooij [Tue, 17 Oct 2006 19:36:55 +0000 (19:36 +0000)]
r19378: Add another type of test result 'error'
(This used to be commit 77d13056bf437de77bfc94e21e9c945928e7f521)

16 years agor19377: Simplify report functions.
Jelmer Vernooij [Tue, 17 Oct 2006 19:06:50 +0000 (19:06 +0000)]
r19377: Simplify report functions.
(This used to be commit 0061f3c47e95f07461837c4051cf129b18961b56)

16 years agor19376: Remove unused helper function.
Jelmer Vernooij [Tue, 17 Oct 2006 18:22:38 +0000 (18:22 +0000)]
r19376: Remove unused helper function.
(This used to be commit 88c589940dfbc04c747cea4f97c84142ea139050)

16 years agor19375: very basic helper script to build ldb standalone
Simo Sorce [Tue, 17 Oct 2006 17:16:50 +0000 (17:16 +0000)]
r19375: very basic helper script to build ldb standalone
(This used to be commit b4c8bf7398cd8a9a2132dd4b04a0ea8004e7f1b0)

16 years agor19373: Merge changes from subunit branch: Convert libreplace testsuite to a
Jelmer Vernooij [Tue, 17 Oct 2006 14:54:47 +0000 (14:54 +0000)]
r19373: Merge changes from subunit branch: Convert libreplace testsuite to a
standalone program that speaks subunit.
(This used to be commit 48d316e7594dfc29b8e6a710e32bb5a6a036b7cf)

16 years agor19372: Fix segfault for ui's that don't support comments.
Jelmer Vernooij [Tue, 17 Oct 2006 13:19:55 +0000 (13:19 +0000)]
r19372: Fix segfault for ui's that don't support comments.
(This used to be commit 0eef6dabc6b6a4e883654c78a0b88cebb6b3d7cd)

16 years agor19370: Handle errors if talloc_reference fails
Simo Sorce [Tue, 17 Oct 2006 12:35:33 +0000 (12:35 +0000)]
r19370: Handle errors if talloc_reference fails
(This used to be commit 05134a90e3ff0e4039dbd34c52f824bc666feb11)

16 years agor19369: - we need to set the target:samba3 before calling torture_init()
Stefan Metzmacher [Tue, 17 Oct 2006 12:06:20 +0000 (12:06 +0000)]
r19369: - we need to set the target:samba3 before calling torture_init()
  otherwise BASE-DELETE will run all tests

- call ldb_global_init() directly after torture_init()
  this isn't strictly needed but looks better

metze
(This used to be commit 0c26c2aefdb603c5ffc87e9c0db0e9b2b34ec0ab)

16 years agor19367: Solaris needs <sys/filio.h> for FIONREAD.
Love Hörnquist Åstrand [Tue, 17 Oct 2006 09:35:45 +0000 (09:35 +0000)]
r19367: Solaris needs <sys/filio.h> for FIONREAD.
(This used to be commit e2866ce78851a84c937408c0781fcc1e7107f663)

16 years agor19366: don't fail async echo tests due to rounding errors
Andrew Tridgell [Tue, 17 Oct 2006 06:07:54 +0000 (06:07 +0000)]
r19366: don't fail async echo tests due to rounding errors
(This used to be commit 9389ca13a38b9a3ba6f3533293ab0d0c8c06a30a)

16 years agor19365: fixed a memory leak in the ldb attribute handling
Andrew Tridgell [Tue, 17 Oct 2006 05:50:01 +0000 (05:50 +0000)]
r19365: fixed a memory leak in the ldb attribute handling
(This used to be commit d7e07685164141f8fb2c2a6258e1fcb46ff9d06c)

16 years agor19364: Fix build for 'regular' installs.
Jelmer Vernooij [Tue, 17 Oct 2006 01:40:29 +0000 (01:40 +0000)]
r19364: Fix build for 'regular' installs.
(This used to be commit 916413097d2ca7b71c06cd701f09bc3b9fc06cfc)

16 years agor19363: - don't need to store the baseinfo message after cache load
Andrew Tridgell [Tue, 17 Oct 2006 01:21:25 +0000 (01:21 +0000)]
r19363: - don't need to store the baseinfo message after cache load
(This used to be commit 8c091bcdece5c17073838ad2367f3f4e22e97c31)

16 years agor19362: - don't need to store the baseinfo message after cache load
Andrew Tridgell [Tue, 17 Oct 2006 01:21:02 +0000 (01:21 +0000)]
r19362: - don't need to store the baseinfo message after cache load

- set better names on talloc structures in ldb modules, making leaks
  easier to track down
(This used to be commit 3bf76db42dc6dde5d71083216dba819869b31c75)

16 years agor19361: added a comment
Andrew Tridgell [Tue, 17 Oct 2006 01:18:47 +0000 (01:18 +0000)]
r19361: added a comment
(This used to be commit 1581babfb5a5bbbfc2706dbec9b37b03fe9a5af6)

16 years agor19360: improve the ldb leak detector - it now takes into account the number
Andrew Tridgell [Tue, 17 Oct 2006 01:18:32 +0000 (01:18 +0000)]
r19360: improve the ldb leak detector - it now takes into account the number
of blocks used at connect time (which depends on how many modules are
loaded)
(This used to be commit e3aa03bf1f7c7b770606f5e860fce11b4402fc84)

16 years agor19359: More portable way of figuring out whether something is a directory
Jelmer Vernooij [Tue, 17 Oct 2006 01:14:01 +0000 (01:14 +0000)]
r19359: More portable way of figuring out whether something is a directory
(This used to be commit 96dff03a2b357f937daa4296d4cedd0249f68ece)

16 years agor19358: Use subunit tests from the right location (from
Jelmer Vernooij [Tue, 17 Oct 2006 00:56:29 +0000 (00:56 +0000)]
r19358: Use subunit tests from the right location (from
$src/bin/torture when developing, $LIBDIR/torture when installed)
(This used to be commit 4ae6380e6bb48e27e9947e149b3d079b3e293cc0)

16 years agor19357: More ldbbrowse work.
Derrell Lipman [Tue, 17 Oct 2006 00:27:24 +0000 (00:27 +0000)]
r19357: More ldbbrowse work.

The 'Browse' tab is now doing something seemingly fairly reasonable.  It's
entirely usable.  Still pending is dealing with attribute values whose length
exceeds the width of the column (even if dynamic resizing of the column is
inadequate).  A tooltip which pops up would be nice, but seems difficult to
achieve with the Table implementation since it's 'virtual' and the whole table
is one widget.

Derrell
(This used to be commit ec63bd551b69c751290cef3376e2d80dda80918a)

16 years agor19356: Reapply portability fix..
Jelmer Vernooij [Tue, 17 Oct 2006 00:01:41 +0000 (00:01 +0000)]
r19356: Reapply portability fix..
(This used to be commit a48d1b2d16cb4edf5e10937427b1a757e0c5b822)

16 years agor19352: Oops, missed a few changes...
Jelmer Vernooij [Mon, 16 Oct 2006 23:25:19 +0000 (23:25 +0000)]
r19352: Oops, missed a few changes...
(This used to be commit 73f1d937808976bc0f87b6490ab72632f038ddbd)

16 years agor19350: Properly list LOCAL-TALLOC under the "LOCAL" header.
Jelmer Vernooij [Mon, 16 Oct 2006 23:09:15 +0000 (23:09 +0000)]
r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.
Support directories for subcategories in tests.
Several small other fixes.
(This used to be commit bde00d97068d559b025ab131ff698a82430d14b3)

16 years agor19347: Add socketpair()
Jelmer Vernooij [Mon, 16 Oct 2006 21:39:07 +0000 (21:39 +0000)]
r19347: Add socketpair()
(This used to be commit 8a8e974d2150d00855ccafef02b7ef2607921ea0)

16 years agor19346: AF_LOCAL isn't defined on all platforms.
Jelmer Vernooij [Mon, 16 Oct 2006 21:32:36 +0000 (21:32 +0000)]
r19346: AF_LOCAL isn't defined on all platforms.
(This used to be commit e9bd6f28d830ed7ead1412a26b532538cd1450e0)

16 years agor19344: run smbclient and cifsdd under valgrind and pass the correct configuration
Stefan Metzmacher [Mon, 16 Oct 2006 20:20:03 +0000 (20:20 +0000)]
r19344: run smbclient and cifsdd under valgrind and pass the correct configuration
to get useful backtraces in the build-farm

metze
(This used to be commit fa030e45985c39a7e4b6be032e817f1291357a45)

16 years agor19343: Add support for external scripts/binaries that write results using the
Jelmer Vernooij [Mon, 16 Oct 2006 20:05:19 +0000 (20:05 +0000)]
r19343: Add support for external scripts/binaries that write results using the
'subunit' protocol. This allows us to easily plug EJS scripts or binaries that
can't depend on -ltorture into smbtorture. The protocol is very simple:

- write "comments" to stderr

Example output on stdout:
test: foo
success: foo
test: bar
success: bar
test: blah
failure: blah [
dummy.c:30: Expression 1 != 2 failed!
]
test: blie
skip: blie [
Iconv support not built in
]

I've already converted the talloc testsuite.
(This used to be commit e1742c14a247fabba969f8698108e73997d3f420)

16 years agor19341: ndr_push_union_blob() needs the same fix as ndr_push_struct_blob()
Stefan Metzmacher [Mon, 16 Oct 2006 14:32:07 +0000 (14:32 +0000)]
r19341: ndr_push_union_blob() needs the same fix as ndr_push_struct_blob()

metze
(This used to be commit 5c766ad48d0790b7ae865408fd0dbdb1769da2d8)