summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOTS for the 4.6.9 release.samba-4.6.9Karolin Seeger2017-10-251-1/+1
* WHATSNEW: Add release notes for Samba 4.6.9.Karolin Seeger2017-10-251-2/+101
* vfs_catia: Fix a potential memleakVolker Lendecke2017-10-251-1/+1
* vfs_catia: Fix a memory leakVolker Lendecke2017-10-251-0/+1
* krb5_wrap: ADDRTYPE_INET6 is available in all supported MIT versionsStefan Metzmacher2017-10-251-1/+1
* krb5_wrap: KRB5_ADDRESS_INET6 is not a define in HeimdalStefan Metzmacher2017-10-251-1/+1
* s4/torture: vfs_fruit: test xattr unpackingRalph Boehme2017-10-251-0/+5
* s4/torture: vfs_fruit: replace AppleDouble data blob with xattr dataRalph Boehme2017-10-251-35/+135
* vfs_fruit: on-access conversion of AppleDouble xattr dataRalph Boehme2017-10-252-1/+121
* vfs_fruit: static string fruit_catia_mapsRalph Boehme2017-10-251-14/+16
* vfs_fruit: pass path to ad_convertRalph Boehme2017-10-251-2/+4
* vfs_fruit: unpack AppleDouble xattr header if presentRalph Boehme2017-10-251-0/+141
* vfs_fruit: allocate ad_data buffer up to AD_XATTR_MAX_HDR_SIZE bytesRalph Boehme2017-10-251-9/+35
* vfs_fruit: add AppleDouble xattr structure definitionsRalph Boehme2017-10-251-0/+38
* vfs_fruit: fix ftruncating resource forkRalph Boehme2017-10-251-1/+1
* vfs_catia: factor out mapping functionsRalph Boehme2017-10-254-145/+237
* ctdb-common: Ignore event scripts with multiple '.'sAmitay Isaacs2017-10-252-1/+9
* s3: VFS: Protect errno if sys_getwd() fails across free() call.Jeremy Allison2017-10-251-0/+4
* s3: VFS: Ensure sys_getwd() doesn't leak memory on error on really old systems.Jeremy Allison2017-10-251-1/+6
* net: groupmap cleanup should not delete BUILTIN mappingsRalph Boehme2017-10-251-1/+3
* ctdb-common: Do not queue a packet if queue does not have valid fdAmitay Isaacs2017-10-251-0/+5
* ctdb-tests: Send broadcast to connected nodes, not configured nodesAmitay Isaacs2017-10-251-1/+1
* ctdb-daemon: Send broadcast to connected nodes, not configured nodesAmitay Isaacs2017-10-251-2/+3
* lib: gpo: Put enforced GPOs at the end of the list.Lutz Justen2017-10-251-8/+57
* lib: gpo: Fixes issue with GPOPTIONS_BLOCK_INHERITANCE.Lutz Justen2017-10-251-63/+77
* lib: gpo: Changes order to match GPO application order.Lutz Justen2017-10-251-12/+12
* s3/smbd: use correct access in get_file_handle_for_metadataRalph Boehme2017-10-251-1/+1
* s3/smbd: fix access checks in set_ea_dos_attribute()Ralph Boehme2017-10-251-2/+14
* s3/smbd: README.Coding fixes in set_ea_dos_attributeRalph Boehme2017-10-251-7/+10
* s3: spoolss: Fix GUID string format on GetPrinter infoSamuel Cabrero2017-10-251-3/+13
* s3/mdssvc: missing assignment in sl_pack_floatRalph Boehme2017-10-251-0/+2
* s4/torture: add a test for rename change notification with inotify enabledRalph Boehme2017-10-252-0/+159
* selftest: run smb2.notify-inotify testsuite against fileserverRalph Boehme2017-10-251-0/+4
* selftest: enable kernel change notifications in the fileserver environmentRalph Boehme2017-10-251-0/+2
* messaging: Remove messaging_handler_sendVolker Lendecke2017-10-252-89/+0
* notifyd: Remove notifyd_handler_doneVolker Lendecke2017-10-251-13/+0
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_DBVolker Lendecke2017-10-251-35/+36
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_GET_DBVolker Lendecke2017-10-251-25/+22
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_TRIGGERVolker Lendecke2017-10-251-32/+29
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_REC_CHANGEVolker Lendecke2017-10-251-32/+41
* messaging: make messaging_rec_create publicVolker Lendecke2017-10-252-1/+6
* notifyd: Avoid an if-expressionVolker Lendecke2017-10-251-36/+33
* notifyd: Consolidate two #ifdef CLUSTER into oneVolker Lendecke2017-10-251-12/+9
* notifyd: Only ask for messaging_ctdb_conn when clusteringVolker Lendecke2017-10-252-31/+42
* selftest: prevent interpretation of escape sequences in test_give_owner.shRalph Boehme2017-10-251-1/+1
* selftest: add some debugging to test_give_owner.shRalph Boehme2017-10-251-2/+22
* vfs_fake_acls: deny give-ownershipRalph Boehme2017-10-252-1/+18
* vfs_acl_common: fix take ownership vs give ownershipRalph Boehme2017-10-251-0/+13
* vfs_acl_common: factor out a variable declarationRalph Boehme2017-10-251-2/+3
* s3/smbd/posix_acls: return correct status in try_chownRalph Boehme2017-10-251-1/+1