summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOTS for the 4.5.6 release.samba-4.5.6Karolin Seeger2017-03-091-1/+1
* WHATSNEW: Add release notes for Samba 4.5.6.Karolin Seeger2017-03-091-2/+109
* WHATSNEW: Clarify entry.Karolin Seeger2017-03-081-1/+1
* s4:ldap_server: match windows in the error messages of failing LDAP Bind requ...Stefan Metzmacher2017-03-071-2/+35
* ldb-samba: remember the error string of a failing bind in ildb_connect()Stefan Metzmacher2017-03-071-0/+1
* s3: smbd: Restart reading the incoming SMB2 fd when the send queue is drained.Jeremy Allison2017-03-071-1/+13
* s3:winbindd: fix endless forest trust scanStefan Metzmacher2017-03-072-0/+30
* vfs_fruit: enabling AAPL extensions must be a global switchRalph Boehme2017-03-071-4/+8
* vfs_fruit: only veto AppleDouble files with fruit:resource=fileRalph Boehme2017-03-072-7/+14
* s4/torture: vfs_fruit: add stream with illegal ntfs characters to copyile testRalph Boehme2017-03-071-0/+11
* vfs_fruit: use stat info from base_fspRalph Boehme2017-03-071-9/+3
* s4/torture: vfs_fruit: test invalid AFPINFO_STREAM_NAMERalph Boehme2017-03-071-0/+60
* vfs_fruit: ignore or delete invalid AFP_AfpInfo streamsRalph Boehme2017-03-071-1/+88
* selftest: add shares without vfs_fruit for the vfs_fruit testsRalph Boehme2017-03-072-3/+13
* s4/torture: change shares in used torture_suite_add_2ns_smb2_test()Ralph Boehme2017-03-071-17/+19
* docs/vfs_fruit: document known limitations with fruit:encoding=nativeRalph Boehme2017-03-071-2/+6
* s4/torture: add test for AAPL find with name with illegal NTFS charactersRalph Boehme2017-03-071-0/+109
* lib/torture: add torture_assert_mem_equal_gotoRalph Boehme2017-03-071-0/+10
* s4/torture: add a vfs_fruit renaming test with open rsrc forkRalph Boehme2017-03-071-0/+95
* s4/torture: vfs_fruit: test deleting a file with resource forkRalph Boehme2017-03-071-0/+33
* s4/torture: vfs_fruit: add test_null_afpinfo testRalph Boehme2017-03-071-0/+86
* selftest: add description to vfs_fruit testsuitesRalph Boehme2017-03-071-3/+3
* selftest: also run vfs_fruit tests with streams_depotRalph Boehme2017-03-072-0/+8
* selftest: run vfs_fruit tests against share with fruit:metadata=streamRalph Boehme2017-03-072-0/+8
* selftest: move vfs_fruit tests that require "fruit:metadata=netatalk" to vfs....Ralph Boehme2017-03-073-3/+17
* selftest: reenable vfs_fruit testsRalph Boehme2017-03-071-1/+1
* vfs_fruit: refactor fruit_ftruncate and use new adouble APIRalph Boehme2017-03-071-27/+38
* vfs_fruit: use fio in fruit_fallocateRalph Boehme2017-03-071-3/+2
* vfs_fruit: refactor fruit_fstat and use new adouble APIRalph Boehme2017-03-071-47/+106
* vfs_fruit: refactor fruit_pread and fruit_pwrite and use new adouble APIRalph Boehme2017-03-071-175/+349
* vfs_fruit: refactor fruit_open and use new adouble APIRalph Boehme2017-03-071-21/+44
* vfs_fruit: rework struct adouble APIRalph Boehme2017-03-071-290/+423
* selftest: disable vfs_fruit testsRalph Boehme2017-03-071-1/+1
* vfs_fruit: fix fruit_check_access()Ralph Boehme2017-03-071-4/+26
* vfs_fruit: remove base_fsp name translationRalph Boehme2017-03-071-80/+3
* vfs_fruit: use SMB_VFS_NEXT_OPEN in two placesRalph Boehme2017-03-071-7/+7
* vfs_fruit: refactor readdir_attr_macmeta() resource fork sizeRalph Boehme2017-03-071-8/+82
* vfs_fruit: refactor fruit_ftruncate() and fix stream caseRalph Boehme2017-03-071-42/+78
* vfs_fruit: fix fruit_ntimes() for the fruit:metadata!=netatalk caseRalph Boehme2017-03-071-2/+8
* vfs_fruit: refactor fruit_streaminfo()Ralph Boehme2017-03-071-44/+265
* vfs_fruit: add fruit_stat_rsrc_xattr() implementationRalph Boehme2017-03-071-0/+45
* vfs_fruit: add fruit_stat_rsrc_stream() implementationRalph Boehme2017-03-071-0/+18
* vfs_fruit: refactor fruit_stat_rsrc()Ralph Boehme2017-03-071-8/+33
* vfs_fruit: refactor fruit_open_rsrc()Ralph Boehme2017-03-071-34/+71
* vfs_fruit: in fruit_rmdir() check ._ files before deleting themRalph Boehme2017-03-071-14/+47
* vfs_fruit: fix fruit_rmdir() for the fruit:resource!=file caseRalph Boehme2017-03-071-1/+1
* vfs_fruit: fix fruit_chown() for the fruit:resource!=file caseRalph Boehme2017-03-071-7/+8
* vfs_fruit: fix fruit_chmod() for the fruit:resource!=file caseRalph Boehme2017-03-071-6/+7
* vfs_fruit: refactor fruit_unlink()Ralph Boehme2017-03-071-33/+197
* vfs_fruit: fix fruit_rename() for the fruit:resource!=file caseRalph Boehme2017-03-071-14/+41