summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Fix release date.samba-4.7.7Karolin Seeger2018-04-171-1/+1
* Revert "VERISON: Bump version up to 4.7.8..."Karolin Seeger2018-04-171-2/+2
* VERISON: Bump version up to 4.7.8...Karolin Seeger2018-04-171-2/+2
* WHATSNEW: Add release notes for Samba 4.7.7.Karolin Seeger2018-04-171-2/+107
* torture: Test compound request request countersVolker Lendecke2018-04-131-0/+77
* s3:smb2_server: correctly maintain request counters for compound requestsStefan Metzmacher2018-04-131-1/+5
* winbindd: Do not ignore domain in the LOOKUPNAME requestChristof Schmitt2018-04-112-14/+21
* Add test for wbinfo name lookupChristof Schmitt2018-04-113-0/+46
* nsswitch: Fix wbcListGroups testChristof Schmitt2018-04-111-1/+32
* nsswitch: Fix wbcListUsers testChristof Schmitt2018-04-111-1/+32
* test_smbclient_s3.sh: Use correct separator in "list with backup privilege" testChristof Schmitt2018-04-111-3/+7
* s3: smbd: Unix extensions attempts to change wrong field in fchown call.Jeremy Allison2018-04-111-2/+2
* s3: smbd: Fix memory leak in vfswrap_getwd()Jeremy Allison2018-04-101-3/+6
* s3: lib: messages: Don't use the result of sec_init() before calling sec_init().Lutz Justen2018-04-101-2/+7
* dsdb: Fix CID 1034966 Uninitialized scalar variableVolker Lendecke2018-04-101-0/+1
* s3:smbd: don't use the directory cache for SMB2/3Ralph Boehme2018-04-102-5/+32
* ctdb-scripts: Drop "net serverid wipe" from 50.samba event scriptAmitay Isaacs2018-04-101-2/+0
* s4: torture: Test all combinations of directory open with existing directory ...Jeremy Allison2018-04-041-0/+66
* s4: torture: Test all combinations of directory create to ensure behavior is ...Jeremy Allison2018-04-041-0/+65
* s4: torture: Test all combinations of file open with existing file to ensure ...Jeremy Allison2018-04-041-0/+68
* s4: torture: Test all combinations of file create to ensure behavior is the s...Jeremy Allison2018-04-041-24/+33
* s4: torture: Ensure a failed file create doesn't create the file.Jeremy Allison2018-04-041-0/+27
* s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete...Jeremy Allison2018-04-041-0/+12
* Allow AESNI to be used on all processor supporting AESNI, not just Intel's Th...Eric Vannier2018-04-041-16/+0
* smbc_opendir should not return EEXIST with invalid login credentialsDavid Mulder2018-04-041-2/+2
* s3: docs: Add documentation for "smb2" and "smb2_credits" debug classes.Jeremy Allison2018-03-231-0/+2
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-03-223-18/+32
* lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison2018-03-221-0/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-2224-0/+68
* s3:smbd: map nterror on smb2_flush errorpathAnton Nefedov via samba-technical2018-03-221-1/+1
* s3: smbd: Fruit. Make the use of dom_sid_compare_domain() much clearer.Jeremy Allison2018-03-221-2/+3
* s4: vfs: fruit tests: Add regression test for dealing with NFS ACE entries.Jeremy Allison2018-03-221-0/+171
* selftest: vfs.fruit: add xattr_tdb where possibleRalph Boehme2018-03-221-5/+5
* selftest: run vfs.fruit_netatalk test against seperate shareRalph Boehme2018-03-222-1/+11
* s3: smbd: vfs_fruit: Replace code in fruit_fget_nt_acl() with remove_virtual_...Jeremy Allison2018-03-221-28/+7
* s3: smbd: vfs_fruit: Replace code in check_ms_nfs() with remove_virtual_nfs_a...Jeremy Allison2018-03-221-37/+1
* s3: smbd: vfs_fruit: Add remove_virtual_nfs_aces() a generic NFS ACE remover.Jeremy Allison2018-03-221-0/+43
* s3: vfs_fruit. Change check_ms_nfs() to remove the virtual ACE's generated by...Jeremy Allison2018-03-221-1/+42
* s3: vfs_fruit. If the security descriptor was modified, ensure we set the fla...Jeremy Allison2018-03-221-0/+21
* s3: vfs_fruit: Ensure we operate on a copy of the incoming security descriptor.Jeremy Allison2018-03-221-1/+11
* s3: vfs_fruit. Ensure we only return one set of the 'virtual' UNIX ACE entries.Jeremy Allison2018-03-221-0/+28
* vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_asyncPoornima G2018-03-221-1/+1
* s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support...Jeremy Allison2018-03-221-3/+6
* s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't ...Jeremy Allison2018-03-221-0/+9
* s4:auth_sam: allow logons with an empty domain nameStefan Metzmacher2018-03-203-8/+10
* tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam2018-03-202-1/+26
* tests/py_creds: Add a SamLogonEx test with an empty string domainGarming Sam2018-03-202-0/+28
* s3:cliconnect.c: remove useless ';'Stefan Metzmacher2018-03-201-1/+1
* s3:libsmb: allow -U"\\administrator" to workStefan Metzmacher2018-03-201-1/+6
* s3:auth: make use of make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-203-6/+2