summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* s3:blocking: remove unused timeval_brl_min()Stefan Metzmacher2019-09-092-18/+0
* s3:locking: add share_mode_wakeup_waiters() helper functionStefan Metzmacher2019-09-092-0/+13
* s3:locking: add/split out byte_range_{valid,overlap}() helper functionsStefan Metzmacher2019-09-092-16/+99
* s3:smb2_lock: call change_to_user_by_fsp() when dbwrap_watched_watch* finishesStefan Metzmacher2019-09-091-0/+10
* s3:blocking: call change_to_user_by_fsp() when dbwrap_watched_watch* finishesStefan Metzmacher2019-09-091-0/+9
* libcli/smb: send SMB2_NETNAME_NEGOTIATE_CONTEXT_IDStefan Metzmacher2019-09-091-0/+17
* libcli/smb: add new COMPRESSION and NETNAME negotiate context idsStefan Metzmacher2019-09-091-0/+2
* ctdb: fix compilation on systems with glibc robust mutexesRalph Boehme2019-09-061-1/+1
* WHATSNEW: Add entry for deprecation of "lanman auth" and "encrypt passwords =...Andrew Bartlett2019-09-061-0/+14
* docs: Deprecate "encrypt passwords = no"Andrew Bartlett2019-09-061-0/+8
* docs: Deprecate "lanman auth = yes"Andrew Bartlett2019-09-061-0/+9
* ldb: Release ldb 2.0.7ldb-2.0.7Andrew Bartlett2019-09-043-1/+286
* ldb: Extend the ldb_dn_explode test matrixAndrew Bartlett2019-09-041-4/+49
* ldb: Do not read beyond the end of the extended DN component when printingAndrew Bartlett2019-09-041-4/+8
* ldb: Add test with == true or false to boolean if statements in ldb_dn_explode()Andrew Bartlett2019-09-041-16/+16
* ldb: Rework all pointer NULL tests to use Samba's normal styleAndrew Bartlett2019-09-041-19/+33
* ldb: add some dn explode testsDouglas Bagnall2019-09-041-0/+70
* ldb: don't try to save a value that isn't thereDouglas Bagnall2019-09-041-23/+24
* ldb: Call TALLOC_FREE(filtered_msg->elements) on ldb_filter_attrs() failureAndrew Bartlett2019-09-042-0/+3
* ldb: use TALLOC_FREE() over talloc_free() in ldb_filter_attrs()Andrew Bartlett2019-09-041-2/+1
* ldb: Correct Pigeonhole principle validation in ldb_filter_attrs()Andrew Bartlett2019-09-043-9/+1013
* ldb: Fix mem-leak if talloc_realloc failsSwen Schillig2019-09-041-5/+10
* ldb_dn: free dn components on explode failureDouglas Bagnall2019-09-041-1/+1
* ldb: do not allow adding a DN as a base to itselfDouglas Bagnall2019-09-041-0/+4
* vfs_glusterfs: Use pthreadpool for scheduling aio operationsPoornima G2019-09-041-268/+294
* ctdb-recoverd: Fix typo in previous fixMartin Schwenke2019-09-041-1/+1
* ctdb-tests: Clear deleted record via recovery instead of vacuumingMartin Schwenke2019-09-041-12/+5
* ctdb-tests: Strengthen volatile DB traverse testMartin Schwenke2019-09-041-15/+52
* ctdb-recoverd: Only check for LMASTER nodes in the VNN mapMartin Schwenke2019-09-041-4/+10
* ctdb-tests: Don't retrieve the VNN map from target node for notlmasterMartin Schwenke2019-09-041-2/+1
* ctdb-tests: Handle special cases first and returnMartin Schwenke2019-09-041-31/+28
* ctdb-tests: Inline handling of recovered and notlmaster statusesMartin Schwenke2019-09-041-6/+12
* ctdb-tests: Drop unused node statuses frozen/unfrozenMartin Schwenke2019-09-041-6/+2
* ctdb-tests: Reformat node_has_status()Martin Schwenke2019-09-041-46/+48
* VERSION: Bump verison up to 4.11.0rc4...Karolin Seeger2019-09-031-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.11.0rc3 release.samba-4.11.0rc3Karolin Seeger2019-09-031-1/+1
* WHATSNEW: Add release notes for Samba 4.11.0rc3.Karolin Seeger2019-09-031-1/+46
* CVE-2019-10197: smbd: split change_to_user_impersonate() out of change_to_use...Stefan Metzmacher2019-09-032-5/+17
* CVE-2019-10197: test_smbclient_s3.sh: add regression test for the no permissi...Stefan Metzmacher2019-09-033-0/+43
* CVE-2019-10197: selftest: make fsrvp_share its own independent subdirectoryStefan Metzmacher2019-09-031-2/+5
* CVE-2019-10197: smbd: make sure we reset current_user.{need,done}_chdir in be...Stefan Metzmacher2019-09-031-0/+3
* CVE-2019-10197: smbd: make sure that change_to_user_internal() always resets ...Stefan Metzmacher2019-09-031-0/+1
* CVE-2019-10197: smbd: separate out impersonation debug info into a new function.Jeremy Allison2019-09-031-14/+23
* WHATSNEW: BIND9_FLATFILE / rndc command deprecatedAndrew Bartlett2019-08-281-0/+15
* docs: Deprecate "rndc command" for Samba 4.11Andrew Bartlett2019-08-281-0/+7
* ctdb-daemon: Make node inactive in the NODE_STOP controlMartin Schwenke2019-08-281-0/+2
* ctdb-daemon: Drop unused function ctdb_local_node_got_banned()Martin Schwenke2019-08-282-25/+0
* ctdb-daemon: Switch banning code to use ctdb_node_become_inactive()Martin Schwenke2019-08-281-1/+1
* ctdb-daemon: Factor out new function ctdb_node_become_inactive()Martin Schwenke2019-08-282-0/+45
* ctdb-tcp: Mark node as disconnected if incoming connection goes awayMartin Schwenke2019-08-282-2/+5