summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison2012-09-124-10/+10
* Move cached cwd onto conn struct.Jeremy Allison2012-09-123-1/+17
* Remove ancient "optimization" global LastDir.Jeremy Allison2012-09-123-18/+3
* Avoid overriding default ccache for ads operations.Simo Sorce2012-09-128-14/+102
* s3: remove unneeded noquota.c fileBjörn Jacke2012-09-121-38/+0
* s3-rap: Open printers with the right access mask.Andreas Schneider2012-09-121-3/+3
* s3-pdb: filter out more symbols only used in ldapsam internalsAlexander Bokovoy2012-09-122-2/+1
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-126-0/+202
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-125-18/+15
* smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett2012-09-122-13/+11
* Make metze happy and the code clearer :-).Jeremy Allison2012-09-121-0/+6
* smbd: Print ACL used to create hash in vfs_xattr_commonAndrew Bartlett2012-09-111-0/+10
* docs: Move idmap manpage to there old location.Andreas Schneider2012-09-118-891/+0
* quota: move function again to its belonging ifdef blockBjörn Jacke2012-09-111-11/+9
* s3:proto.h: remove duplicate disk_quotas prototypesBjörn Jacke2012-09-111-10/+0
* quota: fix configure test for HP-UXBjörn Jacke2012-09-111-0/+6
* s3: Run raw.oplockVolker Lendecke2012-09-101-1/+1
* s3: delete requests are not specialVolker Lendecke2012-09-101-16/+0
* Call TALLOC_FREE() before we return otherwise we will never free sam_accountMichele Baldessari2012-09-101-1/+1
* Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...Jeremy Allison2012-09-101-5/+36
* wafbuild: add defines for linux quota and sysquota supportBjörn Jacke2012-09-101-0/+8
* s3:smbd Bump the smbd vfs interface version to 30Christian Ambach2012-09-101-1/+2
* s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fnChristof Schmitt2012-09-101-0/+1
* s3:vfs/time_audit: add path names to log messagesRalph Wuerthner2012-09-101-80/+170
* s3:client use more access bits for snapshot displayChristian Ambach2012-09-101-1/+2
* s3-passdb: update abi_match and ignore more statically linked functionsAlexander Bokovoy2012-09-102-17/+21
* uid_t is a synonym for int on osXMatthieu Patou2012-09-101-1/+1
* s3:quota-nfs: add RQ_PATHLEN define for systems that don't have itBjörn Jacke2012-09-091-0/+4
* s3:quota-nfs: another build fix for the old Unix worldBjörn Jacke2012-09-091-1/+1
* s3: fix wrong invocations of talloc_reallocBjörn Jacke2012-09-091-2/+2
* selftest/knownfail: we pass some samba3.smb2.durable-* tests nowStefan Metzmacher2012-09-081-0/+3
* s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam2012-09-086-3/+610
* s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam2012-09-082-0/+2
* s3:smbd: make fd_open() publicMichael Adam2012-09-082-4/+6
* s3:smbd: don't set kernel flock if "kernel share modes = no"Michael Adam2012-09-081-1/+1
* s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam2012-09-082-0/+2
* loadparm: remove remnants of removed option "share modes"Michael Adam2012-09-081-3/+0
* s3:param: change "server max protocol" to "SMB3"Stefan Metzmacher2012-09-081-1/+1
* s3:smbd: add basic support for durable handle v2 request and reconnectMichael Adam2012-09-081-2/+129
* s3:smbd: add basic support for durable handle request and reconnectMichael Adam2012-09-081-46/+203
* s3:smbd: initial durable handle support: special treatment of durable handles...Michael Adam2012-09-081-0/+44
* s3:vfs: add durable VFS operationsMichael Adam2012-09-084-1/+128
* s3:smbd: add disconnected checks to the open code.Stefan Metzmacher2012-09-081-0/+31
* s3:smbd: also close durable file handles in a tdisMichael Adam2012-09-081-2/+9
* s3:locking: add brl_mark_disconnected() and brl_reconnect_disconnected()Stefan Metzmacher2012-09-082-0/+127
* s3:locking: add mark_share_mode_disconnected()Stefan Metzmacher2012-09-082-0/+40
* s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handlesStefan Metzmacher2012-09-082-1/+210
* s3:smbXsrv.idl: add properties for durable handles to smbXsrv_open_global0Stefan Metzmacher2012-09-081-0/+8
* s3:quota: don't add the string '"' into the argument listBjörn Jacke2012-09-081-2/+2
* s3: Fix a panic when shutting downVolker Lendecke2012-09-081-10/+32