summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r22881: show number of connected clientsAndrew Tridgell2007-10-101-2/+12
* r22877: Remove stray 'l'Andrew Bartlett2007-10-101-1/+1
* r22876: - try to reconnect once per second, not continouslyAndrew Tridgell2007-10-101-6/+12
* r22875: We want to skip this test, it will fail unless run against IPC$ (whic...Andrew Bartlett2007-10-101-0/+2
* r22874: Expand the RPC-QFILEINFO-IPC test, and add a server implementation to...Andrew Bartlett2007-10-102-1/+59
* r22873: Make the RAW-QFILEINFO-IPC test pass against Win2k3.Andrew Bartlett2007-10-101-71/+150
* r22871: restore testing against host name instead of ip addressRafal Szczesniak2007-10-101-1/+1
* r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher2007-10-107-43/+148
* r22865: handle pending locks in smb2Stefan Metzmacher2007-10-101-1/+5
* r22864: in SMB2 mode we need to cancel an existing lock with a conflicting lockStefan Metzmacher2007-10-101-2/+11
* r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTEDStefan Metzmacher2007-10-102-0/+12
* r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3Stefan Metzmacher2007-10-102-30/+98
* r22849: map smb2 lock to the generic levelStefan Metzmacher2007-10-101-10/+45
* r22843: pass smb2 lock requests to the ntvfs layerStefan Metzmacher2007-10-101-1/+32
* r22842: fix directory listing of SMB2 and include directories and hidden filesStefan Metzmacher2007-10-101-1/+1
* r22838: Add in an explority test for what QFSINFO operations are valid on IPC$Andrew Bartlett2007-10-107-63/+148
* r22837: make RAW-BENCH-LOCK reconnect asynchronously when one of its serversAndrew Tridgell2007-10-101-28/+110
* r22836: started adding auto-reconnect logic to lockbench. This needs to beAndrew Tridgell2007-10-101-2/+37
* r22835: it's useful to see how much time is remaining in this test (so we canAndrew Tridgell2007-10-101-3/+4
* r22834: fixed a memory leak in the torture_open_connection() code, and removedAndrew Tridgell2007-10-101-42/+37
* r22833: use EVENT_FD_AUTOCLOSE in our event test suiteAndrew Tridgell2007-10-101-2/+1
* r22832: merged the latest tdb changes from ctdb to Samba4Andrew Tridgell2007-10-103-15/+107
* r22831: take advantage of EVENT_FD_AUTOCLOSE in the inotify codeAndrew Tridgell2007-10-101-12/+1
* r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell2007-10-109-8/+74
* r22829: system/select.h needs to bring in epoll.h for epoll usage inAndrew Tridgell2007-10-101-0/+4
* r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij2007-10-1018-201/+288
* r22825: let longhorn beta3 work with samba4Stefan Metzmacher2007-10-101-1/+2
* r22824: - add a simple test which shows how a lock rejectsStefan Metzmacher2007-10-102-17/+155
* r22813: improve error messages in RAW-NOTIFY testAndrew Tridgell2007-10-101-4/+17
* r22811: two more memory allocation checks.Rafal Szczesniak2007-10-102-1/+4
* r22810: when a test runs against domain controller use domain nameRafal Szczesniak2007-10-102-18/+58
* r22809: use buffer size specified in libnet context.Rafal Szczesniak2007-10-102-5/+1
* r22808: store default buffer size for samr operations in libnet context.Rafal Szczesniak2007-10-102-1/+5
* r22804: convert libnet_rpc_userinfo function to use "continue" functionsRafal Szczesniak2007-10-101-127/+124
* r22793: use a state struct for r_do_release_demand to avoid a memleak on errorsStefan Metzmacher2007-10-101-12/+27
* r22792: only don't free on successStefan Metzmacher2007-10-101-2/+5
* r22791: make it possible to use smb2_create_blob_add() in the server code tooStefan Metzmacher2007-10-101-3/+3
* r22790: fix initialization for chained requestsStefan Metzmacher2007-10-101-0/+1
* r22789: fix loading of internal samba4 modulesStefan Metzmacher2007-10-101-3/+3
* r22788: fix typoStefan Metzmacher2007-10-101-1/+1
* r22774: correctly initialize the smbsrv_connection when switching to SMB2Stefan Metzmacher2007-10-101-0/+13
* r22769: Fix include location.Jelmer Vernooij2007-10-102-2/+2
* r22764: - replace talloc_zero with composite_createRafal Szczesniak2007-10-101-16/+5
* r22763: replace talloc_zero calls with composite_create and add moreRafal Szczesniak2007-10-102-17/+16
* r22762: Some ldb_map changes:Jelmer Vernooij2007-10-1016-119/+130
* r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri...Stefan Metzmacher2007-10-103-1/+41
* r22757: test if calling talloc_free() works on parent elements from within a ...Stefan Metzmacher2007-10-101-1/+41
* r22756: Make it easier to setup an LDAP replica. Provision withAndrew Bartlett2007-10-103-5/+11
* r22752: bail out on talloc failureStefan Metzmacher2007-10-101-0/+3
* r22750: dlopen() is always available now (and returns a correct error if not ...Jelmer Vernooij2007-10-101-5/+0