kai/samba.git
16 years agor7521: Remove useless loops from SAMLOGON test, which speeds it up a lot.
Andrew Bartlett [Mon, 13 Jun 2005 06:42:36 +0000 (06:42 +0000)]
r7521: Remove useless loops from SAMLOGON test, which speeds it up a lot.

Andrew Bartlett
(This used to be commit d74b7c20b6e547dba039992f69cea31b46d92286)

16 years agor7520: Fix memory leak in hdb-ldb.c
Andrew Bartlett [Mon, 13 Jun 2005 06:07:18 +0000 (06:07 +0000)]
r7520: Fix memory leak in hdb-ldb.c

Andrew Bartlett
(This used to be commit 7f6a7f7fc521f41c811c51fb692f408dc570f4cd)

16 years agor7519: rip the copy of the ldap expression parser out of libcli/ldap/ and use
Andrew Tridgell [Mon, 13 Jun 2005 06:06:29 +0000 (06:06 +0000)]
r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and use
the original one in lib/ldb/ instead. Having two copies of this code
is silly.
(This used to be commit 0e9f18c44858b692c724c004f362de9e3dc15db5)

16 years agor7518: don't use an uninitialised ldb debug function when failing to load modules...
Andrew Tridgell [Mon, 13 Jun 2005 06:02:55 +0000 (06:02 +0000)]
r7518: don't use an uninitialised ldb debug function when failing to load modules in the ldap
backend
(This used to be commit 52e4a5b3b0c4c96bf9686ce047ccfc1846dc2c89)

16 years agor7517: handle zero length equality tests
Andrew Tridgell [Mon, 13 Jun 2005 05:58:49 +0000 (05:58 +0000)]
r7517: handle zero length equality tests
(This used to be commit 18c96f2b3e4d4c769354d61a4cda5c295f50536f)

16 years agor7516: make sure binary decoding gives us something we can run string functions on
Andrew Tridgell [Mon, 13 Jun 2005 05:56:46 +0000 (05:56 +0000)]
r7516: make sure binary decoding gives us something we can run string functions on
(This used to be commit 9913ab2550fae465c7a66fe7fa3a36a65b25b358)

16 years agor7515: merge in the binary encode/decode enhancements from the libcli/ldap/
Andrew Tridgell [Mon, 13 Jun 2005 05:33:55 +0000 (05:33 +0000)]
r7515: merge in the binary encode/decode enhancements from the libcli/ldap/
code into the ldb parse code
(This used to be commit 12647e37223847da810c2d4e5f83328b1fcf88cb)

16 years agor7514: make the ldb_parse code not depend on a ldb_context, so we can now potentially use
Andrew Tridgell [Mon, 13 Jun 2005 05:18:17 +0000 (05:18 +0000)]
r7514: make the ldb_parse code not depend on a ldb_context, so we can now potentially use
it in our ldap client code, instead of replicating all the code
(This used to be commit 5b3575d9303d54a771e080a670dcd2f444b10c20)

16 years agor7513: don't try to write to the smbd log file between tests. zeroing a file
Andrew Tridgell [Mon, 13 Jun 2005 00:06:40 +0000 (00:06 +0000)]
r7513: don't try to write to the smbd log file between tests. zeroing a file
while it is open for writing by another process causes the file to end
up with lots of nulls in it, which messes up the build farm output.
(This used to be commit f7e636d4086b83180e76902fee739972cd6a7b26)

16 years agor7510: fixed error code for using a bad tid.
Andrew Tridgell [Sun, 12 Jun 2005 12:24:54 +0000 (12:24 +0000)]
r7510: fixed error code for using a bad tid.

amazingly, I have seen w2k do a session setup followed by an immediate
attempted opening of \netlogon, with no tconx to ipc$ first. So this
error code can matter.
(This used to be commit 79112d81cb9ea3fc7e94be1af282ab4247170532)

16 years agor7509: With the update to Heimdal 20050612 we no longer need krb5_freelog(),
Andrew Bartlett [Sun, 12 Jun 2005 11:55:48 +0000 (11:55 +0000)]
r7509: With the update to Heimdal 20050612 we no longer need krb5_freelog(),
as krb5_closelog() no longer leaks memory.

Andrew Bartlett
(This used to be commit b0bf8a4a5f04b65655f4005b27c80eb098039720)

16 years agor7508: Fix memory leak of outgoing packets in the KDC.
Andrew Bartlett [Sun, 12 Jun 2005 11:31:57 +0000 (11:31 +0000)]
r7508: Fix memory leak of outgoing packets in the KDC.

