summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-12WHATSNEW: provision and updateprovision have new namesStefan Metzmacher1-0/+6
2012-09-12s4:scripting: rename upgradeprovision -> samba_upgradeprovisionStefan Metzmacher4-4/+4
2012-09-12s4:setup: remove standalone 'provision'Stefan Metzmacher2-279/+0
2012-09-12smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett8-0/+235
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett6-19/+15
2012-09-12smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett4-59/+43
2012-09-12Make metze happy and the code clearer :-).Jeremy Allison1-0/+6
2012-09-12nsswitch: fix crash on null pam change pw responseLuca Lorenzetto1-1/+1
2012-09-11s4:torture:smb2: fix error reporting in the oplock-brl3 testMichael Adam1-2/+1
2012-09-11s4:torture:smb2: fix error reporting in the oplock-brl2 testMichael Adam1-2/+1
2012-09-11s4:torture:smb2: fix error reporting in the oplock-brl1 testMichael Adam1-2/+1
2012-09-11s4:torture:smb2: remove an unused variable from the oplock-exclusive2 testMichael Adam1-3/+0
2012-09-11s4:torture:smb2: remove an unused variable from the oplock-exclusive1 testMichael Adam1-3/+0
2012-09-11At Michael's suggestion, factor common code into a function. My bad :-).Jeremy Allison1-4/+9
2012-09-11smbd: Print ACL used to create hash in vfs_xattr_commonAndrew Bartlett1-0/+10
2012-09-11provision: Only give the "no posix ACLs" exception if we could not set the SDAndrew Bartlett1-6/+6
2012-09-11torture: Add discard_const_p() to work around dlz_create prototypeAndrew Bartlett1-2/+2
2012-09-11selftest: we fail the smb2.durable-open.delete_on_close2 testMichael Adam1-0/+1
2012-09-11s4:torture:smb2: add a durable-open.delete_on_close2 testMichael Adam1-0/+110
2012-09-11selftest: pass smb2.durable-open.delete_on_close1Michael Adam1-1/+0
2012-09-11selftest: smb2.durable-open.delete_on_close1 is not flapping any moreMichael Adam1-1/+0
2012-09-11s4:torture:smb2: fix the durable-open.delete_on_close1 testMichael Adam1-53/+16
2012-09-11lib/replace: remove duplicate check for inotifyMichael Adam1-1/+1
2012-09-11docs: Move idmap manpage to there old location.Andreas Schneider8-0/+0
2012-09-11docs: Bump version up to 4.0.Karolin Seeger72-82/+82
2012-09-11selftest/Samba4: make use of samba-tool domain provisionStefan Metzmacher1-1/+3
2012-09-11wintest: make use of samba-tool domain provisionStefan Metzmacher1-1/+3
2012-09-11testprogs/blackbox: make use of samba-tool domain provisionStefan Metzmacher1-1/+1
2012-09-11s4:setup/tests: make use of samba-tool domain provisionStefan Metzmacher6-19/+19
2012-09-11s4:scripting: install samba_kcc to SBINDIRStefan Metzmacher1-2/+2
2012-09-11s4:scripting: use the 'sbin_files' variableStefan Metzmacher1-1/+1
2012-09-11s4:samba-tool: add 'samba-tool domain provision'Stefan Metzmacher1-1/+264
2012-09-11s4:python/netcmd: give the Commad implementations access to the raw argumentsStefan Metzmacher1-0/+8
2012-09-11s4:samba-tool: remove unused code in testparm.pyStefan Metzmacher1-5/+0
2012-09-11s4:samba-tool: allow sys.exit(ret) to control the exit codeStefan Metzmacher1-1/+1
2012-09-11quota: move function again to its belonging ifdef blockBjörn Jacke1-11/+9
2012-09-11s3:proto.h: remove duplicate disk_quotas prototypesBjörn Jacke1-10/+0
2012-09-11quota: fix configure test for HP-UXBjörn Jacke1-0/+6
2012-09-11samba3.smb2.durable-open.delete_on_close1 is now flapping (sometimes passes).Jeremy Allison1-0/+1
2012-09-10s3: Run raw.oplockVolker Lendecke1-1/+1
2012-09-10smbtorture: Test that delete requests are not specialVolker Lendecke1-0/+78
2012-09-10s3: delete requests are not specialVolker Lendecke1-16/+0
2012-09-10Set trans to a value that is not LDB_SUCCESS (all LDB_ constants areMichele Baldessari1-1/+1
2012-09-10Call TALLOC_FREE() before we return otherwise we will never free sam_accountMichele Baldessari1-1/+1
2012-09-10Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...Jeremy Allison1-5/+36
2012-09-10Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison1-2/+4
2012-09-10wafbuild: add defines for linux quota and sysquota supportBjörn Jacke1-0/+8
2012-09-10s3:smbd Bump the smbd vfs interface version to 30Christian Ambach1-1/+2
2012-09-10s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fnChristof Schmitt1-0/+1
2012-09-10s3:vfs/time_audit: add path names to log messagesRalph Wuerthner1-80/+170