summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* smbtorture: Test that delete requests are not specialVolker Lendecke2012-09-101-0/+78
* s3: delete requests are not specialVolker Lendecke2012-09-101-16/+0
* Set trans to a value that is not LDB_SUCCESS (all LDB_ constants areMichele Baldessari2012-09-101-1/+1
* 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
* Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison2012-09-101-2/+4
* 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
* docs:build: make target "manpages" .PHONY, so manpages do get built...Michael Adam2012-09-101-1/+1
* s3-passdb: update abi_match and ignore more statically linked functionsAlexander Bokovoy2012-09-102-17/+21
* docs: Rename htmlman3 -> htmlman.Karolin Seeger2012-09-104-7/+7
* s4:provision: ask the admin about the desired DNS implementationStefan Metzmacher2012-09-101-0/+6
* Force cast to long as on some platform tv_usec is 32bit longMatthieu Patou2012-09-101-2/+2
* uid_t is a synonym for int on osXMatthieu Patou2012-09-101-1/+1
* osX define uint64_t as long long intMatthieu Patou2012-09-101-1/+1
* WHATSNEW: list SMB3 as max protocol and durable handles as changes since 4.0 ...Michael Adam2012-09-101-0/+27
* docs: describe the new parameter "durable handles" in the smb.conf manpageMichael Adam2012-09-101-0/+27
* docs: add desciption of new parameter "kernel share modes" to the smb.conf ma...Michael Adam2012-09-101-0/+31
* docs: have configure correctly report ability to build manpagesMichael Adam2012-09-101-1/+1
* release-scripts: adapt build-manpages-nogit to renamed manpage directoryMichael Adam2012-09-101-2/+2
* release-scripts: adapt build-manpages-git to moved manpage directoryMichael Adam2012-09-101-2/+2
* 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-084-14/+14
* 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-084-0/+12
* 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-084-0/+12
* loadparm: remove remnants of removed option "share modes"Michael Adam2012-09-082-4/+0
* selftest/Samba3: don't explicitly set 'server max protocol'Stefan Metzmacher2012-09-081-1/+0
* docs-xml: change "server max protocol" to "SMB3"Stefan Metzmacher2012-09-081-1/+1
* 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
* doc: improve quotacommand man page docuBjörn Jacke2012-09-082-25/+29
* s3: Fix a panic when shutting downVolker Lendecke2012-09-081-10/+32