summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell2-0/+86
2007-10-10r22962: show progress separately for each client in RAW-BENCH-LOCK, this isAndrew Tridgell1-15/+26
2007-10-10r22961: use EVENT_FD_AUTOCLOSE and SOCKET_FLAG_NOCLOSE to fix up some hairyAndrew Tridgell1-1/+4
2007-10-10r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer thatAndrew Tridgell2-1/+12
2007-10-10r22959: cope with a rather interesting interaction between epoll() andAndrew Tridgell1-1/+41
2007-10-10r22958: For SRVSVC/NetFileClose only Administrator is allowed to close open...Ronnie Sahlberg1-0/+1
2007-10-10r22952: Make sure we look at extra_cflags when building custom targets.James Peach1-1/+5
2007-10-10r22944: fix bug #4618:Stefan Metzmacher29-118/+118
2007-10-10r22931: Fix logic in detection of the need to replace dlopen and friends.Michael Adam1-6/+7
2007-10-10r22921: This index saves another 7 seconds off a 'make quicktest', and is a c...Andrew Bartlett1-0/+1
2007-10-10r22913: try to work arround the unaligned memory access bug on Tru64Stefan Metzmacher1-2/+8
2007-10-10r22896: we pass SMB2-LOCK nowStefan Metzmacher1-1/+0
2007-10-10r22894: don't send a 2nd request before the last one returned (at least withStefan Metzmacher1-0/+32
2007-10-10r22887: and servicePrincipalName ....Andrew Tridgell1-0/+1
2007-10-10r22886: Workaround to make RAW-NOTIFY a bit more reliable against Samba3. ItVolker Lendecke1-0/+1
2007-10-10r22885: now we use kernberos more, we need to index on userPrincipalNameAndrew Tridgell1-0/+1
2007-10-10r22884: Be consistant with the case of these constants.Andrew Bartlett3-3/+3
2007-10-10r22883: Indentation.Andrew Bartlett1-12/+12
2007-10-10r22882: It seems entirly reasonable to follow metze's suggestion and check forAndrew Bartlett1-5/+4
2007-10-10r22881: show number of connected clientsAndrew Tridgell1-2/+12
2007-10-10r22877: Remove stray 'l'Andrew Bartlett1-1/+1
2007-10-10r22876: - try to reconnect once per second, not continouslyAndrew Tridgell1-6/+12
2007-10-10r22875: We want to skip this test, it will fail unless run against IPC$ (whic...Andrew Bartlett1-0/+2
2007-10-10r22874: Expand the RPC-QFILEINFO-IPC test, and add a server implementation to...Andrew Bartlett2-1/+59
2007-10-10r22873: Make the RAW-QFILEINFO-IPC test pass against Win2k3.Andrew Bartlett1-71/+150
2007-10-10r22871: restore testing against host name instead of ip addressRafal Szczesniak1-1/+1
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher7-43/+148
2007-10-10r22865: handle pending locks in smb2Stefan Metzmacher1-1/+5
2007-10-10r22864: in SMB2 mode we need to cancel an existing lock with a conflicting lockStefan Metzmacher1-2/+11
2007-10-10r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTEDStefan Metzmacher2-0/+12
2007-10-10r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3Stefan Metzmacher2-30/+98
2007-10-10r22849: map smb2 lock to the generic levelStefan Metzmacher1-10/+45
2007-10-10r22843: pass smb2 lock requests to the ntvfs layerStefan Metzmacher1-1/+32
2007-10-10r22842: fix directory listing of SMB2 and include directories and hidden filesStefan Metzmacher1-1/+1
2007-10-10r22838: Add in an explority test for what QFSINFO operations are valid on IPC$Andrew Bartlett7-63/+148
2007-10-10r22837: make RAW-BENCH-LOCK reconnect asynchronously when one of its serversAndrew Tridgell1-28/+110
2007-10-10r22836: started adding auto-reconnect logic to lockbench. This needs to beAndrew Tridgell1-2/+37
2007-10-10r22835: it's useful to see how much time is remaining in this test (so we canAndrew Tridgell1-3/+4
2007-10-10r22834: fixed a memory leak in the torture_open_connection() code, and removedAndrew Tridgell1-42/+37
2007-10-10r22833: use EVENT_FD_AUTOCLOSE in our event test suiteAndrew Tridgell1-2/+1
2007-10-10r22832: merged the latest tdb changes from ctdb to Samba4Andrew Tridgell3-15/+107
2007-10-10r22831: take advantage of EVENT_FD_AUTOCLOSE in the inotify codeAndrew Tridgell1-12/+1
2007-10-10r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell9-8/+74
2007-10-10r22829: system/select.h needs to bring in epoll.h for epoll usage inAndrew Tridgell1-0/+4
2007-10-10r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij18-201/+288
2007-10-10r22825: let longhorn beta3 work with samba4Stefan Metzmacher1-1/+2
2007-10-10r22824: - add a simple test which shows how a lock rejectsStefan Metzmacher2-17/+155
2007-10-10r22813: improve error messages in RAW-NOTIFY testAndrew Tridgell1-4/+17
2007-10-10r22811: two more memory allocation checks.Rafal Szczesniak2-1/+4
2007-10-10r22810: when a test runs against domain controller use domain nameRafal Szczesniak2-18/+58