summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Remove special case for the build farmAndrew Bartlett2012-08-2112-23/+22
* build: Remove accidentily added line in samba_version.pyAndrew Bartlett2012-08-211-1/+0
* Fix bug #9104 - winbindd can mis-identify idle clients - can cause crashes an...Herb Lewis2012-08-211-1/+2
* s4-torture: Use torture_fail() in the unix.unix_info2 testAndrew Bartlett2012-08-201-2/+3
* selftest: Use new fake_acls moduleAndrew Bartlett2012-08-203-8/+2
* s4-torture: Show that we cannot list extended attributes on streamsAndrew Bartlett2012-08-201-0/+11
* s4-torture: Show that we cannot have extended attributes on streamsAndrew Bartlett2012-08-201-2/+17
* s4-torture: Improve raw.streams test to cover EAs and to use torture_assert()Andrew Bartlett2012-08-201-34/+25
* doc-BUILD_SYSTEMS.txt: The grand rename is completeAndrew Bartlett2012-08-201-5/+4
* WHATSNEW: Remove over-caution on s3fs and explain browsing betterAndrew Bartlett2012-08-202-19/+18
* build: Do not put a .distversion file into the GIT treeAndrew Bartlett2012-08-201-5/+8
* s3-build: Enable vfs_fake_acls when in developer mode or on the build farmAndrew Bartlett2012-08-202-0/+9
* s3-vfs: Add lstat and lchown hooks to the vfs_fake_acls moduleAndrew Bartlett2012-08-201-0/+63
* s3-vfs: Correct the implementation of fake_acls_sys_acl_delete_def_file()Andrew Bartlett2012-08-201-1/+31
* s3-vfs: Use the system. namespace for fake ACLsAndrew Bartlett2012-08-201-4/+4
* s3-smbd: ensure we give appropriate errors for EA requests on streamsAndrew Bartlett2012-08-201-35/+77
* s3-smbd: Do not look for EA information on a streamAndrew Bartlett2012-08-201-6/+8
* s3-smbd: Push smb_fname into estimate_ea_sizeAndrew Bartlett2012-08-201-12/+20
* s4-ntvfs: Add TODO on ea_sizeAndrew Bartlett2012-08-201-1/+1
* s4-ntvfs: Ensure we do not attempt to write EAs on streamsAndrew Bartlett2012-08-201-0/+6
* s3-vfs: Allow vfs_xattr_tdb to work without a connected shareAndrew Bartlett2012-08-201-19/+99
* s4:torture:basic: add more delete test - variants of deltest16 and deltest17Michael Adam2012-08-172-1/+629
* s3: add a debug message for failed execv in sys_popen()Michael Adam2012-08-171-1/+6
* lib/util: add server_id_set_disconnected() and server_id_is_disconnected()Michael Adam2012-08-172-1/+48
* lib/util: let server_id_str() skip the task_id if 0 in the cluster case tooStefan Metzmacher2012-08-171-0/+5
* s3:lib: implement interpret_pid() as wrapper of server_id_from_string()Stefan Metzmacher2012-08-171-30/+1
* lib/util: add server_id_from_string()Stefan Metzmacher2012-08-172-0/+38
* s3:lib: implement serverid_equal() as macro of server_id_equal()Stefan Metzmacher2012-08-173-24/+1
* lib/util: add server_id_equal()Stefan Metzmacher2012-08-172-0/+22
* s3:vfs_tsmsm only send notifications when file was offline beforeChristian Ambach2012-08-171-2/+6
* s3: Adapt the tsmsm module to the new aio routinesVolker Lendecke2012-08-171-8/+120
* s3-vfs: Fix calls of lp_parm_talloc_stringVolker Lendecke2012-08-171-6/+9
* s3: Remove the gpfs_hsm_notify moduleVolker Lendecke2012-08-177-129/+3
* s3: Merge vfs_gpfs_hsm_notify into vfs_gpfs.cVolker Lendecke2012-08-171-0/+190
* s4-dsdb: Use tmp_ctx in kccsrv_check_deleted to avoid leaking memory onto par...Andrew Bartlett2012-08-171-6/+11
* s4-kcc: Avoid use-after-free of dn and add tmp_ctxAndrew Bartlett2012-08-171-2/+9
* s3:selftest: add some tests against a share the requires encryptionStefan Metzmacher2012-08-174-2/+20
* s3:smb2_negprot: annouce/negotiate SMB3 encryption supportStefan Metzmacher2012-08-171-0/+8
* s3:smb2_server: add SMB3 encryption supportStefan Metzmacher2012-08-172-49/+353
* s3:smbd: don't disconnect the client when a share has "smb encrypt = required"Stefan Metzmacher2012-08-172-6/+8
* s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher2012-08-174-8/+8
* s3:smbd: make use of ENCRYPTION_REQUIRED()Stefan Metzmacher2012-08-171-2/+2
* libcli/smb: make sure the SMB2_TRANSFORM pdu is completeStefan Metzmacher2012-08-171-3/+12
* s4:libcli/smb2: reset trsnport->compound.related when a compound chain is fin...Stefan Metzmacher2012-08-171-0/+1
* build: Ensure -Werror=format works with -Wformat=2 on NULL format stringsAndrew Bartlett2012-08-171-1/+1
* s4-dsdb: Ensure we always free tmp_ctx in schema refresh checkAndrew Bartlett2012-08-171-0/+2
* Fix bug #9085 - NMB registration for a duplicate workstation fails with regis...S Hargagan2012-08-171-1/+1
* s3-torture: Allow vfstest to set ACLs on a directoryAndrew Bartlett2012-08-172-6/+20
* s4: Fix returns in py_check_dcerpc_typeVolker Lendecke2012-08-171-2/+2
* s3:smb2_server: try to sign an error response if we have a signing keyStefan Metzmacher2012-08-171-1/+18