summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* samba-tool group edit: use binary encoded group nameBjörn Baumbach2020-03-271-1/+2
* samba-tool group delete: use binary encoded group nameBjörn Baumbach2020-03-271-1/+1
* samba-tool group move: use binary encoded group nameBjörn Baumbach2020-03-271-1/+1
* samba-tool group listmembers: use binary encoded group namesBjörn Baumbach2020-03-271-1/+2
* samba-tool group listmembers: find group members by groups SIDBjörn Baumbach2020-03-271-5/+6
* samba-tool group listmembers: handle group-does-not-exist errorBjörn Baumbach2020-03-271-9/+8
* samba-tool group listmembers: hide python backtracke on command errorBjörn Baumbach2020-03-271-1/+2
* WHATSNEW: Fix date.Karolin Seeger2020-03-201-1/+1
* ctdb-tcp: Do not stop outbound connection in ctdb_tcp_node_connect()Martin Schwenke2020-03-191-1/+17
* ctdb-tcp: Factor out function ctdb_tcp_start_outgoing()Martin Schwenke2020-03-191-6/+13
* ctdb-tcp: add ctdb_tcp_stop_incoming()Ralph Boehme2020-03-193-1/+12
* ctdb-tcp: rename ctdb_tcp_stop_connection() to ctdb_tcp_stop_outgoing()Ralph Boehme2020-03-193-8/+8
* ctdb-tcp: Remove redundant restart in ctdb_tcp_tnode_cb()Ralph Boehme2020-03-191-6/+0
* ctdb-tcp: always call node_dead() upcall in ctdb_tcp_tnode_cb()Ralph Boehme2020-03-191-3/+1
* ctdb-tcp: move free of inbound queue to TCP restartNoel Power2020-03-192-2/+1
* ctdb-daemon: more logical whitespace, debug modernisationMartin Schwenke2020-03-191-2/+2
* ctdb-daemon: ensure restart() callback is called in half-connected stateRalph Boehme2020-03-191-7/+6
* nmblib: avoid undefined behaviour in handle_name_ptrs()Douglas Bagnall2020-03-181-0/+3
* vfs_recycle: prevent flooding the log if we're called on non-existant pathsRalph Boehme2020-03-181-2/+2
* librpc: fix IDL for svcctl_ChangeServiceConfigWGünther Deschner2020-03-185-10/+26
* s4-torture: add ndr svcctl testsuiteGünther Deschner2020-03-185-1/+93
* s4-torture: add rpc test for ChangeServiceConfigWGünther Deschner2020-03-182-1/+80
* VFS: default: add support for FILE_ATTRIBUTE_OFFLINE to async dosmodeRalph Boehme2020-03-181-0/+29
* VFS: default: use correct type for pathlen in vfswrap_getxattrat_do_sync()Ralph Boehme2020-03-181-1/+1
* VFS: default: avoid a crash in vfswrap_getxattrat_do_sync()Ralph Boehme2020-03-181-1/+1
* VFS: default: remove unused arg from vfswrap_is_offline()Ralph Boehme2020-03-181-8/+4
* VFS: default: let vfswrap_is_offline() take conn, not handleRalph Boehme2020-03-181-5/+7