summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Bump version up to 4.9.0rc1...samba-4.9.0rc1Karolin Seeger2018-07-121-3/+3
* WHATSNEW: Add release notes for Samba 4.9.0rc1.Karolin Seeger2018-07-121-1/+1
* WHATSNEW: Add information on new GPO featuresAndrew Bartlett2018-07-121-0/+7
* WHATSNEW.txt: CTDB updates for 4.9Martin Schwenke2018-07-121-0/+131
* ldb: version 1.4.1ldb-1.4.1Stefan Metzmacher2018-07-124-1/+284
* talloc: version 2.1.14talloc-2.1.14Stefan Metzmacher2018-07-124-1/+97
* tdb: version 1.3.16tdb-1.3.16Stefan Metzmacher2018-07-122-1/+72
* ldb: Refuse to build Samba against a newer minor version of ldbAndrew Bartlett2018-07-121-10/+22
* ldb: Ban ldb 1.4.x with Samba 4.8 and earlierAndrew Bartlett2018-07-121-8/+8
* docs: Remove mention of --without-json-audit from the AD DCAndrew Bartlett2018-07-124-15/+6
* WHATSNEW: Explain that Jansson is requied for AD DC, mention --without-json-a...Andrew Bartlett2018-07-121-0/+8
* WHATSNEW: document sysvolreset improvementAndrew Bartlett2018-07-121-0/+7
* tests/posixacl: Test with and without filling in the unix_tokenAndrew Bartlett2018-07-121-0/+25
* python: Add samba.auth.session_info_fill_unix()Andrew Bartlett2018-07-122-0/+72
* selftest: Add tests for samba.auth.admin_session()Andrew Bartlett2018-07-122-5/+38
* WHATSNEW: Fix spellingAndrew Bartlett2018-07-121-3/+3
* docs: Explain that "max xmit" is SMB1 onlyAndrew Bartlett2018-07-121-1/+3
* WHATSNEW: Add note about defaults changes for the vfs_full_audit and acceptan...Timur I. Bakeyev2018-07-121-0/+13
* tests/posixacl: derive a new testcase to run same tests with sessionJoe Guo2018-07-121-20/+72
* tests/posixacl: move setUp and tearDown to topJoe Guo2018-07-121-16/+14
* tests/posixacl: rm duplicated testJoe Guo2018-07-121-17/+0
* tests/posixacl: use assertRaises to simplify codeJoe Guo2018-07-121-12/+4
* tests/posixacl: remove unused importsJoe Guo2018-07-121-3/+1
* tests/posixacl: define global ACL to make code DRYJoe Guo2018-07-121-11/+12
* tests/posixacl: define global DOM_SID to make code DRYJoe Guo2018-07-121-13/+15
* tests/posixacl: rm commented codeJoe Guo2018-07-121-8/+0
* provision/setsysvolacl: create helper function to simplify codeJoe Guo2018-07-121-11/+10
* provision/setsysvolacl: build session_info and pass down to setntaclJoe Guo2018-07-121-3/+17
* ntacls: add session_info arg to setntacl and pass down to set_nt_acl apiJoe Guo2018-07-121-4/+35
* ntacls: reuse predefined SECURITY_SECINFO_FLAGSJoe Guo2018-07-121-3/+3
* smbd/posix_acls: reuse secutiry token from session info if existJoe Guo2018-07-121-0/+26
* smbd/msdfs: add null check for session_info.unix_infoJoe Guo2018-07-121-1/+6
* pysmbd: add session_info arg to py_smbd_set_nt_aclJoe Guo2018-07-121-5/+28
* pysmbd: add session_info arg to get_conn_tosJoe Guo2018-07-121-11/+14
* WHATSNEW: Add entry for "Dynamic DNS record scavenging support"Andrew Bartlett2018-07-121-0/+17
* python/tests: check setting values on dnsRecord attributesBob Campbell2018-07-121-2/+32
* tests dns: dns_base.py remove flake8 warningsGary Lockyer2018-07-121-4/+8
* tests dns: dns.py remove flake8 warningsGary Lockyer2018-07-121-167/+346
* tests dns: fix rpc null byte testGary Lockyer2018-07-121-10/+19
* dns: static recordsAaron Haslett2018-07-126-23/+94
* dns: update tool changed for scavengingAaron Haslett2018-07-123-14/+16
* dns+kcc: adding dns scavenging to kcc periodic runAaron Haslett2018-07-123-5/+79
* dns: dns record scavenging function (without task)Aaron Haslett2018-07-128-9/+617
* dns: Use ldb.SCOPE_SUBTREE in ldap_get_records() routine in tests/dns.pyAaron Haslett2018-07-121-2/+4
* dns: custom match rule for DNS records to be tombstonedAaron Haslett2018-07-126-1/+187
* dns: server side implementation of record agingAaron Haslett2018-07-126-9/+145
* dns: moving name_equal func into commonAaron Haslett2018-07-126-39/+22
* rpc dns: reset dword aging related zone propertiesAaron Haslett2018-07-126-9/+137
* rpc dns: reading zone properties from LDBAaron Haslett2018-07-123-5/+84
* dns: Reformat DNS with clang-formatGary Lockyer2018-07-129-28/+40