summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-09-14s3: Fix the vfs_solarisacl module to compile.Ira Cooper1-5/+5
2012-09-14autoconf: fix --with(out)-sendfile-support option handlingBjörn Jacke1-15/+20
2012-09-14s3: make smbldaphelper subsystem an internal libraryAlexander Bokovoy3-11/+10
2012-09-13Sigh :-(. Removing optimization prematurely is the root of all evil :-(.Jeremy Allison3-0/+15
2012-09-13s3: make ldapsam-related functions a smbldaphelper subsystemAlexander Bokovoy3-4/+7
2012-09-12s3:build: rewrite autogen.sh to be called from any directoryMichael Adam1-5/+20
2012-09-12In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison4-10/+10
2012-09-12Move cached cwd onto conn struct.Jeremy Allison3-1/+17
2012-09-12Remove ancient "optimization" global LastDir.Jeremy Allison3-18/+3
2012-09-12Avoid overriding default ccache for ads operations.Simo Sorce8-14/+102
2012-09-12s3: remove unneeded noquota.c fileBjörn Jacke1-38/+0
2012-09-12s3-rap: Open printers with the right access mask.Andreas Schneider1-3/+3
2012-09-12s3-pdb: filter out more symbols only used in ldapsam internalsAlexander Bokovoy2-2/+1
2012-09-12smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett6-0/+202
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett5-18/+15
2012-09-12smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett2-13/+11
2012-09-12Make metze happy and the code clearer :-).Jeremy Allison1-0/+6
2012-09-11smbd: Print ACL used to create hash in vfs_xattr_commonAndrew Bartlett1-0/+10
2012-09-11docs: Move idmap manpage to there old location.Andreas Schneider8-891/+0
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-10s3: Run raw.oplockVolker Lendecke1-1/+1
2012-09-10s3: delete requests are not specialVolker Lendecke1-16/+0
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-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
2012-09-10s3:client use more access bits for snapshot displayChristian Ambach1-1/+2
2012-09-10s3-passdb: update abi_match and ignore more statically linked functionsAlexander Bokovoy2-17/+21
2012-09-10uid_t is a synonym for int on osXMatthieu Patou1-1/+1
2012-09-09s3:quota-nfs: add RQ_PATHLEN define for systems that don't have itBjörn Jacke1-0/+4
2012-09-09s3:quota-nfs: another build fix for the old Unix worldBjörn Jacke1-1/+1
2012-09-09s3: fix wrong invocations of talloc_reallocBjörn Jacke1-2/+2
2012-09-08selftest/knownfail: we pass some samba3.smb2.durable-* tests nowStefan Metzmacher1-0/+3
2012-09-08s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam6-3/+610
2012-09-08s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam2-0/+2
2012-09-08s3:smbd: make fd_open() publicMichael Adam2-4/+6
2012-09-08s3:smbd: don't set kernel flock if "kernel share modes = no"Michael Adam1-1/+1
2012-09-08s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam2-0/+2
2012-09-08loadparm: remove remnants of removed option "share modes"Michael Adam1-3/+0
2012-09-08s3:param: change "server max protocol" to "SMB3"Stefan Metzmacher1-1/+1
2012-09-08s3:smbd: add basic support for durable handle v2 request and reconnectMichael Adam1-2/+129
2012-09-08s3:smbd: add basic support for durable handle request and reconnectMichael Adam1-46/+203
2012-09-08s3:smbd: initial durable handle support: special treatment of durable handles...Michael Adam1-0/+44
2012-09-08s3:vfs: add durable VFS operationsMichael Adam4-1/+128
2012-09-08s3:smbd: add disconnected checks to the open code.Stefan Metzmacher1-0/+31
2012-09-08s3:smbd: also close durable file handles in a tdisMichael Adam1-2/+9