summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-08s3:locking: add brl_mark_disconnected() and brl_reconnect_disconnected()Stefan Metzmacher2-0/+127
2012-09-08s3:locking: add mark_share_mode_disconnected()Stefan Metzmacher2-0/+40
2012-09-08s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handlesStefan Metzmacher2-1/+210
2012-09-08s3:smbXsrv.idl: add properties for durable handles to smbXsrv_open_global0Stefan Metzmacher1-0/+8
2012-09-08s3:quota: don't add the string '"' into the argument listBjörn Jacke1-2/+2
2012-09-08s3: Fix a panic when shutting downVolker Lendecke1-10/+32
2012-09-07s3:lib: use includes.h with cbuf and srprsGregor Beck3-12/+1
2012-09-07waf: add tests for NFS quota stuffBjörn Jacke1-0/+5
2012-09-07waf: add test for HAVE_DQB_FSOFTLIMITBjörn Jacke1-0/+3
2012-09-07waf: make checks for different XFS flavoursBjörn Jacke1-2/+20
2012-09-07s3:autoconf: look for irix xfs only when if we didn't find the Linux one beforeBjörn Jacke1-1/+1
2012-09-07s3:sysquota_nfs: fix build on Tru64 et aliiBjörn Jacke2-23/+34
2012-09-07rpcserver: fix useless declaration warningBjörn Jacke1-1/+0
2012-09-07s3:sysquota-test: include ufs/ufs/quota.h only when foundBjörn Jacke1-0/+2
2012-09-07s3:quota: clean up and consolidate the xfs quota checks and definesBjörn Jacke3-12/+11
2012-09-07s3:sysquota_xfs: fix logic so that we actually use this module on LinuxBjörn Jacke2-8/+2
2012-09-07s3:sysquota_xfs: check and include the right fs header file for xfs quotasBjörn Jacke3-6/+8
2012-09-07s3-smbd: Remove OSF1 support from old (pre-sysquotas) codeBjörn Jacke1-65/+0
2012-09-07s3-smbldap: make smbldap public library and maintain its ABIAlexander Bokovoy2-1/+33