Andrew Bartlett
(This used to be commit 6f7bb00c7e59444cde0c25b6f83e1c335d86ee32)

16 years agor7507: fixed the problem with users being shown too many times in acl
Andrew Tridgell [Sun, 12 Jun 2005 11:03:15 +0000 (11:03 +0000)]
r7507: fixed the problem with users being shown too many times in acl
editors, and added a test for it.
(This used to be commit 9e428881f6fc0a422ac9011d847e8f692284397a)

16 years agor7506: handle the case where cron does not setup $USER
Andrew Tridgell [Sun, 12 Jun 2005 07:48:53 +0000 (07:48 +0000)]
r7506: handle the case where cron does not setup $USER
(This used to be commit d4c1a1be0acbb11df4cfef5e454787b3f86f4181)

16 years agor7505: Add more argument forms for session_setup().
Tim Potter [Sun, 12 Jun 2005 07:03:32 +0000 (07:03 +0000)]
r7505: Add more argument forms for session_setup().

Throw an exception if tree connect fails.
(This used to be commit 5b67f2c3d91487fec38b300b4f71792cd9164a78)

16 years agor7504: missed one
Andrew Tridgell [Sun, 12 Jun 2005 06:58:20 +0000 (06:58 +0000)]
r7504: missed one
(This used to be commit 93eb9afb4deb77d1176dd021d007743c13487830)

16 years agor7503: turn off the sleep test here too
Andrew Tridgell [Sun, 12 Jun 2005 06:56:47 +0000 (06:56 +0000)]
r7503: turn off the sleep test here too
(This used to be commit 3b9f4b61ade583e7bfd62b0be8b0724b30a07438)

16 years agor7502: the sleep test in echo is already run on the main rpc test, so no need to...
Andrew Tridgell [Sun, 12 Jun 2005 06:47:27 +0000 (06:47 +0000)]
r7502: the sleep test in echo is already run on the main rpc test, so no need to run it with every combination in
this test. It takes nearly all of the time.
(This used to be commit 42754de142632ad2c02f821ce435752baf71027b)

16 years agor7501: Fix credential initialisation in ejs session setup. Implement four
Tim Potter [Sun, 12 Jun 2005 06:40:17 +0000 (06:40 +0000)]
r7501: Fix credential initialisation in ejs session setup.  Implement four
arg and anonymous version of command.

Implement ejs tconx.
(This used to be commit 3b7df1037de813d93b284d3b4438b083e668e29f)

16 years agor7500: Initialise module subsystems.
Tim Potter [Sun, 12 Jun 2005 06:37:25 +0000 (06:37 +0000)]
r7500: Initialise module subsystems.
(This used to be commit 564dfe14d00e80a0d373ab0fc17803ffaac0892e)

16 years agor7499: ensure that the account we run tests as ("Administrator") maps to the
Andrew Tridgell [Sun, 12 Jun 2005 06:35:18 +0000 (06:35 +0000)]
r7499: ensure that the account we run tests as ("Administrator") maps to the
unixName that we are running as in the test suite. Otherwise files are
created as a user without any entry in the sam, so the ACL doesn't
allow that user read permission when it should. This should fix the
RAW-ACLS test in the build farm.
(This used to be commit 30445483e4facb0a1d8a5979a2eac6c166193c09)

16 years agor7498: ldb_sqlite3 work in progress
Derrell Lipman [Sun, 12 Jun 2005 03:07:10 +0000 (03:07 +0000)]
r7498: ldb_sqlite3 work in progress
(This used to be commit 797263330b9eada019e432ff201bf5c872e35b5d)

16 years agor7497: add timeouts to all rpc requests. The default timeout is 60
Andrew Tridgell [Sun, 12 Jun 2005 02:42:40 +0000 (02:42 +0000)]
r7497: add timeouts to all rpc requests. The default timeout is 60
seconds. This should prevent the problem I am seeing on a solaris box
where a rpc request gets stuck forever
(This used to be commit c24ab34813d675b9b81f3062fb6f30aae5697805)

16 years agor7496: removed an unused variable
Andrew Tridgell [Sun, 12 Jun 2005 02:18:25 +0000 (02:18 +0000)]
r7496: removed an unused variable
(This used to be commit a8c99d0e37b5ca37cabc201c1290c6cd26a16549)

16 years agor7495: used --maximum-runtime=300 for each smbtorture call, to prevent it
Andrew Tridgell [Sun, 12 Jun 2005 01:36:56 +0000 (01:36 +0000)]
r7495: used --maximum-runtime=300 for each smbtorture call, to prevent it
running too long
(This used to be commit 3d70755abfb7764379d648e9bc1697ae9289d02b)

