summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r22809: use buffer size specified in libnet context.Rafal Szczesniak2-5/+1
2007-10-10r22808: store default buffer size for samr operations in libnet context.Rafal Szczesniak2-1/+5
2007-10-10r22804: convert libnet_rpc_userinfo function to use "continue" functionsRafal Szczesniak1-127/+124
2007-10-10r22793: use a state struct for r_do_release_demand to avoid a memleak on errorsStefan Metzmacher1-12/+27
2007-10-10r22792: only don't free on successStefan Metzmacher1-2/+5
2007-10-10r22791: make it possible to use smb2_create_blob_add() in the server code tooStefan Metzmacher1-3/+3
2007-10-10r22790: fix initialization for chained requestsStefan Metzmacher1-0/+1
2007-10-10r22789: fix loading of internal samba4 modulesStefan Metzmacher1-3/+3
2007-10-10r22788: fix typoStefan Metzmacher1-1/+1
2007-10-10r22774: correctly initialize the smbsrv_connection when switching to SMB2Stefan Metzmacher1-0/+13
2007-10-10r22769: Fix include location.Jelmer Vernooij2-2/+2
2007-10-10r22764: - replace talloc_zero with composite_createRafal Szczesniak1-16/+5
2007-10-10r22763: replace talloc_zero calls with composite_create and add moreRafal Szczesniak2-17/+16
2007-10-10r22762: Some ldb_map changes:Jelmer Vernooij16-119/+130
2007-10-10r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri...Stefan Metzmacher3-1/+41
2007-10-10r22757: test if calling talloc_free() works on parent elements from within a ...Stefan Metzmacher1-1/+41
2007-10-10r22756: Make it easier to setup an LDAP replica. Provision withAndrew Bartlett3-5/+11
2007-10-10r22752: bail out on talloc failureStefan Metzmacher1-0/+3
2007-10-10r22750: dlopen() is always available now (and returns a correct error if not ...Jelmer Vernooij1-5/+0
2007-10-10r22749: fix memory leak of nbt_name_request structure which are used to send ...Stefan Metzmacher1-3/+6
2007-10-10r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher8-14/+15
2007-10-10r22746: fix the build of the sqlite moduleStefan Metzmacher1-2/+1
2007-10-10r22743: set the talloc name to the string...Stefan Metzmacher1-0/+4
2007-10-10r22742: Fix tests.Jelmer Vernooij1-6/+6
2007-10-10r22741: Add MSVC-specific pragma's for Wireshark. Patch from Ronnie.Jelmer Vernooij1-0/+8
2007-10-10r22735: correct some commentsRafal Szczesniak1-1/+2
2007-10-10r22734: - use samr pipe if it is already openedRafal Szczesniak1-16/+79
2007-10-10r22723: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r22722: fix dependenciesStefan Metzmacher1-2/+1
2007-10-10r22721: use only included talloc and tdb untill jelmerStefan Metzmacher1-6/+8
2007-10-10r22718: remove autoconf warnings, we should only includeStefan Metzmacher1-6/+15
2007-10-10r22699: Reduce amount of magic required for popt detection.Jelmer Vernooij2-3/+8
2007-10-10r22698: Support using system tdb, when available.Jelmer Vernooij2-2/+4
2007-10-10r22697: Support building with external talloc.Jelmer Vernooij3-6/+24