summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | s3: smbd: Add async internals of reply_ulogoffX.Jeremy Allison2020-04-071-0/+168
* | s3: smbd: Remove old synchronous SMB1 reply_tdis().Jeremy Allison2020-04-071-26/+19
* | s3: smbd: reply_tdis() Update to modern coding standards.Jeremy Allison2020-04-071-2/+2
* | s3: smbd: In reply_tdis(), replace req -> smb1req.Jeremy Allison2020-04-071-6/+6
* | s3: smbd: Add async internals of reply_tdis().Jeremy Allison2020-04-071-0/+173
* | s3: smbd: Replace synchronous conn_force_tdis() with the async version.Jeremy Allison2020-04-071-28/+16
* | s3: smbd: Add async internals of conn_force_tdis().Jeremy Allison2020-04-071-0/+148
* | s3: smbd: Don't allow force disconnect of a connection already being disconne...Jeremy Allison2020-04-071-0/+5
* | s3: smbd: Every place we check fsp->deferred_close, also check for fsp->closing.Jeremy Allison2020-04-072-0/+24
* | s3: smbd: In async SMB1 reply_close() set fsp->closing = true, as we already ...Jeremy Allison2020-04-071-0/+7
* | s3: smbd: Now we free fsp->aio_requests when it gets zero entries, talloc in ...Jeremy Allison2020-04-071-1/+11
* | s3: smbd: In aio_del_req_from_fsp() talloc_free(fsp->aio_requests[]) when fsp...Jeremy Allison2020-04-071-0/+1
* | s3: VFS: vfs_aio_pthread: Make aio opens safe against connection teardown.Jeremy Allison2020-04-071-1/+65
* | s3: VFS: vfs_aio_pthread: Add a talloc context parameter to create_private_op...Jeremy Allison2020-04-071-3/+4
* | s3: VFS: vfs_aio_pthread. Move xconn into state struct (opd).Jeremy Allison2020-04-071-9/+8
* | s3: VFS: vfs_aio_pthread: Replace state destructor with explicitly called tea...Jeremy Allison2020-04-071-11/+11
* | s3: VFS: vfs_aio_pthread. Fix leak of state struct on error.Jeremy Allison2020-04-071-0/+1
* | smbd: avoid double chdir() in chdir_current_service()Ralph Boehme2020-04-071-38/+29
* | torture/smb2: Windows 2019 15 ms timestamp resolutionRalph Boehme2020-04-073-0/+148
* | smbd: flush pending writetime update when setting timestamps fileRalph Boehme2020-04-073-8/+22
* | smbd: flush pending writetime update when flushing fileRalph Boehme2020-04-073-1/+14
* | smbd: always flush pending write time update when setting filesizeRalph Boehme2020-04-072-1/+7
* | torture/smb2: add a test verifying a setinfo(basicinfo) flushes a pending wri...Ralph Boehme2020-04-072-0/+159
* | torture/smb2: add a test verifying a flush flushes a pending writetime updateRalph Boehme2020-04-072-0/+112
* | torture/smb2: mtime update logic with 2 handles: write io on handle 1, then s...Ralph Boehme2020-04-072-0/+152
* | s4/torture: fix a timestamps test to work on ext filesystemRalph Boehme2020-04-071-4/+4
* | VERSION: Bump version up to 4.12.2...Karolin Seeger2020-04-071-2/+2
|/
* VERSION: Disable GIT_SNAPSHOT for the 4.12.1 release.samba-4.12.1Karolin Seeger2020-04-071-1/+1
* WHATSNEW: Add release notes for Samba 4.12.1.Karolin Seeger2020-04-061-0/+75
* s3/utils: Fix double free error with smbtreeNoel Power2020-04-031-1/+0
* nsswitch: fix use-after-free causing segfault in _pam_delete_credGünther Deschner2020-04-011-1/+1
* ctdb-recoverd: Avoid dereferencing NULL rec->nodemapMartin Schwenke2020-03-301-4/+4
* ctdb-daemon: Don't allow attach from recovery if recovery is not activeMartin Schwenke2020-03-301-0/+7
* ctdb-daemon: Remove more unused old client database functionsMartin Schwenke2020-03-302-117/+0
* ctdb-recovery: Remove old code for creating missing databasesMartin Schwenke2020-03-301-161/+0
* ctdb-recovery: Create database on nodes where it is missingMartin Schwenke2020-03-301-1/+177
* ctdb-recovery: Fetch database name from all nodes where it is attachedMartin Schwenke2020-03-301-13/+67
* ctdb-recovery: Pass db structure for each database recoveryMartin Schwenke2020-03-301-31/+28
* ctdb-recovery: GET_DBMAP from all nodesMartin Schwenke2020-03-301-23/+54
* ctdb-recovery: Replace use of ctdb_dbid_map with local db_listMartin Schwenke2020-03-301-15/+161
* ctdb-daemon: Respect CTDB_CTRL_FLAG_ATTACH_RECOVERY when attaching databasesMartin Schwenke2020-03-301-1/+1
* ctdb-recovery: Use CTDB_CTRL_FLAG_ATTACH_RECOVERY to attach during recoveryMartin Schwenke2020-03-301-2/+11
* ctdb-protocol: Add control flag CTDB_CTRL_FLAG_ATTACH_RECOVERYMartin Schwenke2020-03-301-0/+1
* ctdb-daemon: Remove unused old client database functionsMartin Schwenke2020-03-303-168/+2
* ctdb-daemon: Fix database attach deferral logicMartin Schwenke2020-03-301-3/+3
* ctdb-recovery: Refactor banning a node into separate computationAmitay Isaacs2020-03-301-53/+208
* ctdb-recovery: Don't trust nodemap obtained from local nodeAmitay Isaacs2020-03-301-3/+113
* ctdb-recovery: Consolidate node stateAmitay Isaacs2020-03-301-239/+346
* ctdb-recovery: Fetched vnnmap is never used, so don't fetch itAmitay Isaacs2020-03-301-40/+0
* selftest: test samba-tool group commands with groupnames with brackets and sp...Björn Baumbach2020-03-271-1/+4