summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* fss_agent: Fix a signed/unsigned mixupVolker Lendecke2016-07-281-1/+1
* lib: Move "message_send_all" to serverid.cVolker Lendecke2016-07-288-117/+117
* s3/notifyd: add async send/recv functionsRalph Boehme2016-07-281-3/+108
* s3/cleanupd: use smbd_cleanupd.tdbRalph Boehme2016-07-282-39/+121
* s3/smbd: add cleanupd_init_send()/recv()Ralph Boehme2016-07-281-3/+105
* s3/lib: add smbd_cleanupd.tdbRalph Boehme2016-07-283-1/+202
* dbwrap_ctdb: Remove setting of database priority from sambaAmitay Isaacs2016-07-251-16/+0
* AddressSanitizer: Initialize for vfs_fruit.cGarming Sam2016-07-251-1/+1
* AddressSanitizer: Initialize for smbd/oplock.cGarming Sam2016-07-251-1/+1
* vfs_gpfs: Retry getacl with DAC capability if necessaryChristof Schmitt2016-07-251-2/+28
* s3: vfs: ceph: Add posix acl supportYan, Zheng2016-07-242-47/+9
* s3: vfs: generalize functions that set/get posix acl through xattrYan, Zheng2016-07-244-517/+559
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-232-4/+3
* s3: smbd: vfs: Remove any stale xattr values during file/directory create in ...Jeremy Allison2016-07-231-0/+101
* docs-xml:smbdotconf: default "ntlm auth" to "no"Stefan Metzmacher2016-07-221-1/+1
* s3:selftest: run smbclient_auth with a few more combinationsStefan Metzmacher2016-07-221-4/+5
* s3:tests: add 'as user' to the test names in test_smbclient_auth.shStefan Metzmacher2016-07-221-9/+9
* s3:ntlm_auth: call fault_setup() in order to get usefull backtracesStefan Metzmacher2016-07-221-0/+1
* smbd: Enable leases by defaultVolker Lendecke2016-07-221-1/+1
* s3:libnet_dssync_keytab: ignore empty supplementalCredentialsBlob structuresStefan Metzmacher2016-07-201-2/+2
* notifyd: Move BlockSignals calls to server.cVolker Lendecke2016-07-202-4/+4
* smbd: Re-register notify requestsVolker Lendecke2016-07-204-0/+71
* smbd: Restart notifydVolker Lendecke2016-07-201-0/+12
* smbd: Store notify filters in fsp->notifyVolker Lendecke2016-07-201-5/+12
* smbd: Log which notifyd was foundVolker Lendecke2016-07-201-0/+6
* smbd: Remember notifyd's serveridVolker Lendecke2016-07-201-2/+8
* notify_msg: Deregister handler upon talloc_freeVolker Lendecke2016-07-201-0/+12
* smbd: Remove "listel" from notify_msgVolker Lendecke2016-07-201-37/+1
* smbd: Protect notify_callback from stray pointersVolker Lendecke2016-07-201-3/+24
* smbd: Pass "sconn" via notify to notify_callback()Volker Lendecke2016-07-205-9/+21
* smbd: There's only one notify_callbackVolker Lendecke2016-07-205-26/+29
* smbd: Make notify_callback() publicVolker Lendecke2016-07-202-2/+4
* smbd: "path" is no longer needed in notify_listVolker Lendecke2016-07-201-4/+1
* smbd: Add "path" to notify_removeVolker Lendecke2016-07-203-7/+21
* smbd: Avoid a talloc_asprintfVolker Lendecke2016-07-201-13/+4
* smbd: Add fsp_fullbasepathVolker Lendecke2016-07-202-0/+12
* smbd: Factor out notify_initVolker Lendecke2016-07-201-7/+30
* smbd: sconn->sys_notify_ctx is not usedVolker Lendecke2016-07-202-5/+0
* smbd: Don't stop sending to children when one send failsVolker Lendecke2016-07-201-1/+2
* s3: torture: Regression test case to specify exactly how UNIX extensions shou...Jeremy Allison2016-07-202-1/+148
* s3: smbd: Fix delete operations enumerating streams inside a file. This must ...Jeremy Allison2016-07-202-2/+4
* param: Correct the defaults for "dcerpc endpoint services"Andrew Bartlett2016-07-191-1/+1
* vfs_acl_xattr: objects without NT ACL xattrRalph Boehme2016-07-191-39/+5
* s3/smbd: move make_default_filesystem_acl() to vfs_acl_common.cRalph Boehme2016-07-193-114/+108
* notify_inotify: Map inotify mask back to filterChristof Schmitt2016-07-181-4/+31
* notify_inotify: Move mapping table to top of fileChristof Schmitt2016-07-181-31/+30
* smbd: Allow passing notify filter from inotify and famChristof Schmitt2016-07-185-14/+25
* lib: Fix a signed/unsigned mixupVolker Lendecke2016-07-161-1/+1
* dbwrap: Remove dbwrap_watchers.tdb based codeVolker Lendecke2016-07-154-506/+1
* smbd: Remove a reference to dbwrap_watch_db()Volker Lendecke2016-07-151-2/+0