16 years agor7494: added --maximum-runtime to smbtorture as well. I have seen smbtorture
Andrew Tridgell [Sun, 12 Jun 2005 01:28:20 +0000 (01:28 +0000)]
r7494: added --maximum-runtime to smbtorture as well. I have seen smbtorture
get stuck waiting on no file descriptors, with no timeout, so it sits
forever. I need to fix that bug separately, but to prevent build farm
machines being totally stuck, this timeout will be used.
(This used to be commit 5cccf0a770e0c1069f940fa8f4853f64327dc90c)

16 years agor7493: add a --maximum-runtime option to smbd. If this time is exceeeded then it...
Andrew Tridgell [Sun, 12 Jun 2005 00:17:23 +0000 (00:17 +0000)]
r7493: add a --maximum-runtime option to smbd. If this time is exceeeded then it exits.

This will be used in the build farm
(This used to be commit 3cec5b3c8656efcb00df530071c2badca914126a)

16 years agor7492: give better output
Stefan Metzmacher [Sat, 11 Jun 2005 17:55:58 +0000 (17:55 +0000)]
r7492: give better output

metze
(This used to be commit 134f5defa0f1eb240207f593866ab75f20943938)

16 years agor7491: libnet functions used in tests have different names now.
Rafal Szczesniak [Sat, 11 Jun 2005 10:33:31 +0000 (10:33 +0000)]
r7491: libnet functions used in tests have different names now.

rafal
(This used to be commit d54bf09701b1085451479a32569849998c53c811)

16 years agor7490: Rename functions and prefices s/rpc_composite/libnet_rpc/
Rafal Szczesniak [Sat, 11 Jun 2005 10:31:33 +0000 (10:31 +0000)]
r7490: Rename functions and prefices s/rpc_composite/libnet_rpc/
This makes more clear where the functions belong to. Also
the rule will be that lowercased function names are not
part of "official" libnet API (though it doesn't mean one
absolutely cannot use them).

rafal
(This used to be commit f6ef7b882acc6ee07422944a417a8d9013c9d8d2)

16 years agor7489: just a cosmetic change
Stefan Metzmacher [Sat, 11 Jun 2005 08:49:12 +0000 (08:49 +0000)]
r7489: just a cosmetic change

metze
(This used to be commit 2dcbf07d0cc105a49c7b086f340c7ec9b5c97b6a)

16 years agor7488: update the mode in the struct too,
Stefan Metzmacher [Sat, 11 Jun 2005 07:46:50 +0000 (07:46 +0000)]
r7488: update the mode in the struct too,
that fixes the RAW-RENAME test

metze
(This used to be commit e27c1ab89b21726d3c9e7f8f7af22d1ff38f2413)

16 years agor7487: check both files before and after setting the attribs on file1
Stefan Metzmacher [Sat, 11 Jun 2005 07:01:44 +0000 (07:01 +0000)]
r7487: check both files before and after setting the attribs on file1

metze
(This used to be commit 376c0560e0cb453fa8a378ff2983b34310956ae8)

16 years agor7486: fix for the build farm to display the panic messages and backtrace inside...
Stefan Metzmacher [Sat, 11 Jun 2005 05:06:32 +0000 (05:06 +0000)]
r7486: fix for the build farm to display the panic messages and backtrace inside the per test frame

metze
(This used to be commit 5cf27b4af33fd7e30a59e53e4b08d67ac83ddccd)

16 years agor7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX is setup
Andrew Tridgell [Sat, 11 Jun 2005 04:07:20 +0000 (04:07 +0000)]
r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX is setup

- use loopback interface only, otherwise nbtd will answer with a real
  ip, which the socket wrapper code will fail to connect to

- enable eadb for posix testing

- sleeping to wait for smbd to start is pointless, as smbd won't start
  till its fifo is opened due to the fifo redirection on stdin

- sleep for a few seconds to allow for nbt server to register names after opening fifo

- use bcast name resolution, so we don't rely on /etc/hosts being right
(This used to be commit 9ce2b9a79ba34705bcd8c32db1e084763702faec)

16 years agor7484: the previous bug can also affect the kdc
Andrew Tridgell [Sat, 11 Jun 2005 03:55:40 +0000 (03:55 +0000)]
r7484: the previous bug can also affect the kdc
(This used to be commit ee8bf9db4a619b40ae71b5e97ea7640483587573)

