summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.9.11 release.samba-4.9.11Karolin Seeger2019-07-031-1/+1
* WHATSNEW: Add release notes for Samba 4.9.11.Karolin Seeger2019-07-031-3/+46
* ldb: Release ldb 1.4.7ldb-1.4.7Stefan Metzmacher2019-07-034-1/+284
* VERSION: Bump version up to 4.9.11...Karolin Seeger2019-07-021-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.9.10 release.samba-4.9.10Karolin Seeger2019-07-021-1/+1
* WHATSNEW: Add release notes for Samba 4.9.10.Karolin Seeger2019-07-021-2/+127
* python/ntacls: use correct "state directory" smb.conf option instead of "stat...Björn Baumbach2019-06-261-1/+3
* docs: Document DCEPRC binding string for rpcclientAndreas Schneider2019-06-262-59/+68
* s3:mdssvc: fix flex compilation errorRalph Boehme2019-06-211-2/+10
* ctdb-scripts: Fix tcp_tw_recycle existence checkRafael David Tinoco via samba-technical2019-06-211-2/+2
* docs: Improve documentation of "lanman auth" and "ntlm auth" connectionAndrew Bartlett2019-06-212-10/+13
* vfs_fruit: remove a now unnecessary includeRalph Boehme2019-06-211-1/+0
* vfs_fruit: use VFS functions in ad_read_rsrc_adouble()Ralph Boehme2019-06-211-7/+6
* vfs_fruit: use fsp and remove syscalls from ad_convert_blank_rfork()Ralph Boehme2019-06-211-24/+12
* vfs_fruit: use VFS function in ad_convert_truncate()Ralph Boehme2019-06-211-6/+4
* vfs_fruit: add VFS handle to ad_convert_truncate()Ralph Boehme2019-06-211-2/+3
* vfs_fruit: use fsp and remove mmap in ad_convert_xattr()Ralph Boehme2019-06-211-24/+5
* vfs_fruit: remove use of mmap() from ad_convert_move_reso()Ralph Boehme2019-06-211-23/+33
* vfs_fruit: convert ad_open_rsrc() to open a proper fsp with SMB_VFS_CREATE_FI...Ralph Boehme2019-06-211-26/+77
* vfs_fruit: only do cross protocol locking on non-internal opensRalph Boehme2019-06-211-1/+3
* vfs_fruit: remove a layer of indirectionRalph Boehme2019-06-211-11/+4
* vfs_fruit: pass VFS handle to ad_convert_move_reso()Ralph Boehme2019-06-211-2/+3
* vfs_fruit: remove xattr code from the AppleDouble subsystemRalph Boehme2019-06-211-27/+8
* vfs_fruit: remove now unused AppleDouble code for resource fork in xattrRalph Boehme2019-06-211-67/+3
* vfs_fruit: use stream code for resource fork size calculation in readdir_attr...Ralph Boehme2019-06-211-1/+1
* vfs_fruit: use correct case FRUIT_RSRC_STREAM in readdir_attr_rfork_size()Ralph Boehme2019-06-211-1/+1
* vfs_fruit: ignore AppleDouble files in fruit_unlink()Ralph Boehme2019-06-211-0/+2
* vfs_fruit: add a missing elseRalph Boehme2019-06-211-1/+1
* vfs_fruit: add and use is_adouble_file()Ralph Boehme2019-06-211-5/+22
* vfs_fruit: finally, remove ad_handle from struct adoubleRalph Boehme2019-06-211-2/+0
* vfs_fruit: pass handle to ad_convert_delete_adfile()Ralph Boehme2019-06-211-4/+5
* vfs_fruit: pass handle to ad_convert_finderinfo()Ralph Boehme2019-06-211-3/+4
* vfs_fruit: pass handle to ad_convert_blank_rfork()Ralph Boehme2019-06-211-3/+4
* vfs_fruit: pass handle to ad_convert_xattr()Ralph Boehme2019-06-211-4/+5
* vfs_fruit: indentation fixRalph Boehme2019-06-211-2/+2
* vfs_fruit: pass handle to ad_read_rsrc() and all the way downRalph Boehme2019-06-211-9/+12
* vfs_fruit: use proper VFS function in ad_read_meta()Ralph Boehme2019-06-211-1/+3
* vfs_fruit: indentation fixRalph Boehme2019-06-211-1/+1
* vfs_fruit: pass handle to ad_read_meta()Ralph Boehme2019-06-211-3/+4
* vfs_fruit: pass handle to ad_read()Ralph Boehme2019-06-211-2/+4
* vfs_fruit: pass handle to ad_set()Ralph Boehme2019-06-211-4/+8
* vfs_fruit: pass handle to ad_fset()Ralph Boehme2019-06-211-8/+12
* s3:auth: explicitly add BUILTIN\Guests to the guest tokenRalph Boehme2019-06-212-1/+15
* tests: add a test for guest authenticationRalph Boehme2019-06-213-0/+109
* selftest: allow guest login in the ad_member_idmap_rid envRalph Boehme2019-06-211-0/+1
* s3:smbd: call reinit_guest_session_info() in the conf updated handlerRalph Boehme2019-06-211-0/+6
* s3:auth: add reinit_guest_session_info()Ralph Boehme2019-06-212-0/+12
* dsdb:audit_log: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."Stefan Metzmacher2019-06-211-1/+3
* ldap server: generate correct referral schemesGary Lockyer2019-06-216-6/+41
* ldap tests: test scheme for referralsGary Lockyer2019-06-213-0/+101