summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* dbwrap_ctdb: treat empty records in ltdb as non-existingRalph Boehme2016-08-101-1/+26
* smbd: ignore ctdb tombstone records in fetch_share_mode_unlocked_parser()Ralph Boehme2016-08-101-0/+6
* dbwrap: Fix structure initializationAmitay Isaacs2016-08-101-1/+2
* buildscripts: Fix the regression with --without-acl-support.Ira Cooper2016-08-102-4/+12
* source3/wscript: Add support for disabling vfs_cephfsIra Cooper2016-08-101-0/+1
* shadow_copy2: Fix error handling in shadow_copy2_get_shadow_copy_dataRajesh Joseph2016-07-281-18/+16
* shadow_copy2: Add test case for snapprefix and delimiterRajesh Joseph2016-07-281-1/+7
* shadow_copy2: allow configurable prefix for snapshot nameRajesh Joseph2016-07-281-7/+303
* shadow_copy2: create structure to store module specific informationRajesh Joseph2016-07-281-23/+57
* shadow_copy2: Add test cases to cover shadow:formatRajesh Joseph2016-07-281-0/+35
* shadow_copy2: Fix shadow_copy2_posix_gmt_string return typeRajesh Joseph2016-07-281-6/+6
* 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