16 years agor7483: ensure we try reading from a socket if epoll says we can, and don't
Andrew Tridgell [Sat, 11 Jun 2005 03:53:39 +0000 (03:53 +0000)]
r7483: ensure we try reading from a socket if epoll says we can, and don't
just do the write. This is needed because the write could return
-1/EAGAIN for dgram sockets, if the socket buffer is nearly full. The
epoll loop then goes on forever.

This was causing some failures in 'make test'
(This used to be commit b7fefe76a2d3c288611868f41d65af4e13ac460b)

16 years agor7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it
Tim Potter [Sat, 11 Jun 2005 03:35:28 +0000 (03:35 +0000)]
r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it
confused with an async function.
(This used to be commit 340ad67cada15329051c205c5b094ad641718c72)

16 years agor7481: Add a mprVarIsPtr macro.
Tim Potter [Sat, 11 Jun 2005 03:34:11 +0000 (03:34 +0000)]
r7481: Add a mprVarIsPtr macro.
(This used to be commit 633b24345fecad1111f40999efa2897bba521f19)

16 years agor7480: ldb_sqlite3 work in progress
Derrell Lipman [Sat, 11 Jun 2005 03:20:26 +0000 (03:20 +0000)]
r7480: ldb_sqlite3 work in progress
(This used to be commit 510e7994da808ab12f51fa7a36c3f5f9244c51ac)

16 years agor7479: ifdef out some more stuff to fix compiler warnings.
Tim Potter [Sat, 11 Jun 2005 03:04:40 +0000 (03:04 +0000)]
r7479: ifdef out some more stuff to fix compiler warnings.
(This used to be commit c4d10a98ff991cc48d065c4373570aedc37dccf3)

16 years agor7478: fixed a problem with a backgrounded smbd looping to handle continuous
Andrew Tridgell [Sat, 11 Jun 2005 02:50:47 +0000 (02:50 +0000)]
r7478: fixed a problem with a backgrounded smbd looping to handle continuous
tty related signals
(This used to be commit db2b507adde8a28524cb9bff3558e5c339276767)

16 years agor7477: Add MPR_TYPE_PTR to ejs_typeof().
Tim Potter [Sat, 11 Jun 2005 02:39:14 +0000 (02:39 +0000)]
r7477: Add MPR_TYPE_PTR to ejs_typeof().
(This used to be commit 8574f64ca2bda864f472067ae594285b6f5dc957)

16 years agor7476: ensure dgram sockets are created non-blocking. As they usually skip
Andrew Tridgell [Sat, 11 Jun 2005 02:26:53 +0000 (02:26 +0000)]
r7476: ensure dgram sockets are created non-blocking. As they usually skip
the connect() stage, we were missing this
(This used to be commit f5102b886c10fead0f6bcdc4460584ae53912ebc)

16 years agor7475: removed RPC-SAMLOGON test until we get a lighter version of it. It is
Andrew Tridgell [Sat, 11 Jun 2005 01:34:42 +0000 (01:34 +0000)]
r7475: removed RPC-SAMLOGON test until we get a lighter version of it. It is
chewing far too much cpu, which is unfair on our volunteer systems

andrew, sorry about this, I think we need RPC-SAMLOGON-FULL, and make
RPC-SAMLOGON only do a basic test
(This used to be commit 71bf781227c020f1d22382a5417999dfbda23c1b)

16 years agor7469: fix typo
Stefan Metzmacher [Fri, 10 Jun 2005 16:19:38 +0000 (16:19 +0000)]
r7469: fix typo

metze
(This used to be commit 98acab72c9bf810a96c6529510ee12eb5a4c74c3)

16 years agor7468: create better output
Stefan Metzmacher [Fri, 10 Jun 2005 16:09:41 +0000 (16:09 +0000)]
r7468: create better output

metze
(This used to be commit 99152ce6f084acb13dc38b407c569aca89b12ed5)

16 years agor7467: a little fix for the build-farm
Stefan Metzmacher [Fri, 10 Jun 2005 16:07:49 +0000 (16:07 +0000)]
r7467: a little fix for the build-farm

metze
(This used to be commit 6e8c8f0f8730a755cfbef9d1900f348031ba9b7f)

16 years agor7466: add RPC-SPOOLSS to the supported tests
Stefan Metzmacher [Fri, 10 Jun 2005 15:47:51 +0000 (15:47 +0000)]
r7466: add RPC-SPOOLSS to the supported tests

metze
(This used to be commit 3c1d2364450a4f157e5f19c01295a8575adebaff)

