summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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 smb_fname 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-tests: Add tests for event scripts with multiple '.'sAmitay Isaacs2017-10-251-0/+21
* 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
* s3: VFS: Ensure default SMB_VFS_GETWD() call can't return a partially complet...Jeremy Allison2017-10-251-0/+4
* 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
* vfs_solarisacl: fix build for samba 4.7 and upJorge Schrauwen via samba-technical2017-10-252-2/+2
* 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
* lib: Use CTDB_CONTROL_CHECK_PID_SRVIDVolker Lendecke2017-10-251-3/+18
* lib: Add "unique_id" to ctdbd_process_existsVolker Lendecke2017-10-254-4/+6
* ctdb-tests: Add tests for client with multiple connectionsAmitay Isaacs2017-10-252-1/+27
* ctdb-tests: Add support for multiple ctdb connections in dummy_clientAmitay Isaacs2017-10-251-7/+25
* ctdb-tests: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs2017-10-251-19/+30
* ctdb-daemon: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs2017-10-251-10/+12
* ctdb-tests: Add tests for PID with srvidAmitay Isaacs2017-10-252-1/+45
* ctdb-tests: Implement control CHECK_PID_SRVID in fake daemonAmitay Isaacs2017-10-251-3/+44
* ctdb-tests: Reimplement message handlers using srvid abstractionAmitay Isaacs2017-10-251-31/+19
* ctdb-tool: Update process-exists command to pass optional srvidAmitay Isaacs2017-10-252-8/+32
* ctdb-client: Add client code for control CHECK_PID_SRVIDAmitay Isaacs2017-10-252-0/+34
* ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs2017-10-253-0/+30
* ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs2017-10-257-15/+84
* ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs2017-10-253-0/+67
* ctdb-protocol: Add new control CTDB_CONTROL_CHECK_PID_SRVIDAmitay Isaacs2017-10-251-0/+7
* ctdb-common: Extend srvid_exists() check to support optional private_dataAmitay Isaacs2017-10-254-5/+30
* s3: smbd: Currently if getwd() fails after a chdir(), we panic.Jeremy Allison2017-10-251-11/+70
* 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-8/+11
* 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:rpc_server:backupkey: Move variable into scopeAndreas Schneider2017-10-251-2/+2
* s4-dnsserver: Check for too many DNS resultsAndrew Bartlett2017-10-251-0/+3
* s4-dnsserver: Always encode user-supplied names when looking up DNS recordsAndrew Bartlett2017-10-252-7/+23
* samba-tool dns query: Allow '*' in namesGary Lockyer2017-10-252-4/+2
* samba-tool dns: Test support of DNS wild card in namesGary Lockyer2017-10-252-0/+70
* dnsserver: Add support for dns wildcardsGary Lockyer2017-10-257-7/+380
* dnsserver: Tighten DNS name checkingGary Lockyer2017-10-252-6/+32