summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r18639: Get rid of the keepref supportJelmer Vernooij2006-09-1829-149/+80
| | | |
| | | * r18637: Fix the build. Sorry,Günther Deschner2006-09-181-1/+0
| | | | | | | | | | | | | | | | Guenther
| | | * r18636: Excessive testing with pam_winbind within Samba3 revealed a new samrGünther Deschner2006-09-183-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reject reason code while password changing: SAMR_REJECT_IN_HISTORY which is different from SAMR_REJECT_COMPLEXITY. torture test to follow as well. Guenther
| | | * r18635: Make sure to display samr_GroupAttrs in samr_DispInfo for groups insteadGünther Deschner2006-09-181-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | of interpreting them as samr_AcctFlags. Guenther
| | | * r18634: Turn flags field into a bitmap.Jelmer Vernooij2006-09-181-1/+9
| | | |
| | | * r18633: Add a couple of new WERR codes encountered with dfs torture testing.Günther Deschner2006-09-182-2/+12
| | | | | | | | | | | | | | | | Guenther
| | | * r18631: correct unintentional commit.Rafal Szczesniak2006-09-181-1/+1
| | | | | | | | | | | | | | | | rafal
| | | * r18630: Better way to display ref-pointers with [print]. Thanks to metze forGünther Deschner2006-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | pointing this out. Guenther
| | | * r18629: There is no such "unknown" pointer in dfs_Enum().Günther Deschner2006-09-181-1/+0
| | | | | | | | | | | | | | | | Guenther
| | | * r18628: dfs_EnumEx() also takes a ref pointer.Günther Deschner2006-09-181-5/+5
| | | | | | | | | | | | | | | | Guenther
| | | * r18627: only cosmetic reformat, no functional changes.Günther Deschner2006-09-181-21/+21
| | | | | | | | | | | | | | | | Guenther
| | | * r18626: fix cleanup function to safely recover after interrupted testRafal Szczesniak2006-09-181-28/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and add one requested field in to the function creating testing set of changes for user modify routine. rafal
| | | * r18625: dfs_GetManagerVersion() returns a version number, not just an existGünther Deschner2006-09-182-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | flag. Guenther
| | | * r18624: path is a ref pointer in dfs_GetInfo().Günther Deschner2006-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | torture test to follow. Guenther
| | | * r18615: add more time fields and fix a silly mistake.Rafal Szczesniak2006-09-181-1/+27
| | | | | | | | | | | | | | | | rafal
| | | * r18614: a bit of work done while on the plane.Rafal Szczesniak2006-09-181-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a new function converting NTTIME to struct timeval rafal
| | | * r18611: Do not return NT_STATUS_OK when libnet_Add|DelShare has failed.Günther Deschner2006-09-181-1/+13
| | | | | | | | | | | | | | | | Guenther
| | | * r18610: Fix typo.Günther Deschner2006-09-181-1/+1
| | | | | | | | | | | | | | | | Guenther
| | | * r18609: error_string should not contain newlines.Günther Deschner2006-09-186-51/+50
| | | | | | | | | | | | | | | | Guenther
| | | * r18607: remove unused structure elementStefan Metzmacher2006-09-182-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | rafal: is there a reason why we don't use libnet_AddShare() in the torture test? metze
| | | * r18604: fixed shell syntaxAndrew Tridgell2006-09-181-1/+1
| | | |
| | | * r18602: updated web page for new ldb build methodAndrew Tridgell2006-09-181-3/+8
| | | |
| | | * r18601: updated web page for new talloc build methodAndrew Tridgell2006-09-181-0/+2
| | | |
| | | * r18600: - fix shell syntax in tests for librariesAndrew Tridgell2006-09-184-4/+8
| | | | | | | | | | | | | | | | - add library test for libpopt
| | | * r18599: the netr_CryptPassword structure needs to use a uint8, as the data isAndrew Tridgell2006-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | passed to acrfour, and that assumes a byte buffer. This caused us to fail big endian boxes (or more specifically, to be incompatible with little endian boxes)
| | | * r18596: removed superfluous semicolonAndrew Tridgell2006-09-171-1/+1
| | | |
| | | * r18595: try an experiment of adding a RPC test into the windows testingAndrew Tridgell2006-09-171-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | framework Brad, I know this is a bit hackish. We really need a "testit" like function like in test_functions.sh
| | | * r18594: fail the configure step if the required library is not found for tdb,Andrew Tridgell2006-09-173-3/+15
| | | | | | | | | | | | | | | | talloc or libreplace
| | | * r18593: try to get the same socket_wrapper file building in samba3 and samba4Stefan Metzmacher2006-09-173-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | this is preparation of adding libreplace to samba3 later. metze
| | | * r18592: we don't need this twiceStefan Metzmacher2006-09-171-3/+0
| | | | | | | | | | | | | | | | metze
| | | * r18591: Better defaults for share creationSimo Sorce2006-09-172-9/+18
| | | | | | | | | | | | | | | | Fix logic error in paged_results
| | | * r18590: Some more work on the srvsvc pipeSimo Sorce2006-09-174-64/+548
| | | |
| | | * r18589: make inclusion of net/if.h conditional. It breaks HPUX with gcc.Andrew Tridgell2006-09-161-4/+7
| | | |
| | | * r18588: save one more character in the socket wrapper path - seems it stillAndrew Tridgell2006-09-161-1/+1
| | | | | | | | | | | | | | | | was occasionally too long for IRIX 6.4
| | | * r18587: fixed a potential memory leak in libnetAndrew Tridgell2006-09-161-1/+1
| | | |
| | | * r18586: fixed a potential fd and memory leak in the socket_wrapper codeAndrew Tridgell2006-09-161-3/+14
| | | |
| | | * r18585: 50 open searches is still too many for some of the build farm hosts,Andrew Tridgell2006-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | which have a ulimit -n of 100. Drop the number of searches to 20. That should limit the maximum total fd count to about 76, most of which is all the listening sockets on the various interfaces
| | | * r18584: found one of the fd leaks. The registry backend was using aAndrew Tridgell2006-09-167-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | talloc(NULL, xxx) to allocate the registry context. That had two consequences 1) it was a massive memory leak, as all winreg operations leaked their entire context (including an open ldb database) every time 2) event_context_find() never found the exsting event context, so we used a new event context each time, which called epoll_create() each time, which caused a fd to be allocated
| | | * r18583: a nasty hack to allow me to monitor the number of open fileAndrew Tridgell2006-09-161-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | descriptors in smbd on all build farm machines. I suspect we have a fd leak somewhere, but its hard to track down. I know part of the problem is the number of (fake) network interfaces we define in the build farm tests, with each of them listening on a whole bunch of different protocol ports. That chews up around 48 file descriptors just to startup. I don't think thats the real problem though, and I suspect something else is leaking file descriptors on some hosts.
| | | * r18582: disable synchronous ldb in the build farm. Some hosts have very slowAndrew Tridgell2006-09-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | filesystems and the tests are taking more than 1.5 hours. We will still be testing the sync code paths, as the ldb tests still run synchronous, but doing all of our other tests synchronously just costs too much time.
| | | * r18581: also check for SEC_STD_DELETE, and split out the check into a separateAndrew Tridgell2006-09-161-8/+21
| | | | | | | | | | | | | | | | static function
| | | * r18580: map the PVFS_FLAG_READONLY bit in the posix backend ontoAndrew Tridgell2006-09-161-0/+14
| | | | | | | | | | | | | | | | NT_STATUS_ACCESS_DENIED in the access mask checks
| | | * r18579: fixed boolean parameters on big endian hosts which have Andrew Tridgell2006-09-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | sizeof(BOOL) != sizeof(int) this broke with the conversion to a real BOOL type
| | | * r18578: steve, I think you may have forgotten to commit test_cifsposix.sh ?Andrew Tridgell2006-09-161-1/+1
| | | |
| | | * r18577: reduce the number of tests run in 'make quicktest' again, so itAndrew Tridgell2006-09-163-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | completes in a minute on my laptop (the benchmark I usually use). Simo, I removed th ldb tests, as ldb is pretty well tested by lots of the other tests, and its a pretty slow test. We could instead add a "ldb-testquick.sh" which does only minimal testing. The full tests will of course be run with 'make test' and in the build farm.
| | | * r18576: unfortunately our current build farm results are a bit too good!Andrew Tridgell2006-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | when I changed the test output to be easier to read, I also broke it so that it always gives a zero exit status. Fix now, and unfortunately I expect to see some more red in the farm as a result :(
| | | * r18575: - use the right variable to teststatusAndrew Tridgell2006-09-152-2/+7
| | | | | | | | | | | | | | | | | | | | - don't display the "(NN tests failed so far)" message unless a test has failed
| | | * r18574: re-enable the echo pipe in smbscript. I suspect disabling this was anAndrew Tridgell2006-09-151-5/+5
| | | | | | | | | | | | | | | | accidental part of commit in the recent echo.idl changes (in r18565)
| | | * r18573: disable the echo.js testing of echo_TestCall() for now. Andrew Tridgell2006-09-151-1/+3
| | | | | | | | | | | | | | | | | | | | Jelmer, we need to fix pidl to be able to handle the double pointers in the ejs generated code
| | | * r18571: try to make it a lot more obvious when 'make test' or 'make quicktest'Andrew Tridgell2006-09-155-33/+40
| | | | | | | | | | | | | | | | | | | | has failed. The output was too subtle for people who aren't used to it.