summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison2012-09-154-5/+10
* Fix bad string in debug message (remove it).Jeremy Allison2012-09-141-4/+2
* Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison2012-09-145-4/+18
* Add "backup_intent" bool.Jeremy Allison2012-09-141-1/+2
* Don't call can_write_to_file() if we already have 'fsp->can_write' set.Jeremy Allison2012-09-141-0/+2
* Sigh :-(. Removing optimization prematurely is the root of all evil :-(.Jeremy Allison2012-09-133-0/+15
* Move cached cwd onto conn struct.Jeremy Allison2012-09-122-1/+15
* Remove ancient "optimization" global LastDir.Jeremy Allison2012-09-123-18/+3
* 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
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-121-0/+21
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-122-4/+4
* Make metze happy and the code clearer :-).Jeremy Allison2012-09-121-0/+6
* 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
* s3: delete requests are not specialVolker Lendecke2012-09-101-16/+0
* Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...Jeremy Allison2012-09-101-5/+36
* uid_t is a synonym for int on osXMatthieu Patou2012-09-101-1/+1
* s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam2012-09-082-0/+586
* 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: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-081-0/+34
* 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:smbXsrv_open: add smb2srv_open_recreate() to support durable handlesStefan Metzmacher2012-09-082-1/+210
* s3: Fix a panic when shutting downVolker Lendecke2012-09-081-10/+32
* s3-smbd: Remove OSF1 support from old (pre-sysquotas) codeBjörn Jacke2012-09-071-65/+0
* s3:quota: don't force the block size to 512Björn Jacke2012-09-061-3/+0
* s3-smbd: Remove remaining references to removed OS support in old-style quota...Andrew Bartlett2012-09-061-6/+6
* s3-smbd: Remove IRIX support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-129/+0
* s3-smbd: Remove HPUX support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-19/+0
* s3-smbd: Remove BSD support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-226/+3
* s3-smbd: Remove Linux support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-438/+1
* build: Remove Unicos support (quota in particular)Andrew Bartlett2012-09-061-89/+0
* Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.Jeremy Allison2012-09-051-29/+1
* s3:smb2_create: check for SMB2_CREATE_TAG_DHNC firstStefan Metzmacher2012-09-051-43/+14
* s3: Slightly simplify fd_open_atomicVolker Lendecke2012-09-051-8/+7
* s3: Put a comment into the right placeVolker Lendecke2012-09-041-4/+5
* s3: Factor out disposition_to_open_flagsVolker Lendecke2012-09-041-24/+57
* s3: Factor out calculation of clear_adsVolker Lendecke2012-09-041-5/+17
* s3: Slightly simplify open_file_ntcreateVolker Lendecke2012-09-041-5/+5
* s3: Make "open_match_attributes" staticVolker Lendecke2012-09-042-12/+6
* s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam2012-09-041-1/+1
* s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam2012-09-041-1/+1
* s3:smbd: in sys_disk_free(), fix line length and indentation of debug statementMichael Adam2012-09-041-2/+3
* s3:smbd: in sys_disk_free(), fix a debug messageMichael Adam2012-09-041-1/+1
* s3: remove some duplicate quota codeBjörn Jacke2012-09-021-27/+12