16 years agor7465: - return empty lists for now
Stefan Metzmacher [Fri, 10 Jun 2005 15:39:23 +0000 (15:39 +0000)]
r7465: - return empty lists for now
- return WERR_NOT_SUPPORTED on AddPort()
(we pass the RPC-SPOOLSS test now :-)

metze
(This used to be commit d62db5b7d3b6418e870b87c8fd33a1587ecc1728)

16 years agor7464: add newline to printf
Stefan Metzmacher [Fri, 10 Jun 2005 15:37:07 +0000 (15:37 +0000)]
r7464: add newline to printf

metze
(This used to be commit 7123cd1116a464057bfaa0b3fcb881ee96f684cc)

16 years agor7463: - move some more stuff into functions
Stefan Metzmacher [Fri, 10 Jun 2005 15:32:16 +0000 (15:32 +0000)]
r7463: - move some more stuff into functions

- try to kill all jobs return by jobs -p

metze
(This used to be commit e4f5e52a8454fc2e6d5536e2cc9eb918c6c0e174)

16 years agor7462: fix Enum* pushing, we need to send back a buffer of the same size as we got
Stefan Metzmacher [Fri, 10 Jun 2005 13:42:01 +0000 (13:42 +0000)]
r7462: fix Enum* pushing, we need to send back a buffer of the same size as we got
in the recv code..., this makes the w2k3 printserver properties gui happy:-)

metze
(This used to be commit 0130b0d90223bb7278f924e1b1370778f25d0d91)

16 years agor7461: this is the start of some code for mapping IDL onto ejs. This is hand
Andrew Tridgell [Fri, 10 Jun 2005 12:43:11 +0000 (12:43 +0000)]
r7461: this is the start of some code for mapping IDL onto ejs. This is hand
written code, and it doesn't work or even compile yet. I am committing
it to make it easier to discuss the approach with jelmer and tpot.

The intention is that this code will eventually end up being mostly
auto-generated (with the utility functions split out, just like
librpc/ndr/*.c)
(This used to be commit 30e876e9c2ba73a3bc26e7708110e00a8552a75e)

16 years agor7460: fixed several problems with the socket wrapper code and unbound sockets
Andrew Tridgell [Fri, 10 Jun 2005 12:21:46 +0000 (12:21 +0000)]
r7460: fixed several problems with the socket wrapper code and unbound sockets

This should fix the LOCAL-SOCKET test in the build farm
(This used to be commit 417e967afb457ee505c2302cdc83d7060033b0aa)

16 years agor7459: fixed pvfs for the RAW-MUX test
Andrew Tridgell [Fri, 10 Jun 2005 08:52:26 +0000 (08:52 +0000)]
r7459: fixed pvfs for the RAW-MUX test

when you cancel a lock, w2k3 gives NT_STATUS_FILE_LOCK_CONFLICT not
NT_STATUS_CANCELLED. Strange.
(This used to be commit a4f17fcd9218f16b6cc166b2f797e8889d6f63f4)

16 years agor7458: don't look at components[-1] :-)
Stefan Metzmacher [Fri, 10 Jun 2005 08:24:34 +0000 (08:24 +0000)]
r7458: don't look at components[-1] :-)
we now survive the RAW-UNLINK test without crashing

metze
(This used to be commit c2149963911bf95892e732b744f244fd76ff88c8)

16 years agor7457: Return an ejs C pointer object from the ejs connect() function.
Tim Potter [Fri, 10 Jun 2005 08:00:02 +0000 (08:00 +0000)]
r7457: Return an ejs C pointer object from the ejs connect() function.

Add a session_setup() function that does an anonymous session setup.  Will
add credential passing later.
(This used to be commit 832332de5db7102085e7c44d4256fb199d8123eb)

16 years agor7456: Add a simple type that represents a pointer. The ejs people may ask us
Tim Potter [Fri, 10 Jun 2005 07:58:45 +0000 (07:58 +0000)]
r7456: Add a simple type that represents a pointer.  The ejs people may ask us
to change this later but that will be pretty easy.

We can use this type to pass around pointers to handles in C.  Talloc
allows us to do type checking too.
(This used to be commit b95c0bc9b0a18aeaa89f704e37669f01df2c2ad0)

16 years agor7455: Remove some talloc contexts that aren't used.
Tim Potter [Fri, 10 Jun 2005 07:49:00 +0000 (07:49 +0000)]
r7455: Remove some talloc contexts that aren't used.
(This used to be commit b0ad51f2ce6c3646d664773aaa32fe55172ad88b)

16 years agor7449: add ctype.h header to dn expand function
Derrell Lipman [Thu, 9 Jun 2005 18:43:56 +0000 (18:43 +0000)]
r7449: add ctype.h header to dn expand function
(This used to be commit 0e3b872560d82e1a0f7b58fe7d210563d6d29daf)

16 years agor7446: add distclean target to generated ldb makefile
Derrell Lipman [Thu, 9 Jun 2005 17:33:30 +0000 (17:33 +0000)]
r7446: add distclean target to generated ldb makefile
(This used to be commit 9a78161b0fdb3406c70b9f5a8009ed8fc5268445)

16 years agor7443: reorg functions for readability
Derrell Lipman [Thu, 9 Jun 2005 17:16:49 +0000 (17:16 +0000)]
r7443: reorg functions for readability
(This used to be commit 7543acfa9fe87b43cfee482cf02e56d73d29596b)

16 years agor7442: skip tests that require smbd, but smbd is down
Stefan Metzmacher [Thu, 9 Jun 2005 15:53:47 +0000 (15:53 +0000)]
r7442: skip tests that require smbd, but smbd is down

metze
(This used to be commit dad79155624808aa85c34921f05d2e0cded6ad12)

16 years agor7441: Get rid of // comments. Tridge, if this breaks anything, please revert it...
Volker Lendecke [Thu, 9 Jun 2005 15:51:36 +0000 (15:51 +0000)]
r7441: Get rid of // comments. Tridge, if this breaks anything, please revert it. More tomorrow

Volker
(This used to be commit 02efa4427d80aa1e9a8f0275c568d977faa0f9b8)

16 years agor7438: work in progress
Derrell Lipman [Thu, 9 Jun 2005 14:50:32 +0000 (14:50 +0000)]
r7438: work in progress
(This used to be commit 2fc5343f0637ef3109b079dbc33d6cf4e58c8d5e)

16 years agor7437: Make Simo happy.
Derrell Lipman [Thu, 9 Jun 2005 14:15:09 +0000 (14:15 +0000)]
r7437: Make Simo happy.

I still think this URI syntax for a 'protocol' which has no network component
is stupid; it should just be

  sqlite:local_file
or
  sqlite:/full/path/to/file

but there is enough precedent to warrant the behavior that Simo wants that it
is not worth arguing.
(This used to be commit 61dcb462f30a65256e263e87c192ed7f5280c7af)

16 years agor7436: As far as I see it, these are the last two "real" ones for Samba4 on AIX to
Volker Lendecke [Thu, 9 Jun 2005 13:13:15 +0000 (13:13 +0000)]
r7436: As far as I see it, these are the last two "real" ones for Samba4 on AIX to
build. The remaining patch (not now) is to convert the javascript stuff not to
use // style comments.

Volker
(This used to be commit 29f7e430ac4ae43f6844f021be73bf391610ef73)

16 years agor7435: Another little step, sorry for the spam... :-)
Volker Lendecke [Thu, 9 Jun 2005 10:33:20 +0000 (10:33 +0000)]
r7435: Another little step, sorry for the spam... :-)
(This used to be commit 96d9b7fc988405a0d771b778e95a9f60b1efe514)

16 years agor7434: - do local tests step by step for better build-farm output
Stefan Metzmacher [Thu, 9 Jun 2005 09:48:43 +0000 (09:48 +0000)]
r7434: - do local tests step by step for better build-farm output
- fix typo ADDARGS -> ADDARG

metze
(This used to be commit 38e5198b1121725b4f1c9b27ac2f97bee43607fe)

16 years agor7433: Another little AIX one...
Volker Lendecke [Thu, 9 Jun 2005 09:46:46 +0000 (09:46 +0000)]
r7433: Another little AIX one...
(This used to be commit c1ccaa0cc9de9c8f781162674bc73ca0ff88fedd)

16 years agor7432: export SMBD_TEST_FIFO
Stefan Metzmacher [Thu, 9 Jun 2005 09:32:07 +0000 (09:32 +0000)]
r7432: export SMBD_TEST_FIFO

we can later check if this file exists, in the testit function,
and only run the tests if smbd is still up

metze
(This used to be commit e0b17129f837bef1bca25b77107c65cbaadf13f3)

16 years agor7431: this should fix the bug that mkaplan and I noticed which is that
Andrew Tridgell [Thu, 9 Jun 2005 08:58:12 +0000 (08:58 +0000)]
r7431: this should fix the bug that mkaplan and I noticed which is that
BENCH-NBENCH sometimes incorrectly reports that it failed.
(This used to be commit 167c29bec6f28e58b5d36325b4285748a47adc58)

16 years agor7430: Next step in AIX build
Volker Lendecke [Thu, 9 Jun 2005 08:45:01 +0000 (08:45 +0000)]
r7430: Next step in AIX build
(This used to be commit 43e1bd870d9d7ca67e0ce1d2d1a1589aad41d770)

16 years agor7429: make the shell happy and don't use [bla]
Stefan Metzmacher [Thu, 9 Jun 2005 08:27:15 +0000 (08:27 +0000)]
r7429: make the shell happy and don't use [bla]

metze
(This used to be commit 4ff50d12aedb03d8b93904655ce9941ff6290b29)

16 years agor7428: try to get some nicer output from the build farm
Stefan Metzmacher [Thu, 9 Jun 2005 08:19:17 +0000 (08:19 +0000)]
r7428: try to get some nicer output from the build farm

metze
(This used to be commit 49e9cf070900874cb4b97ed46f70a43196deae8d)

16 years agor7427: disable torture progress outout from the build farm
Stefan Metzmacher [Thu, 9 Jun 2005 08:14:57 +0000 (08:14 +0000)]
r7427: disable torture progress outout from the build farm

metze
(This used to be commit 288fcf18fec871abc74f4330c880fcf20772dbb1)

16 years agor7426: add an option to disable progress output
Stefan Metzmacher [Thu, 9 Jun 2005 08:12:20 +0000 (08:12 +0000)]
r7426: add an option to disable progress output

torture:progress=no

metze
(This used to be commit 820e5a1270d8bd308f03fc96161396fb4b95da61)

16 years agor7425: configure check to see if a compiler can handle negative enum values
Stefan Metzmacher [Thu, 9 Jun 2005 07:51:58 +0000 (07:51 +0000)]
r7425: configure check to see if a compiler can handle negative enum values
if the compiler doesn't support it we pass --uint-enums to pidl

metze
(This used to be commit c52703c0a8adb4f64ec52e4bf602e9c17ef2c748)

16 years agor7424: add --uint-enums option to pidl to generate
Stefan Metzmacher [Thu, 9 Jun 2005 07:48:26 +0000 (07:48 +0000)]
r7424: add --uint-enums option to pidl to generate
defines for the enum members
(this hopefully will fix the build on AIX)

metze
(This used to be commit 9d4d5163de8b78c5a03348a10ceedb220c92f7b2)

16 years agor7422: Create a ejs object to wrap a smbcli_transport pointer.
Tim Potter [Thu, 9 Jun 2005 07:28:21 +0000 (07:28 +0000)]
r7422: Create a ejs object to wrap a smbcli_transport pointer.
(This used to be commit a55e40651d06f416871ccbe04ad3b7d25444d645)

16 years agor7421: - move test* functions to a seperate file
Stefan Metzmacher [Thu, 9 Jun 2005 07:14:39 +0000 (07:14 +0000)]
r7421: - move test* functions to a seperate file
- print build farm style output when RUN_FROM_BUILD_FARM=yes

metze
(This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)

16 years agor7419: when we have both --enable-developer and --enable-debug we don't need -g twice...
Andrew Tridgell [Thu, 9 Jun 2005 04:24:22 +0000 (04:24 +0000)]
r7419: when we have both --enable-developer and --enable-debug we don't need -g twice in the
CFLAGS
(This used to be commit 1383c024d11646b7f39e1ba936d8f847bb1a05f9)

16 years agor7418: work in progress
Derrell Lipman [Thu, 9 Jun 2005 02:47:26 +0000 (02:47 +0000)]
r7418: work in progress
(This used to be commit 2a13e7655b1bce88694ddbb6a4d9349008ba42f0)

16 years agor7410: minor cleanup
Derrell Lipman [Wed, 8 Jun 2005 20:30:50 +0000 (20:30 +0000)]
r7410: minor cleanup
(This used to be commit 4c8bffc3f01d60ef7d8b75e92f4d062326288f4c)

16 years agor7408: added DN explode function, based on simo's ldap_parse_dn() function. simo...
Derrell Lipman [Wed, 8 Jun 2005 19:49:49 +0000 (19:49 +0000)]
r7408: added DN explode function, based on simo's ldap_parse_dn() function.  simo, when you get a chance, please change your license so this can be linked with ldb.
(This used to be commit 588a1d1451d4117cb6e427a293455f2a5657b604)

16 years agor7403: minimize the sharedelay
Stefan Metzmacher [Wed, 8 Jun 2005 18:14:55 +0000 (18:14 +0000)]
r7403: minimize the sharedelay

tridge: is that a good value?

metze
(This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)

16 years agor7402: - don't stop after a failed test
Stefan Metzmacher [Wed, 8 Jun 2005 18:01:25 +0000 (18:01 +0000)]
r7402: - don't stop after a failed test

- some more fixes

metze
(This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)

16 years agor7401: add config option to disable the TestSleep() test
Stefan Metzmacher [Wed, 8 Jun 2005 17:55:58 +0000 (17:55 +0000)]
r7401: add config option to disable the TestSleep() test
torture:echo_TestSleep=no

metze
(This used to be commit 74bb55f3ae90871749f34f17a79eabe38d6b437a)

16 years agor7399: Try to get the AIX compile one step further.
Volker Lendecke [Wed, 8 Jun 2005 15:40:23 +0000 (15:40 +0000)]
r7399: Try to get the AIX compile one step further.

Volker
(This used to be commit 75dbd2069335af95b225716e06ea594013dea895)

16 years agor7397: - don't exit when one test fails
Stefan Metzmacher [Wed, 8 Jun 2005 14:45:04 +0000 (14:45 +0000)]
r7397: - don't exit when one test fails
- some other cleanups

metze
(This used to be commit d8490399d91007dfcbada15f917ce56ab88370fc)

16 years agor7394: rename LSA_TRUSTED_DOMAIN_INFO_5 to LSA_TRUSTED_DOMAIN_INFO_BASIC.
Günther Deschner [Wed, 8 Jun 2005 14:22:09 +0000 (14:22 +0000)]
r7394: rename LSA_TRUSTED_DOMAIN_INFO_5 to LSA_TRUSTED_DOMAIN_INFO_BASIC.

Guenther
(This used to be commit aec0d99da17fcb8abb9a2b0037b7412e83fd393e)

16 years agor7392: more verbose debug output
Stefan Metzmacher [Wed, 8 Jun 2005 14:12:23 +0000 (14:12 +0000)]
r7392: more verbose debug output

metze
(This used to be commit 816442320d1a7defe9eeb2c0a09070a3877a2853)

16 years agor7389: move socket wrapper dir also to the prefix-test dir
Stefan Metzmacher [Wed, 8 Jun 2005 12:35:07 +0000 (12:35 +0000)]
r7389: move socket wrapper dir also to the prefix-test dir

metze
(This used to be commit d5288865d87e1e9de81f3a653457d874847d6daa)

16 years agor7388: - fix calling of test_posix.sh
Stefan Metzmacher [Wed, 8 Jun 2005 12:15:19 +0000 (12:15 +0000)]
r7388: - fix calling of test_posix.sh
- move smbd_fifo into the prefix dir

metze
(This used to be commit 1f0168e18026268671c9745a193a0002da3dda30)

16 years agor7387: enable extra smbtorture args to test_posix.sh
Stefan Metzmacher [Wed, 8 Jun 2005 12:12:54 +0000 (12:12 +0000)]
r7387: enable extra smbtorture args to test_posix.sh

metze
(This used to be commit ee8407c9165323feadc19d20c45f5b834b1a8379)

16 years agor7384: I've forgotten to commit test source.
Rafal Szczesniak [Tue, 7 Jun 2005 23:41:23 +0000 (23:41 +0000)]
r7384: I've forgotten to commit test source.
Fix the build and get some sleep...

rafal
(This used to be commit 966d148ecaa66987832df6dc8da4c53bfb04d18d)

16 years agor7383: Add CreateUser test to torture suite.
Rafal Szczesniak [Tue, 7 Jun 2005 23:27:49 +0000 (23:27 +0000)]
r7383: Add CreateUser test to torture suite.

rafal
(This used to be commit bac24d9774f6f9298278a1dd9ab7718d8ab6c87c)

16 years agor7382: Convert net_user code so that is can be compiled against
Rafal Szczesniak [Tue, 7 Jun 2005 23:26:13 +0000 (23:26 +0000)]
r7382: Convert net_user code so that is can be compiled against
changed CreateUser call. Doesn't work yet, but the test
passes.

rafal
(This used to be commit a50ebd4a16ac141214cc24b3390da78a209b4284)

16 years agor7381: Put more rpc specifics in libnet context.
Rafal Szczesniak [Tue, 7 Jun 2005 23:24:57 +0000 (23:24 +0000)]
r7381: Put more rpc specifics in libnet context.

rafal
(This used to be commit 53ad20d46ba0db6a0a5dad78f996db8c0385d4f2)